Skip to content
Commit 3aeb95d5 authored by jia zhang's avatar jia zhang Committed by Ingo Molnar
Browse files

x86_64: fix the check in stack_overflow_check



Impact: make stack overflow debug check and printout narrower

stack_overflow_check() should consider the stack usage of pt_regs, and
thus it could warn us in advance. Additionally, it looks better for
the warning time to start at INITIAL_JIFFIES.

Assuming that rsp gets close to the check point before interrupt
arrives: when interrupt really happens, thread_info will be partly
overrode.

Signed-off-by: default avatarjia zhang <jia.zhang2008@gmail.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent ca9eed76
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment