From: Bruce Ashfield <bruce.ashfield@windriver.com>
To: "Burton, Ross" <ross.burton@intel.com>
Cc: OE-core <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 0/7] linux-yocto: consolidated pull request
Date: Thu, 29 Mar 2018 08:58:14 -0400 [thread overview]
Message-ID: <fb094e1e-1196-0bed-190f-e69bf51bb675@windriver.com> (raw)
In-Reply-To: <CAJTo0La+oWebhkQXgFvY2yMQdwZzQ=ENbnyx0=5=MuvDiEBqew@mail.gmail.com>
There's the stack validation warning, but I can run the hellomod
test on my qemux86-64 target and the 4.14 kernel.
It is an incremental patch to linux-yocto_4.14 to add the dependencies.
Would you like the entire queue again, or just the new patch sent to
the list ?
Bruce
---------
Makefile:947: "Cannot use CONFIG_STACK_VALIDATION=y, please install
libelf-dev, libelf-devel or elfutils-libelf-devel"
CC [M] /tmp/hellomod.o
Building modules, stage 2.
MODPOST 1 modules
CC /tmp/hellomod.mod.o
LD [M] /tmp/hellomod.ko
make: Leaving directory '/usr/src/kernel'
root@qemux86-64:~# uname -a
Linux qemux86-64 4.14.30-yocto-standard #1 SMP PREEMPT Wed Mar 28
11:55:44 EDT 2018 x86_64 GNU/Linux
On 03/28/2018 06:33 AM, Burton, Ross wrote:
> Also a non-musl target failed like this:
>
> | NOTE: FAIL [6.426s]: test_kernel_module (kernelmodule.KernelModuleTest)
> | NOTE: ----------------------------------------------------------------------
> | NOTE: Traceback (most recent call last):
> | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x86-64/build/meta/lib/oeqa/core/decorator/__init__.py",
> line 32, in wrapped_f
> | return func(*args, **kwargs)
> | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x86-64/build/meta/lib/oeqa/core/decorator/__init__.py",
> line 32, in wrapped_f
> | return func(*args, **kwargs)
> | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x86-64/build/meta/lib/oeqa/core/decorator/__init__.py",
> line 32, in wrapped_f
> | return func(*args, **kwargs)
> | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x86-64/build/meta/lib/oeqa/runtime/cases/kernelmodule.py",
> line 40, in test_kernel_module
> | self.assertEqual(status, 0, msg='\n'.join([cmd, output]))
> | AssertionError: 2 != 0 : cd /tmp && make
> | make -C /usr/src/kernel M=/tmp modules
> | make[1]: Entering directory '/usr/src/kernel'
> | make[2]: *** No rule to make target 'tools/objtool/objtool', needed
> by '/tmp/hellomod.o'. Stop.
> | make[1]: Leaving directory '/usr/src/kernel'
> | make[1]: *** [Makefile:1519: _module_/tmp] Error 2
> | make: *** [Makefile:5: all] Error 2
>
> Same error but with glibc instead of musl.
>
> Ross
>
> On 28 March 2018 at 11:31, Burton, Ross <ross.burton@intel.com> wrote:
>> I think it was this pull but musl builds are now failing like this in selftest:
>>
>> | NOTE: FAIL: test_kernel_module (kernelmodule.KernelModuleTest)
>> | NOTE: ----------------------------------------------------------------------
>> | NOTE: Traceback (most recent call last):
>> | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-musl-x86-64/build/meta/lib/oeqa/core/decorator/__init__.py",
>> line 32, in wrapped_f
>> | return func(*args, **kwargs)
>> | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-musl-x86-64/build/meta/lib/oeqa/core/decorator/__init__.py",
>> line 32, in wrapped_f
>> | return func(*args, **kwargs)
>> | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-musl-x86-64/build/meta/lib/oeqa/core/decorator/__init__.py",
>> line 32, in wrapped_f
>> | return func(*args, **kwargs)
>> | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-musl-x86-64/build/meta/lib/oeqa/runtime/cases/kernelmodule.py",
>> line 40, in test_kernel_module
>> | self.assertEqual(status, 0, msg='\n'.join([cmd, output]))
>> | AssertionError: 2 != 0 : cd /tmp && make
>> | make -C /usr/src/kernel M=/tmp modules
>> | make[1]: Entering directory '/usr/src/kernel'
>> | getconf: LFS_CFLAGS: unknown variable
>> | getconf: LFS_LDFLAGS: unknown variable
>> | getconf: LFS_LIBS: unknown variable
>> | make[2]: *** No rule to make target 'tools/objtool/objtool', needed
>> by '/tmp/hellomod.o'. Stop.
>> | make[1]: Leaving directory '/usr/src/kernel'
>> | make[1]: *** [Makefile:1519: _module_/tmp] Error 2
>> | make: *** [Makefile:5: all] Error 2
>>
>> Ross
>>
>> On 27 March 2018 at 16:03, Bruce Ashfield <bruce.ashfield@windriver.com> wrote:
>>> Hi all,
>>>
>>> This pull request is a series of -stable updates (more Spectre/meltdown
>>> included), and some fixes for the fsl_mpc h/w reference board that will
>>> allow us to update the reference to v4.14+.
>>>
>>> We also have a configuration tweak to the wifi fragments, which will
>>> result in more reuse, but won't impact the default configurations.
>>>
>>> Note: I haven't included the re-written kernel-devsrc changes, since
>>> I've never been able to reproduce the multilib issue with the ssl
>>> dependency. The devsrc changes will have to be looked at after the
>>> release.
>>>
>>> Cheers,
>>>
>>> Bruce
>>>
>>> The following changes since commit 80c7ca2c28959d08a59d960d318d8360392bd488:
>>>
>>> kernel-dev: Clean up of "bsp_name" placeholder. (2018-03-25 09:41:13 +0100)
>>>
>>> are available in the git repository at:
>>>
>>> git://git.pokylinux.org/poky-contrib zedd/kernel
>>> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel
>>>
>>> Bruce Ashfield (7):
>>> linux-yocto/4.12: update to v4.12.21
>>> mpc8315e-rdb: fix broken ethernet
>>> linux-yocto/4.12: add ssl and utils native dependencies
>>> linux-yocto/meta: improve wifi driver granularity
>>> linux-yocto/4.12: intel-socfpga, intel-pmc-core and ish support for
>>> CoffeeLake board
>>> linux-yocto/4.14: update to v4.14.30
>>> linux-yocto/4.15: update to v4.15.13
>>>
>>> meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb | 6 +++---
>>> meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb | 6 +++---
>>> meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb | 6 +++---
>>> meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb | 6 +++---
>>> meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb | 6 +++---
>>> meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb | 6 +++---
>>> meta/recipes-kernel/linux/linux-yocto_4.12.bb | 22 ++++++++++++----------
>>> meta/recipes-kernel/linux/linux-yocto_4.14.bb | 20 ++++++++++----------
>>> meta/recipes-kernel/linux/linux-yocto_4.15.bb | 20 ++++++++++----------
>>> 9 files changed, 50 insertions(+), 48 deletions(-)
>>>
>>> --
>>> 2.5.0
>>>
>>> --
>>> _______________________________________________
>>> Openembedded-core mailing list
>>> Openembedded-core@lists.openembedded.org
>>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
next prev parent reply other threads:[~2018-03-29 12:58 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-27 15:03 [PATCH 0/7] linux-yocto: consolidated pull request Bruce Ashfield
2018-03-27 15:03 ` [PATCH 1/7] linux-yocto/4.12: update to v4.12.21 Bruce Ashfield
2018-03-27 15:03 ` [PATCH 2/7] mpc8315e-rdb: fix broken ethernet Bruce Ashfield
2018-03-27 15:03 ` [PATCH 3/7] linux-yocto/4.12: add ssl and utils native dependencies Bruce Ashfield
2018-03-27 15:03 ` [PATCH 4/7] linux-yocto/meta: improve wifi driver granularity Bruce Ashfield
2018-03-27 15:03 ` [PATCH 5/7] linux-yocto/4.12: intel-socfpga, intel-pmc-core and ish support for CoffeeLake board Bruce Ashfield
2018-03-27 15:03 ` [PATCH 6/7] linux-yocto/4.14: update to v4.14.30 Bruce Ashfield
2018-03-27 22:07 ` Burton, Ross
2018-03-28 1:39 ` Bruce Ashfield
2018-03-27 15:03 ` [PATCH 7/7] linux-yocto/4.15: update to v4.15.13 Bruce Ashfield
2018-03-28 10:31 ` [PATCH 0/7] linux-yocto: consolidated pull request Burton, Ross
2018-03-28 10:33 ` Burton, Ross
2018-03-28 12:01 ` Bruce Ashfield
2018-03-28 12:07 ` Burton, Ross
2018-03-28 12:57 ` Bruce Ashfield
2018-03-29 12:58 ` Bruce Ashfield [this message]
2018-03-29 13:13 ` Richard Purdie
2018-03-29 13:55 ` Bruce Ashfield
-- strict thread matches above, loose matches on Subject: below --
2026-01-06 15:23 bruce.ashfield
2026-01-07 12:53 ` Kevin Hao
2026-01-07 13:59 ` Bruce Ashfield
2023-12-21 14:25 bruce.ashfield
2023-12-05 4:26 bruce.ashfield
2022-06-07 13:59 bruce.ashfield
2020-10-06 19:04 Bruce Ashfield
2018-05-18 15:05 Bruce Ashfield
2016-11-22 15:58 Bruce Ashfield
2015-05-21 19:08 Bruce Ashfield
2014-09-23 14:57 Bruce Ashfield
2014-09-08 19:55 [PATCH 0/7] linux-yocto*: " Bruce Ashfield
2014-09-09 11:42 ` Burton, Ross
2014-09-09 12:55 ` Bruce Ashfield
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=fb094e1e-1196-0bed-190f-e69bf51bb675@windriver.com \
--to=bruce.ashfield@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=ross.burton@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.