Re: [PATCH] blkcache: include the hardware partition in the cache key
Tom Rini <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 17 Aug 2026 17:50:27 +0100, Daniel Golle wrote:
> The block cache keys its entries on (iftype, devnum, start, blkcnt,
> blksz) but not on the block descriptor's hardware partition. Devices
> that expose several independent address spaces through blk_desc->hwpart
> therefore alias each other in the cache: once a block has been cached
> for one hwpart, reads of the same LBA on another hwpart return the data
> cached for the first one.
>
> [...]
Applied to u-boot/next, thanks!
[1/1] blkcache: include the hardware partition in the cache key
commit: 65965f4669490f81b0d03fd0db42328002b089ff
--
Tom