public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] pstore updates for v6.2-rc1
@ 2022-12-06  0:24 Kees Cook
  2022-12-12 17:33 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Kees Cook @ 2022-12-06  0:24 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Andrew Morton, Anton Vorontsov, Ard Biesheuvel,
	Brian Geffon, Colin Cross, Guilherme G. Piccoli, Kees Cook,
	Mike Rapoport, Paramjit Oberoi, Qiujun Huang, Stephen Boyd,
	Tony Luck, Wang Yufen, WeiXiong Liao

Hi Linus,

Please pull these pstore updates for v6.2-rc1. It's a small collection
of bug fixes, refactorings, and general improvements noted below.

Thanks!

-Kees

The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/pstore-v6.2-rc1

for you to fetch changes up to e6b842741b4f39007215fd7e545cb55aa3d358a2:

  pstore: Avoid kcore oops by vmap()ing with VM_IOREMAP (2022-12-05 16:15:09 -0800)

----------------------------------------------------------------
pstore updates for v6.2-rc1

- Reporting improvements and return path fixes (Guilherme G. Piccoli,
  Wang Yufen, Kees Cook).

- Clean up kmsg_bytes module parameter usage (Guilherme G. Piccoli).

- Add Guilherme to pstore MAINTAINERS entry.

- Choose friendlier allocation flags (Qiujun Huang, Stephen Boyd).

----------------------------------------------------------------
Guilherme G. Piccoli (5):
      pstore: Improve error reporting in case of backend overlap
      pstore: Expose kmsg_bytes as a module parameter
      pstore: Inform unregistered backend names as well
      efi: pstore: Follow convention for the efi-pstore backend name
      pstore: Alert on backend write error

Kees Cook (5):
      pstore/ram: Consolidate kfree() paths
      pstore/ram: Move pmsg init earlier
      pstore/ram: Move internal definitions out of kernel-wide include
      pstore/ram: Set freed addresses to NULL
      MAINTAINERS: Update pstore maintainers

Qiujun Huang (1):
      pstore/zone: Use GFP_ATOMIC to allocate zone buffer

Stephen Boyd (1):
      pstore: Avoid kcore oops by vmap()ing with VM_IOREMAP

Wang Yufen (1):
      pstore/ram: Fix error return code in ramoops_probe()

 MAINTAINERS                       |  8 ++--
 drivers/firmware/efi/efi-pstore.c |  2 +-
 fs/pstore/platform.c              | 25 ++++++++--
 fs/pstore/ram.c                   | 44 +++++++++--------
 fs/pstore/ram_core.c              | 20 ++++++--
 fs/pstore/ram_internal.h          | 98 ++++++++++++++++++++++++++++++++++++++
 fs/pstore/zone.c                  |  2 +-
 include/linux/pstore_ram.h        | 99 ---------------------------------------
 8 files changed, 165 insertions(+), 133 deletions(-)
 create mode 100644 fs/pstore/ram_internal.h

-- 
Kees Cook

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

* Re: [GIT PULL] pstore updates for v6.2-rc1
  2022-12-06  0:24 [GIT PULL] pstore updates for v6.2-rc1 Kees Cook
@ 2022-12-12 17:33 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-12-12 17:33 UTC (permalink / raw)
  To: Kees Cook
  Cc: Linus Torvalds, linux-kernel, Andrew Morton, Anton Vorontsov,
	Ard Biesheuvel, Brian Geffon, Colin Cross, Guilherme G. Piccoli,
	Kees Cook, Mike Rapoport, Paramjit Oberoi, Qiujun Huang,
	Stephen Boyd, Tony Luck, Wang Yufen, WeiXiong Liao

The pull request you sent on Mon, 5 Dec 2022 16:24:44 -0800:

> https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/pstore-v6.2-rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/059c4a341df7dbaab0a30a8e5420b619518f8887

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

end of thread, other threads:[~2022-12-12 17:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-06  0:24 [GIT PULL] pstore updates for v6.2-rc1 Kees Cook
2022-12-12 17:33 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox