Date
1 - 7 of 7
[PATCH 0/9] kernel-yocto: consolidated pull request
Bruce Ashfield
From: Bruce Ashfield <bruce.ashfield@...>
Richard, Here's the next set of -stable updates to the active reference kernels. I also have updates back to 5.4 that I'll send to the various stable branches shortly. I also have a couple of kern-tools fixes. One to solve a problem reported on the list about some directory structures (typically created from KAS) to break the meta-data phase of the kernel build. I've fixed that issue, then fixed the other regressions that fix caused, and have everything passing sanity. There shouldn't be any fallout, but I'll be keeping a close eye on things. I also have Khem's MDIO configuration change in the queue, along with a previously hidden kern-tools feature that allows it to not warn if something is 'enabled' (y or m). Cheers, Bruce The following changes since commit fa86bfd3617b54dbf7e44093ae0e6f35538bdabc: diffoscope: upgrade 220 -> 221 (2022-09-17 07:47:08 +0100) are available in the Git repository at: git://git.yoctoproject.org/poky-contrib zedd/kernel http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel Bruce Ashfield (8): linux-yocto/5.15: update to v5.15.63 linux-yocto/5.19: update to v5.19.5 linux-yocto/5.19: update to v5.19.7 linux-yocto/5.15: update to v5.15.65 kern-tools: fix queue processing in relative TOPDIR configurations kern-tools: allow 'y' or 'm' to avoid config audit warnings linux-yocto/5.19: update to v5.19.9 linux-yocto/5.15: update to v5.15.68 Khem Raj (1): linux-yocto: Enable mdio for qemu .../kern-tools/kern-tools-native_git.bb | 2 +- .../linux/linux-yocto-rt_5.15.bb | 6 ++-- .../linux/linux-yocto-rt_5.19.bb | 6 ++-- .../linux/linux-yocto-tiny_5.15.bb | 6 ++-- .../linux/linux-yocto-tiny_5.19.bb | 6 ++-- meta/recipes-kernel/linux/linux-yocto_5.15.bb | 26 ++++++++--------- meta/recipes-kernel/linux/linux-yocto_5.19.bb | 28 +++++++++---------- 7 files changed, 40 insertions(+), 40 deletions(-) -- 2.19.1
|
|
On Mon, Sep 19, 2022 at 10:28 AM Bruce Ashfield
<bruce.ashfield@...> wrote: Cool. Thanks for keeping this in. I am not able to do much this week due to travel, but I will try to test it out nevertheless.
|
|
Richard Purdie
On Mon, 2022-09-19 at 10:28 -0400, bruce.ashfield@... wrote:
Here's the next set of -stable updates to the active reference kernels.Thanks, those sound like good fixes. Unfortunately this showed an issue with TMPDIR in perf somewhere in testing: Reproducible error: https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/1570 and warnings: https://autobuilder.yoctoproject.org/typhoon/#/builders/61/builds/5871 https://autobuilder.yoctoproject.org/typhoon/#/builders/73/builds/5832 https://autobuilder.yoctoproject.org/typhoon/#/builders/42/builds/5862 https://autobuilder.yoctoproject.org/typhoon/#/builders/15/builds/6153 https://autobuilder.yoctoproject.org/typhoon/#/builders/131/builds/1255 https://autobuilder.yoctoproject.org/typhoon/#/builders/60/builds/5848 https://autobuilder.yoctoproject.org/typhoon/#/builders/44/builds/5910 and more, seems to be on all arches. Diffoscope output is here: http://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20220919-7ypfzvog/packages/diff-html/ which shows an issue in debug symbols and it looks to be python related: PYTHON·BUILD_STR('/home/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleA/tmp/work/qemux86_64-poky-linux/perf/1.0-r9/recipe-sysroot-native/usr/bin/python3-native/python3') Cheers, Richard
|
|
Richard Purdie
On Mon, 2022-09-19 at 10:28 -0400, bruce.ashfield@... wrote:
From: Bruce Ashfield <bruce.ashfield@...>I have a patch in master-next I'm testing for the perf issue. On testing that, this set of config warnings became clear for poky-tiny: https://autobuilder.yoctoproject.org/typhoon/#/builders/15/builds/6157 Cheers, Richard
|
|
Bruce Ashfield
On Tue, Sep 20, 2022 at 8:22 AM Richard Purdie
<richard.purdie@...> wrote: That's very likely due to this change from Andrei : https://git.yoctoproject.org/yocto-kernel-cache/commit/?h=yocto-5.19&id=d334505d98a85ffe7549026d10e43cccd897e19c Was that a qemuarm64 configuration ? 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
|
|
Richard Purdie
On Tue, 2022-09-20 at 08:53 -0400, Bruce Ashfield wrote:
On Tue, Sep 20, 2022 at 8:22 AM Richard PurdieIt warned on qemux86: https://autobuilder.yoctoproject.org/typhoon/#/builders/15/builds/6157/steps/12/logs/stdio qemux86-64: https://autobuilder.yoctoproject.org/typhoon/#/builders/15/builds/6157/steps/16/logs/stdio qemuarm64: https://autobuilder.yoctoproject.org/typhoon/#/builders/15/builds/6157/steps/18/logs/stdio so on all the arches we test for tiny. Cheers, Richard
|
|
Bruce Ashfield
On Tue, Sep 20, 2022 at 8:55 AM Richard Purdie
<richard.purdie@...> wrote: I've reproduced it locally .. the fix is a bit fiddly. I'm going to try some things tonight / tomorrow and will send a patch that goes onto the end of the series to fix it up. Bruce Cheers, -- - Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end - "Use the force Harry" - Gandalf, Star Trek II
|
|