From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 23 Dec 2015 13:42:12 -0800 From: Josh Triplett Message-ID: <20151223214212.GA1300@x> References: <1450875553-17717-1-git-send-email-mic@digikod.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: QUOTED-PRINTABLE In-Reply-To: <1450875553-17717-1-git-send-email-mic@digikod.net> Sender: linux-kernel-owner@vger.kernel.org Subject: Re: [PATCH v2] um: Fix build error and kconfig for i386 To: =?iso-8859-1?Q?Micka=EBl_Sala=FCn?= Cc: linux-kernel@vger.kernel.org, Jeff Dike , Richard Weinberger , user-mode-linux-devel@lists.sourceforge.net, "Paul E . McKenney" , Michal Marek , Andrew Morton , Linus Torvalds , stable@vger.kernel.org List-ID: On Wed, Dec 23, 2015 at 01:59:13PM +0100, Micka=EBl Sala=FCn wrote: > Fix build error by selecting COREDUMP when X86_32 is selected: >=20 > arch/x86/um/built-in.o: In function `elf_core_write_extra_phdrs': > (.text+0x3e62): undefined reference to `dump_emit' > arch/x86/um/built-in.o: In function `elf_core_write_extra_data': > (.text+0x3eef): undefined reference to `dump_emit' >=20 > Fixes: 5d2acfc7b974 ("kconfig: make allnoconfig disable options behin= d EMBEDDED and EXPERT") > Signed-off-by: Micka=EBl Sala=FCn > Cc: Jeff Dike > Cc: Richard Weinberger > Cc: Josh Triplett > Cc: Paul E. McKenney > Cc: Michal Marek > Cc: Andrew Morton > Cc: Linus Torvalds I suppose um doesn't care deeply about binary size, but ideally I would suggest changing arch/x86/um/Makefile to make elfcore.c compiled in whe= n CONFIG_ELF_CORE rather than CONFIG_BINFMT_ELF. > arch/x86/um/Kconfig | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/arch/x86/um/Kconfig b/arch/x86/um/Kconfig > index ed56a1c4ae73..bb7cd8b38043 100644 > --- a/arch/x86/um/Kconfig > +++ b/arch/x86/um/Kconfig > @@ -26,6 +26,7 @@ config X86_32 > select CLONE_BACKWARDS > select OLD_SIGSUSPEND3 > select OLD_SIGACTION > + select COREDUMP > =20 > config X86_64 > def_bool 64BIT > --=20 > 2.6.4 >=20 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel"= in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/