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

2019-07-11 Thread pr-tracker-bot
The pull request you sent on Mon, 8 Jul 2019 21:11:18 -0700:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6b44fccdb8cdcc7c1df522529307566aa89a4ab1

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker


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

2019-07-08 Thread Kees Cook
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