From: Michael Holzheu Date: Fri, 27 Sep 2013 13:41:43 +0000 (+0200) Subject: s390: Allow vmalloc target buffers for copy_from_oldmem() X-Git-Tag: v3.12-rc5~28^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d3b0664a0d0c0dc7501cfbd067f74226aeca510;p=pandora-kernel.git s390: Allow vmalloc target buffers for copy_from_oldmem() Currently copy_from_oldmem() is not able to copy to virtual memory. When using kexec pre-allocated ELF header, copy_from_oldmem() is used to copy the ELF notes information to vmalloc buffers. So fix this and use the new function copy_from_realmem() that allows copying also to vmalloc memory. Signed-off-by: Michael Holzheu Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed