summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-09-29 16:17:16 -0400
committerSteve Sakoman <steve@sakoman.com>2023-10-04 05:17:51 -1000
commitb731a65e4f5185254303df0031e87b85513e095b (patch)
tree6cf3c081a9542ff18e5ae4bdf43107fd6ca2ecf6
parentda06aaf91027bea860882255ec9a3edb72bd77f3 (diff)
downloadpoky-b731a65e4f5185254303df0031e87b85513e095b.tar.gz
linux-yocto/5.4: update to v5.4.252
Updating to the latest korg -stable release that comprises the following commits: 21732fd22497 Linux 5.4.252 9399ea1ce481 x86: fix backwards merge of GDS/SRSO bit bc7b9a6c2ca4 xen/netback: Fix buffer overrun triggered by unusual packet 43ed6f79b3e7 x86/cpu, kvm: Add support for CPUID_80000021_EAX 1f0618bb2456 x86/bugs: Increase the x86 bugs vector size to two u32s 08ba48152a8a tools headers cpufeatures: Sync with the kernel sources 694b40dcfb41 x86/cpufeatures: Assign dedicated feature word for CPUID_0x8000001F[EAX] 4fa849d4af68 x86/cpu: Add VM page flush MSR availablility as a CPUID feature 998eec066607 x86/cpufeatures: Add SEV-ES CPU feature 3e21d8b0f3a9 Documentation/x86: Fix backwards on/off logic about YMM support ad7670dd65cb x86/mm: Initialize text poking earlier 979366f5c2aa mm: Move mm_cachep initialization to mm_init() 3d1b8cfdd0c9 x86/mm: Use mm_alloc() in poking_init() ddcf05fe8850 x86/mm: fix poking_init() for Xen PV guests 3f8968f1f0ad x86/xen: Fix secondary processors' FPU initialization e56c1e0f9134 KVM: Add GDS_NO support to KVM ed56430ab253 x86/speculation: Add Kconfig option for GDS e35c65794365 x86/speculation: Add force option to GDS mitigation f68f9f2df68e x86/speculation: Add Gather Data Sampling mitigation 6e6044366897 x86/fpu: Move FPU initialization into arch_cpu_finalize_init() 2ee37a46aa13 x86/fpu: Mark init functions __init 77fe8150579c x86/fpu: Remove cpuinfo argument from init functions 95356fff6fee init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init() 7aa2cec22e28 init: Invoke arch_cpu_finalize_init() earlier 944d5c3ffa4b init: Remove check_bugs() leftovers a03ef708788e um/cpu: Switch to arch_cpu_finalize_init() 98c3955e145f sparc/cpu: Switch to arch_cpu_finalize_init() 568d68fc1dd4 sh/cpu: Switch to arch_cpu_finalize_init() 18cd611a3eaa mips/cpu: Switch to arch_cpu_finalize_init() 2febb4a73004 m68k/cpu: Switch to arch_cpu_finalize_init() 1f4494ea77e8 ia64/cpu: Switch to arch_cpu_finalize_init() 73719e89e32b ARM: cpu: Switch to arch_cpu_finalize_init() 1743bc756b6b x86/cpu: Switch to arch_cpu_finalize_init() afe787cf253b init: Provide arch_cpu_finalize_init() (From OE-Core rev: 9255ec4beb9eaa6f5d4b8a51a6b2ac4e511309fc) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb6
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb6
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_5.4.bb6
3 files changed, 9 insertions, 9 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
index 3a44375824..8bb9b8792d 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.4.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 ?= "6a552f5822442183d2487c91903f27085183ca0e" 14SRCREV_machine ?= "0d4b4bdf319c66188fed945ed84d55b63467a1cc"
15SRCREV_meta ?= "25f38de25d47570a132a18a1dc147b10e05b378b" 15SRCREV_meta ?= "c068a3afc1a9d73b177643195e6b5546e6141efe"
16 16
17SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ 17SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.4;destsuffix=${KMETA}" 18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.4;destsuffix=${KMETA}"
19 19
20LINUX_VERSION ?= "5.4.251" 20LINUX_VERSION ?= "5.4.252"
21 21
22LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" 22LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
23 23
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb
index 3136b0defc..a9e59473f8 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb
@@ -6,7 +6,7 @@ KCONFIG_MODE = "--allnoconfig"
6 6
7require recipes-kernel/linux/linux-yocto.inc 7require recipes-kernel/linux/linux-yocto.inc
8 8
9LINUX_VERSION ?= "5.4.251" 9LINUX_VERSION ?= "5.4.252"
10LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" 10LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
11 11
12DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" 12DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
@@ -16,8 +16,8 @@ KMETA = "kernel-meta"
16KCONF_BSP_AUDIT_LEVEL = "2" 16KCONF_BSP_AUDIT_LEVEL = "2"
17 17
18SRCREV_machine_qemuarm ?= "29ae0b5c67d29249bf00cb8eaaae5914d928bbd6" 18SRCREV_machine_qemuarm ?= "29ae0b5c67d29249bf00cb8eaaae5914d928bbd6"
19SRCREV_machine ?= "16db12c2685020aa6347a18df5099f40a9176366" 19SRCREV_machine ?= "22f4db08b470bae35d90149956de4cdcd6b4c6ea"
20SRCREV_meta ?= "25f38de25d47570a132a18a1dc147b10e05b378b" 20SRCREV_meta ?= "c068a3afc1a9d73b177643195e6b5546e6141efe"
21 21
22PV = "${LINUX_VERSION}+git${SRCPV}" 22PV = "${LINUX_VERSION}+git${SRCPV}"
23 23
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.4.bb b/meta/recipes-kernel/linux/linux-yocto_5.4.bb
index a466e5c2fc..f9afeb0acd 100644
--- a/meta/recipes-kernel/linux/linux-yocto_5.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_5.4.bb
@@ -21,8 +21,8 @@ SRCREV_machine_qemuriscv64 ?= "2adacd3242d46ddaff62e5a4695b98edf01cccc5"
21SRCREV_machine_qemux86 ?= "2adacd3242d46ddaff62e5a4695b98edf01cccc5" 21SRCREV_machine_qemux86 ?= "2adacd3242d46ddaff62e5a4695b98edf01cccc5"
22SRCREV_machine_qemux86-64 ?= "2adacd3242d46ddaff62e5a4695b98edf01cccc5" 22SRCREV_machine_qemux86-64 ?= "2adacd3242d46ddaff62e5a4695b98edf01cccc5"
23SRCREV_machine_qemumips64 ?= "854f6bee15babf95445644cba59691cd45173180" 23SRCREV_machine_qemumips64 ?= "854f6bee15babf95445644cba59691cd45173180"
24SRCREV_machine ?= "2adacd3242d46ddaff62e5a4695b98edf01cccc5" 24SRCREV_machine ?= "2176ac775b5360b26e8cab0f8c1607853af76633"
25SRCREV_meta ?= "25f38de25d47570a132a18a1dc147b10e05b378b" 25SRCREV_meta ?= "c068a3afc1a9d73b177643195e6b5546e6141efe"
26 26
27# remap qemuarm to qemuarma15 for the 5.4 kernel 27# remap qemuarm to qemuarma15 for the 5.4 kernel
28# KMACHINE_qemuarm ?= "qemuarma15" 28# KMACHINE_qemuarm ?= "qemuarma15"
@@ -31,7 +31,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA
31 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.4;destsuffix=${KMETA}" 31 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.4;destsuffix=${KMETA}"
32 32
33LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" 33LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
34LINUX_VERSION ?= "5.4.251" 34LINUX_VERSION ?= "5.4.252"
35 35
36DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" 36DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
37DEPENDS += "openssl-native util-linux-native" 37DEPENDS += "openssl-native util-linux-native"