summaryrefslogtreecommitdiffstats
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-12 05:11:38 -1000
commitc7c869a2423ad780d4786ee2d5b389892b85b800 (patch)
tree059379f02e4a13aaf7da10724d1f1a6068c454d9
parentae71d122b90fc4de4505491a7af7f6941129e2df (diff)
downloadpoky-c7c869a2423ad780d4786ee2d5b389892b85b800.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 (From OE-Core rev: 44262f31928a20a25b4c4a54c3b76a788cc20216) 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>
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb6
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb6
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_5.15.bb26
3 files changed, 19 insertions, 19 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 () {
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 ?= "85bc9c4be5d0be6f26d120ee466ea456d4b72adc" 14SRCREV_machine ?= "649674a0e78bb0454571f2b8cb3cded4e0bb2b6a"
15SRCREV_meta ?= "ba0876ac0b787294ecb502d82c057ac71fd3fe3d" 15SRCREV_meta ?= "5f6249ab6fc0f2ac02d745c815adfbf2ad2f92fa"
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.15;destsuffix=${KMETA}" 18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA}"
19 19
20LINUX_VERSION ?= "5.15.114" 20LINUX_VERSION ?= "5.15.115"
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.15.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb
index 1bf912cd17..67c0ae51a4 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb
@@ -5,7 +5,7 @@ KCONFIG_MODE = "--allnoconfig"
5 5
6require recipes-kernel/linux/linux-yocto.inc 6require recipes-kernel/linux/linux-yocto.inc
7 7
8LINUX_VERSION ?= "5.15.114" 8LINUX_VERSION ?= "5.15.115"
9LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 9LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
10 10
11DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" 11DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
@@ -14,8 +14,8 @@ DEPENDS += "openssl-native util-linux-native"
14KMETA = "kernel-meta" 14KMETA = "kernel-meta"
15KCONF_BSP_AUDIT_LEVEL = "2" 15KCONF_BSP_AUDIT_LEVEL = "2"
16 16
17SRCREV_machine ?= "91a679c72403cfb28c8a03991c8ab7fd05bae24e" 17SRCREV_machine ?= "1475d97fc568cd18aee2ffc9e2327df42ab11dbc"
18SRCREV_meta ?= "ba0876ac0b787294ecb502d82c057ac71fd3fe3d" 18SRCREV_meta ?= "5f6249ab6fc0f2ac02d745c815adfbf2ad2f92fa"
19 19
20PV = "${LINUX_VERSION}+git${SRCPV}" 20PV = "${LINUX_VERSION}+git${SRCPV}"
21 21
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.15.bb b/meta/recipes-kernel/linux/linux-yocto_5.15.bb
index 600296a788..766995dbed 100644
--- a/meta/recipes-kernel/linux/linux-yocto_5.15.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_5.15.bb
@@ -13,24 +13,24 @@ KBRANCH:qemux86 ?= "v5.15/standard/base"
13KBRANCH:qemux86-64 ?= "v5.15/standard/base" 13KBRANCH:qemux86-64 ?= "v5.15/standard/base"
14KBRANCH:qemumips64 ?= "v5.15/standard/mti-malta64" 14KBRANCH:qemumips64 ?= "v5.15/standard/mti-malta64"
15 15
16SRCREV_machine:qemuarm ?= "cc8e6ff343cc0c0ca4e81bd9c8246cf26a1386d2" 16SRCREV_machine:qemuarm ?= "c4eda8f51adfce3ce4a7ec38945138db06d10847"
17SRCREV_machine:qemuarm64 ?= "144e8b0887515060993c55aa6390953facdc5985" 17SRCREV_machine:qemuarm64 ?= "644dc3e054fde0403f2e211e0d33fdcc65b86eb9"
18SRCREV_machine:qemumips ?= "875ca95dfbdc54834a761eca4ace8ea8464553e0" 18SRCREV_machine:qemumips ?= "9b1d37b6e5f0cc9c0397d6665b7457ebccedf20a"
19SRCREV_machine:qemuppc ?= "4dd882535e9f7b24974b070a33e132ee783cae12" 19SRCREV_machine:qemuppc ?= "6fa7818e5625448e3ce9a08a7a9ec2cfadbea50e"
20SRCREV_machine:qemuriscv64 ?= "08ba9badec4caaec9caa61bab1651716ba2a0eaf" 20SRCREV_machine:qemuriscv64 ?= "ad4f0f4baf291e68300bffe88ef0c6e98f5c9882"
21SRCREV_machine:qemuriscv32 ?= "08ba9badec4caaec9caa61bab1651716ba2a0eaf" 21SRCREV_machine:qemuriscv32 ?= "ad4f0f4baf291e68300bffe88ef0c6e98f5c9882"
22SRCREV_machine:qemux86 ?= "08ba9badec4caaec9caa61bab1651716ba2a0eaf" 22SRCREV_machine:qemux86 ?= "ad4f0f4baf291e68300bffe88ef0c6e98f5c9882"
23SRCREV_machine:qemux86-64 ?= "08ba9badec4caaec9caa61bab1651716ba2a0eaf" 23SRCREV_machine:qemux86-64 ?= "ad4f0f4baf291e68300bffe88ef0c6e98f5c9882"
24SRCREV_machine:qemumips64 ?= "788a1a85fd93d1d5b115fbbc6370fe26fae6dea4" 24SRCREV_machine:qemumips64 ?= "d13909f10dbd2affda5ac77d8d7ac0c0dbd9fe9c"
25SRCREV_machine ?= "08ba9badec4caaec9caa61bab1651716ba2a0eaf" 25SRCREV_machine ?= "ad4f0f4baf291e68300bffe88ef0c6e98f5c9882"
26SRCREV_meta ?= "ba0876ac0b787294ecb502d82c057ac71fd3fe3d" 26SRCREV_meta ?= "5f6249ab6fc0f2ac02d745c815adfbf2ad2f92fa"
27 27
28# set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll 28# set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll
29# get the <version>/base branch, which is pure upstream -stable, and the same 29# get the <version>/base branch, which is pure upstream -stable, and the same
30# meta SRCREV as the linux-yocto-standard builds. Select your version using the 30# meta SRCREV as the linux-yocto-standard builds. Select your version using the
31# normal PREFERRED_VERSION settings. 31# normal PREFERRED_VERSION settings.
32BBCLASSEXTEND = "devupstream:target" 32BBCLASSEXTEND = "devupstream:target"
33SRCREV_machine:class-devupstream ?= "0ab06468cbd149aac0d7f216ec00452ff8c74e0b" 33SRCREV_machine:class-devupstream ?= "d7af3e5ba454d007b4939f858739cf1cecdeab46"
34PN:class-devupstream = "linux-yocto-upstream" 34PN:class-devupstream = "linux-yocto-upstream"
35KBRANCH:class-devupstream = "v5.15/base" 35KBRANCH:class-devupstream = "v5.15/base"
36 36
@@ -38,7 +38,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA
38 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA}" 38 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA}"
39 39
40LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 40LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
41LINUX_VERSION ?= "5.15.114" 41LINUX_VERSION ?= "5.15.115"
42 42
43DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" 43DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
44DEPENDS += "openssl-native util-linux-native" 44DEPENDS += "openssl-native util-linux-native"