]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbfff802a94077cc2dd9db9ac36624de6671c15ac
treebb8a3a9cd78d4e0953326e58c77b8111bbff28d6
parent367e3f59a37db8e5c8031b664280adef1c38978f
parentebabdaab2a0dfb33f3f96ba8605d6f4ef8c7f0a6
Merge tag 'pstore-v5.3-rc1' of git://git.kernel.org/pub/scm/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