[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <202308281119.10472FC7@keescook>
Date: Mon, 28 Aug 2023 11:21:23 -0700
From: Kees Cook <keescook@...omium.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, Ard Biesheuvel <ardb@...nel.org>,
Enlin Mu <enlin.mu@...soc.com>,
Eric Biggers <ebiggers@...gle.com>,
"Guilherme G. Piccoli" <gpiccoli@...lia.com>,
Kees Cook <keescook@...omium.org>,
"Matthew Wilcox (Oracle)" <willy@...radead.org>,
Yunlong Xing <yunlong.xing@...soc.com>,
Yuxiao Zhang <yuxiaozhang@...gle.com>
Subject: [GIT PULL] pstore updates for v6.6-rc1
Hi Linus,
Please pull these pstore updates for v6.6-rc1. This contains a fair bit
of code _removal_ which is always nice. Changes have been in -next for
most of the development cycle.
Thanks!
-Kees
The following changes since commit fdf0eaf11452d72945af31804e2a1048ee1b574c:
Linux 6.5-rc2 (2023-07-16 15:10:37 -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
for you to fetch changes up to af58740d8b06a6a97b7594235a1be11bd6aa37fa:
pstore: Fix kernel-doc warning (2023-08-18 13:27:28 -0700)
----------------------------------------------------------------
pstore updates for v6.6-rc1
- Greatly simplify compression support (Ard Biesheuvel).
- Avoid crashes for corrupted offsets when prz size is 0 (Enlin Mu).
- Expand range of usable record sizes (Yuxiao Zhang).
- Fix kernel-doc warning (Matthew Wilcox).
----------------------------------------------------------------
Ard Biesheuvel (2):
pstore: Remove worst-case compression size logic
pstore: Replace crypto API compression with zlib_deflate library calls
Enlin Mu (1):
pstore/ram: Check start of empty przs during init
Matthew Wilcox (Oracle) (1):
pstore: Fix kernel-doc warning
Yuxiao Zhang (1):
pstore: Support record sizes larger than kmalloc() limit
fs/pstore/Kconfig | 100 ++-------------
fs/pstore/inode.c | 2 +-
fs/pstore/platform.c | 353 +++++++++++++++++----------------------------------
fs/pstore/ram.c | 11 +-
fs/pstore/ram_core.c | 17 ++-
5 files changed, 137 insertions(+), 346 deletions(-)
--
Kees Cook
Powered by blists - more mailing lists