]> git.dujemihanovic.xyz Git - u-boot.git/commit
Merge tag 'ubifixes-for-v2024-10-rc3' of https://source.denx.de/u-boot/custodians...
authorTom Rini <trini@konsulko.com>
Mon, 12 Aug 2024 13:57:45 +0000 (07:57 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 12 Aug 2024 13:57:45 +0000 (07:57 -0600)
commit23e021906bdb8a30127d644ee315a0385d486ea1
tree4217b480c7a8dedd830196d7eaf8d3958ffc29a9
parent40198f86f0741b44b8effb0278c5f363a9a79b87
parentd16bda85ff0762aa96e36fa65d2e3b5342d73d7a
Merge tag 'ubifixes-for-v2024-10-rc3' of https://source.denx.de/u-boot/custodians/u-boot-ubi

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!