mbox

[00/10] kernel: consolidated pull request

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

Pull-request

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

Message

Bruce Ashfield Jan. 11, 2022, 5:59 p.m. UTC
From: Bruce Ashfield <bruce.ashfield@gmail.com>

Richard,

Here's my next consolidated pull request. The -stable updates are
routine, but I've included the default version bumps and dropping
of 5.14 in this series.

My AB run showed some ping/ssh failures on sato, but I haven't
reproduced them locally. So I wanted to send the series to see if
the issue is real or not.

There are updates to 5.14 for configuration in here, followed by
removal, but I wanted to make sure the SRCREVs for that version
are fully up to date before the drop, so we can use it as a reference
for older releases and any remaining users.

We've already sorted out 5.16 in master, so I'll be moving -dev
to 5.17 in the next couple of weeks, and we'll be ready for whichever
kernel version fits the release timeframe.

I'll send updates to poky/yocto-bsps separately.

Cheers,

Bruce


The following changes since commit bd28d659b2ef6e887e4d9ff44fa7377fa802f28d:

  systemd-boot: restore reproducibility (2022-01-11 10:53:44 +0000)

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 (10):
  linux-yocto/5.10: update to v5.10.89
  linux-yocto/5.15: update to v5.15.12
  linux-yocto/5.14: fix arm 32bit -rt warnings
  linux-yocto/5.15: fix arm 32bit -rt warnings
  linux-yocto/5.10/cfg: add kcov feature fragment
  linux-yocto/5.15/cfg: add kcov feature fragment
  linux-yocto/5.15: update to v5.15.13
  linux-yocto/5.10: update to v5.10.90
  linux-yocto: drop 5.14 recipes
  conf/machine: bump qemu preferred versions to 5.15

 meta/conf/machine/include/x86/x86-base.inc    |  2 +-
 meta/conf/machine/qemuarmv5.conf              |  2 +-
 .../linux/linux-yocto-rt_5.10.bb              |  6 +-
 .../linux/linux-yocto-rt_5.14.bb              | 45 ------------
 .../linux/linux-yocto-rt_5.15.bb              |  6 +-
 .../linux/linux-yocto-tiny_5.10.bb            |  8 +--
 .../linux/linux-yocto-tiny_5.14.bb            | 32 ---------
 .../linux/linux-yocto-tiny_5.15.bb            |  8 +--
 meta/recipes-kernel/linux/linux-yocto_5.10.bb | 24 +++----
 meta/recipes-kernel/linux/linux-yocto_5.14.bb | 68 -------------------
 meta/recipes-kernel/linux/linux-yocto_5.15.bb | 26 +++----
 11 files changed, 41 insertions(+), 186 deletions(-)
 delete mode 100644 meta/recipes-kernel/linux/linux-yocto-rt_5.14.bb
 delete mode 100644 meta/recipes-kernel/linux/linux-yocto-tiny_5.14.bb
 delete mode 100644 meta/recipes-kernel/linux/linux-yocto_5.14.bb

Comments

Ross Burton Jan. 11, 2022, 8:47 p.m. UTC | #1
Does this include the defconfig patches I sent earlier today, or will
those need to wait for the next update?

Ross

