From: Bruce Ashfield <bruce.ashfi...@gmail.com> Updating to the latest korg -stable release that comprises the following commits:
c275eaaaa342 Linux 5.15.125 754e0c7c4a30 x86: fix backwards merge of GDS/SRSO bit b14a3924c267 xen/netback: Fix buffer overrun triggered by unusual packet 153f9a7b02d4 x86/srso: Tie SBPB bit setting to microcode patch detection df4c3823cba5 x86/srso: Fix return thunks in generated code 0071b17eb66b x86/srso: Add IBPB on VMEXIT 5398faac76a6 x86/srso: Add IBPB c24aaa7dde5f x86/srso: Add SRSO_NO support 4e9115e194a8 x86/srso: Add IBPB_BRTYPE support b35087763a44 x86/srso: Add a Speculative RAS Overflow mitigation c3b4c644525e x86/cpu, kvm: Add support for CPUID_80000021_EAX 236dd7133394 x86/bugs: Increase the x86 bugs vector size to two u32s 0242a8bdef56 Documentation/x86: Fix backwards on/off logic about YMM support 27a72e350869 x86/mm: Initialize text poking earlier d0317b9502ea mm: Move mm_cachep initialization to mm_init() 8e4c2530879d x86/mm: Use mm_alloc() in poking_init() 13ec5cb4c113 x86/mm: fix poking_init() for Xen PV guests 3e90080d5665 x86/xen: Fix secondary processors' FPU initialization 348741a9e4d3 KVM: Add GDS_NO support to KVM 59d78655f808 x86/speculation: Add Kconfig option for GDS 0cc5643b63ae x86/speculation: Add force option to GDS mitigation 348a89e20184 x86/speculation: Add Gather Data Sampling mitigation a094d3b30967 x86/fpu: Move FPU initialization into arch_cpu_finalize_init() 59f2739111ca x86/fpu: Mark init functions __init bb9c20d903f6 x86/fpu: Remove cpuinfo argument from init functions de8b7ce4c533 x86/init: Initialize signal frame size late 041d929233bb init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init() 8ae795ed6115 init: Invoke arch_cpu_finalize_init() earlier 7e270cebaffd init: Remove check_bugs() leftovers 285384ac24c3 um/cpu: Switch to arch_cpu_finalize_init() 6ea421786426 sparc/cpu: Switch to arch_cpu_finalize_init() 21a1fc8d13d8 sh/cpu: Switch to arch_cpu_finalize_init() dfeb371a2707 mips/cpu: Switch to arch_cpu_finalize_init() 4baf46a3ba00 m68k/cpu: Switch to arch_cpu_finalize_init() 8c8165cd25cf ia64/cpu: Switch to arch_cpu_finalize_init() de8c592cc5a1 ARM: cpu: Switch to arch_cpu_finalize_init() 75da6209d3ba x86/cpu: Switch to arch_cpu_finalize_init() 0774fc2177c3 init: Provide arch_cpu_finalize_init() Signed-off-by: Bruce Ashfield <bruce.ashfi...@gmail.com> Signed-off-by: Steve Sakoman <st...@sakoman.com> --- .../linux/linux-yocto-rt_5.15.bb | 6 ++--- .../linux/linux-yocto-tiny_5.15.bb | 6 ++--- meta/recipes-kernel/linux/linux-yocto_5.15.bb | 26 +++++++++---------- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb index be5dd5efec..f09dbe0b5f 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb @@ -11,13 +11,13 @@ python () { raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") } -SRCREV_machine ?= "0ac91942af8fec31671ffe62e9518aaf15f110b3" -SRCREV_meta ?= "f484a7f175b4f3c4f7d2b553cde232bd41f757d8" +SRCREV_machine ?= "897961fcc3a4126a9d86096b4c3f0de174eb51e7" +SRCREV_meta ?= "9d45e4358eec5d4585e6e26d7f2f6f03ad909ea7" SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA};protocol=https" -LINUX_VERSION ?= "5.15.124" +LINUX_VERSION ?= "5.15.125" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb index b8f3d71a72..2f0e232fe6 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb @@ -5,7 +5,7 @@ KCONFIG_MODE = "--allnoconfig" require recipes-kernel/linux/linux-yocto.inc -LINUX_VERSION ?= "5.15.124" +LINUX_VERSION ?= "5.15.125" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" @@ -14,8 +14,8 @@ DEPENDS += "openssl-native util-linux-native" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine ?= "cdb289c798fe1fc9f259a08c32e2dd9516ccb7a4" -SRCREV_meta ?= "f484a7f175b4f3c4f7d2b553cde232bd41f757d8" +SRCREV_machine ?= "673a7d93e8c401525183fd793cd1fbc5d688761f" +SRCREV_meta ?= "9d45e4358eec5d4585e6e26d7f2f6f03ad909ea7" PV = "${LINUX_VERSION}+git${SRCPV}" diff --git a/meta/recipes-kernel/linux/linux-yocto_5.15.bb b/meta/recipes-kernel/linux/linux-yocto_5.15.bb index a15284fb4b..f3c6733656 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.15.bb @@ -13,24 +13,24 @@ KBRANCH:qemux86 ?= "v5.15/standard/base" KBRANCH:qemux86-64 ?= "v5.15/standard/base" KBRANCH:qemumips64 ?= "v5.15/standard/mti-malta64" -SRCREV_machine:qemuarm ?= "676a22c65ec0f8bb5dc7e13d130f6e3764959d75" -SRCREV_machine:qemuarm64 ?= "f0e7afd5948f71be062cd9194b56cd03de94b7cb" -SRCREV_machine:qemumips ?= "0f1ceb9008f182cd7f21420bbec6f21a67da8397" -SRCREV_machine:qemuppc ?= "4ec9fc13283ce01627ef8c32617a1eb71e127c62" -SRCREV_machine:qemuriscv64 ?= "1c09be01f4b87f60ea64136459167d73502a118f" -SRCREV_machine:qemuriscv32 ?= "1c09be01f4b87f60ea64136459167d73502a118f" -SRCREV_machine:qemux86 ?= "1c09be01f4b87f60ea64136459167d73502a118f" -SRCREV_machine:qemux86-64 ?= "1c09be01f4b87f60ea64136459167d73502a118f" -SRCREV_machine:qemumips64 ?= "fad09cc6acf2175aa6b5979ef48cd5f05afc3da0" -SRCREV_machine ?= "1c09be01f4b87f60ea64136459167d73502a118f" -SRCREV_meta ?= "f484a7f175b4f3c4f7d2b553cde232bd41f757d8" +SRCREV_machine:qemuarm ?= "f1655130f428a06fd10df1401cf4a97c2c9e98fe" +SRCREV_machine:qemuarm64 ?= "3562a213e44daf360d873c1c1773d64c7b1bdb90" +SRCREV_machine:qemumips ?= "bff8d6b2771b531f996b41ab89d742b21d6d1a5f" +SRCREV_machine:qemuppc ?= "9ccbf6add86b58f8446ba2b439ccdaaa1646c20b" +SRCREV_machine:qemuriscv64 ?= "50ad222fc4256538597cc943ddb328692041424d" +SRCREV_machine:qemuriscv32 ?= "50ad222fc4256538597cc943ddb328692041424d" +SRCREV_machine:qemux86 ?= "50ad222fc4256538597cc943ddb328692041424d" +SRCREV_machine:qemux86-64 ?= "50ad222fc4256538597cc943ddb328692041424d" +SRCREV_machine:qemumips64 ?= "05401de4dd847384e7592e2d729e2d8ff4a1e1bd" +SRCREV_machine ?= "50ad222fc4256538597cc943ddb328692041424d" +SRCREV_meta ?= "9d45e4358eec5d4585e6e26d7f2f6f03ad909ea7" # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll # get the <version>/base branch, which is pure upstream -stable, and the same # meta SRCREV as the linux-yocto-standard builds. Select your version using the # normal PREFERRED_VERSION settings. BBCLASSEXTEND = "devupstream:target" -SRCREV_machine:class-devupstream ?= "38d4ca22a5288c4bae7e6d62a1728b0718d51866" +SRCREV_machine:class-devupstream ?= "c275eaaaa34260e6c907bc5e7ee07c096bc45064" PN:class-devupstream = "linux-yocto-upstream" KBRANCH:class-devupstream = "v5.15/base" @@ -38,7 +38,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA};protocol=https" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" -LINUX_VERSION ?= "5.15.124" +LINUX_VERSION ?= "5.15.125" DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" DEPENDS += "openssl-native util-linux-native" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#188493): https://lists.openembedded.org/g/openembedded-core/message/188493 Mute This Topic: https://lists.openembedded.org/mt/101694877/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-