内核栈中前面有问号?为什么

static void printk_stack_address(unsigned long address, int reliable,
char *log_lvl)
{
touch_nmi_watchdog();
printk("%s [<%p>] %s%pB\n",
log_lvl, (void *)address, reliable ? "" : "? ",
(void *)address);
}

posted on 2023-02-16 16:59  爱新觉罗玄烨  阅读(45)  评论(0)    收藏  举报

导航