hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/x86/pci/pcbios.c
....@@ -302,7 +302,7 @@
302302 check <= (union bios32 *) __va(0xffff0);
303303 ++check) {
304304 long sig;
305
- if (probe_kernel_address(&check->fields.signature, sig))
305
+ if (get_kernel_nofault(sig, &check->fields.signature))
306306 continue;
307307
308308 if (check->fields.signature != BIOS32_SIGNATURE)