diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-09-29 16:15:32 -0400 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-10-05 15:48:49 -1000 |
| commit | 22caf0ce3397012fb40f60fe77e4846f0f84f497 (patch) | |
| tree | 18d20191299801ff1d7a09c2be3509fd1cfdbd4a | |
| parent | 74b22a5e918b8d3a71748880e9ab2179f6486c71 (diff) | |
| download | poky-22caf0ce3397012fb40f60fe77e4846f0f84f497.tar.gz | |
linux-yocto/5.10: update to v5.10.189
Updating to the latest korg -stable release that comprises
the following commits:
de5f63612d16 Linux 5.10.189
2ae9a73819a7 x86: fix backwards merge of GDS/SRSO bit
f9167a2d6b94 xen/netback: Fix buffer overrun triggered by unusual packet
8457fb5740b1 x86/srso: Tie SBPB bit setting to microcode patch detection
4873939c0e1c x86/srso: Fix return thunks in generated code
384d41bea948 x86/srso: Add IBPB on VMEXIT
4acaea47e3bc x86/srso: Add IBPB
e47af0c255ae x86/srso: Add SRSO_NO support
df76a59feba5 x86/srso: Add IBPB_BRTYPE support
3f9b7101bea1 x86/srso: Add a Speculative RAS Overflow mitigation
34f23ba8a399 x86/cpu, kvm: Add support for CPUID_80000021_EAX
073a28a9b506 x86/bugs: Increase the x86 bugs vector size to two u32s
9b7fe7c6fbc0 tools headers cpufeatures: Sync with the kernel sources
437fa179f213 x86/cpufeatures: Assign dedicated feature word for CPUID_0x8000001F[EAX]
baf6d6c39e23 x86/cpu: Add VM page flush MSR availablility as a CPUID feature
675046878431 Documentation/x86: Fix backwards on/off logic about YMM support
79972c2b95ec x86/mm: Initialize text poking earlier
1ff14defdfc9 mm: Move mm_cachep initialization to mm_init()
6ee042fd240f x86/mm: Use mm_alloc() in poking_init()
f076d0817878 x86/mm: fix poking_init() for Xen PV guests
583016037a09 x86/xen: Fix secondary processors' FPU initialization
eb13cce48874 KVM: Add GDS_NO support to KVM
7db4ddcb8d8e x86/speculation: Add Kconfig option for GDS
363c98f9cfa8 x86/speculation: Add force option to GDS mitigation
288a2f6bc1ce x86/speculation: Add Gather Data Sampling mitigation
4ae1cbb730bd x86/fpu: Move FPU initialization into arch_cpu_finalize_init()
2462bc3ef061 x86/fpu: Mark init functions __init
7a2f42bce9ab x86/fpu: Remove cpuinfo argument from init functions
18fcd72da1ed init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()
09658b81d158 init: Invoke arch_cpu_finalize_init() earlier
bf2fa3a9d0e6 init: Remove check_bugs() leftovers
b05031c2bca7 um/cpu: Switch to arch_cpu_finalize_init()
2edb3b39ca79 sparc/cpu: Switch to arch_cpu_finalize_init()
3c45134b38b4 sh/cpu: Switch to arch_cpu_finalize_init()
75bb54c951e9 mips/cpu: Switch to arch_cpu_finalize_init()
1cd3fc18eb16 m68k/cpu: Switch to arch_cpu_finalize_init()
12d93c6c98d5 ia64/cpu: Switch to arch_cpu_finalize_init()
c0fff20d4efa ARM: cpu: Switch to arch_cpu_finalize_init()
e5eb18e164d0 x86/cpu: Switch to arch_cpu_finalize_init()
6e606e681873 init: Provide arch_cpu_finalize_init()
(From OE-Core rev: f674e44ff69a1e51c4b6929d195ce0a110577c12)
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.10.bb | 6 | ||||
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb | 8 | ||||
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_5.10.bb | 24 |
3 files changed, 19 insertions, 19 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb index 5b59ebac16..772ffac071 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.10.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 | ||
| 14 | SRCREV_machine ?= "40d51460c17be51e4ebcdcc54a8ee8c86707c56c" | 14 | SRCREV_machine ?= "63fd205e5d1e048a576d5ba03cdbdf5782a2f6b4" |
| 15 | SRCREV_meta ?= "9b0d4e338b1bbdd683347cf9365bacfec2169035" | 15 | SRCREV_meta ?= "603507f09e4a22a650e37fb9dcfbcb69ceb36841" |
| 16 | 16 | ||
| 17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ | 17 | SRC_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.10;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}" |
| 19 | 19 | ||
| 20 | LINUX_VERSION ?= "5.10.188" | 20 | LINUX_VERSION ?= "5.10.189" |
| 21 | 21 | ||
| 22 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 22 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
| 23 | 23 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb index 3a58a1a659..aebec33555 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb | |||
| @@ -6,7 +6,7 @@ KCONFIG_MODE = "--allnoconfig" | |||
| 6 | 6 | ||
| 7 | require recipes-kernel/linux/linux-yocto.inc | 7 | require recipes-kernel/linux/linux-yocto.inc |
| 8 | 8 | ||
| 9 | LINUX_VERSION ?= "5.10.188" | 9 | LINUX_VERSION ?= "5.10.189" |
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
| 11 | 11 | ||
| 12 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | 12 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" |
| @@ -15,9 +15,9 @@ DEPENDS += "openssl-native util-linux-native" | |||
| 15 | KMETA = "kernel-meta" | 15 | KMETA = "kernel-meta" |
| 16 | KCONF_BSP_AUDIT_LEVEL = "2" | 16 | KCONF_BSP_AUDIT_LEVEL = "2" |
| 17 | 17 | ||
| 18 | SRCREV_machine:qemuarm ?= "41daa5d20567419e303d0b684fd3c3c859446d24" | 18 | SRCREV_machine:qemuarm ?= "8f8fe5c5719959ad536be166937fc22606b7a7f3" |
| 19 | SRCREV_machine ?= "085bed8577aa6435339ff83339e38dfd9e7994a6" | 19 | SRCREV_machine ?= "452190ae123212f7d3c233fc48419c60874f4223" |
| 20 | SRCREV_meta ?= "9b0d4e338b1bbdd683347cf9365bacfec2169035" | 20 | SRCREV_meta ?= "603507f09e4a22a650e37fb9dcfbcb69ceb36841" |
| 21 | 21 | ||
| 22 | PV = "${LINUX_VERSION}+git${SRCPV}" | 22 | PV = "${LINUX_VERSION}+git${SRCPV}" |
| 23 | 23 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.10.bb b/meta/recipes-kernel/linux/linux-yocto_5.10.bb index 4b316b9b5f..81dce1a513 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.10.bb | |||
| @@ -14,23 +14,23 @@ KBRANCH:qemux86 ?= "v5.10/standard/base" | |||
| 14 | KBRANCH:qemux86-64 ?= "v5.10/standard/base" | 14 | KBRANCH:qemux86-64 ?= "v5.10/standard/base" |
| 15 | KBRANCH:qemumips64 ?= "v5.10/standard/mti-malta64" | 15 | KBRANCH:qemumips64 ?= "v5.10/standard/mti-malta64" |
| 16 | 16 | ||
| 17 | SRCREV_machine:qemuarm ?= "66536572b0fe35ac0e5158d69d12641281ab93ef" | 17 | SRCREV_machine:qemuarm ?= "0f9599a793f23d2e1cd2da30aba53c4876b3621d" |
| 18 | SRCREV_machine:qemuarm64 ?= "00d0178dae976305eaecc7fc119da63930bcf07f" | 18 | SRCREV_machine:qemuarm64 ?= "358a41898b853ccfc3309fcf30a95621b3d15ec6" |
| 19 | SRCREV_machine:qemumips ?= "8cc44bb4c536028438decbb5abf2d8b731898ec0" | 19 | SRCREV_machine:qemumips ?= "8ad0f4fa028c844dbc6f32321664488e50bd5e64" |
| 20 | SRCREV_machine:qemuppc ?= "1f2a193c7f82e2f2c7eefc2fa35dce5b96cc3ba9" | 20 | SRCREV_machine:qemuppc ?= "4f0a30a5edc13b65482bb788d1a2eb7a5405190a" |
| 21 | SRCREV_machine:qemuriscv64 ?= "d3e6aa7bf695da482f46a6f5575dfd66bd48ba6c" | 21 | SRCREV_machine:qemuriscv64 ?= "fc99f5e7ce23e4814c7b41f24c5d0296754be89e" |
| 22 | SRCREV_machine:qemuriscv32 ?= "d3e6aa7bf695da482f46a6f5575dfd66bd48ba6c" | 22 | SRCREV_machine:qemuriscv32 ?= "fc99f5e7ce23e4814c7b41f24c5d0296754be89e" |
| 23 | SRCREV_machine:qemux86 ?= "d3e6aa7bf695da482f46a6f5575dfd66bd48ba6c" | 23 | SRCREV_machine:qemux86 ?= "fc99f5e7ce23e4814c7b41f24c5d0296754be89e" |
| 24 | SRCREV_machine:qemux86-64 ?= "d3e6aa7bf695da482f46a6f5575dfd66bd48ba6c" | 24 | SRCREV_machine:qemux86-64 ?= "fc99f5e7ce23e4814c7b41f24c5d0296754be89e" |
| 25 | SRCREV_machine:qemumips64 ?= "2fe172b06a5b6d8840c0c0226a1501b627b9e703" | 25 | SRCREV_machine:qemumips64 ?= "a01ff251fdd19b1ab7ee109c7ee2213e6b01a28b" |
| 26 | SRCREV_machine ?= "d3e6aa7bf695da482f46a6f5575dfd66bd48ba6c" | 26 | SRCREV_machine ?= "fc99f5e7ce23e4814c7b41f24c5d0296754be89e" |
| 27 | SRCREV_meta ?= "9b0d4e338b1bbdd683347cf9365bacfec2169035" | 27 | SRCREV_meta ?= "603507f09e4a22a650e37fb9dcfbcb69ceb36841" |
| 28 | 28 | ||
| 29 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ | 29 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ |
| 30 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}" | 30 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}" |
| 31 | 31 | ||
| 32 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 32 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
| 33 | LINUX_VERSION ?= "5.10.188" | 33 | LINUX_VERSION ?= "5.10.189" |
| 34 | 34 | ||
| 35 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | 35 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" |
| 36 | DEPENDS += "openssl-native util-linux-native" | 36 | DEPENDS += "openssl-native util-linux-native" |
