Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1457233 > unrolled thread

[GIT PULL] pstore fixes for v4.8-rc1

Started byKees Cook <keescook@chromium.org>
First post2016-08-05 20:30 +0200
Last post2016-08-05 20:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] pstore fixes for v4.8-rc1 Kees Cook <keescook@chromium.org> - 2016-08-05 20:30 +0200

#1457233 — [GIT PULL] pstore fixes for v4.8-rc1

FromKees Cook <keescook@chromium.org>
Date2016-08-05 20:30 +0200
Subject[GIT PULL] pstore fixes for v4.8-rc1
Message-ID<s2S2B-2EU-19@gated-at.bofh.it>
Hi,

Please pull these pstore fixes for v4.8-rc1.

This includes an adjustment to the DT bindings ramoops uses, as suggested
by Rob Herring, and fixes load failure memory clean up, from Hiraku Toyooka.

Thanks!

-Kees

The following changes since commit f38d2e5313f0af9d9b66c02a5d49c71deb994b85:

  Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 (2016-08-01 14:28:42 -0400)

are available in the git repository at:

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

for you to fetch changes up to e976e56423dc1cc01686861fc3e0c6c0ec8cd8b7:

  ramoops: use persistent_ram_free() instead of kfree() for freeing prz (2016-08-05 11:21:46 -0700)

----------------------------------------------------------------
Fixes for pstore ramoops driver to catch bad kfree() and to use better DT
bindings.

----------------------------------------------------------------
Hiraku Toyooka (1):
      ramoops: use persistent_ram_free() instead of kfree() for freeing prz

Kees Cook (1):
      ramoops: use DT reserved-memory bindings

 .../bindings/{misc => reserved-memory}/ramoops.txt |  8 ++---
 Documentation/ramoops.txt                          | 38 +++++++++++++++-------
 drivers/of/platform.c                              | 20 ++++++++++--
 fs/pstore/ram.c                                    | 29 ++++++-----------
 4 files changed, 59 insertions(+), 36 deletions(-)
 rename Documentation/devicetree/bindings/{misc => reserved-memory}/ramoops.txt (86%)

-- 
Kees Cook
Brillo & Chrome OS Security

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web