lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 9 Nov 2017 14:03:52 +1100 From: Stephen Rothwell <sfr@...b.auug.org.au> To: Ingo Molnar <mingo@...nel.org> Cc: Josh Poimboeuf <jpoimboe@...hat.com>, Thomas Gleixner <tglx@...utronix.de>, Ingo Molnar <mingo@...e.hu>, "H. Peter Anvin" <hpa@...or.com>, Peter Zijlstra <peterz@...radead.org>, Linux-Next Mailing List <linux-next@...r.kernel.org>, Linux Kernel Mailing List <linux-kernel@...r.kernel.org> Subject: Re: linux-next: build failure after merge of the tip tree Hi Ingo, On Wed, 8 Nov 2017 10:18:28 +0100 Ingo Molnar <mingo@...nel.org> wrote: > > * Josh Poimboeuf <jpoimboe@...hat.com> wrote: > > > On Wed, Nov 08, 2017 at 01:47:17PM +1100, Stephen Rothwell wrote: > > > > Does this fix it? > > > > diff --git a/tools/objtool/Makefile b/tools/objtool/Makefile > > index 6aaed251b4ed..0f94af3ccaaa 100644 > > --- a/tools/objtool/Makefile > > +++ b/tools/objtool/Makefile > > @@ -27,7 +27,7 @@ all: $(OBJTOOL) > > > > INCLUDES := -I$(srctree)/tools/include \ > > -I$(srctree)/tools/arch/$(HOSTARCH)/include/uapi \ > > - -I$(srctree)/tools/objtool/arch/$(HOSTARCH)/include > > + -I$(srctree)/tools/objtool/arch/$(ARCH)/include > > WARNINGS := $(EXTRA_WARNINGS) -Wno-switch-default -Wno-switch-enum -Wno-packed > > CFLAGS += -Wall -Werror $(WARNINGS) -fomit-frame-pointer -O2 -g $(INCLUDES) > > LDFLAGS += -lelf $(LIBSUBCMD) > > Note, I created a commit out of this fix, with your SOB - let me know if you have > any objections. I applied this patch to linux-next today after the tip tree merge. -- Cheers, Stephen Rothwell
Powered by blists - more mailing lists