]> git.ipfire.org Git - thirdparty/u-boot.git/commit
Merge patch series "fs: regression-safe load <iface> for null_dev_desc_ok fstypes"
authorTom Rini <trini@konsulko.com>
Mon, 27 Jul 2026 15:07:51 +0000 (09:07 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 27 Jul 2026 16:52:25 +0000 (10:52 -0600)
commit7ffa20af30dd0a39c2c15eb81b03ba42fab1ea09
tree2ddf8237b605f3e26b43e8cff5c9a5d933af6a61
parent5c5f1e1de1852f3bc982aa19435e581e39dc775d
parent0ccf0193a58120f7a898a4379434b481be41b9f6
Merge patch series "fs: regression-safe load <iface> for null_dev_desc_ok fstypes"

Vincent Jardin <vjardin@free.fr> says:

3 commits providing documentation of impacts and testing the dispatch
for null_dev_desc_ok fstypes (semihosting, ubifs, sandbox) in the
generic `load <iface> ...` command.

The test does not cover ubifs, I could not make it work with
qemu. Since the code logic is there and testing with semihost
is done, it should cover the needed cases.

Link: https://lore.kernel.org/r/20260715165735.3207801-1-vjardin@free.fr
fs/fs.c