[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250824064922.41894-1-da.gomez@kernel.org>
Date: Sun, 24 Aug 2025 08:49:17 +0200
From: Daniel Gomez <da.gomez@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Luis Chamberlain <mcgrof@...nel.org>,
Petr Pavlu <petr.pavlu@...e.com>,
Sami Tolvanen <samitolvanen@...gle.com>,
Daniel Gomez <da.gomez@...sung.com>,
Thorsten Blum <thorsten.blum@...ux.dev>,
Kees Cook <kees@...nel.org>,
linux-modules@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [GIT PULL] Modules fixes for v6.17-rc3
The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:
Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/modules/linux.git tags/modules-6.17-rc3.fixes
for you to fetch changes up to 5eb4b9a4cdbb70d70377fe8fb2920b75910e5024:
params: Replace deprecated strcpy() with strscpy() and memcpy() (2025-08-16 21:47:25 +0200)
----------------------------------------------------------------
Modules fixes for 6.17-rc3
This includes a fix as part of the KSPP (Kernel Self Protection Project) to
replace the deprecated and unsafe strcpy() calls in the kernel parameter string
handler and sysfs parameters for built-in modules. Single commit, no functional
changes.
Note that param_ops_charp still contains the last remaining strcpy() call in
the kernel/params.c file.
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEE73Ua4R8Pc+G5xjxTQJ6jxB8ZUfsFAmiqshwACgkQQJ6jxB8Z
UfuF8Q//UVMLtvEREUM8m18u1SVDhnO9/+Dpl/bkTof+w03KviIbAN/VXm6qn3C7
ZYtK5lDWU4twg+bOpC6EC/LdNVNyJx6cCpqkZFri21i9Yhf5ak0Sp833lWTZdqH/
DDNCCAOuFH1EaihlJwQ/T4ox1CUOBTC49HyCBnVvdWiCCevUaPbxc8Cgsuzp/gsf
vqXoOJCYKZD2ZdeRKgW7EgETWUljIpvjfXnb3DtMHztj92wzHPaCR50d0iBJbpZi
3JEmrZ6FQ+sb+Qgp4VrW7ZEIa8UFGusqKVZBzJfZR61OU+iVz97gg2WptczsTZCa
GoV0sM5MbNwaBtaMEoM40OiQWCAtYyfsIFmOH142Djcmzgs2hGFTGMKgZReDRs8B
XiPPTq0IW5czYLoNyzJKvtoRX1qBC7wV0rxN9MY8AQieCPmhV3fQsjUgnPKwUOlV
4U5EvzI2Qy4LL5oEUp3rEcymio/rP1wrd0dFxx/D+bMMj//PRF+9rr51deZ/tqtz
Y0Q8rI7CYYlhg0I6XH8t2sAe2TypbU8gNGhOi23Z9vBZwtOv1e3fGTQXymopvVT4
m50c541senApTKFHDbbck2KXwNyasdtIWCQrtChaP99Y0Lk2KRxkgYtVuCJEPNsv
rFjyK3KnfkhhqNJEl4I8EUJwfQ1z9tUHJyfx1p0q74cShV7fRg8=
=8/92
-----END PGP SIGNATURE-----
----------------------------------------------------------------
Thorsten Blum (1):
params: Replace deprecated strcpy() with strscpy() and memcpy()
kernel/params.c | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Powered by blists - more mailing lists