summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-02-20 21:46:37 -0500
committerSteve Sakoman <steve@sakoman.com>2024-02-21 03:45:28 -1000
commitca73f7645fc9cbabaea1dd81a0f59805f9f991f3 (patch)
tree11f44d6c386c3ade5215549821e82d1be3293950 /meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
parent46e99ac57dc1ae498eb54dbe36797d23439263d4 (diff)
downloadopenembedded-core-ca73f7645fc9cbabaea1dd81a0f59805f9f991f3.tar.gz
linux-yocto/5.4: update to v5.4.265
Updating to the latest korg -stable release that comprises the following commits: 2d21f73b2f16 Linux 5.4.265 5c70542f32af powerpc/ftrace: Fix stack teardown in ftrace_no_trace 0e1867b482b4 powerpc/ftrace: Create a dummy stackframe to fix stack unwind 9395c04666cc mmc: block: Be sure to wait while busy in CQE error recovery 3b8b2c5d7675 ring-buffer: Fix memory leak of free page 3459c9aa6495 team: Fix use-after-free when an option instance allocation fails 363a67ef3ada arm64: mm: Always make sw-dirty PTEs hw-dirty in pte_modify de8ada02369e ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKS f451d6784ba6 soundwire: stream: fix NULL pointer dereference for multi_link 404902216b88 perf: Fix perf_event_validate_size() lockdep splat 4109d9a855f2 HID: hid-asus: add const to read-only outgoing usb buffer 1fc4091991c5 net: usb: qmi_wwan: claim interface 4 for ZTE MF290 88ceaf8e2c61 asm-generic: qspinlock: fix queued_spin_value_unlocked() implementation 91175d6fe505 HID: multitouch: Add quirk for HONOR GLO-GXXX touchpad 1f94c0d60d81 HID: hid-asus: reset the backlight brightness level on resume e9a3cd3dcf3f HID: add ALWAYS_POLL quirk for Apple kb 395ad0baa4c1 platform/x86: intel_telemetry: Fix kernel doc descriptions af509912cd7c bcache: avoid NULL checking to c->root in run_cache_set() 356ae9de79b7 bcache: add code comments for bch_btree_node_get() and __bch_btree_node_alloc() ca4b00c6cb3d bcache: avoid oversize memory allocation by small stripe_size e1d811cbc3de blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!" 84f2e5b3e70f usb: aqc111: check packet for fixup for true limit 619a34066614 Revert "PCI: acpiphp: Reassign resources on bridge if necessary" 371dbce60a46 ALSA: hda/hdmi: add force-connect quirks for ASUSTeK Z170 variants be7676b03aed cred: switch to using atomic_long_t 9112bd107208 appletalk: Fix Use-After-Free in atalk_ioctl 23ee06762c6f net: stmmac: Handle disabled MDIO busses from devicetree 538b7b8f21dc net: stmmac: use dev_err_probe() for reporting mdio bus registration failure 067e6ec9f530 vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space() cc7cf0b2ee60 sign-file: Fix incorrect return values check 510d45207ae1 net: Remove acked SYN flag from packet in the transmit queue correctly 5d9d500a2811 qed: Fix a potential use-after-free in qed_cxt_tables_alloc 3df812627e7d net/rose: Fix Use-After-Free in rose_ioctl b099c28847cf atm: Fix Use-After-Free in do_vcc_ioctl e3430b870eff atm: solos-pci: Fix potential deadlock on &tx_queue_lock 8cff60fb736b atm: solos-pci: Fix potential deadlock on &cli_queue_lock fcf17666ef1b qca_spi: Fix reset behavior 51ad9c19bb57 qca_debug: Fix ethtool -G iface tx behavior b7f58686643f qca_debug: Prevent crash on TX ring changes 9354e0acdb74 net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIX 053220aaed26 afs: Fix refcount underflow from error handling race Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb6
1 files changed, 3 insertions, 3 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 e61e97c092..44b239c417 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 () {
raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
}
-SRCREV_machine ?= "1193259d93adb90be2688677c70daeffd38b401e"
-SRCREV_meta ?= "60242d5fa3322b8c8d1629d7865d0be6133444dd"
+SRCREV_machine ?= "db182d93638000066b9d174eecbdd86de24d70be"
+SRCREV_meta ?= "a1399e88272ab04a7748051822d5b16b9b1d3f9c"
SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.4;destsuffix=${KMETA}"
-LINUX_VERSION ?= "5.4.264"
+LINUX_VERSION ?= "5.4.265"
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"