mbox series

Please pull u-boot-ubi

Message ID bfabd86c-6fb5-06e9-b0cc-c1aeaa1b1d09@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Please pull u-boot-ubi | expand

Pull-request

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

Message

Heiko Schocher Aug. 11, 2024, 8:24 a.m. UTC
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

Comments

Tom Rini Aug. 12, 2024, 6:41 p.m. UTC | #1
On Sun, Aug 11, 2024 at 10:24:07AM +0200, Heiko Schocher wrote:

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

Applied to u-boot/master, thanks!