CVE-2026-53325
The CVE-2026-53325 entry describes a Linux kernel fix for the AMD64 AGP driver (agp_amd64_probe). Root cause: when no AMD northbridges are found, cache_nbs() can return a negative error, but the probe checked for exactly -1, masking the hardware absence and allowing initialization to proceed. Res...