On Tue, 11 Jan 2022 at 18:00, Bruce Ashfield <bruce.ashfield@gmail.com> wrote:
>
> From: Bruce Ashfield <bruce.ashfield@gmail.com>
>
> Richard,
>
> Here's my next consolidated pull request. The -stable updates are
> routine, but I've included the default version bumps and dropping
> of 5.14 in this series.
>
> My AB run showed some ping/ssh failures on sato, but I haven't
> reproduced them locally. So I wanted to send the series to see if
> the issue is real or not.
>
> There are updates to 5.14 for configuration in here, followed by
> removal, but I wanted to make sure the SRCREVs for that version
> are fully up to date before the drop, so we can use it as a reference
> for older releases and any remaining users.
>
> We've already sorted out 5.16 in master, so I'll be moving -dev
> to 5.17 in the next couple of weeks, and we'll be ready for whichever
> kernel version fits the release timeframe.
>
> I'll send updates to poky/yocto-bsps separately.
>
> Cheers,
>
> Bruce
>
>
> The following changes since commit bd28d659b2ef6e887e4d9ff44fa7377fa802f28d:
>
>   systemd-boot: restore reproducibility (2022-01-11 10:53:44 +0000)
>
> 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 (10):
>   linux-yocto/5.10: update to v5.10.89
>   linux-yocto/5.15: update to v5.15.12
>   linux-yocto/5.14: fix arm 32bit -rt warnings
>   linux-yocto/5.15: fix arm 32bit -rt warnings
>   linux-yocto/5.10/cfg: add kcov feature fragment
>   linux-yocto/5.15/cfg: add kcov feature fragment
>   linux-yocto/5.15: update to v5.15.13
>   linux-yocto/5.10: update to v5.10.90
>   linux-yocto: drop 5.14 recipes
>   conf/machine: bump qemu preferred versions to 5.15
>
>  meta/conf/machine/include/x86/x86-base.inc    |  2 +-
>  meta/conf/machine/qemuarmv5.conf              |  2 +-
>  .../linux/linux-yocto-rt_5.10.bb              |  6 +-
>  .../linux/linux-yocto-rt_5.14.bb              | 45 ------------
>  .../linux/linux-yocto-rt_5.15.bb              |  6 +-
>  .../linux/linux-yocto-tiny_5.10.bb            |  8 +--
>  .../linux/linux-yocto-tiny_5.14.bb            | 32 ---------
>  .../linux/linux-yocto-tiny_5.15.bb            |  8 +--
>  meta/recipes-kernel/linux/linux-yocto_5.10.bb | 24 +++----
>  meta/recipes-kernel/linux/linux-yocto_5.14.bb | 68 -------------------
>  meta/recipes-kernel/linux/linux-yocto_5.15.bb | 26 +++----
>  11 files changed, 41 insertions(+), 186 deletions(-)
>  delete mode 100644 meta/recipes-kernel/linux/linux-yocto-rt_5.14.bb
>  delete mode 100644 meta/recipes-kernel/linux/linux-yocto-tiny_5.14.bb
>  delete mode 100644 meta/recipes-kernel/linux/linux-yocto_5.14.bb
>
> --
> 2.19.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#160424): https://lists.openembedded.org/g/openembedded-core/message/160424
> Mute This Topic: https://lists.openembedded.org/mt/88354888/1676615
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [ross@burtonini.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Bruce Ashfield Jan. 11, 2022, 9:09 p.m. UTC | #2
On Tue, Jan 11, 2022 at 3:47 PM Ross Burton <ross@burtonini.com> wrote:
>
> Does this include the defconfig patches I sent earlier today, or will
> those need to wait for the next update?

Next update, but I'm doing the -stable updates from this past weekend
now, so they'll be following along very shortly.

Bruce

>
> Ross
>
> On Tue, 11 Jan 2022 at 18:00, Bruce Ashfield <bruce.ashfield@gmail.com> wrote:
> >
> > From: Bruce Ashfield <bruce.ashfield@gmail.com>
> >
> > Richard,
> >
> > Here's my next consolidated pull request. The -stable updates are
> > routine, but I've included the default version bumps and dropping
> > of 5.14 in this series.
> >
> > My AB run showed some ping/ssh failures on sato, but I haven't
> > reproduced them locally. So I wanted to send the series to see if
> > the issue is real or not.
> >
> > There are updates to 5.14 for configuration in here, followed by
> > removal, but I wanted to make sure the SRCREVs for that version
> > are fully up to date before the drop, so we can use it as a reference
> > for older releases and any remaining users.
> >
> > We've already sorted out 5.16 in master, so I'll be moving -dev
> > to 5.17 in the next couple of weeks, and we'll be ready for whichever
> > kernel version fits the release timeframe.
> >
> > I'll send updates to poky/yocto-bsps separately.
> >
> > Cheers,
> >
> > Bruce
> >
> >
> > The following changes since commit bd28d659b2ef6e887e4d9ff44fa7377fa802f28d:
> >
> >   systemd-boot: restore reproducibility (2022-01-11 10:53:44 +0000)
> >
> > 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 (10):
> >   linux-yocto/5.10: update to v5.10.89
> >   linux-yocto/5.15: update to v5.15.12
> >   linux-yocto/5.14: fix arm 32bit -rt warnings
> >   linux-yocto/5.15: fix arm 32bit -rt warnings
> >   linux-yocto/5.10/cfg: add kcov feature fragment
> >   linux-yocto/5.15/cfg: add kcov feature fragment
> >   linux-yocto/5.15: update to v5.15.13
> >   linux-yocto/5.10: update to v5.10.90
> >   linux-yocto: drop 5.14 recipes
> >   conf/machine: bump qemu preferred versions to 5.15
> >
> >  meta/conf/machine/include/x86/x86-base.inc    |  2 +-
> >  meta/conf/machine/qemuarmv5.conf              |  2 +-
> >  .../linux/linux-yocto-rt_5.10.bb              |  6 +-
> >  .../linux/linux-yocto-rt_5.14.bb              | 45 ------------
> >  .../linux/linux-yocto-rt_5.15.bb              |  6 +-
> >  .../linux/linux-yocto-tiny_5.10.bb            |  8 +--
> >  .../linux/linux-yocto-tiny_5.14.bb            | 32 ---------
> >  .../linux/linux-yocto-tiny_5.15.bb            |  8 +--
> >  meta/recipes-kernel/linux/linux-yocto_5.10.bb | 24 +++----
> >  meta/recipes-kernel/linux/linux-yocto_5.14.bb | 68 -------------------
> >  meta/recipes-kernel/linux/linux-yocto_5.15.bb | 26 +++----
> >  11 files changed, 41 insertions(+), 186 deletions(-)
> >  delete mode 100644 meta/recipes-kernel/linux/linux-yocto-rt_5.14.bb
> >  delete mode 100644 meta/recipes-kernel/linux/linux-yocto-tiny_5.14.bb
> >  delete mode 100644 meta/recipes-kernel/linux/linux-yocto_5.14.bb
> >
> > --
> > 2.19.1
> >
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#160424): https://lists.openembedded.org/g/openembedded-core/message/160424
> > Mute This Topic: https://lists.openembedded.org/mt/88354888/1676615
> > Group Owner: openembedded-core+owner@lists.openembedded.org
> > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [ross@burtonini.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
Richard Purdie Jan. 11, 2022, 9:38 p.m. UTC | #3
On Tue, 2022-01-11 at 12:59 -0500, bruce.ashfield@gmail.com wrote:
> From: Bruce Ashfield <bruce.ashfield@gmail.com>
> 
> Richard,
> 
> Here's my next consolidated pull request. The -stable updates are
> routine, but I've included the default version bumps and dropping
> of 5.14 in this series.
> 
> My AB run showed some ping/ssh failures on sato, but I haven't
> reproduced them locally. So I wanted to send the series to see if
> the issue is real or not.
> 
> There are updates to 5.14 for configuration in here, followed by
> removal, but I wanted to make sure the SRCREVs for that version
> are fully up to date before the drop, so we can use it as a reference
> for older releases and any remaining users.
> 
> We've already sorted out 5.16 in master, so I'll be moving -dev
> to 5.17 in the next couple of weeks, and we'll be ready for whichever
> kernel version fits the release timeframe.
> 
> I'll send updates to poky/yocto-bsps separately.

Thanks, my first try at testing this blew up as the bbappend for 5.14 was still
in meta-yocto. I've added a patch to remove it there too.

Cheers,

Richard