CVE-2026-72402: bpf: Mask pseudo pointer values in verifier logs
In the Linux kernel, the following vulnerability has been resolved:
bpf: Mask pseudo pointer values in verifier logs
printbpfinsn() masks ldimm64 immediates for pointer-bearing pseudo sources when pointer leaks are not allowed, but the mask only covers BPFPSEUDOMAPFD and BPFPSEUDOMAPVALUE.
BPFPSEUDOMAPIDX, BPFPSEUDOMAPIDXVALUE, and BPFPSEUDOBTFID can also be resolved to kernel pointer values before the verifier log prints the instruction. Include them in the existing pointer classification so the log prints 0x0 instead of the rewritten address.