PT-2026-61441
In the Linux kernel, the following vulnerability has been resolved: net: devmem: reject dma-buf bind with non-page-aligned size or SG length net devmem bind dmabuf trusts dmabuf-size and sg dma len to be PAGE SIZE multiples without checking: - tx vec is sized dmabuf-size / PAGE SIZE, and net devm...