commit | a197479848a2f1a2a5c07cffa6c31ab5e8c82797 | [log] [tgz] |
---|---|---|
author | Roland McGrath <roland@redhat.com> | Fri Jul 16 18:17:12 2010 -0700 |
committer | Roland McGrath <roland@redhat.com> | Sun Jul 18 15:05:34 2010 -0700 |
tree | 6d66cad929d5a2e2aaeb9d33d94b46c9d1093b26 | |
parent | bea9a6d239cb2aa2ced4dcb0a05e1827ce61fa3d [diff] |
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: Roland McGrath <roland@redhat.com>