From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id F2F14370ADD; Tue, 19 May 2026 10:38:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779187097; cv=none; b=M2Xw1YThotD+GFsYbjNzm/G9kbLI0WPHT4M20T/PhEUe6cAd4gKUe90+OHIPrUTRz31aEL39+WrWJJYuSAXAba5GJQd2aGZSXB/2ompybRm0JWZJZ99ZO2JtOBFyRjSdM/7JynjLJaz/V7lXs/acPAYoMBsqG2wHdr24OA6Onmk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779187097; c=relaxed/simple; bh=UrCltXNeVVSzQJQFWNRVx2J0zpmWI7ZuLyLC+h9A3yE=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=YsDIXklUO+4anzxJsJ9BVIhp429a8cESyCiWVPSdA3sgnSb1TNdm2MqJLtey8T78CkYKUtT32+mlviMbSR04nZOaqLrhzvSGgI8VH64uHxbdYvTlbtcHUm5pkYgYUTCKDAZgXvjejThsORMLn+2Je+usw1J4hV9olyXzqN4w794= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Z5x9+4Hf; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Z5x9+4Hf" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0BD9CC2BCB3; Tue, 19 May 2026 10:38:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1779187096; bh=UrCltXNeVVSzQJQFWNRVx2J0zpmWI7ZuLyLC+h9A3yE=; h=Date:From:To:Cc:Subject:From; b=Z5x9+4Hf00t0thyvWbfhb3UG3DsuBQ6voDpE7Xxzbsns683qDgCsTpnt3rDvuQNuz GILLxkbSp1aZiqttA8u2A/RduZhQR2Av58rGMg41LQAqieLRbAfDqsBBR5TJgaaUtH auWOT7go0fYlnVwuItvwy/J2SujlDh30PjmjByBgkfbPWNsiHELwDcJTkTlunIcdby p+EWYHwUjoo95nDadefbDEUEgUZtzNmP2RTWIeIMHgwlUQoQ4dPCrIh14cVyznD3vu P60aMA12nnSznaUnRmVEGyLsjOrLnflaY4/Vfe0E91fOMtcevg3nR5Zs6jOug+sCHE 4VzhmhYrT4emw== Date: Tue, 19 May 2026 12:37:36 +0200 From: Nicolas Schier To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org, Hasan Basbunar , Nathan Chancellor , Randy Dunlap , Thomas =?iso-8859-1?Q?Wei=DFschuh?= , Viktor =?iso-8859-1?Q?J=E4gersk=FCpper?= Subject: [GIT PULL] Kbuild fixes for 7.1 #2 Message-ID: Mail-Followup-To: Linus Torvalds , linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org, Hasan Basbunar , Nathan Chancellor , Randy Dunlap , Thomas =?iso-8859-1?Q?Wei=DFschuh?= , Viktor =?iso-8859-1?Q?J=E4gersk=FCpper?= Precedence: bulk X-Mailing-List: linux-kbuild@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="WI7peLxfAgpSA2wo" Content-Disposition: inline --WI7peLxfAgpSA2wo Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Linus, please pull this second round of Kbuild fixes for v7.1-rc5 with two commits. If there are any issues, please let me know. Thanks and kind regards, Nicolas The following changes since commit 5200f5f493f79f14bbdc349e402a40dfb32f23c8: Linux 7.1-rc4 (2026-05-17 13:59:58 -0700) are available in the Git repository at: ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/kbuild/linux.git t= ags/kbuild-fixes-7.1-2 for you to fetch changes up to 202550713128da20d9381d6d2dc0f6b73839f434: kbuild: pacman-pkg: make "rc" releases adhere to pacman versioning scheme= (2026-05-19 12:29:19 +0200) ---------------------------------------------------------------- Second round of Kbuild fixes for 7.1 - modpost: prevent stack buffer overflow in do_input_entry() and do_dmi_e= ntry() 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 sche= me Enable smooth upgrades from "rc" releases w/ pacman packages. Cc: Hasan Basbunar Cc: Nathan Chancellor Cc: Randy Dunlap Cc: Thomas Wei=DFschuh Cc: Viktor J=E4gersk=FCpper ---------------------------------------------------------------- Hasan Basbunar (1): modpost: prevent stack buffer overflow in do_input_entry() and do_dmi= _entry() Viktor J=E4gersk=FCpper (1): kbuild: pacman-pkg: make "rc" releases adhere to pacman versioning sc= heme scripts/mod/file2alias.c | 79 ++++++++++++++++++++++++++++++++------------= ---- scripts/package/PKGBUILD | 2 +- 2 files changed, 54 insertions(+), 27 deletions(-) --=20 Nicolas --WI7peLxfAgpSA2wo Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEh0E3p4c3JKeBvsLGB1IKcBYmEmkFAmoMPXAACgkQB1IKcBYm Emm5Sw//deZk/ziyTVF+Ureve/9aA/PyhcvvTyOtmYq+aqgi+NVYSYP/UG3ZvJdP nqTA4P8Xk3muHgR5ALvW0AaXmf+RBC2TKQYwxaciNUJ1ISOw94Ee5EFj82ngbULe p3p1ce8iPAbZTkt6/FUWeNf65E1+OEdEC9llJrGtHCom/1RFirZJL/PCVtQ71pDw qxKJjOzs59HQsFE97TrErUvwLl+54J4fN5V0tLi1XGo/OoIy+snqXeKwpeYXICaK zhOoesRP2Z6Am10T83MPWvH52b42Z6C8RaNKzg86YF9t5h5ZuJGmO7Ej+oWdSyFm cL8rmr8pHgpK2m9bW+D7jKwDBuCV+flLCT1rlqTDLYnT9qu5YCiw+/J1FCMNgc63 BW74nj6++Yms7yCUfNjcxaahNLYMWiTcbQLbhHdiS7ed0vMrsXCoH7RTmeW0O2P8 dTO0JXPx8/X1e8TXvsmoJFQ2frF4iaOA12Rdk87gfWAC3PsKM1adbGcQcFMnpzlY 181GQh+AIdSHlOJD/181O38SY63U0qKA+uA6P6zDjiCZ3A+Gj8t7vFi6l9zi8wbs fypOd09PZRlk7TpeMD5Bv6eHDFLQplJrDp1qnPQWm6klBRtBL15tHWpzo/auG4SH J4frvCUwoNlBUj7xAlwTUCh6LMZiYleFfASt1OeZgluFrAXqFHA= =GiIG -----END PGP SIGNATURE----- --WI7peLxfAgpSA2wo--