mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 12:04:27 +01:00
Improve contributing testing procedure
This commit is contained in:
@@ -1,11 +1,8 @@
|
|||||||
= CONTRIBUTING
|
= CONTRIBUTING
|
||||||
|
|
||||||
Testing you should do before pushing: new modules:
|
Testing that should be done for every functional patch:
|
||||||
|
|
||||||
* `/insrm.sh module 5`. Helps catch simple insert remove problems.
|
* `./build && ./run` boots
|
||||||
|
* `/insrm.sh hello 5`. If a new module was added, use this for that module. Helps catch simple insert remove problems.
|
||||||
New arch:
|
* `wget -O- google.com` for Internet
|
||||||
|
* `./run -d` and on another shell `./rungdb start_kernel` should break GDB at `start_kernel`
|
||||||
* `./build -a ARCH && ./run -a ARCH`
|
|
||||||
* `wget google.com && cat index.html` for Internet
|
|
||||||
* `./run -a ARCH -d` and `./rungdb -a ARCH`
|
|
||||||
|
|||||||
Reference in New Issue
Block a user