Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x86: kprobes: fix swapped segment registers in kretprobe
In commit f007ea2, 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: Roland McGrath <roland@redhat.com>
- Loading branch information