Stable kernel fixes AF_XDP TOCTOU race in TX checksum path
A malicious process could overwrite shared UMEM metadata between check and use, bypassing bounds validation.
By kexecA malicious process could overwrite shared UMEM metadata between check and use, bypassing bounds validation.
By kexecA kernel series lets sandbox supervisors feed immutable syscall arguments into uncooperative targets without a trusted setup window.
By oops