[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210616164043.1221861-1-keescook@chromium.org>
Date: Wed, 16 Jun 2021 09:40:38 -0700
From: Kees Cook <keescook@...omium.org>
To: linux-kernel@...r.kernel.org
Cc: Kees Cook <keescook@...omium.org>, Christoph Hellwig <hch@....de>,
Al Viro <viro@...iv.linux.org.uk>, gmpy.liaowx@...il.com,
Anton Vorontsov <anton@...msg.org>,
Colin Cross <ccross@...roid.com>,
Tony Luck <tony.luck@...el.com>,
Jonathan Corbet <corbet@....net>,
Miquel Raynal <miquel.raynal@...tlin.com>,
Richard Weinberger <richard@....at>,
Vignesh Raghavendra <vigneshr@...com>,
linux-doc@...r.kernel.org, linux-mtd@...ts.infradead.org,
linux-block@...r.kernel.org, linux-fsdevel@...r.kernel.org
Subject: [PATCH v3 0/5] Use the normal block device I/O path
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
v1: https://lore.kernel.org/lkml/20210614200421.2702002-1-keescook@chromium.org
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
Powered by blists - more mailing lists