Hi Linus, just a few kbuild core commits this time: - kallsyms fix for CONFIG_XIP_KERNEL - bashisms in scripts/link-vmlinux.sh fixed - Workaround to make DEBUG_INFO_REDUCED more useful yet still space efficient - clang is not wrongly detected when cross-compiling 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 kbuild for you to fetch changes up to 50ab9a69275dca588cb5ad5038657f069bbdeb56: kbuild: include core debug info when DEBUG_INFO_REDUCED (2015-06-11 15:08:32 +0200) ---------------------------------------------------------------- Maxime Coquelin (1): scripts: link-vmlinux: Don't pass page offset to kallsyms if XIP Kernel Paul Cercueil (1): Makefile: Fix detection of clang when cross-compiling Rasmus Villemoes (1): kbuild: include core debug info when DEBUG_INFO_REDUCED Sylvain BERTRAND (1): scripts: fix link-vmlinux.sh bash-ism Makefile | 16 +++++++--------- lib/Makefile | 3 +++ lib/debug_info.c | 27 +++++++++++++++++++++++++++ scripts/link-vmlinux.sh | 18 +++++++++++++++--- 4 files changed, 52 insertions(+), 12 deletions(-) create mode 100644 lib/debug_info.c -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html