mbox

[00/10] linux-yocto: consolidated pull request

Message ID cover.1692632563.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. 21, 2023, 3:44 p.m. UTC
From: Bruce Ashfield <bruce.ashfield@gmail.com>

Richard,

While we track down the remaining 6.4 boot issues, here is the
set of -stable and specific fixes that I've queued in my kernel
testing tree.

It is possible that some of the 6.4-stable's have fixes for our
boot issues, but I didn't see anything obvious.

In particular we have the -rt warning fix from PaulG and also
a fixup on our isocpus patch.

Cheers,

Bruce

The following changes since commit 37ebe9907ac5639bc200ae50d0d79b14a790ab55:

  oeqa/runtime/rust: correct rust test (2023-08-21 16:15:35 +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 (10):
  linux-yocto/6.1: update to v6.1.44
  linux-yocto/6.4: update to v6.4.10
  linux-yocto/6.1: update to v6.1.45
  kern-tools: include utility to post process config diffs
  linux-yocto/6.1: fix uninitialized read in nohz_full/isolcpus setup
  linux-yocto/6.4: fix uninitialized read in nohz_full/isolcpus setup
  linux-yocto/6.4: update to v6.4.11
  linux-yocto/6.1: update to v6.1.46
  linux-yocto/6.1: fix IRQ-80 warnings
  linux-yocto/6.4: fix IRQ-80 warnings

 .../kern-tools/kern-tools-native_git.bb       |  2 +-
 .../linux/linux-yocto-rt_6.1.bb               |  6 ++--
 .../linux/linux-yocto-rt_6.4.bb               |  6 ++--
 .../linux/linux-yocto-tiny_6.1.bb             |  6 ++--
 .../linux/linux-yocto-tiny_6.4.bb             |  6 ++--
 meta/recipes-kernel/linux/linux-yocto_6.1.bb  | 28 +++++++++----------
 meta/recipes-kernel/linux/linux-yocto_6.4.bb  | 28 +++++++++----------
 7 files changed, 41 insertions(+), 41 deletions(-)

Comments

Richard Purdie Aug. 21, 2023, 3:47 p.m. UTC | #1
On Mon, 2023-08-21 at 11:44 -0400, bruce.ashfield@gmail.com wrote:
> From: Bruce Ashfield <bruce.ashfield@gmail.com>
> 
> Richard,
> 
> While we track down the remaining 6.4 boot issues, here is the
> set of -stable and specific fixes that I've queued in my kernel
> testing tree.
> 
> It is possible that some of the 6.4-stable's have fixes for our
> boot issues, but I didn't see anything obvious.
> 
> In particular we have the -rt warning fix from PaulG and also
> a fixup on our isocpus patch.

Thanks! This means we should revert:

https://git.yoctoproject.org/poky/commit/?id=d57e6de496621cb721ef0eb23efa1bdb1363d8cb

?

Cheers,

Richard
Bruce Ashfield Aug. 21, 2023, 3:50 p.m. UTC | #2
On Mon, Aug 21, 2023 at 11:47 AM Richard Purdie
<richard.purdie@linuxfoundation.org> wrote:
>
> On Mon, 2023-08-21 at 11:44 -0400, bruce.ashfield@gmail.com wrote:
> > From: Bruce Ashfield <bruce.ashfield@gmail.com>
> >
> > Richard,
> >
> > While we track down the remaining 6.4 boot issues, here is the
> > set of -stable and specific fixes that I've queued in my kernel
> > testing tree.
> >
> > It is possible that some of the 6.4-stable's have fixes for our
> > boot issues, but I didn't see anything obvious.
> >
> > In particular we have the -rt warning fix from PaulG and also
> > a fixup on our isocpus patch.
>
> Thanks! This means we should revert:
>
> https://git.yoctoproject.org/poky/commit/?id=d57e6de496621cb721ef0eb23efa1bdb1363d8cb
>

In theory ... yes!

Bruce

> ?
>
> Cheers,
>
> Richard
Luca Ceresoli Aug. 22, 2023, 7:13 a.m. UTC | #3
Hello Bruce,

On Mon, 21 Aug 2023 11:44:35 -0400
"Bruce Ashfield" <bruce.ashfield@gmail.com> wrote:

> From: Bruce Ashfield <bruce.ashfield@gmail.com>
> 
> Richard,
> 
> While we track down the remaining 6.4 boot issues, here is the
> set of -stable and specific fixes that I've queued in my kernel
> testing tree.
> 
> It is possible that some of the 6.4-stable's have fixes for our
> boot issues, but I didn't see anything obvious.
> 
> In particular we have the -rt warning fix from PaulG and also
> a fixup on our isocpus patch.
> 
> Cheers,
> 
> Bruce

You're probably already aware of the build failure triggered by this
patch series:

  stdio: ERROR: linux-yocto-6.4.11+gitAUTOINC+d9483a24c9_9753b44979-r0 do_fetch: Fetcher failure: Unable to find revision d9483a24c9ee33b6e566baa5233cbd9feaeb5212 in branch yocto-6.4 even from upstream

This one is less visible:

  WARNING: linux-yocto-6.4.11+gitAUTOINC+d9483a24c9_9753b44979-r0 do_kernel_configcheck: [kernel config]: This BSP contains fragments with warnings:

  [INFO]: the following symbols were not found in the active configuration:
       - CONFIG_COMMON_CLK_NPCM8XX

https://autobuilder.yoctoproject.org/typhoon/#/builders/113/builds/4440/steps/17/logs/stdio

Luca
Mikko Rapeli Aug. 22, 2023, 7:44 a.m. UTC | #4
Hi,

On Tue, Aug 22, 2023 at 09:13:44AM +0200, Luca Ceresoli via lists.openembedded.org wrote:
> Hello Bruce,
> 
> On Mon, 21 Aug 2023 11:44:35 -0400
> "Bruce Ashfield" <bruce.ashfield@gmail.com> wrote:
> 
> > From: Bruce Ashfield <bruce.ashfield@gmail.com>
> > 
> > Richard,
> > 
> > While we track down the remaining 6.4 boot issues, here is the
> > set of -stable and specific fixes that I've queued in my kernel
> > testing tree.
> > 
> > It is possible that some of the 6.4-stable's have fixes for our
> > boot issues, but I didn't see anything obvious.
> > 
> > In particular we have the -rt warning fix from PaulG and also
> > a fixup on our isocpus patch.
> > 
> > Cheers,
> > 
> > Bruce
> 
> You're probably already aware of the build failure triggered by this
> patch series:
> 
>   stdio: ERROR: linux-yocto-6.4.11+gitAUTOINC+d9483a24c9_9753b44979-r0 do_fetch: Fetcher failure: Unable to find revision d9483a24c9ee33b6e566baa5233cbd9feaeb5212 in branch yocto-6.4 even from upstream
> 
> This one is less visible:
> 
>   WARNING: linux-yocto-6.4.11+gitAUTOINC+d9483a24c9_9753b44979-r0 do_kernel_configcheck: [kernel config]: This BSP contains fragments with warnings:
> 
>   [INFO]: the following symbols were not found in the active configuration:
>        - CONFIG_COMMON_CLK_NPCM8XX

Fix for this warning has been submitted upstream:

https://lists.infradead.org/pipermail/linux-arm-kernel/2023-August/859760.html

and meta-arm has applied it separately with:

https://git.yoctoproject.org/meta-arm/commit/?id=5b8329a99f5fb6497575612ae677e03decf2e3b2

I hope upstream would pick this up for master and all 6.x stable branches. No feedback
so far.

Cheers,

-Mikko
Bruce Ashfield Aug. 22, 2023, 12:47 p.m. UTC | #5
On Tue, Aug 22, 2023 at 3:13 AM Luca Ceresoli <luca.ceresoli@bootlin.com> wrote:
>
> Hello Bruce,
>
> On Mon, 21 Aug 2023 11:44:35 -0400
> "Bruce Ashfield" <bruce.ashfield@gmail.com> wrote:
>
> > From: Bruce Ashfield <bruce.ashfield@gmail.com>
> >
> > Richard,
> >
> > While we track down the remaining 6.4 boot issues, here is the
> > set of -stable and specific fixes that I've queued in my kernel
> > testing tree.
> >
> > It is possible that some of the 6.4-stable's have fixes for our
> > boot issues, but I didn't see anything obvious.
> >
> > In particular we have the -rt warning fix from PaulG and also
> > a fixup on our isocpus patch.
> >
> > Cheers,
> >
> > Bruce
>
> You're probably already aware of the build failure triggered by this
> patch series:
>
>   stdio: ERROR: linux-yocto-6.4.11+gitAUTOINC+d9483a24c9_9753b44979-r0 do_fetch: Fetcher failure: Unable to find revision d9483a24c9ee33b6e566baa5233cbd9feaeb5212 in branch yocto-6.4 even from upstream
>

Richard mentioned this on IRC yesterday, I already pushed the
offending branch to git.yoctoproject.org, so it'll be fine now.

> This one is less visible:
>
>   WARNING: linux-yocto-6.4.11+gitAUTOINC+d9483a24c9_9753b44979-r0 do_kernel_configcheck: [kernel config]: This BSP contains fragments with warnings:
>
>   [INFO]: the following symbols were not found in the active configuration:
>        - CONFIG_COMMON_CLK_NPCM8XX

I'll send a fix for this in the next few days, but I'm on vacation and
driving about 14 hours in the next couple of days, so it will be
Thursday or Friday before I get to it.

Bruce

>
> https://autobuilder.yoctoproject.org/typhoon/#/builders/113/builds/4440/steps/17/logs/stdio
>
> Luca
>
> --
> Luca Ceresoli, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com