info:
arch=x86_64
WARNING: stack recursion on stack type 4
WARNING: can't dereference registers at 00000000f16b821d for ip swapgs_restore_regs_and_return_to_usermode+0x79/0x87
perf: interrupt took too long (237646 > 234126), lowering kernel.perf_event_max_sample_rate to 1000
perf: interrupt took too long (298340 > 297057), lowering kernel.perf_event_max_sample_rate to 1000
Hi zouyipeng, welcome to the openEuler Community.
I'm the Bot here serving you. You can find the instructions on how to interact with me at Here.
If you have any questions, please contact the SIG: Kernel, and any of the maintainers: @yangyingliang , @pi3orama , @gatieme , @jiaoff , @qiuuuuu , @zhengzengkai , @LiuYongQiang0816 , @xiexiuqi
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。
info:
arch=x86_64
WARNING: stack recursion on stack type 4
WARNING: can't dereference registers at 00000000f16b821d for ip swapgs_restore_regs_and_return_to_usermode+0x79/0x87
perf: interrupt took too long (237646 > 234126), lowering kernel.perf_event_max_sample_rate to 1000
perf: interrupt took too long (298340 > 297057), lowering kernel.perf_event_max_sample_rate to 1000
In swapgs_restore_regs_and_return_to_usermode, after the stack is switched to the trampoline stack, the existing UNWIND_HINT_REGS hint is no longer valid, which can result in the following ORC unwinder warning:
WARNING: can't dereference registers at 000000003aeb0cdd for ip swapgs_restore_regs_and_return_to_usermode+0x93/0xa0
It's Allready Merged On stable-v4.19.y For More Detail Ref:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-4.19.y&id=ac069a960d357a7495fd2a1cde28d9b03250cace
登录 后才可以发表评论