linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next v2 00/12] pstore: various clean-ups
@ 2018-11-29 23:08 Kees Cook
  2018-11-29 23:08 ` [PATCH -next v2 01/12] pstore/ram: Correctly calculate usable PRZ bytes Kees Cook
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Kees Cook @ 2018-11-29 23:08 UTC (permalink / raw)
  To: linux-kernel
  Cc: Kees Cook, Joel Fernandes, Anton Vorontsov, Colin Cross, Tony Luck

This is a collection of clean-ups from Joel Fernandes, Peng Wang, and
myself. I wanted to put the entire series up for review since they've
changed a bit from their earlier incarnations. I intend to push them to
next shortly...

Thanks!

-Kees


Joel Fernandes (Google) (3):
  pstore: Map PSTORE_TYPE_* to strings
  pstore/ram: Simplify ramoops_get_next_prz() arguments
  pstore/ram: Do not treat empty buffers as valid

Kees Cook (8):
  pstore/ram: Correctly calculate usable PRZ bytes
  pstore: Do not use crash buffer for decompression
  pstore: Remove needless lock during console writes
  pstore/ram: Standardize module name in ramoops
  pstore/ram: Report backend assignments with finer granularity
  pstore/ram: Add kern-doc for struct persistent_ram_zone
  pstore: Improve and update some comments and status output
  pstore: Replace open-coded << with BIT()

Peng Wang (1):
  pstore: Avoid duplicate call of persistent_ram_zap()

 drivers/acpi/apei/erst.c   |   2 +-
 fs/pstore/inode.c          |  51 ++-------------
 fs/pstore/platform.c       | 129 ++++++++++++++++++++-----------------
 fs/pstore/ram.c            |  75 +++++++++------------
 fs/pstore/ram_core.c       |  45 ++++++++++---
 include/linux/pstore.h     |  32 ++++++---
 include/linux/pstore_ram.h |  50 +++++++++++++-
 7 files changed, 212 insertions(+), 172 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2018-11-29 23:10 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-29 23:08 [PATCH -next v2 00/12] pstore: various clean-ups Kees Cook
2018-11-29 23:08 ` [PATCH -next v2 01/12] pstore/ram: Correctly calculate usable PRZ bytes Kees Cook
2018-11-29 23:08 ` [PATCH -next v2 02/12] pstore: Do not use crash buffer for decompression Kees Cook
2018-11-29 23:08 ` [PATCH -next v2 03/12] pstore: Remove needless lock during console writes Kees Cook
2018-11-29 23:08 ` [PATCH -next v2 04/12] pstore: Avoid duplicate call of persistent_ram_zap() Kees Cook
2018-11-29 23:08 ` [PATCH -next v2 05/12] pstore/ram: Standardize module name in ramoops Kees Cook
2018-11-29 23:08 ` [PATCH -next v2 06/12] pstore/ram: Report backend assignments with finer granularity Kees Cook
2018-11-29 23:08 ` [PATCH -next v2 07/12] pstore/ram: Add kern-doc for struct persistent_ram_zone Kees Cook
2018-11-29 23:08 ` [PATCH -next v2 08/12] pstore: Improve and update some comments and status output Kees Cook
2018-11-29 23:08 ` [PATCH -next v2 09/12] pstore: Replace open-coded << with BIT() Kees Cook
2018-11-29 23:08 ` [PATCH -next v2 10/12] pstore: Map PSTORE_TYPE_* to strings Kees Cook
2018-11-29 23:08 ` [PATCH -next v2 11/12] pstore/ram: Simplify ramoops_get_next_prz() arguments Kees Cook
2018-11-29 23:08 ` [PATCH -next v2 12/12] pstore/ram: Do not treat empty buffers as valid Kees Cook

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).