[GIT PULL] pstore fix for v4.20-rc5
From: Kees Cook
Date: Thu Nov 29 2018 - 18:15:20 EST
Hi Linus,
Please pull this pstore fix for v4.20-rc5.
Thanks!
-Kees
The following changes since commit 1227daa43bce1318ff6fb54e6cd862b4f60245c7:
pstore/ram: Clarify resource reservation labels (2018-10-22 07:11:58 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/pstore-v4.20-rc5
for you to fetch changes up to 89d328f637b9904b6d4c9af73c8a608b8dd4d6f8:
pstore/ram: Correctly calculate usable PRZ bytes (2018-11-29 13:46:43 -0800)
----------------------------------------------------------------
pstore fix:
- Fix corrupted compression due to unlucky size choice with ECC
----------------------------------------------------------------
Kees Cook (1):
pstore/ram: Correctly calculate usable PRZ bytes
fs/pstore/ram.c | 15 ++++++---------
include/linux/pstore.h | 5 ++++-
2 files changed, 10 insertions(+), 10 deletions(-)
--
Kees Cook