[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20120507011759.GE22082@ZenIV.linux.org.uk>
Date: Mon, 7 May 2012 02:17:59 +0100
From: Al Viro <viro@...IV.linux.org.uk>
To: Larry Finger <Larry.Finger@...inger.net>
Cc: torvalds@...ux-foundation.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] IA32 Emulation: Fix build problem after commit ce7e5d2d1
On Sun, May 06, 2012 at 07:40:03PM -0500, Larry Finger wrote:
> Commit ce7e5d2d19bc ("x86: fix broken TASK_SIZE for ia32_aout") breaks kernel
> builds when "CONFIG_IA32_AOUT=m" with
>
> ERROR: "set_personality_ia32" [arch/x86/ia32/ia32_aout.ko] undefined!
> make[1]: *** [__modpost] Error 1
>
> The entry point needs to be exported.
ACK, with apologies - I don't normally use that sucker, obviously, so I'd just
flipped CONFIG_IA32_AOUT to y while testing. Missed that it was modular and
that no other binfmt using the same thing are modular, so it wasn't exported.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists