linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] pstore updates for v4.8
@ 2016-07-25 21:31 Kees Cook
  0 siblings, 0 replies; only message in thread
From: Kees Cook @ 2016-07-25 21:31 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Geliang Tang, Greg Hackmann, Matt Fleming, Namhyung Kim

Hi,

This is my first pull request as the new pstore maintainer, so hopefully
I've followed all the correct best-practices. :) Please let me know if
I need to change anything about how I've constructed this pull request.

These are the updates for pstore, which expands the supported compressors,
fixes some bugs, and finally adds DT bindings.

Thanks!

-Kees

The following changes since commit 523d939ef98fd712632d93a5a2b588e477a7565e:

  Linux 4.7 (2016-07-24 12:23:50 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/pstore-v4.8

for you to fetch changes up to 74e630a7582e6b3cb39559d712a0049f08dea8a0:

  Merge tag 'v4.7' into for-linus/pstore (2016-07-25 13:50:36 -0700)

----------------------------------------------------------------
pstore subsystem updates for v4.8

----------------------------------------------------------------
Geliang Tang (3):
      pstore: add lzo/lz4 compression support
      pstore: drop file opened reference count
      efi-pstore: implement efivars_pstore_exit()

Greg Hackmann (1):
      pstore/ram: add Device Tree bindings

Kees Cook (2):
      ramoops: Only unregister when registered
      Merge tag 'v4.7' into for-linus/pstore

Namhyung Kim (2):
      pstore: Enable compression on normal path (again)
      pstore: Cleanup pstore_dump()

 Documentation/devicetree/bindings/misc/ramoops.txt |  48 ++++
 Documentation/ramoops.txt                          |   6 +-
 arch/powerpc/kernel/nvram_64.c                     |   4 +-
 drivers/acpi/apei/erst.c                           |   7 +-
 drivers/firmware/efi/efi-pstore.c                  |  13 +
 fs/pstore/Kconfig                                  |  31 ++-
 fs/pstore/inode.c                                  |   1 -
 fs/pstore/platform.c                               | 269 ++++++++++++++++++---
 fs/pstore/ram.c                                    | 105 +++++++-
 include/linux/pstore.h                             |   3 +-
 10 files changed, 436 insertions(+), 51 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/misc/ramoops.txt

-- 
Kees Cook
Brillo & Chrome OS Security

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

only message in thread, other threads:[~2016-07-25 22:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-25 21:31 [GIT PULL] pstore updates for v4.8 Kees Cook

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).