All of lore.kernel.org
 help / color / mirror / Atom feed
From: Masahiro Yamada <masahiroy@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux Kbuild mailing list <linux-kbuild@vger.kernel.org>,
	 Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Kbuild fixes for v6.9-rc2
Date: Sun, 31 Mar 2024 21:22:49 +0900	[thread overview]
Message-ID: <CAK7LNATTLAtXYZEfmQg8dLsu3A0e5songZrEayo3ateQ6dTmJw@mail.gmail.com> (raw)

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


-- 
Best Regards
Masahiro Yamada

             reply	other threads:[~2024-03-31 12:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-31 12:22 Masahiro Yamada [this message]
2024-03-31 21:51 ` [GIT PULL] Kbuild fixes for v6.9-rc2 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAK7LNATTLAtXYZEfmQg8dLsu3A0e5songZrEayo3ateQ6dTmJw@mail.gmail.com \
    --to=masahiroy@kernel.org \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.