summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-03-24 11:19:55 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-04-11 11:31:52 +0100
commit95246b3291aeacc8e9e14ac8a5edd3461584e596 (patch)
treebee00e2dc2f51a3c9cd004f892794484a7ee644e
parentc7e2b92be576aa5957946feff317490dd7e4c450 (diff)
downloadpoky-95246b3291aeacc8e9e14ac8a5edd3461584e596.tar.gz
linux-yocto/5.10: update to v5.10.172
Updating to the latest korg -stable release that comprises the following commits: 9fd42770b507 Linux 5.10.172 da24142b1ef9 io_uring: ensure that io_init_req() passes in the right issue_flags a25aa776b0c4 Linux 5.10.171 08681391b84d io_uring: add missing lock in io_get_file_fixed 218925bfd5d1 USB: core: Don't hold device lock while reading the "descriptors" sysfs file c5360eec648b usb: gadget: u_serial: Add null pointer check in gserial_resume cebcd4300af9 USB: serial: option: add support for VW/Skoda "Carstick LTE" 87c647def389 drm/virtio: Correct drm_gem_shmem_get_sg_table() error handling 0a4181b23acf drm/virtio: Fix NULL vs IS_ERR checking in virtio_gpu_object_shmem_init a401ef0557da scripts/tags.sh: fix incompatibility with PCRE2 65c07e15f2ce scripts/tags.sh: Invoke 'realpath' via 'xargs' 1c44109c3094 md: Flush workqueue md_rdev_misc_wq in md_alloc() 80653a6e6e28 vc_screen: don't clobber return value in vcs_read 3e4bbd1f38a8 net: Remove WARN_ON_ONCE(sk->sk_forward_alloc) from sk_stream_kill_queues(). a2957adbf3f5 bpf: bpf_fib_lookup should not return neigh in NUD_FAILED state 75fbe1e43505 HID: core: Fix deadloop in hid_apply_multiplier. 2fd5059f4fdf neigh: make sure used and confirmed times are valid 065f6a663392 IB/hfi1: Assign npages earlier 6195cea4c738 btrfs: send: limit number of clones and allocated memory size 8e833fe47f45 ACPI: NFIT: fix a potential deadlock during NFIT teardown abbf52efadeb ARM: dts: rockchip: add power-domains property to dp node on rk3288 1f3a209b2f4e arm64: dts: rockchip: drop unused LED mode property from rk3328-roc-cc 887975834dea Fix XFRM-I support for nested ESP tunnels (From OE-Core rev: 2f13f3e02efb83e9d935efac71bbf0b750420d23) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb6
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb8
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_5.10.bb24
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 b79503a713..90ebacb79f 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
14SRCREV_machine ?= "96696fd86a146b4caf2ace4aa35a05173cf4e4f0" 14SRCREV_machine ?= "906ed2510448296f6ae7fd7eec4a16323a122d56"
15SRCREV_meta ?= "5ff3d3c9cac6c7151a8667ce0b829815b4a10fe9" 15SRCREV_meta ?= "e0258879d18c06e18d245ea2fbe5363abe204f1d"
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.10;destsuffix=${KMETA}" 18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}"
19 19
20LINUX_VERSION ?= "5.10.170" 20LINUX_VERSION ?= "5.10.172"
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.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb
index 3340ea9490..90918e9075 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
7require recipes-kernel/linux/linux-yocto.inc 7require recipes-kernel/linux/linux-yocto.inc
8 8
9LINUX_VERSION ?= "5.10.170" 9LINUX_VERSION ?= "5.10.172"
10LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 10LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
11 11
12DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" 12DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
@@ -15,9 +15,9 @@ DEPENDS += "openssl-native util-linux-native"
15KMETA = "kernel-meta" 15KMETA = "kernel-meta"
16KCONF_BSP_AUDIT_LEVEL = "2" 16KCONF_BSP_AUDIT_LEVEL = "2"
17 17
18SRCREV_machine:qemuarm ?= "0458c56e80d109be74ac798badf708238d23c0be" 18SRCREV_machine:qemuarm ?= "06797bb6770cf02dac8549965cadcfaf9662648b"
19SRCREV_machine ?= "b67f14a9f17371acee4d322bd97936ac4724677a" 19SRCREV_machine ?= "81be5bada3aaefe33470fe564cf775a7101d2753"
20SRCREV_meta ?= "5ff3d3c9cac6c7151a8667ce0b829815b4a10fe9" 20SRCREV_meta ?= "e0258879d18c06e18d245ea2fbe5363abe204f1d"
21 21
22PV = "${LINUX_VERSION}+git${SRCPV}" 22PV = "${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 ad37ef0f90..6b95cd6c15 100644
--- a/meta/recipes-kernel/linux/linux-yocto_5.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_5.10.bb
@@ -13,23 +13,23 @@ KBRANCH:qemux86 ?= "v5.10/standard/base"
13KBRANCH:qemux86-64 ?= "v5.10/standard/base" 13KBRANCH:qemux86-64 ?= "v5.10/standard/base"
14KBRANCH:qemumips64 ?= "v5.10/standard/mti-malta64" 14KBRANCH:qemumips64 ?= "v5.10/standard/mti-malta64"
15 15
16SRCREV_machine:qemuarm ?= "5f89e91aaac8b66f595bc859572912d034e2c0a4" 16SRCREV_machine:qemuarm ?= "c98a46648630fcd991c14d5681a8ffac871a375d"
17SRCREV_machine:qemuarm64 ?= "3c27ba92e77d51651dcaeffa871c6d75e1838b28" 17SRCREV_machine:qemuarm64 ?= "5af3730831ade6e681e9c5171b201af7044b6f14"
18SRCREV_machine:qemumips ?= "230e54a73d22fa82e09c120d2d7f01f5472250fe" 18SRCREV_machine:qemumips ?= "ee066941c9388615026bd61bcfdb87cc090a708b"
19SRCREV_machine:qemuppc ?= "b9836fd66f2036814cb73aca7fa33f12616c3d53" 19SRCREV_machine:qemuppc ?= "79adfb34b779d73f9b270968de317bbed5ed99ac"
20SRCREV_machine:qemuriscv64 ?= "2865a8c85a10428c17144aa5d21c5c5f73f991e8" 20SRCREV_machine:qemuriscv64 ?= "64bb62787e5dbc958d29ed9b001312f1f49b61f9"
21SRCREV_machine:qemuriscv32 ?= "2865a8c85a10428c17144aa5d21c5c5f73f991e8" 21SRCREV_machine:qemuriscv32 ?= "64bb62787e5dbc958d29ed9b001312f1f49b61f9"
22SRCREV_machine:qemux86 ?= "2865a8c85a10428c17144aa5d21c5c5f73f991e8" 22SRCREV_machine:qemux86 ?= "64bb62787e5dbc958d29ed9b001312f1f49b61f9"
23SRCREV_machine:qemux86-64 ?= "2865a8c85a10428c17144aa5d21c5c5f73f991e8" 23SRCREV_machine:qemux86-64 ?= "64bb62787e5dbc958d29ed9b001312f1f49b61f9"
24SRCREV_machine:qemumips64 ?= "2fc6dfde53ddca6e3c59c15cdad8c1f59d9bee9d" 24SRCREV_machine:qemumips64 ?= "2c5facc36b895eba9cc75357e924e9e3b313cf68"
25SRCREV_machine ?= "2865a8c85a10428c17144aa5d21c5c5f73f991e8" 25SRCREV_machine ?= "64bb62787e5dbc958d29ed9b001312f1f49b61f9"
26SRCREV_meta ?= "5ff3d3c9cac6c7151a8667ce0b829815b4a10fe9" 26SRCREV_meta ?= "e0258879d18c06e18d245ea2fbe5363abe204f1d"
27 27
28SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ 28SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \
29 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}" 29 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}"
30 30
31LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 31LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
32LINUX_VERSION ?= "5.10.170" 32LINUX_VERSION ?= "5.10.172"
33 33
34DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" 34DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
35DEPENDS += "openssl-native util-linux-native" 35DEPENDS += "openssl-native util-linux-native"