Merge tag 'pstore-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 11 Jul 2019 21:40:32 +0000 (14:40 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 11 Jul 2019 21:40:32 +0000 (14:40 -0700)
commit6b44fccdb8cdcc7c1df522529307566aa89a4ab1
treebb8a3a9cd78d4e0953326e58c77b8111bbff28d6
parent753c8d9b7d81206bb5d011b28abe829d364b028e
parent4c6d80e1144bdf48cae6b602ae30d41f3e5c76a9
Merge tag 'pstore-v5.3-rc1' of git://git./linux/kernel/git/kees/linux

Pull pstore updates from Kees Cook:

 - Improve backward compatibility with older Chromebooks (Douglas
   Anderson)

 - Refactor debugfs initialization (Greg KH)

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

* tag 'pstore-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
  pstore: Fix double-free in pstore_mkfile() failure path
  pstore: no need to check return value of debugfs_create functions
  pstore/ram: Improve backward compatibility with older Chromebooks