mirror of
https://git.yoctoproject.org/poky
synced 2026-06-29 17:13:38 +02:00
linux-yocto/6.6: update to v6.6.137
Updating linux-yocto/6.6 to the latest korg -stable release that comprises
the following commits:
258cf62a6dfde Linux 6.6.137
4b4defd2fce3f Buffer overflow in drivers/xen/sys-hypervisor.c
402d84ad9e89b xen/privcmd: fix double free via VMA splitting
710a4ce5d7afd crypto: af_alg - Fix page reassignment overflow in af_alg_pull_tsgl
3ef530ef5585f crypto: authencesn - Fix src offset when decrypting in-place
d0c4ff6812386 crypto: authencesn - Do not place hiseq at end of dst for out-of-place decryption
60c798725c966 crypto: authenc - use memcpy_sglist() instead of null skcipher
c2138c9bd02af crypto: algif_aead - snapshot IV for async AEAD requests
3115af9644c34 crypto: algif_aead - Revert to operating out-of-place
dbea57c08acfc crypto: algif_aead - use memcpy_sglist() instead of null skcipher
9ec26b5d193c9 crypto: scatterwalk - Backport memcpy_sglist()
(From OE-Core rev: 2c23f41118253f10fa63897b4587bd83421cec55)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
This commit is contained in:
committed by
Paul Barker
parent
e0d2943590
commit
72cf57fe51
@@ -14,13 +14,13 @@ python () {
|
||||
raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
|
||||
}
|
||||
|
||||
SRCREV_machine ?= "99c037f00af27169304f268e388fa3fc65688633"
|
||||
SRCREV_meta ?= "b162eec5fa39c4658181073e741efe3a9d498454"
|
||||
SRCREV_machine ?= "da5f16c9d10d53af703c809e864c09df336edfb7"
|
||||
SRCREV_meta ?= "7d4cafa710da4e27a86cb015e50d91cf458af06f"
|
||||
|
||||
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-6.6;destsuffix=${KMETA};protocol=https"
|
||||
|
||||
LINUX_VERSION ?= "6.6.136"
|
||||
LINUX_VERSION ?= "6.6.137"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ require recipes-kernel/linux/linux-yocto.inc
|
||||
# CVE exclusions
|
||||
include recipes-kernel/linux/cve-exclusion_6.6.inc
|
||||
|
||||
LINUX_VERSION ?= "6.6.136"
|
||||
LINUX_VERSION ?= "6.6.137"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
|
||||
|
||||
DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
|
||||
@@ -17,8 +17,8 @@ DEPENDS += "openssl-native util-linux-native"
|
||||
KMETA = "kernel-meta"
|
||||
KCONF_BSP_AUDIT_LEVEL = "2"
|
||||
|
||||
SRCREV_machine ?= "4aa4f6df28cc4541355f39ce0c40237408690c14"
|
||||
SRCREV_meta ?= "b162eec5fa39c4658181073e741efe3a9d498454"
|
||||
SRCREV_machine ?= "cd2288c19d6b729b3c7b2b620eb9c311116c72f1"
|
||||
SRCREV_meta ?= "7d4cafa710da4e27a86cb015e50d91cf458af06f"
|
||||
|
||||
PV = "${LINUX_VERSION}+git"
|
||||
|
||||
|
||||
@@ -18,25 +18,25 @@ KBRANCH:qemux86-64 ?= "v6.6/standard/base"
|
||||
KBRANCH:qemuloongarch64 ?= "v6.6/standard/base"
|
||||
KBRANCH:qemumips64 ?= "v6.6/standard/mti-malta64"
|
||||
|
||||
SRCREV_machine:qemuarm ?= "9d8556efa4dbd3ee1cfac4af6426a8476637fcef"
|
||||
SRCREV_machine:qemuarm64 ?= "aaa7c5002cfdf0f46dcf9239f3074aee1e29741d"
|
||||
SRCREV_machine:qemuloongarch64 ?= "59f5af18d31e596ec928a48848bd837d53e06c26"
|
||||
SRCREV_machine:qemumips ?= "d9adf59334edff1b09b883ea5717895e9735aa13"
|
||||
SRCREV_machine:qemuppc ?= "52b968d255a67240a548e64e784d3f5269ca3894"
|
||||
SRCREV_machine:qemuriscv64 ?= "59f5af18d31e596ec928a48848bd837d53e06c26"
|
||||
SRCREV_machine:qemuriscv32 ?= "59f5af18d31e596ec928a48848bd837d53e06c26"
|
||||
SRCREV_machine:qemux86 ?= "59f5af18d31e596ec928a48848bd837d53e06c26"
|
||||
SRCREV_machine:qemux86-64 ?= "59f5af18d31e596ec928a48848bd837d53e06c26"
|
||||
SRCREV_machine:qemumips64 ?= "746738b15a00d5d36105d09ea0f259f44be48ad5"
|
||||
SRCREV_machine ?= "59f5af18d31e596ec928a48848bd837d53e06c26"
|
||||
SRCREV_meta ?= "b162eec5fa39c4658181073e741efe3a9d498454"
|
||||
SRCREV_machine:qemuarm ?= "eb708bdc972fc5dc22cdcbf3d3dbdb81e1450fd9"
|
||||
SRCREV_machine:qemuarm64 ?= "eafa49201e224e87ad20cf849dead88aec204e68"
|
||||
SRCREV_machine:qemuloongarch64 ?= "f14907570fc0bb7285c62bc9d5146180bafffbae"
|
||||
SRCREV_machine:qemumips ?= "b75949027e1e8c8c90998ee144c6b97aa2fbf561"
|
||||
SRCREV_machine:qemuppc ?= "1b302e1b1463e28dd8d446754cc3140e935ceec6"
|
||||
SRCREV_machine:qemuriscv64 ?= "f14907570fc0bb7285c62bc9d5146180bafffbae"
|
||||
SRCREV_machine:qemuriscv32 ?= "f14907570fc0bb7285c62bc9d5146180bafffbae"
|
||||
SRCREV_machine:qemux86 ?= "f14907570fc0bb7285c62bc9d5146180bafffbae"
|
||||
SRCREV_machine:qemux86-64 ?= "f14907570fc0bb7285c62bc9d5146180bafffbae"
|
||||
SRCREV_machine:qemumips64 ?= "620abbeb29fcd44655d2de94ae7a7fff7656ed01"
|
||||
SRCREV_machine ?= "f14907570fc0bb7285c62bc9d5146180bafffbae"
|
||||
SRCREV_meta ?= "7d4cafa710da4e27a86cb015e50d91cf458af06f"
|
||||
|
||||
# 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 ?= "142cd8382222d9b135e0029da6830e5e30444d34"
|
||||
SRCREV_machine:class-devupstream ?= "258cf62a6dfde3c6a39d120a56a298f2ed6a8901"
|
||||
PN:class-devupstream = "linux-yocto-upstream"
|
||||
KBRANCH:class-devupstream = "v6.6/base"
|
||||
|
||||
@@ -44,7 +44,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-6.6;destsuffix=${KMETA};protocol=https"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
|
||||
LINUX_VERSION ?= "6.6.136"
|
||||
LINUX_VERSION ?= "6.6.137"
|
||||
|
||||
PV = "${LINUX_VERSION}+git"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user