[PATCH v3 0/5] Use the normal block device I/O path
From: Kees Cook <hidden>
Date: 2021-06-16 16:40:51
Also in:
linux-block, linux-fsdevel, lkml
From: Kees Cook <hidden>
Date: 2021-06-16 16:40:51
Also in:
linux-block, linux-fsdevel, lkml
Hi, This fixes up pstore/blk to avoid touching block internals, and includes additional fixes and clean-ups. -Kees v3: - split verify_size move into a separate patch - several changes suggested by hch from the v2 thread - add reviewed-bys v2: https://lore.kernel.org/lkml/20210615212121.1200820-1-keescook@chromium.org (local) v1: https://lore.kernel.org/lkml/20210614200421.2702002-1-keescook@chromium.org (local) Kees Cook (5): pstore/blk: Improve failure reporting pstore/blk: Move verify_size() macro out of function pstore/blk: Use the normal block device I/O path pstore/blk: Fix kerndoc and redundancy on blkdev param pstore/blk: Include zone in pstore_device_info Documentation/admin-guide/pstore-blk.rst | 14 +- drivers/mtd/mtdpstore.c | 10 +- fs/pstore/blk.c | 403 +++++++++-------------- include/linux/pstore_blk.h | 27 +- 4 files changed, 171 insertions(+), 283 deletions(-) -- 2.25.1