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 0/7] kernel: consolidated pull request
Date: Tue, 2 Jan 2024 15:24:40 +0100 [thread overview]
Message-ID: <20240102142440c632ce21@mail.local> (raw)
In-Reply-To: <cover.1704169585.git.bruce.ashfield@gmail.com>
Hello,
This breaks meta-virt:
https://autobuilder.yoctoproject.org/typhoon/#/builders/128/builds/2705/steps/12/logs/stdio
and I believe this also causes:
AssertionError: 2 != 0 : Log: /home/pokybuild/yocto-worker/qa-extras2/build/build/tmp/work/qemux86_64-poky-linux/core-image-sato/1.0/target_logs/dmesg
-----------------------
Central error: [ 0.455917] ACPI: _OSC evaluation for CPUs failed, trying _PDC
***********************
[ 0.413863] raid6: sse2x2 gen() 14704 MB/s
[ 0.430863] raid6: sse2x1 gen() 11500 MB/s
[ 0.431830] raid6: using algorithm sse2x4 gen() 15109 MB/s
[ 0.448863] raid6: .... xor() 8116 MB/s, rmw enabled
[ 0.449864] raid6: using ssse3x2 recovery algorithm
[ 0.450948] ACPI: Added _OSI(Module Device)
[ 0.451846] ACPI: Added _OSI(Processor Device)
[ 0.451865] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.452865] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.454666] ACPI: 1 ACPI AML tables successfully acquired and loaded
[ 0.455917] ACPI: _OSC evaluation for CPUs failed, trying _PDC
[ 0.457035] ACPI: Interpreter enabled
[ 0.457889] ACPI: PM: (supports S0 S3 S5)
[ 0.458874] ACPI: Using IOAPIC for interrupt routing
[ 0.459924] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.460865] PCI: Using E820 reservations for host bridge windows
[ 0.461998] ACPI: Enabled 2 GPEs in block 00 to 3F
[ 0.465281] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.465869] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 0.466904] acpi PNP0A08:00: _OSC: platform does not support [LTR]
[ 0.467913] acpi PNP0A08:00: _OSC: OS now controls [PME PCIeCapability]
On 01/01/2024 23:31:02-0500, Bruce Ashfield wrote:
> From: Bruce Ashfield <bruce.ashfield@gmail.com>
>
> Richard,
>
> As promised, I waited until the new year to send this update
> to introduce the 6.6 kernel and libc-headers.
>
> I'll be sending patches to the appropriate lists to remove
> 6.5 shortly and make 6.6 the default. Once we have the reference
> boards updated to 6.6, the 6.1 kernel will also be removed.
>
> I've built 6.6 for all supported arches, core-image-* and have
> also tested against musl.
>
> Patches to meta-oe have been sent, and the work done with
> 6.6 as the -dev kernel means that the tightly coupled packages
> already build against 6.6.
>
> I'm sure there will be issues .. as there always are, but at
> this point, I need more eyes and test cycles to find those
> issues.
>
> Bruce
>
>
> The following changes since commit fe5d2f0b666c83e3336ea9962c8e2e4c39816e21:
>
> bitbake: lib/bb: Add workaround for libgcc issues with python 3.8 and 3.9 (2023-12-30 11:03:25 +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 (7):
> linux-libc-headers: update to v6.6-lts
> linux-yocto: introduce 6.6 reference kernel
> linux-yocto/6.6: fix AB-INT: QEMU kernel panic: No irq handler for
> vector
> linux-yocto-rt/6.6: fix CVE exclusion include
> linux-yocto/6.6: update CVE exclusions
> linux-yocto/6.6: update to v6.6.8
> linux-yocto/6.1: update to v6.1.69
>
> meta/conf/distro/include/tcmode-default.inc | 2 +-
> ...aders_6.5.bb => linux-libc-headers_6.6.bb} | 2 +-
> .../linux/cve-exclusion_6.6.inc | 5172 +++++++++++++++++
> .../linux/linux-yocto-rt_6.1.bb | 6 +-
> .../linux/linux-yocto-rt_6.6.bb | 48 +
> .../linux/linux-yocto-tiny_6.1.bb | 6 +-
> .../linux/linux-yocto-tiny_6.6.bb | 33 +
> meta/recipes-kernel/linux/linux-yocto_6.1.bb | 28 +-
> meta/recipes-kernel/linux/linux-yocto_6.6.bb | 72 +
> 9 files changed, 5347 insertions(+), 22 deletions(-)
> rename meta/recipes-kernel/linux-libc-headers/{linux-libc-headers_6.5.bb => linux-libc-headers_6.6.bb} (83%)
> create mode 100644 meta/recipes-kernel/linux/cve-exclusion_6.6.inc
> create mode 100644 meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb
> create mode 100644 meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb
> create mode 100644 meta/recipes-kernel/linux/linux-yocto_6.6.bb
>
> --
> 2.39.2
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#193196): https://lists.openembedded.org/g/openembedded-core/message/193196
> Mute This Topic: https://lists.openembedded.org/mt/103476582/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-02 14:24 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-02 4:31 [PATCH 0/7] kernel: consolidated pull request bruce.ashfield
2024-01-02 4:31 ` [PATCH 1/7] linux-libc-headers: update to v6.6-lts bruce.ashfield
2024-01-02 4:31 ` [PATCH 2/7] linux-yocto: introduce 6.6 reference kernel bruce.ashfield
2024-01-02 4:31 ` [PATCH 3/7] linux-yocto/6.6: fix AB-INT: QEMU kernel panic: No irq handler for vector bruce.ashfield
2024-01-02 4:31 ` [PATCH 4/7] linux-yocto-rt/6.6: fix CVE exclusion include bruce.ashfield
2024-01-02 4:31 ` [PATCH 5/7] linux-yocto/6.6: update CVE exclusions bruce.ashfield
2024-01-02 4:31 ` [PATCH 6/7] linux-yocto/6.6: update to v6.6.8 bruce.ashfield
2024-01-02 4:31 ` [PATCH 7/7] linux-yocto/6.1: update to v6.1.69 bruce.ashfield
2024-01-02 14:24 ` Alexandre Belloni [this message]
2024-01-02 14:32 ` [OE-core] [PATCH 0/7] kernel: consolidated pull request Bruce Ashfield
[not found] ` <17A68E49BCC9F6B2.19587@lists.openembedded.org>
2024-01-02 15:28 ` Bruce Ashfield
2024-01-03 23:25 ` Richard Purdie
2024-01-03 23:36 ` Bruce Ashfield
[not found] ` <17A6FA95DD1732F0.5872@lists.openembedded.org>
2024-01-03 23:52 ` [OE-core] " Bruce Ashfield
2024-01-04 12:42 ` Ross Burton
-- strict thread matches above, loose matches on Subject: below --
2023-03-24 15:08 bruce.ashfield
[not found] ` <174FAA516F586B9E.25304@lists.openembedded.org>
2023-03-25 14:15 ` [OE-core] " Richard Purdie
2023-03-26 3:03 ` Bruce Ashfield
2023-03-26 9:44 ` Richard Purdie
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=20240102142440c632ce21@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