linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kees Cook <keescook@chromium.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, Geliang Tang <geliangtang@163.com>,
	Greg Hackmann <ghackmann@google.com>,
	Matt Fleming <matt@codeblueprint.co.uk>,
	Namhyung Kim <namhyung@kernel.org>
Subject: [GIT PULL] pstore updates for v4.8
Date: Mon, 25 Jul 2016 14:31:23 -0700	[thread overview]
Message-ID: <20160725213123.GA1389@www.outflux.net> (raw)

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

                 reply	other threads:[~2016-07-25 22:21 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20160725213123.GA1389@www.outflux.net \
    --to=keescook@chromium.org \
    --cc=geliangtang@163.com \
    --cc=ghackmann@google.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=matt@codeblueprint.co.uk \
    --cc=namhyung@kernel.org \
    --cc=torvalds@linux-foundation.org \
    /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 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).