In the Linux kernel, the following vulnerability has been resolved:
debugobjects: Do not fillpool() if piblocked_on
On RT enabled kernels, fillpool() ends up calling rtlocklock(), which asserts if current::piblockedon is set, because a task can obviously only block on one lock as otherwise the priority inheritenace chain gets corrupted.
Prevent this by expanding the conditional to take current::piblockedon into account.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/53xxx/CVE-2026-53327.json",
"cna_assigner": "Linux"
}