PT-2026-6137
In the Linux kernel, the following vulnerability has been resolved: iommu/io-pgtable-arm: fix size t signedness bug in unmap path arm lpae unmap returns size t but was returning -ENOENT negative error code when encountering an unmapped PTE. Since size t is unsigned, -ENOENT typically -2 becomes a...