lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Mon, 25 Jul 2016 14:31:23 -0700
From:	Kees Cook <keescook@...omium.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org, Geliang Tang <geliangtang@....com>,
	Greg Hackmann <ghackmann@...gle.com>,
	Matt Fleming <matt@...eblueprint.co.uk>,
	Namhyung Kim <namhyung@...nel.org>
Subject: [GIT PULL] pstore updates for v4.8

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