Re: [linux-yocto] Warning in compiling linux-yocto 5.10

2021-11-16 Thread Bruce Ashfield
On Tue, Nov 16, 2021 at 9:21 PM Xu, Yanfei  wrote:
>
>
>
> On 11/17/21 4:02 AM, Bruce Ashfield wrote:
> > [Please note: This e-mail is from an EXTERNAL e-mail address]
> >
> > On Tue, Nov 16, 2021 at 11:03 AM Bruce Ashfield via
> > lists.yoctoproject.org
> >  wrote:
> >>
> >> On Tue, Nov 16, 2021 at 1:13 AM Xu, Yanfei  wrote:
> >>>
> >>>
> >>>
> >>> On 11/16/21 11:48 AM, Bruce Ashfield wrote:
> >>>>>> Hi Bruce,
> >>>>>>
> >>>>>> We encountered a warning when compiling linux-yocto 5.10 in WRlinux on
> >>>>>> our tester's server machine. After doing some search, I found yocto 
> >>>>>> also
> >>>>>> encountered this some years
> >>>>>> ago.[https://patchwork.openembedded.org/patch/152442/] Maybe yocto also
> >>>>>> have this warning now? I can't figure out why this warning is 
> >>>>>> introduced...
> >>>>> Looks like a missing depends, triggered by one of the new options.
> >>>>>
> >>>>> Leave it with me, and I'll have a look at it on Monday.
> >>>> Which MACHINE was triggering that working ? I have seen it in the
> >>>
> >>> Our tester also trigger it with qemux86-64.
> >>>
> >>>> past (as the mailing list archives show), but i just did a qemux86-64
> >>>> and I don't see it in the current native or on-target build of 5.15:
> >>>>
> >>>> HOSTCC  arch/x86/tools/relocs_64.o
> >>>> HOSTCC  arch/x86/tools/relocs_common.o
> >>>> UPD include/generated/uapi/linux/version.h
> >>>> UPD include/generated/utsrelease.h
> >>>> HOSTCC  scripts/kallsyms
> >>>> HOSTCC  scripts/sorttable
> >>>>
> >>>> (or in my archived 5.14/5.10 builds).
> >>>
> >>> Only on v5.10, v5.15 is all right.
> >>
> >> I have this  "fixed", but we don't actually want the fix .. unless you
> >> like very slow compiles.
> >>
> >> The issue is with pkgconfig not picking up the elfutils in the native
> >> sysroot. I have it fixed, but a clean build that normally takes
> >> 7minutes on a slow machine has now been building for 26+ minutes with
> >> the stack protection enabled.
> >>
> >> Which means, I'll need two changes. One to make it something we can
> >> enable, and then some meta-data fixes to disable it :D
> >>
> >
> > Attached is the WIP patch that removes the warning here, and provides
> > a way to disable the extra build overhead if someone really wants to.
>
> Nice! But I have an extra question, will this be merged in oe-core
> upstream? I didn't find it in oe-core mailing list or in repo.

Once I've finished testing it, I'll send it to oe-core.

I've managed to get the increased build times back to what I'd expect,
and I just have to make sure it is working consistently.

Bruce

>
> Thanks,
> Yanfei
>
> >
> > Bruce
> >
> >> Bruce
> >>
> >>>
> >>> Regards,
> >>> Yanfei
> >>>
> >>>>
> >>>> I am seeing SSL 3.0 warnings, but that is a different question :D
> >>>>
> >>>> Bruce
> >>>>
> >>>>
> >>
> >>
> >>
> >> --
> >> - Thou shalt not follow the NULL pointer, for chaos and madness await
> >> thee at its end
> >> - "Use the force Harry" - Gandalf, Star Trek II
> >>
> >> 
> >>
> >
> >
> > --
> > - Thou shalt not follow the NULL pointer, for chaos and madness await
> > thee at its end
> > - "Use the force Harry" - Gandalf, Star Trek II
> >



-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#10670): 
https://lists.yoctoproject.org/g/linux-yocto/message/10670
Mute This Topic: https://lists.yoctoproject.org/mt/87061463/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [linux-yocto] Warning in compiling linux-yocto 5.10

2021-11-16 Thread Xu, Yanfei



On 11/17/21 4:02 AM, Bruce Ashfield wrote:

[Please note: This e-mail is from an EXTERNAL e-mail address]

On Tue, Nov 16, 2021 at 11:03 AM Bruce Ashfield via
lists.yoctoproject.org
 wrote:


On Tue, Nov 16, 2021 at 1:13 AM Xu, Yanfei  wrote:




On 11/16/21 11:48 AM, Bruce Ashfield wrote:

Hi Bruce,

We encountered a warning when compiling linux-yocto 5.10 in WRlinux on
our tester's server machine. After doing some search, I found yocto also
encountered this some years
ago.[https://patchwork.openembedded.org/patch/152442/] Maybe yocto also
have this warning now? I can't figure out why this warning is introduced...

Looks like a missing depends, triggered by one of the new options.

Leave it with me, and I'll have a look at it on Monday.

Which MACHINE was triggering that working ? I have seen it in the


Our tester also trigger it with qemux86-64.


past (as the mailing list archives show), but i just did a qemux86-64
and I don't see it in the current native or on-target build of 5.15:

HOSTCC  arch/x86/tools/relocs_64.o
HOSTCC  arch/x86/tools/relocs_common.o
UPD include/generated/uapi/linux/version.h
UPD include/generated/utsrelease.h
HOSTCC  scripts/kallsyms
HOSTCC  scripts/sorttable

(or in my archived 5.14/5.10 builds).


Only on v5.10, v5.15 is all right.


I have this  "fixed", but we don't actually want the fix .. unless you
like very slow compiles.

The issue is with pkgconfig not picking up the elfutils in the native
sysroot. I have it fixed, but a clean build that normally takes
7minutes on a slow machine has now been building for 26+ minutes with
the stack protection enabled.

Which means, I'll need two changes. One to make it something we can
enable, and then some meta-data fixes to disable it :D



Attached is the WIP patch that removes the warning here, and provides
a way to disable the extra build overhead if someone really wants to.


Nice! But I have an extra question, will this be merged in oe-core 
upstream? I didn't find it in oe-core mailing list or in repo.


Thanks,
Yanfei



Bruce


Bruce



Regards,
Yanfei



I am seeing SSL 3.0 warnings, but that is a different question :D

Bruce






--
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II






--
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#10669): 
https://lists.yoctoproject.org/g/linux-yocto/message/10669
Mute This Topic: https://lists.yoctoproject.org/mt/87061463/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [linux-yocto] Warning in compiling linux-yocto 5.10

2021-11-16 Thread Bruce Ashfield
On Tue, Nov 16, 2021 at 11:03 AM Bruce Ashfield via
lists.yoctoproject.org
 wrote:
>
> On Tue, Nov 16, 2021 at 1:13 AM Xu, Yanfei  wrote:
> >
> >
> >
> > On 11/16/21 11:48 AM, Bruce Ashfield wrote:
> > >>> Hi Bruce,
> > >>>
> > >>> We encountered a warning when compiling linux-yocto 5.10 in WRlinux on
> > >>> our tester's server machine. After doing some search, I found yocto also
> > >>> encountered this some years
> > >>> ago.[https://patchwork.openembedded.org/patch/152442/] Maybe yocto also
> > >>> have this warning now? I can't figure out why this warning is 
> > >>> introduced...
> > >> Looks like a missing depends, triggered by one of the new options.
> > >>
> > >> Leave it with me, and I'll have a look at it on Monday.
> > > Which MACHINE was triggering that working ? I have seen it in the
> >
> > Our tester also trigger it with qemux86-64.
> >
> > > past (as the mailing list archives show), but i just did a qemux86-64
> > > and I don't see it in the current native or on-target build of 5.15:
> > >
> > >HOSTCC  arch/x86/tools/relocs_64.o
> > >HOSTCC  arch/x86/tools/relocs_common.o
> > >UPD include/generated/uapi/linux/version.h
> > >UPD include/generated/utsrelease.h
> > >HOSTCC  scripts/kallsyms
> > >HOSTCC  scripts/sorttable
> > >
> > > (or in my archived 5.14/5.10 builds).
> >
> > Only on v5.10, v5.15 is all right.
>
> I have this  "fixed", but we don't actually want the fix .. unless you
> like very slow compiles.
>
> The issue is with pkgconfig not picking up the elfutils in the native
> sysroot. I have it fixed, but a clean build that normally takes
> 7minutes on a slow machine has now been building for 26+ minutes with
> the stack protection enabled.
>
> Which means, I'll need two changes. One to make it something we can
> enable, and then some meta-data fixes to disable it :D
>

Attached is the WIP patch that removes the warning here, and provides
a way to disable the extra build overhead if someone really wants to.

Bruce

> Bruce
>
> >
> > Regards,
> > Yanfei
> >
> > >
> > > I am seeing SSL 3.0 warnings, but that is a different question :D
> > >
> > > Bruce
> > >
> > >
>
>
>
> --
> - Thou shalt not follow the NULL pointer, for chaos and madness await
> thee at its end
> - "Use the force Harry" - Gandalf, Star Trek II
>
> 
>


-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II


0001-kernel-yocto-conditionally-enable-stack-protection-c.patch
Description: Binary data

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#10666): 
https://lists.yoctoproject.org/g/linux-yocto/message/10666
Mute This Topic: https://lists.yoctoproject.org/mt/87061463/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [linux-yocto] Warning in compiling linux-yocto 5.10

2021-11-16 Thread Bruce Ashfield
On Tue, Nov 16, 2021 at 1:13 AM Xu, Yanfei  wrote:
>
>
>
> On 11/16/21 11:48 AM, Bruce Ashfield wrote:
> >>> Hi Bruce,
> >>>
> >>> We encountered a warning when compiling linux-yocto 5.10 in WRlinux on
> >>> our tester's server machine. After doing some search, I found yocto also
> >>> encountered this some years
> >>> ago.[https://patchwork.openembedded.org/patch/152442/] Maybe yocto also
> >>> have this warning now? I can't figure out why this warning is 
> >>> introduced...
> >> Looks like a missing depends, triggered by one of the new options.
> >>
> >> Leave it with me, and I'll have a look at it on Monday.
> > Which MACHINE was triggering that working ? I have seen it in the
>
> Our tester also trigger it with qemux86-64.
>
> > past (as the mailing list archives show), but i just did a qemux86-64
> > and I don't see it in the current native or on-target build of 5.15:
> >
> >HOSTCC  arch/x86/tools/relocs_64.o
> >HOSTCC  arch/x86/tools/relocs_common.o
> >UPD include/generated/uapi/linux/version.h
> >UPD include/generated/utsrelease.h
> >HOSTCC  scripts/kallsyms
> >HOSTCC  scripts/sorttable
> >
> > (or in my archived 5.14/5.10 builds).
>
> Only on v5.10, v5.15 is all right.

I have this  "fixed", but we don't actually want the fix .. unless you
like very slow compiles.

The issue is with pkgconfig not picking up the elfutils in the native
sysroot. I have it fixed, but a clean build that normally takes
7minutes on a slow machine has now been building for 26+ minutes with
the stack protection enabled.

Which means, I'll need two changes. One to make it something we can
enable, and then some meta-data fixes to disable it :D

Bruce

>
> Regards,
> Yanfei
>
> >
> > I am seeing SSL 3.0 warnings, but that is a different question :D
> >
> > Bruce
> >
> >



-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#10665): 
https://lists.yoctoproject.org/g/linux-yocto/message/10665
Mute This Topic: https://lists.yoctoproject.org/mt/87061463/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [linux-yocto] Warning in compiling linux-yocto 5.10

2021-11-15 Thread Xu, Yanfei



On 11/16/21 11:48 AM, Bruce Ashfield wrote:

Hi Bruce,

We encountered a warning when compiling linux-yocto 5.10 in WRlinux on
our tester's server machine. After doing some search, I found yocto also
encountered this some years
ago.[https://patchwork.openembedded.org/patch/152442/] Maybe yocto also
have this warning now? I can't figure out why this warning is introduced...

Looks like a missing depends, triggered by one of the new options.

Leave it with me, and I'll have a look at it on Monday.

Which MACHINE was triggering that working ? I have seen it in the


Our tester also trigger it with qemux86-64.


past (as the mailing list archives show), but i just did a qemux86-64
and I don't see it in the current native or on-target build of 5.15:

   HOSTCC  arch/x86/tools/relocs_64.o
   HOSTCC  arch/x86/tools/relocs_common.o
   UPD include/generated/uapi/linux/version.h
   UPD include/generated/utsrelease.h
   HOSTCC  scripts/kallsyms
   HOSTCC  scripts/sorttable

(or in my archived 5.14/5.10 builds).


Only on v5.10, v5.15 is all right.

Regards,
Yanfei



I am seeing SSL 3.0 warnings, but that is a different question :D

Bruce



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#10664): 
https://lists.yoctoproject.org/g/linux-yocto/message/10664
Mute This Topic: https://lists.yoctoproject.org/mt/87061463/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [linux-yocto] Warning in compiling linux-yocto 5.10

2021-11-15 Thread Bruce Ashfield
On Sun, Nov 14, 2021 at 10:19 PM Bruce Ashfield
 wrote:
>
> On Sun, Nov 14, 2021 at 9:21 PM Xu, Yanfei  wrote:
> >
> > Hi Bruce,
> >
> > We encountered a warning when compiling linux-yocto 5.10 in WRlinux on
> > our tester's server machine. After doing some search, I found yocto also
> > encountered this some years
> > ago.[https://patchwork.openembedded.org/patch/152442/] Maybe yocto also
> > have this warning now? I can't figure out why this warning is introduced...
>
> Looks like a missing depends, triggered by one of the new options.
>
> Leave it with me, and I'll have a look at it on Monday.

Which MACHINE was triggering that working ? I have seen it in the
past (as the mailing list archives show), but i just did a qemux86-64
and I don't see it in the current native or on-target build of 5.15:

  HOSTCC  arch/x86/tools/relocs_64.o
  HOSTCC  arch/x86/tools/relocs_common.o
  UPD include/generated/uapi/linux/version.h
  UPD include/generated/utsrelease.h
  HOSTCC  scripts/kallsyms
  HOSTCC  scripts/sorttable

(or in my archived 5.14/5.10 builds).

I am seeing SSL 3.0 warnings, but that is a different question :D

Bruce


>
> Bruce
>
> >
> > The Warning is from log.do_compile:
> >WRAParch/x86/include/generated/uapi/asm/ipcbuf.h
> >WRAParch/x86/include/generated/uapi/asm/ioctls.h
> >WRAParch/x86/include/generated/uapi/asm/param.h
> >WRAParch/x86/include/generated/uapi/asm/poll.h
> >WRAParch/x86/include/generated/uapi/asm/resource.h
> >WRAParch/x86/include/generated/uapi/asm/socket.h
> >WRAParch/x86/include/generated/uapi/asm/sockios.h
> >WRAParch/x86/include/generated/uapi/asm/termios.h
> >WRAParch/x86/include/generated/uapi/asm/termbits.h
> >WRAParch/x86/include/generated/uapi/asm/types.h
> >HOSTCC  arch/x86/tools/relocs_32.o
> >HOSTCC  arch/x86/tools/relocs_64.o
> >HOSTCC  arch/x86/tools/relocs_common.o
> >WRAParch/x86/include/generated/asm/early_ioremap.h
> >WRAParch/x86/include/generated/asm/export.h
> >WRAParch/x86/include/generated/asm/mcs_spinlock.h
> >WRAParch/x86/include/generated/asm/irq_regs.h
> >WRAParch/x86/include/generated/asm/local64.h
> >WRAParch/x86/include/generated/asm/mm-arch-hooks.h
> >WRAParch/x86/include/generated/asm/mmiowb.h
> >WRAParch/x86/include/generated/asm/module.lds.h
> >WRAParch/x86/include/generated/asm/rwonce.h
> >UPD include/config/kernel.release
> >UPD include/generated/uapi/linux/version.h
> >HOSTCC  scripts/recordmcount
> >HOSTCC  scripts/kallsyms
> >HOSTCC  scripts/sorttable
> >HOSTCC  scripts/asn1_compiler
> >UPD include/generated/utsrelease.h
> > warning: Cannot use CONFIG_STACK_VALIDATION=y, please install
> > libelf-dev, libelf-devel or elfutils-libelf-devel
> >HOSTCC  scripts/extract-cert
> >HOSTLD  arch/x86/tools/relocs
> >
> >
> > Thanks,
> > Yanfei
>
>
>
> --
> - Thou shalt not follow the NULL pointer, for chaos and madness await
> thee at its end
> - "Use the force Harry" - Gandalf, Star Trek II



-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#10659): 
https://lists.yoctoproject.org/g/linux-yocto/message/10659
Mute This Topic: https://lists.yoctoproject.org/mt/87061463/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [linux-yocto] Warning in compiling linux-yocto 5.10

2021-11-14 Thread Xu, Yanfei



On 11/15/21 11:19 AM, Bruce Ashfield wrote:

[Please note: This e-mail is from an EXTERNAL e-mail address]

On Sun, Nov 14, 2021 at 9:21 PM Xu, Yanfei  wrote:


Hi Bruce,

We encountered a warning when compiling linux-yocto 5.10 in WRlinux on
our tester's server machine. After doing some search, I found yocto also
encountered this some years
ago.[https://patchwork.openembedded.org/patch/152442/] Maybe yocto also
have this warning now? I can't figure out why this warning is introduced...


Looks like a missing depends, triggered by one of the new options.

Leave it with me, and I'll have a look at it on Monday.


Thanks~

Yanfei



Bruce



The Warning is from log.do_compile:
WRAParch/x86/include/generated/uapi/asm/ipcbuf.h
WRAParch/x86/include/generated/uapi/asm/ioctls.h
WRAParch/x86/include/generated/uapi/asm/param.h
WRAParch/x86/include/generated/uapi/asm/poll.h
WRAParch/x86/include/generated/uapi/asm/resource.h
WRAParch/x86/include/generated/uapi/asm/socket.h
WRAParch/x86/include/generated/uapi/asm/sockios.h
WRAParch/x86/include/generated/uapi/asm/termios.h
WRAParch/x86/include/generated/uapi/asm/termbits.h
WRAParch/x86/include/generated/uapi/asm/types.h
HOSTCC  arch/x86/tools/relocs_32.o
HOSTCC  arch/x86/tools/relocs_64.o
HOSTCC  arch/x86/tools/relocs_common.o
WRAParch/x86/include/generated/asm/early_ioremap.h
WRAParch/x86/include/generated/asm/export.h
WRAParch/x86/include/generated/asm/mcs_spinlock.h
WRAParch/x86/include/generated/asm/irq_regs.h
WRAParch/x86/include/generated/asm/local64.h
WRAParch/x86/include/generated/asm/mm-arch-hooks.h
WRAParch/x86/include/generated/asm/mmiowb.h
WRAParch/x86/include/generated/asm/module.lds.h
WRAParch/x86/include/generated/asm/rwonce.h
UPD include/config/kernel.release
UPD include/generated/uapi/linux/version.h
HOSTCC  scripts/recordmcount
HOSTCC  scripts/kallsyms
HOSTCC  scripts/sorttable
HOSTCC  scripts/asn1_compiler
UPD include/generated/utsrelease.h
warning: Cannot use CONFIG_STACK_VALIDATION=y, please install
libelf-dev, libelf-devel or elfutils-libelf-devel
HOSTCC  scripts/extract-cert
HOSTLD  arch/x86/tools/relocs


Thanks,
Yanfei




--
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#10650): 
https://lists.yoctoproject.org/g/linux-yocto/message/10650
Mute This Topic: https://lists.yoctoproject.org/mt/87061463/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [linux-yocto] Warning in compiling linux-yocto 5.10

2021-11-14 Thread Bruce Ashfield
On Sun, Nov 14, 2021 at 9:21 PM Xu, Yanfei  wrote:
>
> Hi Bruce,
>
> We encountered a warning when compiling linux-yocto 5.10 in WRlinux on
> our tester's server machine. After doing some search, I found yocto also
> encountered this some years
> ago.[https://patchwork.openembedded.org/patch/152442/] Maybe yocto also
> have this warning now? I can't figure out why this warning is introduced...

Looks like a missing depends, triggered by one of the new options.

Leave it with me, and I'll have a look at it on Monday.

Bruce

>
> The Warning is from log.do_compile:
>WRAParch/x86/include/generated/uapi/asm/ipcbuf.h
>WRAParch/x86/include/generated/uapi/asm/ioctls.h
>WRAParch/x86/include/generated/uapi/asm/param.h
>WRAParch/x86/include/generated/uapi/asm/poll.h
>WRAParch/x86/include/generated/uapi/asm/resource.h
>WRAParch/x86/include/generated/uapi/asm/socket.h
>WRAParch/x86/include/generated/uapi/asm/sockios.h
>WRAParch/x86/include/generated/uapi/asm/termios.h
>WRAParch/x86/include/generated/uapi/asm/termbits.h
>WRAParch/x86/include/generated/uapi/asm/types.h
>HOSTCC  arch/x86/tools/relocs_32.o
>HOSTCC  arch/x86/tools/relocs_64.o
>HOSTCC  arch/x86/tools/relocs_common.o
>WRAParch/x86/include/generated/asm/early_ioremap.h
>WRAParch/x86/include/generated/asm/export.h
>WRAParch/x86/include/generated/asm/mcs_spinlock.h
>WRAParch/x86/include/generated/asm/irq_regs.h
>WRAParch/x86/include/generated/asm/local64.h
>WRAParch/x86/include/generated/asm/mm-arch-hooks.h
>WRAParch/x86/include/generated/asm/mmiowb.h
>WRAParch/x86/include/generated/asm/module.lds.h
>WRAParch/x86/include/generated/asm/rwonce.h
>UPD include/config/kernel.release
>UPD include/generated/uapi/linux/version.h
>HOSTCC  scripts/recordmcount
>HOSTCC  scripts/kallsyms
>HOSTCC  scripts/sorttable
>HOSTCC  scripts/asn1_compiler
>UPD include/generated/utsrelease.h
> warning: Cannot use CONFIG_STACK_VALIDATION=y, please install
> libelf-dev, libelf-devel or elfutils-libelf-devel
>HOSTCC  scripts/extract-cert
>HOSTLD  arch/x86/tools/relocs
>
>
> Thanks,
> Yanfei



-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#10649): 
https://lists.yoctoproject.org/g/linux-yocto/message/10649
Mute This Topic: https://lists.yoctoproject.org/mt/87061463/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[linux-yocto] Warning in compiling linux-yocto 5.10

2021-11-14 Thread Xu, Yanfei

Hi Bruce,

We encountered a warning when compiling linux-yocto 5.10 in WRlinux on 
our tester's server machine. After doing some search, I found yocto also 
encountered this some years 
ago.[https://patchwork.openembedded.org/patch/152442/] Maybe yocto also 
have this warning now? I can't figure out why this warning is introduced...


The Warning is from log.do_compile:
  WRAParch/x86/include/generated/uapi/asm/ipcbuf.h
  WRAParch/x86/include/generated/uapi/asm/ioctls.h
  WRAParch/x86/include/generated/uapi/asm/param.h
  WRAParch/x86/include/generated/uapi/asm/poll.h
  WRAParch/x86/include/generated/uapi/asm/resource.h
  WRAParch/x86/include/generated/uapi/asm/socket.h
  WRAParch/x86/include/generated/uapi/asm/sockios.h
  WRAParch/x86/include/generated/uapi/asm/termios.h
  WRAParch/x86/include/generated/uapi/asm/termbits.h
  WRAParch/x86/include/generated/uapi/asm/types.h
  HOSTCC  arch/x86/tools/relocs_32.o
  HOSTCC  arch/x86/tools/relocs_64.o
  HOSTCC  arch/x86/tools/relocs_common.o
  WRAParch/x86/include/generated/asm/early_ioremap.h
  WRAParch/x86/include/generated/asm/export.h
  WRAParch/x86/include/generated/asm/mcs_spinlock.h
  WRAParch/x86/include/generated/asm/irq_regs.h
  WRAParch/x86/include/generated/asm/local64.h
  WRAParch/x86/include/generated/asm/mm-arch-hooks.h
  WRAParch/x86/include/generated/asm/mmiowb.h
  WRAParch/x86/include/generated/asm/module.lds.h
  WRAParch/x86/include/generated/asm/rwonce.h
  UPD include/config/kernel.release
  UPD include/generated/uapi/linux/version.h
  HOSTCC  scripts/recordmcount
  HOSTCC  scripts/kallsyms
  HOSTCC  scripts/sorttable
  HOSTCC  scripts/asn1_compiler
  UPD include/generated/utsrelease.h
warning: Cannot use CONFIG_STACK_VALIDATION=y, please install 
libelf-dev, libelf-devel or elfutils-libelf-devel

  HOSTCC  scripts/extract-cert
  HOSTLD  arch/x86/tools/relocs


Thanks,
Yanfei

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#10648): 
https://lists.yoctoproject.org/g/linux-yocto/message/10648
Mute This Topic: https://lists.yoctoproject.org/mt/87061463/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-