mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
Improve contributing testing procedure
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
= 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.
|
||||
|
||||
New arch:
|
||||
|
||||
* `./build -a ARCH && ./run -a ARCH`
|
||||
* `wget google.com && cat index.html` for Internet
|
||||
* `./run -a ARCH -d` and `./rungdb -a ARCH`
|
||||
* `./build && ./run` boots
|
||||
* `/insrm.sh hello 5`. If a new module was added, use this for that module. Helps catch simple insert remove problems.
|
||||
* `wget -O- google.com` for Internet
|
||||
* `./run -d` and on another shell `./rungdb start_kernel` should break GDB at `start_kernel`
|
||||
|
||||
Reference in New Issue
Block a user