[GIT PULL] pstore fix for v6.6-rc1

From: Kees Cook
Date: Fri Sep 01 2023 - 14:27:17 EST


Hi Linus,

Please pull this pstore fix for v6.6-rc1. This should solve the
issues[1] you saw after the initial v6.6-rc1 pull.

Thanks!

-Kees

[1] https://lore.kernel.org/lkml/CAHk-=wi_WxZ2dEsQR0-wDtYAh4sxVEQkU7HK5JSboVv7v7NwcQ@xxxxxxxxxxxxxx/

The following changes since commit af58740d8b06a6a97b7594235a1be11bd6aa37fa:

pstore: Fix kernel-doc warning (2023-08-18 13:27:28 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/pstore-v6.6-rc1-fix

for you to fetch changes up to 94160062396d7e7cff4ed69320ffc5e22d51a0ab:

pstore: Base compression input buffer size on estimated compressed size (2023-08-31 13:58:49 -0700)

----------------------------------------------------------------
pstore fix for v6.6-rc1

- Adjust sizes of buffers just avoid uncompress failures (Ard Biesheuvel)

----------------------------------------------------------------
Ard Biesheuvel (1):
pstore: Base compression input buffer size on estimated compressed size

fs/pstore/platform.c | 34 +++++++++++++++++++++++++++-------
1 file changed, 27 insertions(+), 7 deletions(-)

--
Kees Cook