mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Nicolas Schier <nsc@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "Lorenzo Stoakes" <ljs@kernel.org>,
	"Nathan Chancellor" <nathan@kernel.org>,
	"Thomas Weißschuh" <thomas.weissschuh@linutronix.de>,
	"Vlad Poenaru" <vlad.wing@gmail.com>,
	linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] Kbuild fixes for 7.3 #1
Date: Sat, 12 Sep 2026 20:24:30 +0200	[thread overview]
Message-ID: <aqWY3gsP1nBj7EjT@levanger> (raw)

[-- Attachment #1: Type: text/plain, Size: 2770 bytes --]

Hi Linus,

please consider pulling these four Kbuild fixes for 7.3.

The first one fixes a build race, the second one fixes builds on stable
branches.

The last two are low-hanging fruits from Lorenzo's recent kbuild speed-up patch
set that fix older symbol leakages; they qualify for kbuild-fixes scarcely, but
in order to accelerate the patch set incorporation it would be great if you'd
take these, too.

Thanks and kind regards,
Nicolas



The following changes since commit df2908090cda368b01ff43709f51890076c56157:

  Linux 7.3-rc2 (2026-09-06 15:07:20 -0700)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/kbuild/linux.git tags/kbuild-fixes-7.3-1

for you to fetch changes up to 59351365ac271b5e0eb180f211c531476a36221f:

  scripts/mksysmap: fix escape of '$' in the __pi_ pattern (2026-09-12 20:01:19 +0200)

----------------------------------------------------------------
First round of Kbuild fixes for 7.3

 - kbuild: don't delete in-flight filechk temporaries in asm-headers

   A rule for generating header files was changed from using make
   $(wildcard) fnglob to 'find' instead; as 'find' finds "hidden" files
   by default, temporary files from Kbuild's 'filechk', used for
   generating asm header files, may get deleted and break header file
   generating.

 - scripts/sorttable: Mark long_size as __maybe_unused

   Fix builds with clang-23 or newer on trees w/o commit b055f4c431e3
   ("sorttable: Move ELF parsing into scripts/elf-parse.[ch]");
   targetting for backport to stable kernels < 6.19.

 - scripts/mksysmap: drop the MODULE_INFO() symbols from kallsyms

   Update regexp to remove kallsyms entries from kernel binary, saves
   about 32 KiB of bzImage.

 - scripts/mksysmap: fix escape of '$' in the __pi_ pattern

   Prevent arm64 PIE namespace local symbols from appearing System.map
   and /proc/kallsyms.

Cc: Lorenzo Stoakes (ARM) <ljs@kernel.org>
Cc: Nathan Chancellor <nathan@kernel.org>
Cc: Nicolas Schier <n.schier@fritz.com>
Cc: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Cc: Vlad Poenaru <vlad.wing@gmail.com>

----------------------------------------------------------------
Lorenzo Stoakes (ARM) (2):
      scripts/mksysmap: drop the MODULE_INFO() symbols from kallsyms
      scripts/mksysmap: fix escape of '$' in the __pi_ pattern

Nathan Chancellor (1):
      scripts/sorttable: Mark long_size as __maybe_unused

Vlad Poenaru (1):
      kbuild: don't delete in-flight filechk temporaries in asm-headers

 scripts/Makefile.asm-headers | 2 +-
 scripts/mksysmap             | 4 ++--
 scripts/sorttable.c          | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

-- 
Nicolas

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

             reply	other threads:[~2026-09-12 18:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-12 18:24 Nicolas Schier [this message]
2026-09-12 23:24 ` 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=aqWY3gsP1nBj7EjT@levanger \
    --to=nsc@kernel.org \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ljs@kernel.org \
    --cc=nathan@kernel.org \
    --cc=thomas.weissschuh@linutronix.de \
    --cc=torvalds@linux-foundation.org \
    --cc=vlad.wing@gmail.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®