From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: Bruce Ashfield <bruce.ashfield@gmail.com>
Cc: richard.purdie@linuxfoundation.org,
openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH 00/11] linux-yocto: consolidated pull request
Date: Fri, 26 Jan 2024 17:45:14 +0100 [thread overview]
Message-ID: <202401261645148133b0a1@mail.local> (raw)
In-Reply-To: <cover.1705698717.git.bruce.ashfield@gmail.com>
Hello Bruce,
I'm not sur this has been reported yet, we are seeing those warnings for
beaglebone:
https://autobuilder.yoctoproject.org/typhoon/#/builders/65/builds/8541/steps/12/logs/stdio
https://autobuilder.yoctoproject.org/typhoon/#/builders/106/builds/7446/steps/12/logs/stdio
On 19/01/2024 16:14:08-0500, Bruce Ashfield wrote:
> From: Bruce Ashfield <bruce.ashfield@gmail.com>
>
> Richard,
>
> Here's the colllected -stable updates for 6.6 and 6.1. This will probably be
> the last round of 6.1 updates for master, since I'll drop it shortly in
> preparation for the release. 6.1 will of course continue to be updated in
> linux-yocto and in older releases.
>
> I've also reenabled my CVE update script, if any of those commits don't look
> right, feel free to toss them out.
>
> Cheers,
>
> Bruce
>
> The following changes since commit 7af374c90c349af2c7ae9cf7d4fa14eeeb23b108:
>
> build-appliance-image: Update to master head revision (2024-01-19 12:22:58 +0000)
>
> 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 (11):
> linux-yocto/6.6: update to v6.6.11
> linux-yocto/6.6: update CVE exclusions
> linux-yocto/6.1: update to v6.1.72
> linux-yocto/6.1: update CVE exclusions
> linux-yocto/6.6: cfg: arm: introduce page size fragments
> linux-yocto/6.6: security/cfg: add configs to harden protection
> linux-yocto/6.1: security/cfg: add configs to harden protection
> linux-yocto/6.6: update to v6.6.12
> linux-yocto/6.6: update CVE exclusions
> linux-yocto/6.1: update to v6.1.73
> linux-yocto/6.1: update CVE exclusions
>
> .../linux/cve-exclusion_6.1.inc | 34 +++++++++++++++----
> .../linux/cve-exclusion_6.6.inc | 30 +++++++++++++---
> .../linux/linux-yocto-rt_6.1.bb | 6 ++--
> .../linux/linux-yocto-rt_6.6.bb | 6 ++--
> .../linux/linux-yocto-tiny_6.1.bb | 6 ++--
> .../linux/linux-yocto-tiny_6.6.bb | 6 ++--
> meta/recipes-kernel/linux/linux-yocto_6.1.bb | 28 +++++++--------
> meta/recipes-kernel/linux/linux-yocto_6.6.bb | 28 +++++++--------
> 8 files changed, 92 insertions(+), 52 deletions(-)
>
> --
> 2.39.2
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#194066): https://lists.openembedded.org/g/openembedded-core/message/194066
> Mute This Topic: https://lists.openembedded.org/mt/103839206/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2024-01-26 16:45 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-19 21:14 [PATCH 00/11] linux-yocto: consolidated pull request bruce.ashfield
2024-01-19 21:14 ` [PATCH 01/11] linux-yocto/6.6: update to v6.6.11 bruce.ashfield
2024-01-19 21:14 ` [PATCH 02/11] linux-yocto/6.6: update CVE exclusions bruce.ashfield
2024-01-19 21:14 ` [PATCH 03/11] linux-yocto/6.1: update to v6.1.72 bruce.ashfield
2024-01-19 21:14 ` [PATCH 04/11] linux-yocto/6.1: update CVE exclusions bruce.ashfield
2024-01-19 21:14 ` [PATCH 05/11] linux-yocto/6.6: cfg: arm: introduce page size fragments bruce.ashfield
2024-01-19 21:14 ` [PATCH 06/11] linux-yocto/6.6: security/cfg: add configs to harden protection bruce.ashfield
2024-01-19 21:14 ` [PATCH 07/11] linux-yocto/6.1: " bruce.ashfield
2024-01-19 21:14 ` [PATCH 08/11] linux-yocto/6.6: update to v6.6.12 bruce.ashfield
2024-01-19 21:14 ` [PATCH 09/11] linux-yocto/6.6: update CVE exclusions bruce.ashfield
2024-01-19 21:14 ` [PATCH 10/11] linux-yocto/6.1: update to v6.1.73 bruce.ashfield
2024-01-19 21:14 ` [PATCH 11/11] linux-yocto/6.1: update CVE exclusions bruce.ashfield
2024-01-26 16:45 ` Alexandre Belloni [this message]
2024-01-26 18:16 ` [OE-core] [PATCH 00/11] linux-yocto: 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=202401261645148133b0a1@mail.local \
--to=alexandre.belloni@bootlin.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