From: Rusty Russell Date: Tue, 25 Sep 2007 04:24:44 +0000 (-0700) Subject: fix modules oopsing in lguest guests X-Git-Tag: v2.6.23-rc9~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbbd2bf00bab467cff7b1f418b2cb24c71291f59;p=pandora-kernel.git 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed