-
- Downloads
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
Pull misc kbuild updates from Michal Marek: - coccicheck script improvements by Luis Rodriguez and Deepa Dinamani - new coccinelle patches by Yann Droneaud and Vaishali Thakkar - debian packaging fixes by Wilfried Klaebe, Henning Schild and Marcin Mielniczuk * 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild: Fix the Debian packaging script on systems with no codename builddeb: fix file permissions before packaging scripts/coccinelle: require coccinelle >= 1.0.4 on device_node_continue.cocci coccicheck: refer to Documentation/coccinelle.txt and wiki coccicheck: add support for requring a coccinelle version scripts: add Linux .cocciconfig for coccinelle coccicheck: replace --very-quiet with --quiet when debugging coccicheck: add support for DEBUG_FILE coccicheck: enable parmap support coccicheck: make SPFLAGS more useful coccicheck: move spatch binary check up builddeb: really include objtool binary in headers package coccinelle: catch krealloc() on devm_*() allocated memory coccinelle: recognize more devm_* memory allocation functions coccinelle: also catch kzfree() issues coccicheck: Allow for overriding spatch flags Coccinelle: noderef: Add new rules and correct the old rule
Showing
- .cocciconfig 3 additions, 0 deletions.cocciconfig
- .gitignore 1 addition, 0 deletions.gitignore
- Documentation/coccinelle.txt 147 additions, 1 deletionDocumentation/coccinelle.txt
- scripts/coccicheck 86 additions, 10 deletionsscripts/coccicheck
- scripts/coccinelle/free/devm_free.cocci 26 additions, 0 deletionsscripts/coccinelle/free/devm_free.cocci
- scripts/coccinelle/free/ifnullfree.cocci 3 additions, 1 deletionscripts/coccinelle/free/ifnullfree.cocci
- scripts/coccinelle/free/kfree.cocci 15 additions, 3 deletionsscripts/coccinelle/free/kfree.cocci
- scripts/coccinelle/free/kfreeaddr.cocci 5 additions, 1 deletionscripts/coccinelle/free/kfreeaddr.cocci
- scripts/coccinelle/iterators/device_node_continue.cocci 3 additions, 0 deletionsscripts/coccinelle/iterators/device_node_continue.cocci
- scripts/coccinelle/misc/noderef.cocci 17 additions, 1 deletionscripts/coccinelle/misc/noderef.cocci
- scripts/package/builddeb 7 additions, 4 deletionsscripts/package/builddeb
Loading
Please register or sign in to comment