]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge tag 'kbuild-fixes-7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuil...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 19 May 2026 16:43:24 +0000 (09:43 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 19 May 2026 16:43:24 +0000 (09:43 -0700)
Pull Kbuild fixes from Nicolas Schier:

 - modpost: prevent stack buffer overflow in do_input_entry() and
   do_dmi_entry()

   Defensively replace unbound sprintf() calls in file2alias to prevent
   silent stack overflows and detect alias name overflows with proper
   error message.

 - kbuild: pacman-pkg: make "rc" releases adhere to pacman versioning
   scheme

   Enable smooth upgrades from "rc" releases w/ pacman packages.

* tag 'kbuild-fixes-7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux:
  kbuild: pacman-pkg: make "rc" releases adhere to pacman versioning scheme
  modpost: prevent stack buffer overflow in do_input_entry() and do_dmi_entry()


Trivial merge