PT-2026-43957 · Linux · Linux

Avinesh Kumar

+1

·

Published

2026-05-27

·

Updated

2026-05-27

·

CVE-2026-46089

None

No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
zram: do not forget to endio for partial discard requests
As reported by Qu Wenruo and Avinesh Kumar, the following
getconf PAGESIZE 65536 blkdiscard -p 4k /dev/zram0
takes literally forever to complete. zram doesn't support partial discards and just returns immediately w/o doing any discard work in such cases. The problem is that we forget to endio on our way out, so blkdiscard sleeps forever in submit bio wait(). Fix this by jumping to end bio label, which does bio endio().

Related Identifiers

CVE-2026-46089

Affected Products

Linux