-
- Downloads
Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Pull Kbuild updates from Masahiro Yamada: - verify depmod is installed before modules_install - support build salt in case build ids must be unique between builds - allow users to specify additional host compiler flags via HOST*FLAGS, and rename internal variables to KBUILD_HOST*FLAGS - update buildtar script to drop vax support, add arm64 support - update builddeb script for better debarch support - document the pit-fall of if_changed usage - fix parallel build of UML with O= option - make 'samples' target depend on headers_install to fix build errors - remove deprecated host-progs variable - add a new coccinelle script for refcount_t vs atomic_t check - improve double-test coccinelle script - misc cleanups and fixes * tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: (41 commits) coccicheck: return proper error code on fail Coccinelle: doubletest: reduce side effect false positives kbuild: remove deprecated host-progs variable kbuild: make samples really depend on headers_install um: clean up archheaders recipe kbuild: add %asm-generic to no-dot-config-targets um: fix parallel building with O= option scripts: Add Python 3 support to tracing/draw_functrace.py builddeb: Add automatic support for sh{3,4}{,eb} architectures builddeb: Add automatic support for riscv* architectures builddeb: Add automatic support for m68k architecture builddeb: Add automatic support for or1k architecture builddeb: Add automatic support for sparc64 architecture builddeb: Add automatic support for mips{,64}r6{,el} architectures builddeb: Add automatic support for mips64el architecture builddeb: Add automatic support for ppc64 and powerpcspe architectures builddeb: Introduce functions to simplify kconfig tests in set_debarch builddeb: Drop check for 32-bit s390 builddeb: Change architecture detection fallback to use dpkg-architecture builddeb: Skip architecture detection when KBUILD_DEBARCH is set ...
Showing
- Documentation/kbuild/kbuild.txt 16 additions, 0 deletionsDocumentation/kbuild/kbuild.txt
- Documentation/kbuild/makefiles.txt 7 additions, 1 deletionDocumentation/kbuild/makefiles.txt
- Documentation/process/changes.rst 7 additions, 12 deletionsDocumentation/process/changes.rst
- Makefile 13 additions, 11 deletionsMakefile
- arch/alpha/boot/Makefile 1 addition, 1 deletionarch/alpha/boot/Makefile
- arch/arm/Makefile 0 additions, 3 deletionsarch/arm/Makefile
- arch/arm/mach-at91/Makefile 0 additions, 25 deletionsarch/arm/mach-at91/Makefile
- arch/arm64/kernel/vdso/note.S 3 additions, 0 deletionsarch/arm64/kernel/vdso/note.S
- arch/openrisc/Makefile 0 additions, 1 deletionarch/openrisc/Makefile
- arch/powerpc/kernel/vdso32/note.S 3 additions, 0 deletionsarch/powerpc/kernel/vdso32/note.S
- arch/powerpc/purgatory/Makefile 1 addition, 2 deletionsarch/powerpc/purgatory/Makefile
- arch/riscv/Makefile 0 additions, 1 deletionarch/riscv/Makefile
- arch/s390/kernel/syscalls/Makefile 3 additions, 3 deletionsarch/s390/kernel/syscalls/Makefile
- arch/s390/purgatory/Makefile 1 addition, 2 deletionsarch/s390/purgatory/Makefile
- arch/um/Makefile 2 additions, 9 deletionsarch/um/Makefile
- arch/um/drivers/Makefile 2 additions, 2 deletionsarch/um/drivers/Makefile
- arch/x86/Makefile.um 0 additions, 2 deletionsarch/x86/Makefile.um
- arch/x86/entry/vdso/vdso-note.S 3 additions, 0 deletionsarch/x86/entry/vdso/vdso-note.S
- arch/x86/entry/vdso/vdso32/note.S 3 additions, 0 deletionsarch/x86/entry/vdso/vdso32/note.S
- arch/x86/purgatory/Makefile 1 addition, 2 deletionsarch/x86/purgatory/Makefile
Loading
Please register or sign in to comment