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, chenqiwu <chenqiwu@xiaomi.com>,
	"Gustavo A. R. Silva" <gustavo@embeddedor.com>,
	Kees Cook <keescook@chromium.org>,
	Vasily Averin <vvs@virtuozzo.com>
Subject: [GIT PULL] pstore updates for v5.7-rc1
Date: Sun, 29 Mar 2020 21:21:57 -0700	[thread overview]
Message-ID: <202003292120.2BDCB41@keescook> (raw)

Hi Linus,

Please pull these pstore updates for v5.7-rc1. These mostly some minor
cleanups and a bug fix for an ftrace corner case.

Thanks!

-Kees

The following changes since commit 11a48a5a18c63fd7621bb050228cebf13566e4d8:

  Linux 5.6-rc2 (2020-02-16 13:16:59 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/pstore-v5.7-rc1

for you to fetch changes up to 8128d3aac0ee3420ede34950c9c0ef9ee118bec9:

  pstore/ram: Replace zero-length array with flexible-array member (2020-03-09 14:45:40 -0700)

----------------------------------------------------------------
pstore updates

- Improve failure paths (chenqiwu)
- Fix ftrace position index (Vasily Averin)
- Use proper flexible-array member (Gustavo A. R. Silva)

----------------------------------------------------------------
Gustavo A. R. Silva (1):
      pstore/ram: Replace zero-length array with flexible-array member

Vasily Averin (1):
      pstore: pstore_ftrace_seq_next should increase position index

chenqiwu (2):
      pstore/platform: fix potential mem leak if pstore_init_fs failed
      pstore/ram: remove unnecessary ramoops_unregister_dummy()

 fs/pstore/inode.c    | 5 ++++-
 fs/pstore/platform.c | 4 ++--
 fs/pstore/ram.c      | 1 -
 fs/pstore/ram_core.c | 2 +-
 4 files changed, 7 insertions(+), 5 deletions(-)

-- 
Kees Cook

             reply	other threads:[~2020-03-30  4:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-30  4:21 Kees Cook [this message]
2020-03-30 20:40 ` [GIT PULL] pstore updates for v5.7-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=202003292120.2BDCB41@keescook \
    --to=keescook@chromium.org \
    --cc=chenqiwu@xiaomi.com \
    --cc=gustavo@embeddedor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=vvs@virtuozzo.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.