]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit46e0a5c221f13c06b87f12a8ec888633c0888a41
treeb2b38461cd859f9f764bc4f92a9dea56b09cf547
parent6becf07525af5bb8502a7e13eb0ce3b6ed50a7d5
parentdb748da8b323575e625d23c9e49b01571008a836
Merge tag 'pstore-v5.14-rc1' of git://git.kernel.org/pub/scm/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