[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAK7LNATDVBT1NKZtUkjk3GpqxEtOc8JLjY3XMjREHrp94t13-w@mail.gmail.com>
Date: Sun, 25 Sep 2022 03:34:44 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>
Subject: [GIT PULL] Kbuild fixes for v6.0-rc7
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(-)
--
Best Regards
Masahiro Yamada
Powered by blists - more mailing lists