Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
Pull kbuild updates from Michal Marek: - EXPORT_SYMBOL for asm source by Al Viro. This does bring a regression, because genksyms no longer generates checksums for these symbols (CONFIG_MODVERSIONS). Nick Piggin is working on a patch to fix this. Plus, we are talking about functions like strcpy(), which rarely change prototypes. - Fixes for PPC fallout of the above by Stephen Rothwell and Nick Piggin - fixdep speedup by Alexey Dobriyan. - preparatory work by Nick Piggin to allow architectures to build with -ffunction-sections, -fdata-sections and --gc-sections - CONFIG_THIN_ARCHIVES support by Stephen Rothwell - fix for filenames with colons in the initramfs source by me. * 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild: (22 commits) initramfs: Escape colons in depfile ppc: there is no clear_pages to export powerpc/64: whitelist unresolved modversions CRCs ...
No related branches found
No related tags found
Showing
- Documentation/kbuild/makefiles.txt 16 additions, 0 deletionsDocumentation/kbuild/makefiles.txt
- Makefile 16 additions, 3 deletionsMakefile
- arch/Kconfig 21 additions, 0 deletionsarch/Kconfig
- arch/alpha/include/asm/Kbuild 1 addition, 0 deletionsarch/alpha/include/asm/Kbuild
- arch/alpha/kernel/Makefile 1 addition, 1 deletionarch/alpha/kernel/Makefile
- arch/alpha/kernel/alpha_ksyms.c 0 additions, 102 deletionsarch/alpha/kernel/alpha_ksyms.c
- arch/alpha/kernel/machvec_impl.h 4 additions, 2 deletionsarch/alpha/kernel/machvec_impl.h
- arch/alpha/kernel/setup.c 1 addition, 0 deletionsarch/alpha/kernel/setup.c
- arch/alpha/lib/callback_srm.S 5 additions, 0 deletionsarch/alpha/lib/callback_srm.S
- arch/alpha/lib/checksum.c 3 additions, 0 deletionsarch/alpha/lib/checksum.c
- arch/alpha/lib/clear_page.S 2 additions, 1 deletionarch/alpha/lib/clear_page.S
- arch/alpha/lib/clear_user.S 2 additions, 0 deletionsarch/alpha/lib/clear_user.S
- arch/alpha/lib/copy_page.S 2 additions, 1 deletionarch/alpha/lib/copy_page.S
- arch/alpha/lib/copy_user.S 3 additions, 0 deletionsarch/alpha/lib/copy_user.S
- arch/alpha/lib/csum_ipv6_magic.S 2 additions, 0 deletionsarch/alpha/lib/csum_ipv6_magic.S
- arch/alpha/lib/csum_partial_copy.c 2 additions, 0 deletionsarch/alpha/lib/csum_partial_copy.c
- arch/alpha/lib/dec_and_lock.c 2 additions, 0 deletionsarch/alpha/lib/dec_and_lock.c
- arch/alpha/lib/divide.S 3 additions, 0 deletionsarch/alpha/lib/divide.S
- arch/alpha/lib/ev6-clear_page.S 2 additions, 1 deletionarch/alpha/lib/ev6-clear_page.S
- arch/alpha/lib/ev6-clear_user.S 2 additions, 1 deletionarch/alpha/lib/ev6-clear_user.S
Please register or sign in to comment