]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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)
commit14f84cd318bed3fc64c6e4ee6b251f9b6a8e2a05
treea908156a00c9e4c5e98436ee5cf9bb5e49abbf58
parent8d245acc1e884e89f0808f64d6af3fc91d4903a0
parent5eb4b9a4cdbb70d70377fe8fb2920b75910e5024
Merge tag 'modules-6.17-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/modules/linux

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