mbox series

[GIT,PULL] Kbuild fixes for v6.9-rc2

Message ID CAK7LNATTLAtXYZEfmQg8dLsu3A0e5songZrEayo3ateQ6dTmJw@mail.gmail.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] Kbuild fixes for v6.9-rc2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git tags/kbuild-fixes-v6.9

Message

Masahiro Yamada March 31, 2024, 12:22 p.m. UTC
Hello Linus,


Please pull Kbuild fixes for v6.9-rc2.
Thanks.




The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
tags/kbuild-fixes-v6.9

for you to fetch changes up to 89e5462bb5aee1e634a3d5bd41125809a929a486:

  kconfig: Fix typo HEIGTH to HEIGHT (2024-03-31 21:09:50 +0900)

----------------------------------------------------------------
Kbuild fixes for v6.9

 - 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

----------------------------------------------------------------
Arnd Bergmann (1):
      kbuild: make -Woverride-init warnings more consistent

Borislav Petkov (AMD) (1):
      kbuild: Disable KCSAN for autogenerated *.mod.c intermediaries

Isak Ellmer (1):
      kconfig: Fix typo HEIGTH to HEIGHT

Masahiro Yamada (5):
      cxl: remove CONFIG_CXL_PMU entry in drivers/cxl/Kconfig
      MIPS: move unselectable FIT_IMAGE_FDT_EPM5 out of the "System type" choice
      kconfig: do not reparent the menu inside a choice block
      export.h: remove include/asm-generic/export.h
      modpost: do not make find_tosym() return NULL

Nathan Chancellor (1):
      Documentation/llvm: Note s390 LLVM=1 support with LLVM 18.1.0 and newer

 Documentation/kbuild/llvm.rst                  |  2 +-
 arch/mips/Kconfig                              | 18 +++++++++---------
 drivers/cxl/Kconfig                            | 13 -------------
 drivers/gpu/drm/amd/display/dc/dce110/Makefile |  2 +-
 drivers/gpu/drm/amd/display/dc/dce112/Makefile |  2 +-
 drivers/gpu/drm/amd/display/dc/dce120/Makefile |  2 +-
 drivers/gpu/drm/amd/display/dc/dce60/Makefile  |  2 +-
 drivers/gpu/drm/amd/display/dc/dce80/Makefile  |  2 +-
 drivers/gpu/drm/i915/Makefile                  |  6 +++---
 drivers/gpu/drm/xe/Makefile                    |  4 ++--
 drivers/net/ethernet/renesas/sh_eth.c          |  2 +-
 drivers/pinctrl/aspeed/Makefile                |  2 +-
 fs/proc/Makefile                               |  2 +-
 include/asm-generic/export.h                   | 11 -----------
 kernel/bpf/Makefile                            |  2 +-
 mm/Makefile                                    |  3 +--
 scripts/Makefile.extrawarn                     | 10 +++-------
 scripts/Makefile.modfinal                      |  2 +-
 scripts/kconfig/conf.c                         |  5 -----
 scripts/kconfig/lkc.h                          |  2 +-
 scripts/kconfig/lxdialog/checklist.c           |  2 +-
 scripts/kconfig/lxdialog/dialog.h              | 12 ++++++------
 scripts/kconfig/lxdialog/inputbox.c            |  2 +-
 scripts/kconfig/lxdialog/menubox.c             |  2 +-
 scripts/kconfig/lxdialog/textbox.c             |  2 +-
 scripts/kconfig/lxdialog/util.c                |  2 +-
 scripts/kconfig/lxdialog/yesno.c               |  2 +-
 scripts/kconfig/mconf.c                        |  4 ++--
 scripts/kconfig/menu.c                         | 22 ++++++++++++++++------
 scripts/kconfig/parser.y                       |  2 +-
 scripts/mod/modpost.c                          |  7 +++++--
 31 files changed, 66 insertions(+), 87 deletions(-)
 delete mode 100644 include/asm-generic/export.h

Comments

pr-tracker-bot@kernel.org March 31, 2024, 9:51 p.m. UTC | #1
The pull request you sent on Sun, 31 Mar 2024 21:22:49 +0900:

> git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git tags/kbuild-fixes-v6.9

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/7e40c2100c87e8f11c270b4ddbe0bf8534dcab21

Thank you!