Hello Tom,

please pull from u-boot-ubi the ubi fixes for 2024.10-rc3

The following changes since commit 7bd2559cb30a4e800db519e88a22a25f13c753ec:

Merge tag 'tpm-master-09082024' of https://source.denx.de/u-boot/custodians/u-boot-tpm.git (2024-08-09 14:00:04 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-ubi.git 
tags/ubifixes-for-v2024-10-rc3

for you to fetch changes up to d16bda85ff0762aa96e36fa65d2e3b5342d73d7a:

  ubifs: Call ubifs_iput when ubifs_iget is used (2024-08-11 06:52:15 +0200)

----------------------------------------------------------------
ubi fixes for v2024.10-rc3

- ubi memleak fixes from Alexander

- ubifs: mount fails after power cycle
  fixed from Ravi
  commit ported from kernel commit 304790c038bc4af4f19774705409db27eafb09fc

  HS: fixed checkpatch Error

  ERROR: Remove Gerrit Change-Id's before submitting upstream
  #213:
  Change-Id: I487ae4d172e228e72ac31d158d668f209142bce0

  removed this line from commit message.

- memleak fixes from Michael in ubifs, missing ubifs_iput(inode) after
  ubifs_iget() calls.

special thanks to all of them for detecting/fixing and testing
this patches!

----------------------------------------------------------------
Alexander Dahl (4):
      fs: ubifs: Fix memleak and double free in u-boot wrapper functions
      fs: ubifs: Set pointers to NULL after free
      fs: ubifs: Make k(z)alloc/kfree symmetric
      fs: ubifs: Add volume mounted check

Michael Trimarchi (1):
      ubifs: Call ubifs_iput when ubifs_iget is used

Ravi Minnikanti (1):
      ubifs: mount fails after power cycle

 fs/ubifs/replay.c |  2 +-
 fs/ubifs/super.c  |  9 +++++++--
 fs/ubifs/ubifs.c  | 40 +++++++++++++++++++++++++---------------
 3 files changed, 33 insertions(+), 18 deletions(-)

Azure build:
https://dev.azure.com/hs0298/hs/_build/results?buildId=121&view=results

Thanks!

bye,
Heiko
--
DENX Software Engineering GmbH,      Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: [email protected]

Reply via email to