On 7/14/25 4:35 AM, Christoph Hellwig wrote:
On Fri, Jul 11, 2025 at 10:18:50AM -0700, Bart Van Assche wrote:
When using the crypto fallback code, large bios are split twice. A first
time by bio_split_to_limits() and a second time by the crypto fallback
code. This causes bios not to be submitted in LBA error and hence triggers
write errors for zoned block devices. This patch series fixes this by
splitting bios once. Please consider this patch series for the next merge
window.
I can't get patch 2 to apply. What tree is this against?
Jens' for-next branch from July 11 (commit d7d3914e6d4a ("Merge branch
'for-6.17/block' into for-next"). Is that the right starting point for
this patch series?
Thanks,
Bart.