mbox

[0/7] kernel: consolidated pull request

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

Pull-request

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

Message

Bruce Ashfield March 24, 2023, 3:08 p.m. UTC
From: Bruce Ashfield <bruce.ashfield@gmail.com>

Richard,

Here's the latest round of -stable updates. Along with them, there's
some fixes for on-target/SDK builds with kernel-devsrc and fixes to
ensure that 6.3+ works against the upcoming release.

I was out of the office last week, or these would have been avialable
sooner .. I already have more -stable updates pending.

I'll be sending hardware reference bumps, and updates to the LTS
releases in separate series.

Bruce

The following changes since commit f5c671e201e98f071a7e5e4cbd83af9751c34201:

  lttng-modules: fix for v6.3+ kernels (2023-03-22 23:17:27 +0000)

are available in the Git repository at:

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

Bruce Ashfield (7):
  linux-yocto/6.1: update to v6.1.15
  linux-yocto/5.15: update to v5.15.98
  linux-yocto/6.1: update to v6.1.20
  linux-yocto/5.15: update to v5.15.103
  kernel-devsrc: fix mismatched compiler warning
  linux-yocto-dev: bump to v6.3
  kernel/kernel-devsrc: powerpc: add elfutils dependency

 meta/recipes-kernel/linux/kernel-devsrc.bb    |  9 ++++++
 meta/recipes-kernel/linux/linux-yocto-dev.bb  |  5 ++--
 .../linux/linux-yocto-rt_5.15.bb              |  6 ++--
 .../linux/linux-yocto-rt_6.1.bb               |  6 ++--
 .../linux/linux-yocto-tiny_5.15.bb            |  6 ++--
 .../linux/linux-yocto-tiny_6.1.bb             |  6 ++--
 meta/recipes-kernel/linux/linux-yocto_5.15.bb | 26 ++++++++---------
 meta/recipes-kernel/linux/linux-yocto_6.1.bb  | 28 +++++++++----------
 8 files changed, 51 insertions(+), 41 deletions(-)

Comments

Richard Purdie March 25, 2023, 12:47 p.m. UTC | #1
On Fri, 2023-03-24 at 11:08 -0400, bruce.ashfield@gmail.com wrote:
> From: Bruce Ashfield <bruce.ashfield@gmail.com>
> 
> Richard,
> 
> Here's the latest round of -stable updates. Along with them, there's
> some fixes for on-target/SDK builds with kernel-devsrc and fixes to
> ensure that 6.3+ works against the upcoming release.
> 
> I was out of the office last week, or these would have been avialable
> sooner .. I already have more -stable updates pending.
> 
> I'll be sending hardware reference bumps, and updates to the LTS
> releases in separate series.

There is something not quite right with the kernel module builds on
5.15 (poky-altcfg):

https://autobuilder.yoctoproject.org/typhoon/#/builders/101/builds/5639/steps/13/logs/stdio


