From: Al Viro Date: Sat, 22 Jun 2013 07:01:38 +0000 (+0400) Subject: aout32 coredump compat fix X-Git-Tag: v3.10-rc7~7^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=945fb136dfcb5291b4fb2abd4fd1edf790de44ff;p=pandora-kernel.git aout32 coredump compat fix dump_seek() does SEEK_CUR, not SEEK_SET; native binfmt_aout handles it correctly (seeks by PAGE_SIZE - sizeof(struct user), getting the current position to PAGE_SIZE), compat one seeks by PAGE_SIZE and ends up at PAGE_SIZE + already written... Signed-off-by: Al Viro --- Reading git-diff-tree failed