mbox

[0/5] linux-yocto: consolidated pull request

Message ID cover.1723399246.git.bruce.ashfield@gmail.com
State Not Applicable, archived
Headers show

Pull-request

https://git.yoctoproject.org/poky-contrib zedd/kernel

Message

Bruce Ashfield Aug. 11, 2024, 6:04 p.m. UTC
From: Bruce Ashfield <bruce.ashfield@gmail.com>

Richard,

This is mainly a v3 of the 6.10 introduction series, but I've
also included a 6.6 version bump and 6.11 for -dev.

This should fix the:

  - trap seen on multiple machines with 6.10.3, I've disabled a
    NFS option that was introduced in .3 (and shoulldn't have
    been)
  - I've updated -rt to fix the build issue

As I mentioned in another reply, the config warning that showed
up on meta-virt shouldn't have happened, since the Kconfig option
in question was removed from the kernel-cache about three weeks
ago. If that warning comes back, I'll want to have a look at the
SRCREVs being built to see what is going on!

Bruce

The following changes since commit b997e4dc9cce85afeddf5c53b094e00379f7caae:

  ffmpeg: fix build with binutils 2.43 on arm with commerical codecs (2024-08-09 22:33:38 +0100)

are available in the Git repository at:

  https://git.yoctoproject.org/poky-contrib zedd/kernel
  https://git.yoctoproject.org/poky-contrib/log/?h=zedd/kernel

Bruce Ashfield (5):
  linux-yocto-dev: bump to v6.11
  linux-yocto-rt/6.10: update to -rt14
  linux-yocto/6.10: cfg: disable nfsd legacy client tracking
  linux-yocto/6.6: update to v6.6.44
  poky/poky-tiny: bump preferred version to 6.10

 meta-poky/conf/distro/poky-tiny.conf          |  2 +-
 meta-poky/conf/distro/poky.conf               |  4 +--
 meta/recipes-kernel/linux/linux-yocto-dev.bb  |  4 +--
 .../linux/linux-yocto-rt_6.10.bb              |  4 +--
 .../linux/linux-yocto-rt_6.6.bb               |  6 ++--
 .../linux/linux-yocto-tiny_6.10.bb            |  2 +-
 .../linux/linux-yocto-tiny_6.6.bb             |  6 ++--
 meta/recipes-kernel/linux/linux-yocto_6.10.bb |  2 +-
 meta/recipes-kernel/linux/linux-yocto_6.6.bb  | 28 +++++++++----------
 9 files changed, 29 insertions(+), 29 deletions(-)

Comments

Richard Purdie Aug. 12, 2024, 9:47 a.m. UTC | #1
Hi Bruce,

On Sun, 2024-08-11 at 14:04 -0400, bruce.ashfield@gmail.com wrote:
> This is mainly a v3 of the 6.10 introduction series, but I've
> also included a 6.6 version bump and 6.11 for -dev.
> 
> This should fix the:
> 
>   - trap seen on multiple machines with 6.10.3, I've disabled a
>     NFS option that was introduced in .3 (and shoulldn't have
>     been)
>   - I've updated -rt to fix the build issue

Thanks, those are indeed fixed :)

> As I mentioned in another reply, the config warning that showed
> up on meta-virt shouldn't have happened, since the Kconfig option
> in question was removed from the kernel-cache about three weeks
> ago. If that warning comes back, I'll want to have a look at the
> SRCREVs being built to see what is going on!

The meta-virt warnings are still there:

https://autobuilder.yoctoproject.org/typhoon/#/builders/128/builds/3487/steps/13/logs/stdio

(for qemuarm, qemux86-64, qemuarm64)

There are a couple of genericarm64 warnings:

https://autobuilder.yoctoproject.org/typhoon/#/builders/166/builds/727
https://autobuilder.yoctoproject.org/typhoon/#/builders/165/builds/723

The meta-aws and meta-arm issues are fixed.

We're probably at the point this should merge and the remaining bits
get fixed as we sort them out as we're down to warnings?

Cheers,

Richard
Bruce Ashfield Aug. 12, 2024, 12:47 p.m. UTC | #2
On Mon, Aug 12, 2024 at 5:47 AM Richard Purdie
<richard.purdie@linuxfoundation.org> wrote:
>
> Hi Bruce,
>
> On Sun, 2024-08-11 at 14:04 -0400, bruce.ashfield@gmail.com wrote:
> > This is mainly a v3 of the 6.10 introduction series, but I've
> > also included a 6.6 version bump and 6.11 for -dev.
> >
> > This should fix the:
> >
> >   - trap seen on multiple machines with 6.10.3, I've disabled a
> >     NFS option that was introduced in .3 (and shoulldn't have
> >     been)
> >   - I've updated -rt to fix the build issue
>
> Thanks, those are indeed fixed :)
>
> > As I mentioned in another reply, the config warning that showed
> > up on meta-virt shouldn't have happened, since the Kconfig option
> > in question was removed from the kernel-cache about three weeks
> > ago. If that warning comes back, I'll want to have a look at the
> > SRCREVs being built to see what is going on!
>
> The meta-virt warnings are still there:
>
> https://autobuilder.yoctoproject.org/typhoon/#/builders/128/builds/3487/steps/13/logs/stdio

I finally know what this is, I can fix it in meta-virt, so it will gone shortly.

>
> (for qemuarm, qemux86-64, qemuarm64)
>
> There are a couple of genericarm64 warnings:
>
> https://autobuilder.yoctoproject.org/typhoon/#/builders/166/builds/727
> https://autobuilder.yoctoproject.org/typhoon/#/builders/165/builds/723

Confirmed. I see the same here. If someone needs my help on them,
I can send patches, but I've stayed away for now since I don't know
what is already in progress.

>
> The meta-aws and meta-arm issues are fixed.
>
> We're probably at the point this should merge and the remaining bits
> get fixed as we sort them out as we're down to warnings?

Agreed. Let's start seeing if there are more subtle issues with the kernel
under the ptest/AB load that will only pop out with some repeated
execution.

Bruce

>
> Cheers,
>
> Richard
>