Re: [PATCH v3 0/8] U-boot: fs: add generic unaligned read offset handling

2022-08-26 Thread Tom Rini
On Mon, Aug 15, 2022 at 07:45:11PM +0800, Qu Wenruo wrote: > [CHANGELOG] > v3: > - Fix an error that we always return 0 actread bytes for unsupported fses > For unsupported fses, we should also populate @total_read. > Or we will just read the data but still return 0 for actually bytes. > >

[PATCH v3 0/8] U-boot: fs: add generic unaligned read offset handling

2022-08-15 Thread Qu Wenruo
[CHANGELOG] v3: - Fix an error that we always return 0 actread bytes for unsupported fses For unsupported fses, we should also populate @total_read. Or we will just read the data but still return 0 for actually bytes. Now it pass all test_fs* cases. v2 - Fix a linkage error where (U64 % U32