mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
c7e2b92be5
commit
95246b3291
@@ -6,7 +6,7 @@ KCONFIG_MODE = "--allnoconfig"
|
||||
|
||||
require recipes-kernel/linux/linux-yocto.inc
|
||||
|
||||
LINUX_VERSION ?= "5.10.170"
|
||||
LINUX_VERSION ?= "5.10.172"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
|
||||
|
||||
DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
|
||||
@@ -15,9 +15,9 @@ DEPENDS += "openssl-native util-linux-native"
|
||||
KMETA = "kernel-meta"
|
||||
KCONF_BSP_AUDIT_LEVEL = "2"
|
||||
|
||||
SRCREV_machine:qemuarm ?= "0458c56e80d109be74ac798badf708238d23c0be"
|
||||
SRCREV_machine ?= "b67f14a9f17371acee4d322bd97936ac4724677a"
|
||||
SRCREV_meta ?= "5ff3d3c9cac6c7151a8667ce0b829815b4a10fe9"
|
||||
SRCREV_machine:qemuarm ?= "06797bb6770cf02dac8549965cadcfaf9662648b"
|
||||
SRCREV_machine ?= "81be5bada3aaefe33470fe564cf775a7101d2753"
|
||||
SRCREV_meta ?= "e0258879d18c06e18d245ea2fbe5363abe204f1d"
|
||||
|
||||
PV = "${LINUX_VERSION}+git${SRCPV}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user