Merge tag 'pstore-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 29 Jun 2021 02:57:00 +0000 (19:57 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 29 Jun 2021 02:57:00 +0000 (19:57 -0700)
commit07bdc0746a5a23c5bdd041feb2fd8cd7b5ee7a97
treeb2b38461cd859f9f764bc4f92a9dea56b09cf547
parent616ea5cc4a7b058f8c27e37b9a597d8704c49130
parent1d1f6cc5818c750ac69473e4951e7165913fbf16
Merge tag 'pstore-v5.14-rc1' of git://git./linux/kernel/git/kees/linux

Pull pstore updates from Kees Cook:
 "Use normal block device I/O path for pstore/blk. (Christoph Hellwig,
  Kees Cook, Pu Lehui)"

* tag 'pstore-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
  pstore/blk: Include zone in pstore_device_info
  pstore/blk: Fix kerndoc and redundancy on blkdev param
  pstore/blk: Use the normal block device I/O path
  pstore/blk: Move verify_size() macro out of function
  pstore/blk: Improve failure reporting