Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit cf6f196d authored by Jason Wessel's avatar Jason Wessel
Browse files

kgdb,i386: Fix corner case access to ss with NMI watch dog exception


It is possible for the user_mode_vm(regs) check to return true on the
i368 arch for a non master kgdb cpu or when the master kgdb cpu
handles the NMI watch dog exception.

The solution is simply to select the correct gdb_ss location
based on the check to user_mode_vm(regs).

CC: Ingo Molnar <mingo@elte.hu>
Acked-by: default avatarH. Peter Anvin <hpa@zytor.com>
Signed-off-by: default avatarJason Wessel <jason.wessel@windriver.com>
parent 59d309f9
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