All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kees Cook <keescook@chromium.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
	Andrew Morton <akpm@linux-foundation.org>,
	Anton Vorontsov <anton@enomsg.org>,
	Ard Biesheuvel <ardb@kernel.org>,
	Brian Geffon <bgeffon@google.com>,
	Colin Cross <ccross@android.com>,
	"Guilherme G. Piccoli" <gpiccoli@igalia.com>,
	Kees Cook <keescook@chromium.org>,
	Mike Rapoport <rppt@kernel.org>,
	Paramjit Oberoi <pso@chromium.org>,
	Qiujun Huang <hqjagain@gmail.com>,
	Stephen Boyd <swboyd@chromium.org>,
	Tony Luck <tony.luck@intel.com>,
	Wang Yufen <wangyufen@huawei.com>,
	WeiXiong Liao <gmpy.liaowx@gmail.com>
Subject: [GIT PULL] pstore updates for v6.2-rc1
Date: Mon, 5 Dec 2022 16:24:44 -0800	[thread overview]
Message-ID: <202212051623.33FD7D5@keescook> (raw)

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

             reply	other threads:[~2022-12-06  0:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-06  0:24 Kees Cook [this message]
2022-12-12 17:33 ` [GIT PULL] pstore updates for v6.2-rc1 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202212051623.33FD7D5@keescook \
    --to=keescook@chromium.org \
    --cc=akpm@linux-foundation.org \
    --cc=anton@enomsg.org \
    --cc=ardb@kernel.org \
    --cc=bgeffon@google.com \
    --cc=ccross@android.com \
    --cc=gmpy.liaowx@gmail.com \
    --cc=gpiccoli@igalia.com \
    --cc=hqjagain@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pso@chromium.org \
    --cc=rppt@kernel.org \
    --cc=swboyd@chromium.org \
    --cc=tony.luck@intel.com \
    --cc=torvalds@linux-foundation.org \
    --cc=wangyufen@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.