[GIT PULL] UBI and UBIFS changes for v6.4

From: Richard Weinberger
Date: Wed May 03 2023 - 15:25:53 EST


Linus,

The following changes since commit 6a8f57ae2eb07ab39a6f0ccad60c760743051026:

Linux 6.3-rc7 (2023-04-16 15:23:53 -0700)

are available in the Git repository at:

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

for you to fetch changes up to b5fda08ef213352ac2df7447611eb4d383cce929:

ubifs: Fix memleak when insert_old_idx() failed (2023-04-23 23:36:38 +0200)

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

UBI:
- Fix error value for try_write_vid_and_data()
- Minor cleanups

UBIFS:
- Fixes for various memory leaks
- Minor cleanups

----------------------------------------------------------------
Mårten Lindahl (2):
ubifs: Free memory for tmpfile name
ubifs: Fix memory leak in do_rename

Wang YanQing (1):
ubi: Fix return value overwrite issue in try_write_vid_and_data()

Yang Li (1):
ubi: Simplify bool conversion

Yangtao Li (1):
ubifs: Remove return in compr_exit()

Zhihao Cheng (2):
Revert "ubifs: dirty_cow_znode: Fix memleak in error handling path"
ubifs: Fix memleak when insert_old_idx() failed

drivers/mtd/ubi/build.c | 2 +-
drivers/mtd/ubi/eba.c | 19 +++++--
fs/ubifs/compress.c | 1 -
fs/ubifs/dir.c | 7 +--
fs/ubifs/tnc.c | 142 +++++++++++++++++++++++++++++-------------------
5 files changed, 102 insertions(+), 69 deletions(-)