OSDN Git Service

fix modules oopsing in lguest guests
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 25 Sep 2007 04:24:44 +0000 (21:24 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 25 Sep 2007 15:51:04 +0000 (08:51 -0700)
commitbbbd2bf00bab467cff7b1f418b2cb24c71291f59
tree893578ad97344c822cc21197c66b0c998f21644b
parentfdfb870f8e34e77567043b388051df14f7d33482
fix modules oopsing in lguest guests

The assembly templates for lguest guest patching are in the .init.text
section.  This means that modules get patched with "cc cc cc cc" or similar
junk.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/lguest/lguest_asm.S