hc
2023-11-06 e3e12f52b214121840b44c91de5b3e5af5d3eb84
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);