make -C /usr/src/kernel M=/tmp modules
/bin/sh: -c: line 1: syntax error near unexpected token `('
/bin/sh: -c: line 1: `if [ "gcc (GCC) 12.2.0" != gcc (GCC) 12.2.0" ];
then \'
make[1]: *** [Makefile:1797: prepare] Error 2
make: *** [Makefile:5: all] Error 2

Looks like a quote went missing somewhere?

Cheers,

Richard
Richard Purdie March 25, 2023, 2:15 p.m. UTC | #2
On Sat, 2023-03-25 at 12:47 +0000, Richard Purdie via
lists.openembedded.org wrote:
> On Fri, 2023-03-24 at 11:08 -0400, bruce.ashfield@gmail.com wrote:
> > From: Bruce Ashfield <bruce.ashfield@gmail.com>
> > 
> > Richard,
> > 
> > Here's the latest round of -stable updates. Along with them, there's
> > some fixes for on-target/SDK builds with kernel-devsrc and fixes to
> > ensure that 6.3+ works against the upcoming release.
> > 
> > I was out of the office last week, or these would have been avialable
> > sooner .. I already have more -stable updates pending.
> > 
> > I'll be sending hardware reference bumps, and updates to the LTS
> > releases in separate series.
> 
> There is something not quite right with the kernel module builds on
> 5.15 (poky-altcfg):
> 
> https://autobuilder.yoctoproject.org/typhoon/#/builders/101/builds/5639/steps/13/logs/stdio
> 
> 
> make -C /usr/src/kernel M=/tmp modules
> /bin/sh: -c: line 1: syntax error near unexpected token `('
> /bin/sh: -c: line 1: `if [ "gcc (GCC) 12.2.0" != gcc (GCC) 12.2.0" ];
> then \'
> make[1]: *** [Makefile:1797: prepare] Error 2
> make: *** [Makefile:5: all] Error 2
> 
> Looks like a quote went missing somewhere?

I tried:

https://git.yoctoproject.org/poky/commit/?h=master-next&id=e0b4082f99a3970a5f10fa85850915ea3c254e2c

which seems to fix builds. I can sqaush in if it looks right to you?

Cheers,

Richard
Bruce Ashfield March 26, 2023, 3:03 a.m. UTC | #3
On Sat, Mar 25, 2023 at 10:15 AM Richard Purdie
<richard.purdie@linuxfoundation.org> wrote:
>
> On Sat, 2023-03-25 at 12:47 +0000, Richard Purdie via
> lists.openembedded.org wrote:
> > On Fri, 2023-03-24 at 11:08 -0400, bruce.ashfield@gmail.com wrote:
> > > From: Bruce Ashfield <bruce.ashfield@gmail.com>
> > >
> > > Richard,
> > >
> > > Here's the latest round of -stable updates. Along with them, there's
> > > some fixes for on-target/SDK builds with kernel-devsrc and fixes to
> > > ensure that 6.3+ works against the upcoming release.
> > >
> > > I was out of the office last week, or these would have been avialable
> > > sooner .. I already have more -stable updates pending.
> > >
> > > I'll be sending hardware reference bumps, and updates to the LTS
> > > releases in separate series.
> >
> > There is something not quite right with the kernel module builds on
> > 5.15 (poky-altcfg):
> >
> > https://autobuilder.yoctoproject.org/typhoon/#/builders/101/builds/5639/steps/13/logs/stdio
> >
> >
> > make -C /usr/src/kernel M=/tmp modules
> > /bin/sh: -c: line 1: syntax error near unexpected token `('
> > /bin/sh: -c: line 1: `if [ "gcc (GCC) 12.2.0" != gcc (GCC) 12.2.0" ];
> > then \'
> > make[1]: *** [Makefile:1797: prepare] Error 2
> > make: *** [Makefile:5: all] Error 2
> >
> > Looks like a quote went missing somewhere?
>
> I tried:
>
> https://git.yoctoproject.org/poky/commit/?h=master-next&id=e0b4082f99a3970a5f10fa85850915ea3c254e2c
>
> which seems to fix builds. I can sqaush in if it looks right to you?

squash away. Looks fine to me.

Strange that I'm still not seeing that here, I tested all of my 6.1
and 6.3 updates with that in place!

Bruce

>
> Cheers,
>
> Richard
>
Richard Purdie March 26, 2023, 9:44 a.m. UTC | #4
On Sat, 2023-03-25 at 23:03 -0400, Bruce Ashfield wrote:
> On Sat, Mar 25, 2023 at 10:15 AM Richard Purdie
> <richard.purdie@linuxfoundation.org> wrote:
> > 
> > On Sat, 2023-03-25 at 12:47 +0000, Richard Purdie via
> > lists.openembedded.org wrote:
> > > On Fri, 2023-03-24 at 11:08 -0400, bruce.ashfield@gmail.com wrote:
> > > > From: Bruce Ashfield <bruce.ashfield@gmail.com>
> > > > 
> > > > Richard,
> > > > 
> > > > Here's the latest round of -stable updates. Along with them, there's
> > > > some fixes for on-target/SDK builds with kernel-devsrc and fixes to
> > > > ensure that 6.3+ works against the upcoming release.
> > > > 
> > > > I was out of the office last week, or these would have been avialable
> > > > sooner .. I already have more -stable updates pending.
> > > > 
> > > > I'll be sending hardware reference bumps, and updates to the LTS
> > > > releases in separate series.
> > > 
> > > There is something not quite right with the kernel module builds on
> > > 5.15 (poky-altcfg):
> > > 
> > > https://autobuilder.yoctoproject.org/typhoon/#/builders/101/builds/5639/steps/13/logs/stdio
> > > 
> > > 
> > > make -C /usr/src/kernel M=/tmp modules
> > > /bin/sh: -c: line 1: syntax error near unexpected token `('
> > > /bin/sh: -c: line 1: `if [ "gcc (GCC) 12.2.0" != gcc (GCC) 12.2.0" ];
> > > then \'
> > > make[1]: *** [Makefile:1797: prepare] Error 2
> > > make: *** [Makefile:5: all] Error 2
> > > 
> > > Looks like a quote went missing somewhere?
> > 
> > I tried:
> > 
> > https://git.yoctoproject.org/poky/commit/?h=master-next&id=e0b4082f99a3970a5f10fa85850915ea3c254e2c
> > 
> > which seems to fix builds. I can sqaush in if it looks right to you?
> 
> squash away. Looks fine to me.
> 
> Strange that I'm still not seeing that here, I tested all of my 6.1
> and 6.3 updates with that in place!

It only happened with 5.15 for some reason...

Cheers,

Richard