Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: Bruce Ashfield <bruce.ashfield@gmail.com>,
	richard.purdie@linuxfoundation.org
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH 0/6] kernel: consolidated pull request
Date: Thu, 4 Nov 2021 13:57:17 -0700	[thread overview]
Message-ID: <12549bda-6366-a38d-e5fb-7261788f362b@gmail.com> (raw)
In-Reply-To: <cover.1636054726.git.bruce.ashfield@gmail.com>



On 11/4/21 12:48 PM, Bruce Ashfield wrote:
> From: Bruce Ashfield <bruce.ashfield@gmail.com>
> 
> Richard,
> 
> Here's a broad set of kernel updates:
> 
>   - stable for 5.14
>   - stable for 5.10
> 
> And then the bigger, a way earlier than normal:
> 
>   - libc-headers bump to 5.15
>   - 5.15 reference kernel recipes
> 
> As everyone has probably heard, 5.15 is the next kernel LTS, so I
> wanted to establish it for the next release earlier than normal. Due
> to the -dev testing, things like lttng, perf and devsrc are already
> ready to go, so this is a smaller pull request than normal.
> 
> I had to fixup strace, and the vboxguest drivers (patch sent to
> meta-oe)
> 
> I've run it through the AB and everything came back green, as well
> as my local testing.
> 
> This isn't the default for any of the machines yet (but I have
> local patches for that as well). The h/w reference boards
> stil use 5.14 and need to be updated, but the plan is to remove 5.14,
> and eventually 5.10 from master, and we'll go with 5.15, and 5.16+
> in the spring 2022 release.

also 5.10 ? I think there perhaps will be enough folks needing 5.10 
Since next YP release is also LTS, I wonder if we should keep kernel 
UAPIs as a LTS kernel too.

> 
> Cheers,
> 
> Bruce
> 
> The following changes since commit 3e9c4801216111496acffdfdccf1deae3b3d6b96:
> 
>    insane.bbclass: Add a check for directories that are expected to be empty (2021-11-03 11:12:26 +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 (6):
>    linux-yocto/5.14: update to v5.14.15
>    linux-yocto/5.10: update to v5.10.76
>    linux-libc-headers: update to v5.15
>    linux-yocto-rt/5.10: update to -rt54
>    linux-yocto/5.15: introduce recipes
>    strace: fix build against 5.15 kernel/kernel-headers
> 
>   meta/conf/distro/include/tcmode-default.inc   |   2 +-
>   ...1-Avoid-relying-on-presence-of-ipx.h.patch | 151 ++++++++++++++++++
>   meta/recipes-devtools/strace/strace_5.14.bb   |   1 +
>   ...ers_5.14.bb => linux-libc-headers_5.15.bb} |   4 +-
>   .../linux/linux-yocto-rt_5.10.bb              |   6 +-
>   .../linux/linux-yocto-rt_5.14.bb              |   6 +-
>   .../linux/linux-yocto-rt_5.15.bb              |  45 ++++++
>   .../linux/linux-yocto-tiny_5.10.bb            |   8 +-
>   .../linux/linux-yocto-tiny_5.14.bb            |   8 +-
>   .../linux/linux-yocto-tiny_5.15.bb            |  32 ++++
>   meta/recipes-kernel/linux/linux-yocto_5.10.bb |  24 +--
>   meta/recipes-kernel/linux/linux-yocto_5.14.bb |  26 +--
>   meta/recipes-kernel/linux/linux-yocto_5.15.bb |  68 ++++++++
>   13 files changed, 339 insertions(+), 42 deletions(-)
>   create mode 100644 meta/recipes-devtools/strace/strace/0001-Avoid-relying-on-presence-of-ipx.h.patch
>   rename meta/recipes-kernel/linux-libc-headers/{linux-libc-headers_5.14.bb => linux-libc-headers_5.15.bb} (81%)
>   create mode 100644 meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb
>   create mode 100644 meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb
>   create mode 100644 meta/recipes-kernel/linux/linux-yocto_5.15.bb
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#157862): https://lists.openembedded.org/g/openembedded-core/message/157862
> Mute This Topic: https://lists.openembedded.org/mt/86824892/1997914
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 


  parent reply	other threads:[~2021-11-04 20:57 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-04 19:48 [PATCH 0/6] kernel: consolidated pull request bruce.ashfield
2021-11-04 19:48 ` [PATCH 1/6] linux-yocto/5.14: update to v5.14.15 bruce.ashfield
2021-11-04 19:48 ` [PATCH 2/6] linux-yocto/5.10: update to v5.10.76 bruce.ashfield
2021-11-04 19:48 ` [PATCH 3/6] linux-libc-headers: update to v5.15 bruce.ashfield
2021-11-05 11:18   ` Richard Purdie
2021-11-05 12:46     ` Bruce Ashfield
2021-11-05 17:08       ` Khem Raj
2021-11-05 17:37         ` Bruce Ashfield
2021-11-05 17:38           ` Khem Raj
2021-11-05 17:44             ` Bruce Ashfield
2021-11-04 19:48 ` [PATCH 4/6] linux-yocto-rt/5.10: update to -rt54 bruce.ashfield
2021-11-04 19:48 ` [PATCH 5/6] linux-yocto/5.15: introduce recipes bruce.ashfield
2021-11-04 19:48 ` [PATCH 6/6] strace: fix build against 5.15 kernel/kernel-headers bruce.ashfield
2021-11-04 20:57 ` Khem Raj [this message]
2021-11-05  1:39   ` [OE-core] [PATCH 0/6] kernel: consolidated pull request Bruce Ashfield

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=12549bda-6366-a38d-e5fb-7261788f362b@gmail.com \
    --to=raj.khem@gmail.com \
    --cc=bruce.ashfield@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=richard.purdie@linuxfoundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox