Merge tag 'ubi-for-2026.01-rc1' of https://source.denx.de/u-boot/custodians/u-boot-ubi
authorTom Rini <trini@konsulko.com>
Thu, 9 Oct 2025 15:54:18 +0000 (09:54 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 9 Oct 2025 15:54:18 +0000 (09:54 -0600)
commit44633763020325d7f43954d793b020f5320bb89d
tree51554fdd97c7bbf2e18199cce8d8a41d688c605f
parentddde9ac63d71a4336e27cb49d011b67c7e5255c5
parent0cab29ff467e297064a9fc30200347bda06ee0c4
Merge tag 'ubi-for-2026.01-rc1' of https://source.denx.de/u-boot/custodians/u-boot-ubi

UBI updates for 2025.10

- ubi fixes found by Andrew with Smatch
  - mtd: ubi: Remove test that always fails
  - fs: ubifs: Ensure buf is freed before return
  - fs: ubifs: Need to check return for being an error pointer
  -fs: ubifs: Fix and rework error handling in ubifs_finddir

- fix: limit copy size in ubispl found by Benedikt

- extend support for LED activity (use the LED activity also on ubi reads)
  from Yegor