From: Al Viro Date: Sun, 6 May 2012 16:20:00 +0000 (+0100) Subject: x86: fix broken TASK_SIZE for ia32_aout X-Git-Tag: v3.4-rc6~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce7e5d2d19bc371e1b67826bfbc79bbcbaa9772f;p=pandora-kernel.git x86: fix broken TASK_SIZE for ia32_aout Setting TIF_IA32 in load_aout_binary() used to be enough; these days TASK_SIZE is controlled by TIF_ADDR32 and that one doesn't get set there. Switch to use of set_personality_ia32()... Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed