commit | 92ed0223aefa795d1873427e25599cb70b2148ee | [log] [tgz] |
---|---|---|
author | Dave Peterson <dsp@llnl.gov> | Fri Jul 29 22:59:20 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Jul 30 10:14:47 2005 -0700 |
tree | 1ecb618129bba703034bbb03223acbb977d55761 | |
parent | 5ce17b18e16177dd6409dabd38df5c2c9b58fc2d [diff] |
[PATCH] x86_64: fix bug in csum_partial_copy_generic() I was observing reproducible crashes on the "movw %bx,(%rsi)" instruction below while a process in a recvfrom() system call was copying packet data to user space. The patch below fixes the exception table and causes the crash to no longer reproduce. Please apply. Acked-by: Andi Kleen <ak@muc.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>