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  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CALCETrWyfi1AZU_AXp=PzU78pW+mCDq+DBKFW0zk23qGzAKpGQ@mail.gmail.com>
Date:	Mon, 16 Feb 2015 12:40:24 -0800
From:	Andy Lutomirski <luto@...capital.net>
To:	Tommi Kyntola <tommi.kyntola@...il.com>
Cc:	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] x86,vdso: fix the x86 vdso2c tool includes

On Mon, Feb 16, 2015 at 8:50 AM, Tommi Kyntola <tommi.kyntola@...il.com> wrote:
>
> It happened in our custom build system. The kernel there doesn't have a
> dependency to the kernel headers and that's pretty much it.
> It's a tiny thing and I already patched our stuff, but I thought I'd let you
> know. Breaching the contaiment makes the build prone to some really funky
> results.

No problem.  I queued it up, and I'll let it soak for a while.  Given
that it's an old problem and the failure is fairly obscure, I'm
disinclined to send it out before 3.21.

--Andy

>
> cheers,
> Tommi
>
> On Mon, Feb 16, 2015 at 6:29 PM, Andy Lutomirski <luto@...capital.net>
> wrote:
>>
>> On Mon, Feb 16, 2015 at 6:15 AM, Tommi Kyntola <tommi.kyntola@...il.com>
>> wrote:
>> >
>> > The build-time tool arch/x86/vdso/vdso2c.c includes <linux/elf.h>,
>> > but cannot find it, unless the build host happens to provide it.
>> > It should be reading the uapi linux/elf.h
>> >
>> > This build regression came along with the vdso2c between
>> > 3.15 and 3.16.
>>
>> I'm curious: what distro or other system are you seeing this problem in?
>>
>> --Andy
>>
>> >
>> > Signed-off-by: Tommi Kyntola <tommi.kyntola@...il.com>
>> > ---
>> >  arch/x86/vdso/Makefile | 2 +-
>> >  1 file changed, 1 insertion(+), 1 deletion(-)
>> >
>> > diff --git a/arch/x86/vdso/Makefile b/arch/x86/vdso/Makefile
>> > index 5a4affe..745e9fe 100644
>> > --- a/arch/x86/vdso/Makefile
>> > +++ b/arch/x86/vdso/Makefile
>> > @@ -50,7 +50,7 @@ VDSO_LDFLAGS_vdso.lds = -m64
>> > -Wl,-soname=linux-vdso.so.1 \
>> >  $(obj)/vdso64.so.dbg: $(src)/vdso.lds $(vobjs) FORCE
>> >         $(call if_changed,vdso)
>> >
>> > -HOST_EXTRACFLAGS += -I$(srctree)/tools/include
>> > +HOST_EXTRACFLAGS += -I$(srctree)/tools/include
>> > -I$(srctree)/include/uapi
>> >  hostprogs-y                    += vdso2c
>> >
>> >  quiet_cmd_vdso2c = VDSO2C  $@
>> > --
>> > 2.1.0
>> >
>>
>>
>>
>> --
>> Andy Lutomirski
>> AMA Capital Management, LLC
>
>



-- 
Andy Lutomirski
AMA Capital Management, LLC
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