Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mfrw/coccinelle
- Owner: mfrw
- Created: 2015-10-26T07:26:53.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-27T05:15:29.000Z (about 9 years ago)
- Last Synced: 2024-11-06T15:55:03.599Z (2 months ago)
- Size: 141 KB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.