aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386
diff options
context:
space:
mode:
authorPetr Vandrovec <petr@vandrovec.name>2007-08-12 10:12:52 +0200
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-08-12 01:42:37 -0700
commitb8d3f2448b8f4ba24f301e23585547ba1acc1f04 (patch)
treed3b01b918c779bbce433e753c3fb0207390c4950 /arch/i386
parentMerge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 (diff)
downloadlinux-dev-b8d3f2448b8f4ba24f301e23585547ba1acc1f04.tar.xz
linux-dev-b8d3f2448b8f4ba24f301e23585547ba1acc1f04.zip
Do not replace whole memcpy in apply alternatives
apply_alternatives uses memcpy() to apply alternatives. Which has the unfortunate effect that while applying memcpy alternative to memcpy itself it tries to overwrite itself with nops - which causes #UD fault as it overwrites half of an instruction in copy loop, and from this point on only possible outcome is triplefault and reboot. So let's overwrite only first two instructions of memcpy - as long as the main memcpy loop is not in first two bytes it will work fine. Signed-off-by: Petr Vandrovec <petr@vandrovec.name> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/i386')
0 files changed, 0 insertions, 0 deletions