From: bruce.ashfield@gmail.com
To: richard.purdie@linuxfoundation.org
Cc: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/10] kernel-yocto: consolidated pull request
Date: Thu, 1 Aug 2024 11:08:32 -0400 [thread overview]
Message-ID: <cover.1722524523.git.bruce.ashfield@gmail.com> (raw)
From: Bruce Ashfield <bruce.ashfield@gmail.com>
Hi all,
Here's the next batch of kernel updates. Obviously the -stable
updates to 6.1 are routine, but the larger changes are the
introduction of the 6.10 kernel as a new / validated reference
version.
Some notes:
- I've included the poky/poky-tiny preferred version bumps
in this pull request for simplicity. Yes, I know they go
to meta-yocto, but it is easier to make this available for
AB testing when they are all together.
- I'm watching the status of 6.10, if for some reason it
EOLs before we release, we'll jump to 6.11, which I have
under test and will push as linux-yocto-dev shortly.
- There's one known build issue with 6.10, it is zfs in
meta-oe. The upstream hasn't updated to support 6.10 yet,
so I'm watching and waiting on that .. but there's no
reason to hold this request for more testing on that.
- I've tested 6.10 for all architectures on core-image-minimal,
core-image-sato and core-image-kernel-dev. I've also
tested against musl and poky-altconfig (6.1 with the
6.10 headers)
There will surely be AB issues with this, but it is now
to the point where I need additional coverage and eyes
on the changes.
Bruce
The following changes since commit fd8dc3a2f320f5b8335202ba9f366ed93bf53dd5:
gpgme: move gpgme-tool to own sub-package (2024-07-30 12:46:22 +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.6: update to v6.6.36
linux-yocto/6.6: update to v6.6.38
linux-yocto/6.6: update to v6.6.40
linux-yocto/6.6: update to v6.6.43
linux-yocto: introduce 6.10 reference kernel
linux-libc-headers: update to v6.10
kernel-devsrc: remove 64 bit vdso cmd files
linux-yocto/6.10: update to v6.10
linux-yocto/6.10: update to v6.10.2
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/conf/distro/include/tcmode-default.inc | 2 +-
...ders_6.9.bb => linux-libc-headers_6.10.bb} | 2 +-
.../linux/cve-exclusion_6.10.inc | 6660 +++++++++++++++++
meta/recipes-kernel/linux/kernel-devsrc.bb | 1 +
.../linux/linux-yocto-rt_6.10.bb | 48 +
.../linux/linux-yocto-rt_6.6.bb | 6 +-
.../linux/linux-yocto-tiny_6.10.bb | 33 +
.../linux/linux-yocto-tiny_6.6.bb | 6 +-
meta/recipes-kernel/linux/linux-yocto_6.10.bb | 76 +
meta/recipes-kernel/linux/linux-yocto_6.6.bb | 28 +-
12 files changed, 6843 insertions(+), 25 deletions(-)
rename meta/recipes-kernel/linux-libc-headers/{linux-libc-headers_6.9.bb => linux-libc-headers_6.10.bb} (80%)
create mode 100644 meta/recipes-kernel/linux/cve-exclusion_6.10.inc
create mode 100644 meta/recipes-kernel/linux/linux-yocto-rt_6.10.bb
create mode 100644 meta/recipes-kernel/linux/linux-yocto-tiny_6.10.bb
create mode 100644 meta/recipes-kernel/linux/linux-yocto_6.10.bb
--
2.39.2
next reply other threads:[~2024-08-01 15:08 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-01 15:08 bruce.ashfield [this message]
2024-08-01 15:08 ` [PATCH 01/10] linux-yocto/6.6: update to v6.6.36 bruce.ashfield
2024-08-01 15:08 ` [PATCH 02/10] linux-yocto/6.6: update to v6.6.38 bruce.ashfield
2024-08-01 15:08 ` [PATCH 03/10] linux-yocto/6.6: update to v6.6.40 bruce.ashfield
2024-08-01 15:08 ` [PATCH 04/10] linux-yocto/6.6: update to v6.6.43 bruce.ashfield
2024-08-01 15:08 ` [PATCH 05/10] linux-yocto: introduce 6.10 reference kernel bruce.ashfield
2024-08-01 15:08 ` [PATCH 06/10] linux-libc-headers: update to v6.10 bruce.ashfield
2024-08-01 15:08 ` [PATCH 07/10] kernel-devsrc: remove 64 bit vdso cmd files bruce.ashfield
2024-08-01 15:08 ` [PATCH 08/10] linux-yocto/6.10: update to v6.10 bruce.ashfield
2024-08-01 15:08 ` [PATCH 09/10] linux-yocto/6.10: update to v6.10.2 bruce.ashfield
2024-08-01 15:08 ` [PATCH 10/10] poky/poky-tiny: bump preferred version to 6.10 bruce.ashfield
2024-08-02 9:02 ` [PATCH 00/10] kernel-yocto: consolidated pull request Richard Purdie
2024-08-02 11:18 ` Bruce Ashfield
2024-08-06 3:24 ` Bruce Ashfield
2024-08-06 3:56 ` Jon Mason
-- strict thread matches above, loose matches on Subject: below --
2022-03-22 17:19 bruce.ashfield
2020-08-12 17:03 Bruce Ashfield
2017-02-01 15:30 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=cover.1722524523.git.bruce.ashfield@gmail.com \
--to=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