mbox series

[GIT,PULL] Kbuild fixes for v6.0-rc7

Message ID CAK7LNATDVBT1NKZtUkjk3GpqxEtOc8JLjY3XMjREHrp94t13-w@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Kbuild fixes for v6.0-rc7 | expand

Pull-request

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

Message

Masahiro Yamada Sept. 24, 2022, 6:34 p.m. UTC
Hello Linus,


Please pull some Kbuild fixes.
Thanks.



The following changes since commit 80e78fcce86de0288793a0ef0f6acf37656ee4cf:

  Linux 6.0-rc5 (2022-09-11 16:22:01 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 32ef9e5054ec0321b9336058c58ec749e9c6b0fe:

  Makefile.debug: re-enable debug info for .S files (2022-09-24 11:19:19 +0900)

----------------------------------------------------------------
Kbuild fixes for v6.0 (3rd)

 - Fix build error for the combination of CONFIG_SYSTEM_TRUSTED_KEYRING=y
   and CONFIG_X509_CERTIFICATE_PARSER=m

 - Fix CONFIG_DEBUG_INFO_SPLIT to generate debug info for GCC 11+ and Clang 12+

 - Revive debug info for assembly files

 - Remove unused code

----------------------------------------------------------------
Masahiro Yamada (1):
      certs: make system keyring depend on built-in x509 parser

Nick Desaulniers (2):
      Makefile.debug: set -g unconditional on CONFIG_DEBUG_INFO_SPLIT
      Makefile.debug: re-enable debug info for .S files

Zeng Heng (1):
      Kconfig: remove unused function 'menu_get_root_menu'

yangxingwu (1):
      scripts/clang-tools: remove unused module

 certs/Kconfig                          |  2 +-
 lib/Kconfig.debug                      |  4 +++-
 scripts/Makefile.debug                 | 21 ++++++++++-----------
 scripts/clang-tools/run-clang-tools.py |  1 -
 scripts/kconfig/lkc.h                  |  1 -
 scripts/kconfig/menu.c                 |  5 -----
 6 files changed, 14 insertions(+), 20 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 25, 2022, 12:52 a.m. UTC | #1
The pull request you sent on Sun, 25 Sep 2022 03:34:44 +0900:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/105a36f3694edc680f3e9318cdd3c03722e42554

Thank you!