[GIT PULL] UBI and UBIFS updates for v6.8-rc1

From: Richard Weinberger
Date: Sat Jan 13 2024 - 15:38:41 EST


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(-)