public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: Richard Weinberger <richard@nod.at>
To: torvalds <torvalds@linux-foundation.org>
Cc: linux-mtd <linux-mtd@lists.infradead.org>,
	 linux-kernel <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] UBI and UBIFS updates for v6.8-rc1
Date: Sat, 13 Jan 2024 21:38:21 +0100 (CET)	[thread overview]
Message-ID: <1338470076.231558.1705178301103.JavaMail.zimbra@nod.at> (raw)

Linus,

The following changes since commit 861deac3b092f37b2c5e6871732f3e11486f7082:

  Linux 6.7-rc7 (2023-12-23 16:25:56 -0800)

are available in the Git repository at:

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

for you to fetch changes up to adbf4c4954e33e623897058a617c583d65a177f6:

  ubi: block: fix memleak in ubiblock_create() (2024-01-06 23:52:51 +0100)

----------------------------------------------------------------
This pull request contains updates for UBI and UBIFS:

UBI:
	- Use in-tree fault injection framework and add new injection types
	- Fix for a memory leak in the block driver

UBIFS:
	- kernel-doc fixes
	- Various minor fixes

----------------------------------------------------------------
Eric Biggers (1):
      ubifs: use crypto_shash_tfm_digest() in ubifs_hmac_wkm()

Li Nan (1):
      ubi: block: fix memleak in ubiblock_create()

Randy Dunlap (2):
      ubifs: auth.c: fix kernel-doc function prototype warning
      ubifs: fix kernel-doc warnings

Sascha Hauer (1):
      ubifs: describe function parameters

ZhaoLong Wang (5):
      ubi: Use the fault injection framework to enhance the fault injection capability
      ubi: Split io_failures into write_failure and erase_failure
      ubi: Add six fault injection type for testing
      ubi: Reserve sufficient buffer length for the input mask
      mtd: Add several functions to the fail_function list

Zhihao Cheng (2):
      ubifs: Check @c->dirty_[n|p]n_cnt and @c->nroot state under @c->lp_mutex
      ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path

 drivers/mtd/mtdcore.c   |   5 +
 drivers/mtd/ubi/Kconfig |   9 ++
 drivers/mtd/ubi/block.c |   2 +-
 drivers/mtd/ubi/debug.c | 108 +++++++++++++++--
 drivers/mtd/ubi/debug.h | 304 ++++++++++++++++++++++++++++++++++++++++++++----
 drivers/mtd/ubi/io.c    |  86 +++++++++++++-
 drivers/mtd/ubi/ubi.h   |  45 ++++---
 fs/ubifs/auth.c         |  21 +---
 fs/ubifs/commit.c       |  13 ++-
 fs/ubifs/dir.c          |   2 +
 fs/ubifs/file.c         |  30 +++--
 fs/ubifs/replay.c       |   2 +
 12 files changed, 539 insertions(+), 88 deletions(-)

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

             reply	other threads:[~2024-01-13 20:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-13 20:38 Richard Weinberger [this message]
2024-01-17 20:03 ` [GIT PULL] UBI and UBIFS updates for v6.8-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=1338470076.231558.1705178301103.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