public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] pstore updates for v4.17-rc1
@ 2018-04-02 16:26 Kees Cook
  0 siblings, 0 replies; only message in thread
From: Kees Cook @ 2018-04-02 16:26 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, Arnd Bergmann, Geliang Tang, Kees Cook

Hi Linus,

Please pull these pstore changes for v4.17-rc1. This cycle was almost
entirely improvements to the pstore compression options, noted below.

Thanks!

-Kees

The following changes since commit 91ab883eb21325ad80f3473633f794c78ac87f51:

  Linux 4.16-rc2 (2018-02-18 17:29:42 -0800)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/pstore-v4.17-rc1

for you to fetch changes up to 58eb5b6707477ff458db3ee522aac317da719e2a:

  pstore: fix crypto dependencies (2018-03-15 10:06:06 -0700)

----------------------------------------------------------------
- Add lz4hc and 842 to pstore compression options (Geliang Tang)
- Refactor to use crypto compression API (Geliang Tang)
- Fix up Kconfig dependencies for compression (Arnd Bergmann)
- Allow for run-time compression selection
- Remove stack VLA usage

----------------------------------------------------------------
Arnd Bergmann (1):
      pstore: fix crypto dependencies

Geliang Tang (2):
      pstore: Add lz4hc and 842 compression support
      pstore: Use crypto compress API

Kees Cook (3):
      pstore: Avoid size casts for 842 compression
      pstore: Select compression at runtime
      pstore/ram: Do not use stack VLA for parity workspace

 fs/pstore/Kconfig          | 101 +++++++++---
 fs/pstore/inode.c          |   2 +
 fs/pstore/internal.h       |   3 +
 fs/pstore/platform.c       | 372 +++++++++++++++------------------------------
 fs/pstore/ram.c            |   2 +-
 fs/pstore/ram_core.c       |  29 +++-
 include/linux/pstore_ram.h |   1 +
 7 files changed, 226 insertions(+), 284 deletions(-)

-- 
Kees Cook
Pixel Security

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-04-02 16:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-02 16:26 [GIT PULL] pstore updates for v4.17-rc1 Kees Cook

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox