From: Roland McGrath Date: Sat, 17 Jul 2010 01:17:12 +0000 (-0700) Subject: x86: kprobes: fix swapped segment registers in kretprobe X-Git-Tag: v2.6.35-rc6~32^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a197479848a2f1a2a5c07cffa6c31ab5e8c82797;p=pandora-kernel.git 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 --- Reading git-diff-tree failed