... | ... | @@ -104,6 +104,13 @@ Learn from baby git |
|
|
* Run in parallel `prove --timer --jobs 15 ./t[0-9]*.sh`
|
|
|
* Use `test_write_lines` and `test_pause` to break and debug, notice `test_pause` start a new shell that does't inherit variables
|
|
|
|
|
|
# Code analysis
|
|
|
|
|
|
- https://www.kernel.org/doc/html/v4.18/dev-tools/coccinelle.html
|
|
|
- check folder `make coccicheck M=drivers/net/wireless/`
|
|
|
- check file `make C=1 CHECK="scripts/coccicheck"`
|
|
|
- check newly added `make C=2 CHECK="scripts/coccicheck"`
|
|
|
|
|
|
# Sending patches
|
|
|
|
|
|
```shell
|
... | ... | |