mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] Kbuild fixes for 7.3 #1
@ 2026-09-12 18:24 Nicolas Schier
  2026-09-12 23:24 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Schier @ 2026-09-12 18:24 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Lorenzo Stoakes, Nathan Chancellor, Thomas Weißschuh,
	Vlad Poenaru, linux-kbuild, linux-kernel

[-- 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 --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] Kbuild fixes for 7.3 #1
  2026-09-12 18:24 [GIT PULL] Kbuild fixes for 7.3 #1 Nicolas Schier
@ 2026-09-12 23:24 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2026-09-12 23:24 UTC (permalink / raw)
  To: Nicolas Schier
  Cc: Linus Torvalds, Lorenzo Stoakes, Nathan Chancellor,
	Thomas Weißschuh, Vlad Poenaru, linux-kbuild, linux-kernel

The pull request you sent on Sat, 12 Sep 2026 20:24:30 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3ce99a68f7d5b878a7746d479591a18651a8238f

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-09-12 23:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-12 18:24 [GIT PULL] Kbuild fixes for 7.3 #1 Nicolas Schier
2026-09-12 23:24 ` pr-tracker-bot

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®