]> git.ipfire.org Git - thirdparty/linux.git/commit
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)
commit650d21334c4fbbdbf085b9f542cc530a7d5cd4fd
tree534db39a17105a4cb5d508b4099df0652c3621f2
parentc6e99c10fd9855082568cbd71bb2cc5dc90eda53
parent202550713128da20d9381d6d2dc0f6b73839f434
Merge tag 'kbuild-fixes-7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux

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()