[GIT PULL] pstore updates for v6.11-rc1
From: Kees Cook
Date: Mon Jul 15 2024 - 12:29:38 EST
Hi Linus,
Please pull these small pstore updates for v6.11-rc1. (Note that since there
were no pstore updates for v6.10, this is based on v6.9-rc2. I forgot
to do my traditional merge-on-rc2 for this tree when v6.10-rc2 happened.)
Thanks!
-Kees
The following changes since commit 39cd87c4eb2b893354f3b850f916353f2658ae6f:
Linux 6.9-rc2 (2024-03-31 14:32:39 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/pstore-v6.11-rc1
for you to fetch changes up to 9b3c13c9ea4ecb2b95948f666560b8df8f358b40:
pstore: platform: add missing MODULE_DESCRIPTION() macro (2024-06-17 11:56:12 -0700)
----------------------------------------------------------------
pstore updates for v6.11-rc1
- Add missing MODULE_DESCRIPTION() macro (Jeff Johnson)
- Replace deprecated strncpy() with strscpy() (Justin Stitt)
----------------------------------------------------------------
Jeff Johnson (1):
pstore: platform: add missing MODULE_DESCRIPTION() macro
Justin Stitt (1):
pstore/blk: replace deprecated strncpy with strscpy
fs/pstore/blk.c | 2 +-
fs/pstore/platform.c | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
--
Kees Cook