[GIT PULL] pstore fixes for v5.0-rc4

From: Kees Cook
Date: Mon Jan 21 2019 - 03:35:23 EST


Hi Linus,

Please pull these pstore fixes for v5.0-rc4.

Thanks!

-Kees

The following changes since commit 1c7fc5cbc33980acd13d668f1c8f0313d6ae9fd8:

Linux 5.0-rc2 (2019-01-14 10:41:12 +1200)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/pstore-v5.0-rc4

for you to fetch changes up to 5631e8576a3caf606cdc375f97425a67983b420c:

pstore/ram: Avoid allocation and leak of platform data (2019-01-20 14:44:52 -0800)

----------------------------------------------------------------
Fixes for pstore/ram

- Fix console ramoops to show the previous boot logs (Sai Prakash Ranjan)
- Avoid allocation and leak of platform data

----------------------------------------------------------------
Kees Cook (1):
pstore/ram: Avoid allocation and leak of platform data

Sai Prakash Ranjan (1):
pstore/ram: Fix console ramoops to show the previous boot logs

fs/pstore/ram.c | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)

--
Kees Cook