- Downloads
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
Pull misc kbuild changes from Michal Marek:
"Here is the non-critical part of kbuild:
- One bogus coccinelle check removed, one check fixed not to suggest
the obsolete PTR_RET macro
- scripts/tags.sh does not index the generated *.mod.c files
- new objdiff tool to list differences between two versions of an
object file
- A fix for scripts/bootgraph.pl"
* 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild:
scripts/coccinelle: Use PTR_ERR_OR_ZERO
scripts/bootgraph.pl: Add graphic header
scripts: objdiff: detect object code changes between two commits
Coccicheck: Remove memcpy to struct assignment test
scripts/tags.sh: Ignore *.mod.c
No related branches found
No related tags found
Showing
- Makefile 4 additions, 3 deletionsMakefile
- scripts/bootgraph.pl 40 additions, 2 deletionsscripts/bootgraph.pl
- scripts/coccinelle/api/ptr_ret.cocci 7 additions, 7 deletionsscripts/coccinelle/api/ptr_ret.cocci
- scripts/coccinelle/misc/memcpy-assign.cocci 0 additions, 103 deletionsscripts/coccinelle/misc/memcpy-assign.cocci
- scripts/objdiff 141 additions, 0 deletionsscripts/objdiff
- scripts/tags.sh 4 additions, 5 deletionsscripts/tags.sh
Loading
Please sign in to comment