| Summary | In the Linux kernel, the following vulnerability has been resolved: perf/x86/intel/uncore: Fix die ID init and look up bugs In snbep_pci2phy_map_init(), in the nr_node_ids > 8 path, Remove the WARN_ON_ONCE(die_id == -1) check for two reasons: - The current code breaks out of the loop. This is incorrect because - Returning -EINVAL is incorrect, since marking offline buses with Separately, when NUMA is disabled on a NUMA-capable platform, Fix this by using uncore_pcibus_to_dieid(), which retrieves topology Keep uncore_device_to_die() only for the nr_node_ids > 8 case, where |
|---|---|
| Publication Date | May 8, 2026, 11:16 p.m. |
| Registration Date | May 9, 2026, 4:13 a.m. |
| Last Update | May 8, 2026, 11:16 p.m. |