summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-06-22 19:14:54 -0400
committerSteve Sakoman <steve@sakoman.com>2023-07-05 06:22:13 -1000
commit44262f31928a20a25b4c4a54c3b76a788cc20216 (patch)
tree24b23eb2dd75fe01cd5cdf32f9090e1c2108caef /meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb
parent1c8415175dc89a58e8af604163904cbfbe787edc (diff)
downloadopenembedded-core-contrib-44262f31928a20a25b4c4a54c3b76a788cc20216.tar.gz
linux-yocto/5.15: update to v5.15.115
Updating to the latest korg -stable release that comprises the following commits: d7af3e5ba454 Linux 5.15.115 e226893c935f netfilter: ctnetlink: Support offloaded conntrack entry deletion 395d846c61c5 ipv{4,6}/raw: fix output xfrm lookup wrt protocol 1bb8a65190d4 binder: fix UAF of alloc->vma in race with munmap() 1cae0d51368e binder: add lockless binder_alloc_(set|get)_vma() dd7aff43d005 Revert "android: binder: stop saving a pointer to the VMA" 6802c700902c Revert "binder_alloc: add missing mmap_lock calls when using the VMA" 09411f1b8672 bluetooth: Add cmd validity checks at the start of hci_sock_ioctl() 0f21b8621756 xdp: xdp_mem_allocator can be NULL in trace_mem_connect(). b6c4afcbd625 irqchip/mips-gic: Don't touch vl_map if a local interrupt is not routable 13b290f02094 page_pool: fix inconsistency for page_pool_ring_[un]lock() 3af319d51474 net: page_pool: use in_softirq() instead 1c097b9db173 xdp: Allow registering memory model without rxq reference 623d965c2dee net/mlx5e: Fix SQ wake logic in ptp napi_poll context 9085886c04d9 irqchip/mips-gic: Use raw spinlock for gic_lock 4517730b4c1e irqchip/mips-gic: Get rid of the reliance on irq_cpu_online() 5fd7c1e36b0a binder: fix UAF caused by faulty buffer cleanup c88d21c0ae32 bonding: fix send_peer_notif overflow 7ee611fc85ad Bonding: add arp_missed_max option 5b925b48bebc net: dsa: mt7530: fix network connectivity with multiple CPU ports 5a7266feaa6d net: dsa: mt7530: split-off common parts from mt7531_setup 0753c1ef2419 net: dsa: mt7530: rework mt753[01]_setup 9902f91cf666 net: dsa: introduce helpers for iterating through ports using dp d84b42b72526 net: phy: mscc: enable VSC8501/2 RGMII RX clock 3dce2f3d8359 platform/x86: ISST: Remove 8 socket limit 017a634f9f38 platform/x86: ISST: PUNIT device mapping with Sub-NUMA clustering ff455f7fbce7 net/mlx5: Devcom, serialize devcom registration 69966bce28da net/mlx5e: Fix deadlock in tc route query code 1c4e3cf8944f net/mlx5: devcom only supports 2 ports 79ea1a12fb9a bpf: fix a memory leak in the LRU and LRU_PERCPU hash maps 1f06b2a60445 power: supply: bq24190: Call power_supply_changed() after updating input current 8c6f881dc13b power: supply: core: Refactor power_supply_set_input_current_limit_from_supplier() 1f9367a890ac power: supply: bq27xxx: After charger plug in/out wait 0.5s for things to stabilize 75a7e9de60a2 power: supply: bq27xxx: Ensure power_supply_changed() is called on current sign changes e4c708a9bbde power: supply: bq27xxx: Move bq27xxx_battery_update() down 2288fa1ae9b1 power: supply: bq27xxx: expose battery data when CI=1 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> (cherry picked from commit acb7f13dd673b15706f56a6b12ab4637a54e89f8) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb
index fb92ac9527..eee248dba9 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb
@@ -11,13 +11,13 @@ python () {
raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
}
-SRCREV_machine ?= "85bc9c4be5d0be6f26d120ee466ea456d4b72adc"
-SRCREV_meta ?= "ba0876ac0b787294ecb502d82c057ac71fd3fe3d"
+SRCREV_machine ?= "649674a0e78bb0454571f2b8cb3cded4e0bb2b6a"
+SRCREV_meta ?= "5f6249ab6fc0f2ac02d745c815adfbf2ad2f92fa"
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.15;destsuffix=${KMETA}"
-LINUX_VERSION ?= "5.15.114"
+LINUX_VERSION ?= "5.15.115"
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"