public inbox for linux-modules@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Modules fixes for v6.17-rc3
@ 2025-08-24  6:49 Daniel Gomez
  2025-08-24  7:00 ` Daniel Gomez
  2025-08-24 14:19 ` pr-tracker-bot
  0 siblings, 2 replies; 3+ messages in thread
From: Daniel Gomez @ 2025-08-24  6:49 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Luis Chamberlain, Petr Pavlu, Sami Tolvanen, Daniel Gomez,
	Thorsten Blum, Kees Cook, linux-modules, linux-kernel

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

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

* Re: [GIT PULL] Modules fixes for v6.17-rc3
  2025-08-24  6:49 [GIT PULL] Modules fixes for v6.17-rc3 Daniel Gomez
@ 2025-08-24  7:00 ` Daniel Gomez
  2025-08-24 14:19 ` pr-tracker-bot
  1 sibling, 0 replies; 3+ messages in thread
From: Daniel Gomez @ 2025-08-24  7:00 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Luis Chamberlain, Petr Pavlu, Sami Tolvanen, Daniel Gomez,
	Thorsten Blum, Kees Cook, linux-modules, linux-kernel



On 24/08/2025 08.49, Daniel Gomez wrote:
> 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.

The fix was merged 1 week ago (August 16) and in linux-next since next-20250818.

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

* Re: [GIT PULL] Modules fixes for v6.17-rc3
  2025-08-24  6:49 [GIT PULL] Modules fixes for v6.17-rc3 Daniel Gomez
  2025-08-24  7:00 ` Daniel Gomez
@ 2025-08-24 14:19 ` pr-tracker-bot
  1 sibling, 0 replies; 3+ messages in thread
From: pr-tracker-bot @ 2025-08-24 14:19 UTC (permalink / raw)
  To: Daniel Gomez
  Cc: Linus Torvalds, Luis Chamberlain, Petr Pavlu, Sami Tolvanen,
	Daniel Gomez, Thorsten Blum, Kees Cook, linux-modules,
	linux-kernel

The pull request you sent on Sun, 24 Aug 2025 08:49:17 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/modules/linux.git tags/modules-6.17-rc3.fixes

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/14f84cd318bed3fc64c6e4ee6b251f9b6a8e2a05

Thank you!

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

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

end of thread, other threads:[~2025-08-24 14:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-24  6:49 [GIT PULL] Modules fixes for v6.17-rc3 Daniel Gomez
2025-08-24  7:00 ` Daniel Gomez
2025-08-24 14:19 ` 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