[GIT PULL] kbuild misc changes for v4.3-rc1

From: Michal Marek
Date: Tue Sep 08 2015 - 11:38:25 EST


Hi Linus,

these are the non-core kbuild changes for 4.3-rc1:
- deb-pkg:
+ module signing fix
+ dtb files are added to the package
+ do not require `hostname -f` to work during build
+ make deb-pkg generates a source package, bindeb-pkg has been added
to only generate the binary package
- rpm-pkg packages /lib/modules as well
- new coccinelle patch and updates to existing ones
- new stackusage & stackdelta script to collect and compare stack usage
info (using gcc's -fstack-usage)
- make tags understands trace_*_rcuidle() macros
- .gitignore updates, misc cleanups

Thanks,
Michal



The following changes since commit b787f68c36d49bb1d9236f403813641efa74a031:

Linux 4.1-rc1 (2015-04-26 17:59:10 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc

for you to fetch changes up to 3716001bcb7f5822382ac1f2f54226b87312cc6b:

deb-pkg: add source package (2015-09-04 11:25:03 +0200)

----------------------------------------------------------------
Andi Kleen (1):
Kbuild: Add ID files to .gitignore

Andrey Skvortsov (1):
builddeb: fix stripped module signatures if CONFIG_DEBUG_INFO and CONFIG_MODULE_SIG_ALL are set

Arnaud Patard (1):
deb-pkg: Add device tree blobs to the package

Borislav Petkov (1):
kbuild/mkspec: Simplify vmlinux.bz2 creation

Christian Kujau (1):
fallback to hostname in scripts/package/builddeb

Dmitry Kalinkin (1):
coccinelle: api: add vma_pages.cocci

Fabio Estevam (8):
coccinelle: pm_runtime: Insert blank line
coccinelle: returnvar: Use imperative mood
coccinelle: ifaddr: Fix the sentence
coccinelle: simple_open: Use imperative mood
scripts/coccinelle/misc/semicolon.cocci: Use imperative mood
scripts/coccinelle/misc/irqf_oneshot.cocci: Fix grammar
coccinelle: irqf_oneshot.cocci: Improve the generated commit log
coccinelle: simple_return: Add a blank line

Florian Fainelli (1):
gitignore: Add MIPS vmlinux.32 to the list

Jim Davis (1):
scripts/package/Makefile: rpmbuild is needed for rpm targets

Krzysztof Kozlowski (1):
coccinelle: api: extend spatch for dropping unnecessary owner

Mike Marciniszyn (1):
kbuild: avoid listing /lib/modules in kernel spec file

Rasmus Villemoes (4):
scripts: add stackusage script
.gitignore: add *.su pattern
kbuild: remove *.su files generated by -fstack-usage
scripts: add stackdelta script

Riku Voipio (4):
deb-pkg: move setting debarch for a separate function
deb-pkg: simplify directory creation
package/Makefile: move source tar creation to a function
deb-pkg: add source package

Stephen Boyd (1):
scripts/tags.sh: Include trace_*_rcuidle() in tags

.gitignore | 5 ++
Makefile | 1 +
scripts/coccinelle/api/platform_no_drv_owner.cocci | 73 ++++++++++++++++++
scripts/coccinelle/api/pm_runtime.cocci | 2 +-
scripts/coccinelle/api/simple_open.cocci | 4 +-
scripts/coccinelle/api/vma_pages.cocci | 60 +++++++++++++++
scripts/coccinelle/misc/ifaddr.cocci | 3 +-
scripts/coccinelle/misc/irqf_oneshot.cocci | 7 +-
scripts/coccinelle/misc/returnvar.cocci | 2 +-
scripts/coccinelle/misc/semicolon.cocci | 2 +-
scripts/coccinelle/misc/simple_return.cocci | 2 +-
scripts/package/Makefile | 54 +++++++------
scripts/package/builddeb | 90 ++++++++++++++++------
scripts/package/mkspec | 5 +-
scripts/stackdelta | 59 ++++++++++++++
scripts/stackusage | 33 ++++++++
scripts/tags.sh | 4 +
17 files changed, 345 insertions(+), 61 deletions(-)
create mode 100644 scripts/coccinelle/api/vma_pages.cocci
create mode 100755 scripts/stackdelta
create mode 100755 scripts/stackusage
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/