summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-09-29 16:11:58 -0400
committerSteve Sakoman <steve@sakoman.com>2023-10-04 05:21:26 -1000
commit20c319e3889ff96c4958b4371925ca9aa182bab8 (patch)
treef4def77a21ce0c15aedbbb2e70b4a5212ceb43ee /meta/recipes-kernel
parent2854a664cc60cd8f25eb25355b920d2caab53359 (diff)
downloadpoky-20c319e3889ff96c4958b4371925ca9aa182bab8.tar.gz
linux-yocto/5.15: update to v5.15.125
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() (From OE-Core rev: 50889a1a67a33d1d42f4095d323e4c73ca22c2c8) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb6
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb6
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_5.15.bb26
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 () {
11 raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") 11 raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
12} 12}
13 13
14SRCREV_machine ?= "0ac91942af8fec31671ffe62e9518aaf15f110b3" 14SRCREV_machine ?= "897961fcc3a4126a9d86096b4c3f0de174eb51e7"
15SRCREV_meta ?= "f484a7f175b4f3c4f7d2b553cde232bd41f757d8" 15SRCREV_meta ?= "9d45e4358eec5d4585e6e26d7f2f6f03ad909ea7"
16 16
17SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \ 17SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \
18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA};protocol=https" 18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA};protocol=https"
19 19
20LINUX_VERSION ?= "5.15.124" 20LINUX_VERSION ?= "5.15.125"
21 21
22LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 22LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
23 23
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"
5 5
6require recipes-kernel/linux/linux-yocto.inc 6require recipes-kernel/linux/linux-yocto.inc
7 7
8LINUX_VERSION ?= "5.15.124" 8LINUX_VERSION ?= "5.15.125"
9LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 9LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
10 10
11DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" 11DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
@@ -14,8 +14,8 @@ DEPENDS += "openssl-native util-linux-native"
14KMETA = "kernel-meta" 14KMETA = "kernel-meta"
15KCONF_BSP_AUDIT_LEVEL = "2" 15KCONF_BSP_AUDIT_LEVEL = "2"
16 16
17SRCREV_machine ?= "cdb289c798fe1fc9f259a08c32e2dd9516ccb7a4" 17SRCREV_machine ?= "673a7d93e8c401525183fd793cd1fbc5d688761f"
18SRCREV_meta ?= "f484a7f175b4f3c4f7d2b553cde232bd41f757d8" 18SRCREV_meta ?= "9d45e4358eec5d4585e6e26d7f2f6f03ad909ea7"
19 19
20PV = "${LINUX_VERSION}+git${SRCPV}" 20PV = "${LINUX_VERSION}+git${SRCPV}"
21 21
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"
13KBRANCH:qemux86-64 ?= "v5.15/standard/base" 13KBRANCH:qemux86-64 ?= "v5.15/standard/base"
14KBRANCH:qemumips64 ?= "v5.15/standard/mti-malta64" 14KBRANCH:qemumips64 ?= "v5.15/standard/mti-malta64"
15 15
16SRCREV_machine:qemuarm ?= "676a22c65ec0f8bb5dc7e13d130f6e3764959d75" 16SRCREV_machine:qemuarm ?= "f1655130f428a06fd10df1401cf4a97c2c9e98fe"
17SRCREV_machine:qemuarm64 ?= "f0e7afd5948f71be062cd9194b56cd03de94b7cb" 17SRCREV_machine:qemuarm64 ?= "3562a213e44daf360d873c1c1773d64c7b1bdb90"
18SRCREV_machine:qemumips ?= "0f1ceb9008f182cd7f21420bbec6f21a67da8397" 18SRCREV_machine:qemumips ?= "bff8d6b2771b531f996b41ab89d742b21d6d1a5f"
19SRCREV_machine:qemuppc ?= "4ec9fc13283ce01627ef8c32617a1eb71e127c62" 19SRCREV_machine:qemuppc ?= "9ccbf6add86b58f8446ba2b439ccdaaa1646c20b"
20SRCREV_machine:qemuriscv64 ?= "1c09be01f4b87f60ea64136459167d73502a118f" 20SRCREV_machine:qemuriscv64 ?= "50ad222fc4256538597cc943ddb328692041424d"
21SRCREV_machine:qemuriscv32 ?= "1c09be01f4b87f60ea64136459167d73502a118f" 21SRCREV_machine:qemuriscv32 ?= "50ad222fc4256538597cc943ddb328692041424d"
22SRCREV_machine:qemux86 ?= "1c09be01f4b87f60ea64136459167d73502a118f" 22SRCREV_machine:qemux86 ?= "50ad222fc4256538597cc943ddb328692041424d"
23SRCREV_machine:qemux86-64 ?= "1c09be01f4b87f60ea64136459167d73502a118f" 23SRCREV_machine:qemux86-64 ?= "50ad222fc4256538597cc943ddb328692041424d"
24SRCREV_machine:qemumips64 ?= "fad09cc6acf2175aa6b5979ef48cd5f05afc3da0" 24SRCREV_machine:qemumips64 ?= "05401de4dd847384e7592e2d729e2d8ff4a1e1bd"
25SRCREV_machine ?= "1c09be01f4b87f60ea64136459167d73502a118f" 25SRCREV_machine ?= "50ad222fc4256538597cc943ddb328692041424d"
26SRCREV_meta ?= "f484a7f175b4f3c4f7d2b553cde232bd41f757d8" 26SRCREV_meta ?= "9d45e4358eec5d4585e6e26d7f2f6f03ad909ea7"
27 27
28# set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll 28# set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll
29# get the <version>/base branch, which is pure upstream -stable, and the same 29# get the <version>/base branch, which is pure upstream -stable, and the same
30# meta SRCREV as the linux-yocto-standard builds. Select your version using the 30# meta SRCREV as the linux-yocto-standard builds. Select your version using the
31# normal PREFERRED_VERSION settings. 31# normal PREFERRED_VERSION settings.
32BBCLASSEXTEND = "devupstream:target" 32BBCLASSEXTEND = "devupstream:target"
33SRCREV_machine:class-devupstream ?= "38d4ca22a5288c4bae7e6d62a1728b0718d51866" 33SRCREV_machine:class-devupstream ?= "c275eaaaa34260e6c907bc5e7ee07c096bc45064"
34PN:class-devupstream = "linux-yocto-upstream" 34PN:class-devupstream = "linux-yocto-upstream"
35KBRANCH:class-devupstream = "v5.15/base" 35KBRANCH:class-devupstream = "v5.15/base"
36 36
@@ -38,7 +38,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA
38 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA};protocol=https" 38 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA};protocol=https"
39 39
40LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 40LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
41LINUX_VERSION ?= "5.15.124" 41LINUX_VERSION ?= "5.15.125"
42 42
43DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" 43DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
44DEPENDS += "openssl-native util-linux-native" 44DEPENDS += "openssl-native util-linux-native"