linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Richard Weinberger <richard@nod.at>
To: torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel <linux-kernel@vger.kernel.org>,
	linux-mtd <linux-mtd@lists.infradead.org>
Subject: [GIT PULL] JFFS2, UBI and UBIFS changes for 5.13
Date: Tue, 4 May 2021 22:16:02 +0200 (CEST)	[thread overview]
Message-ID: <1258125270.55580.1620159361990.JavaMail.zimbra@nod.at> (raw)

Linus,

The following changes since commit d434405aaab7d0ebc516b68a8fc4100922d7f5ef:

  Linux 5.12-rc7 (2021-04-11 15:16:13 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs.git tags/for-linus-5.13-rc1

for you to fetch changes up to 9a29f7f020e06f14eb126bcb84a7f0d166415824:

  ubi: Remove unnecessary struct declaration (2021-04-15 22:01:25 +0200)

----------------------------------------------------------------
This pull request contains changes for JFFS2, UBI and UBIFS

JFFS2:
- Use splice_write()
- Fix for a slab-out-of-bounds bug

UBI:
- Fix for clang related warnings
- Code cleanup

UBIFS:
- Fix for inode rebirth at replay
- Set s_uuid
- Use zstd for default filesystem

----------------------------------------------------------------
Arnd Bergmann (1):
      jffs2: avoid Wempty-body warnings

Guochun Mao (1):
      ubifs: Only check replay with inode type to judge if inode linked

Gustavo A. R. Silva (1):
      ubi: Fix fall-through warnings for Clang

Joel Stanley (1):
      jffs2: Hook up splice_write callback

Martin Devera (1):
      ubifs: Report max LEB count at mount time

Rui Salvaterra (1):
      ubifs: Default to zstd compression

Steffen Trumtrar (1):
      ubifs: Set s_uuid in super block to support ima/evm uuid options

Wan Jiabing (1):
      ubi: Remove unnecessary struct declaration

lizhe (1):
      jffs2: Fix kasan slab-out-of-bounds problem

 drivers/mtd/ubi/build.c |  1 +
 drivers/mtd/ubi/ubi.h   |  2 --
 fs/jffs2/file.c         |  1 +
 fs/jffs2/scan.c         |  2 +-
 fs/jffs2/summary.h      | 16 ++++++++--------
 fs/ubifs/replay.c       |  3 ++-
 fs/ubifs/sb.c           |  3 +++
 fs/ubifs/super.c        |  6 ++++--
 8 files changed, 20 insertions(+), 14 deletions(-)

             reply	other threads:[~2021-05-04 20:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-04 20:16 Richard Weinberger [this message]
2021-05-05  1:17 ` [GIT PULL] JFFS2, UBI and UBIFS changes for 5.13 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=1258125270.55580.1620159361990.JavaMail.zimbra@nod.at \
    --to=richard@nod.at \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=torvalds@linux-foundation.org \
    /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 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).