mbox series

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

Message ID 1235201236.2692346.1683141945109.JavaMail.zimbra@nod.at
State Not Applicable
Delegated to: Richard Weinberger
Headers show
Series [GIT,PULL] UBI and UBIFS changes for v6.4 | expand

Pull-request

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

Message

Richard Weinberger May 3, 2023, 7:25 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org May 4, 2023, 3:13 a.m. UTC | #1
The pull request you sent on Wed, 3 May 2023 21:25:45 +0200 (CEST):

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/9f2692326b9c6db8d0e866d555606b12a507a363

Thank you!