Skip to content
Commit a1974798 authored by Roland McGrath's avatar Roland McGrath
Browse files

x86: kprobes: fix swapped segment registers in kretprobe



In commit f007ea26, the order of the %es and %ds segment registers
got accidentally swapped, so synthesized 'struct pt_regs' frames
have the two values inverted.  It's almost sure that these values
never matter, and that they also never differ.  But wrong is wrong.

Signed-off-by: default avatarRoland McGrath <roland@redhat.com>
parent bea9a6d2
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