mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
Pull misc kbuild updates from Michal Marek:
"This is the non-critical part of kbuild:
- Coccinelle fixes, one semantic patch less in this round [Vaishali
Thakkar, Wolfram Sang, Kees Cook]
- rpm-pkg support for (open)SUSE's update-bootloader [Jiří Kosian]
- rpm-pkg restored support for $RPMOPTS [Srinivas Pandruvada]
- deb-pkg fixes for the linux-headers package [Bjørn Mork, Azriel
Samson]"
* 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild:
coccicheck: Fix missing 0 index in kill loop
scripts/package/Makefile: rpmbuild add support of RPMOPTS
builddeb: fix missing headers in linux-headers package
builddeb: include objtool binary in headers package
kbuild/mkspec: support 'update-bootloader'-based systems
scripts: coccinelle: remove check to move constants to right
Coccinelle: setup_timer: Add space in front of parentheses
|
||
|---|---|---|
| .. | ||
| alloc | ||
| debugfs | ||
| d_find_alias.cocci | ||
| err_cast.cocci | ||
| kstrdup.cocci | ||
| memdup_user.cocci | ||
| memdup.cocci | ||
| platform_no_drv_owner.cocci | ||
| pm_runtime.cocci | ||
| ptr_ret.cocci | ||
| resource_size.cocci | ||
| setup_timer.cocci | ||
| simple_open.cocci | ||
| vma_pages.cocci | ||