[GIT PULL] pstore updates for v5.3-rc1

From: Kees Cook
Date: Tue Jul 09 2019 - 00:11:22 EST


Hi Linus,

Please pull these pstore updates for v5.3-rc1. Details below...

Thanks!

-Kees

The following changes since commit d1fdb6d8f6a4109a4263176c84b899076a5f8008:

Linux 5.2-rc4 (2019-06-08 20:24:46 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/pstore-v5.3-rc1

for you to fetch changes up to 4c6d80e1144bdf48cae6b602ae30d41f3e5c76a9:

pstore: Fix double-free in pstore_mkfile() failure path (2019-07-08 21:04:42 -0700)

----------------------------------------------------------------
pstore improvements

- Improve backward compatibility with older Chromebooks (Douglas Anderson)
- Refactor debugfs initialization (Greg KH)
- Fix double-free in pstore_mkfile() failure path (Norbert Manthey)

----------------------------------------------------------------
Douglas Anderson (1):
pstore/ram: Improve backward compatibility with older Chromebooks

Greg Kroah-Hartman (1):
pstore: no need to check return value of debugfs_create functions

Norbert Manthey (1):
pstore: Fix double-free in pstore_mkfile() failure path

fs/pstore/ftrace.c | 18 ++----------------
fs/pstore/inode.c | 13 ++++++-------
fs/pstore/ram.c | 21 +++++++++++++++++++++
3 files changed, 29 insertions(+), 23 deletions(-)

--
Kees Cook