]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
Merge tag 'modules-6.17-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 24 Aug 2025 13:43:50 +0000 (09:43 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 24 Aug 2025 13:43:50 +0000 (09:43 -0400)
Pull modules fix from Daniel Gomez:
 "This includes a fix 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"

* tag 'modules-6.17-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/modules/linux:
  params: Replace deprecated strcpy() with strscpy() and memcpy()


Trivial merge