There was an error fetching the commit references. Please try again later.
Merge tag 'kbuild-fixes-v6.9' of...
Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild Pull Kbuild fixes from Masahiro Yamada: - Deduplicate Kconfig entries for CONFIG_CXL_PMU - Fix unselectable choice entry in MIPS Kconfig, and forbid this structure - Remove unused include/asm-generic/export.h - Fix a NULL pointer dereference bug in modpost - Enable -Woverride-init warning consistently with W=1 - Drop KCSAN flags from *.mod.c files * tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: kconfig: Fix typo HEIGTH to HEIGHT Documentation/llvm: Note s390 LLVM=1 support with LLVM 18.1.0 and newer kbuild: Disable KCSAN for autogenerated *.mod.c intermediaries kbuild: make -Woverride-init warnings more consistent modpost: do not make find_tosym() return NULL export.h: remove include/asm-generic/export.h kconfig: do not reparent the menu inside a choice block MIPS: move unselectable FIT_IMAGE_FDT_EPM5 out of the "System type" choice cxl: remove CONFIG_CXL_PMU entry in drivers/cxl/Kconfig
Showing
- Documentation/kbuild/llvm.rst 1 addition, 1 deletionDocumentation/kbuild/llvm.rst
- arch/mips/Kconfig 9 additions, 9 deletionsarch/mips/Kconfig
- drivers/cxl/Kconfig 0 additions, 13 deletionsdrivers/cxl/Kconfig
- drivers/gpu/drm/amd/display/dc/dce110/Makefile 1 addition, 1 deletiondrivers/gpu/drm/amd/display/dc/dce110/Makefile
- drivers/gpu/drm/amd/display/dc/dce112/Makefile 1 addition, 1 deletiondrivers/gpu/drm/amd/display/dc/dce112/Makefile
- drivers/gpu/drm/amd/display/dc/dce120/Makefile 1 addition, 1 deletiondrivers/gpu/drm/amd/display/dc/dce120/Makefile
- drivers/gpu/drm/amd/display/dc/dce60/Makefile 1 addition, 1 deletiondrivers/gpu/drm/amd/display/dc/dce60/Makefile
- drivers/gpu/drm/amd/display/dc/dce80/Makefile 1 addition, 1 deletiondrivers/gpu/drm/amd/display/dc/dce80/Makefile
- drivers/gpu/drm/i915/Makefile 3 additions, 3 deletionsdrivers/gpu/drm/i915/Makefile
- drivers/gpu/drm/xe/Makefile 2 additions, 2 deletionsdrivers/gpu/drm/xe/Makefile
- drivers/net/ethernet/renesas/sh_eth.c 1 addition, 1 deletiondrivers/net/ethernet/renesas/sh_eth.c
- drivers/pinctrl/aspeed/Makefile 1 addition, 1 deletiondrivers/pinctrl/aspeed/Makefile
- fs/proc/Makefile 1 addition, 1 deletionfs/proc/Makefile
- include/asm-generic/export.h 0 additions, 11 deletionsinclude/asm-generic/export.h
- kernel/bpf/Makefile 1 addition, 1 deletionkernel/bpf/Makefile
- mm/Makefile 1 addition, 2 deletionsmm/Makefile
- scripts/Makefile.extrawarn 3 additions, 7 deletionsscripts/Makefile.extrawarn
- scripts/Makefile.modfinal 1 addition, 1 deletionscripts/Makefile.modfinal
- scripts/kconfig/conf.c 0 additions, 5 deletionsscripts/kconfig/conf.c
- scripts/kconfig/lkc.h 1 addition, 1 deletionscripts/kconfig/lkc.h
Please register or sign in to comment