From: Paolo 'Blaisorblade' Giarrusso Date: Wed, 19 Apr 2006 05:20:13 +0000 (-0700) Subject: [PATCH] uml: make 64-bit COW files compatible with 32-bit ones X-Git-Tag: v2.6.17-rc3~127 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=181ae4005d0a4010802be534d929b38c42b9ac06;p=pandora-kernel.git [PATCH] uml: make 64-bit COW files compatible with 32-bit ones This is the minimal fix to make 64-bit UML binaries create 32-bit compatible COW files and read them. I've indeed tested that current code doesn't do this - the code gets SIGFPE for a division by a value read at the wrong place, where 0 is found. Signed-off-by: Paolo 'Blaisorblade' Giarrusso Cc: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed