]> git.baikalelectronics.ru Git - kernel.git/commit
x86: fix broken TASK_SIZE for ia32_aout
authorAl Viro <viro@ZenIV.linux.org.uk>
Sun, 6 May 2012 16:20:00 +0000 (17:20 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 6 May 2012 17:15:18 +0000 (10:15 -0700)
commit77ea045a4df1b9f68471c8769b9372f1b4c6da0f
tree28fa102363954fd95a166812e28f5647b2c62465
parent90f35da63c553a1397b289ce7f4db399e484d0d2
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 <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86/ia32/ia32_aout.c