All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kees Cook <keescook@chromium.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, Ard Biesheuvel <ardb@kernel.org>,
	Enlin Mu <enlin.mu@unisoc.com>,
	Eric Biggers <ebiggers@google.com>,
	"Guilherme G. Piccoli" <gpiccoli@igalia.com>,
	Kees Cook <keescook@chromium.org>,
	"Matthew Wilcox (Oracle)" <willy@infradead.org>,
	Yunlong Xing <yunlong.xing@unisoc.com>,
	Yuxiao Zhang <yuxiaozhang@google.com>
Subject: [GIT PULL] pstore updates for v6.6-rc1
Date: Mon, 28 Aug 2023 11:21:23 -0700	[thread overview]
Message-ID: <202308281119.10472FC7@keescook> (raw)

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

             reply	other threads:[~2023-08-28 18:22 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-28 18:21 Kees Cook [this message]
2023-08-28 20:15 ` [GIT PULL] pstore updates for v6.6-rc1 pr-tracker-bot
2023-08-28 23:56 ` Linus Torvalds
2023-08-29  1:28   ` Kees Cook
2023-08-29  1:44     ` Linus Torvalds
2023-08-29  3:44       ` Kees Cook
2023-08-29 17:13         ` Linus Torvalds
2023-08-29 17:29           ` Ard Biesheuvel
2023-08-29 18:03             ` Linus Torvalds
2023-08-29 21:43               ` Ard Biesheuvel
2023-08-30  6:05                 ` Eric Biggers
2023-08-30  7:48                   ` Ard Biesheuvel
2023-08-30 17:00                     ` Kees Cook
2023-08-30  9:10               ` Herbert Xu
2023-08-30 10:04                 ` [PATCH 0/4] crypto: Remove zlib-deflate Herbert Xu
2023-08-30 10:08                   ` [PATCH 1/4] crypto: hisilicon/zip - Remove driver Herbert Xu
2023-08-31  2:21                     ` Yang Shen
2023-08-31  5:42                       ` Herbert Xu
2023-08-31  9:39                         ` Yang Shen
2023-08-31 11:57                           ` Herbert Xu
2023-08-30 10:08                   ` [PATCH 2/4] crypto: qat - Remove zlib-deflate Herbert Xu
2023-09-05 13:15                     ` Giovanni Cabiddu
2023-09-05 16:23                       ` David Sterba
2023-09-06  2:51                         ` Gao Xiang
2023-08-30 10:08                   ` [PATCH 3/4] crypto: deflate " Herbert Xu
2023-08-30 10:08                   ` [PATCH 4/4] crypto: testmgr " Herbert Xu
2023-08-30 12:52                   ` [PATCH 0/4] crypto: " Ard Biesheuvel
2023-08-30 15:29                   ` Linus Torvalds

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202308281119.10472FC7@keescook \
    --to=keescook@chromium.org \
    --cc=ardb@kernel.org \
    --cc=ebiggers@google.com \
    --cc=enlin.mu@unisoc.com \
    --cc=gpiccoli@igalia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=willy@infradead.org \
    --cc=yunlong.xing@unisoc.com \
    --cc=yuxiaozhang@google.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.