Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mfrw/coccinelle

Some of the coccinelle scripts to find and correct errors in the linux kernel
https://github.com/mfrw/coccinelle

Last synced: 22 days ago
JSON representation

Some of the coccinelle scripts to find and correct errors in the linux kernel

Awesome Lists containing this project

README

        

# Coccinelle Scripts
This Repository contains some of Coccinelle scripts written by or used by me to find/solve Linux Kernel bugs.

The linux kernel contains a directory dedicated coccinelle, which is placed in the scripts directory.
Running make coccicheck MODE=
will run all the coccinelle scripts present below the coccinelle subdir to the kernel.
make coccicheck MODE= M=/module/path/
will run coccinlle on the selected module only.