hc
2023-11-20 2e7bd41e4e8ab3d1efdabd9e263a2f7fe79bff8c
kernel/arch/arm64/kernel/process.c
....@@ -232,7 +232,7 @@
232232 * don't attempt to dump non-kernel addresses or
233233 * values that are probably just small negative numbers
234234 */
235
- if (addr < PAGE_OFFSET || addr > -4096UL)
235
+ if (addr < VA_START || addr > -4096UL)
236236 return;
237237
238238 printk("\n%s: %#lx:\n", name, addr + nbytes / 2);