diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-11-23 16:57:28 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-24 09:55:54 +0000 |
commit | 116d8a33214edab7d777595ef380cb5b084f2e9a (patch) | |
tree | 488a97e015666349c303249a7adfdf49ee2ba04d | |
parent | f3b7489492383eeb8ef077f567f97a5067a3e9be (diff) | |
download | poky-116d8a33214edab7d777595ef380cb5b084f2e9a.tar.gz |
linux-yocto/5.15: update to v5.15.2
Updating linux-yocto/5.15 to the latest korg -stable release that comprises
the following commits:
7cc36c3e14ae Linux 5.15.2
5dbe126056fb rsi: fix control-message timeout
7d6f8d3bab72 media: staging/intel-ipu3: css: Fix wrong size comparison imgu_css_fw_init
4787caef521c staging: r8188eu: fix memleak in rtw_wx_set_enc_ext
8f60f9f6ee24 staging: rtl8192u: fix control-message timeouts
9033490a3fef staging: r8712u: fix control-message timeout
3a66e8a661a4 comedi: vmk80xx: fix bulk and interrupt message timeouts
47b4636ebdbe comedi: vmk80xx: fix bulk-buffer overflow
06ac746d57e6 comedi: vmk80xx: fix transfer-buffer overflows
d6a727a681a3 comedi: ni_usb6501: fix NULL-deref in command paths
20cebb8b620d comedi: dt9812: fix DMA buffers on stack
e7fb722586a2 isofs: Fix out of bound access for corrupted isofs image
a65c9afe9f2f staging: rtl8712: fix use-after-free in rtl8712_dl_fw
a0041453ff9e btrfs: fix lzo_decompress_bio() kmap leakage
d5dd3b44488b kfence: default to dynamic branch instead of static keys mode
93ce7441001f kfence: always use static branches to guard kfence_alloc()
5e57d171e2e6 binder: don't detect sender/target during buffer cleanup
6e8813eadf8b binder: use cred instead of task for getsecid
3f3c31dd0f8c binder: use cred instead of task for selinux checks
ff1bd01f490b binder: use euid from cred instead of using task
ec7c20d41714 Revert "proc/wchan: use printk format instead of lookup_symbol_name()"
2e93afda0520 usb-storage: Add compatibility quirk flags for iODD 2531/2541
ad5df979295b usb: musb: Balance list entry in musb_gadget_queue
72a9bf9bb16a usb: gadget: Mark USB_FSL_QE broken on 64-bit
adb1902a1246 usb: ehci: handshake CMD_RUN instead of STS_HALT
aa8a82d6db0b Revert "x86/kvm: fix vcpu-id indexed array sizes"
26ac7dec7ff0 KVM: x86: avoid warning with -Wbitwise-instead-of-logical
(From OE-Core rev: 0fe8d5a28d1161c152bf64cd67053b8f51fc7073)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb | 8 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_5.15.bb | 26 |
3 files changed, 20 insertions, 20 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 879f2be677..d5c11b8d33 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 | ||
14 | SRCREV_machine ?= "b9ff38638d2398b647629e768713eefb0fc6707a" | 14 | SRCREV_machine ?= "ada3579e989bfe75d8598ab993347157dc4611c2" |
15 | SRCREV_meta ?= "5bcd50d6b0cde22583768dc1acf304259364ddbc" | 15 | SRCREV_meta ?= "e3682eb8fe7512597c75b009f51027534ab2f58d" |
16 | 16 | ||
17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ | 17 | SRC_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 | ||
20 | LINUX_VERSION ?= "5.15.1" | 20 | LINUX_VERSION ?= "5.15.2" |
21 | 21 | ||
22 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 22 | LIC_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 6035dc47f1..49e74252e9 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb | |||
@@ -6,7 +6,7 @@ KCONFIG_MODE = "--allnoconfig" | |||
6 | 6 | ||
7 | require recipes-kernel/linux/linux-yocto.inc | 7 | require recipes-kernel/linux/linux-yocto.inc |
8 | 8 | ||
9 | LINUX_VERSION ?= "5.15.1" | 9 | LINUX_VERSION ?= "5.15.2" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
11 | 11 | ||
12 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | 12 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" |
@@ -15,9 +15,9 @@ DEPENDS += "openssl-native util-linux-native" | |||
15 | KMETA = "kernel-meta" | 15 | KMETA = "kernel-meta" |
16 | KCONF_BSP_AUDIT_LEVEL = "2" | 16 | KCONF_BSP_AUDIT_LEVEL = "2" |
17 | 17 | ||
18 | SRCREV_machine:qemuarm ?= "098dbfb0e6d95ae958e1003738fb0dc90a81691b" | 18 | SRCREV_machine:qemuarm ?= "0daad4eb78782be97ce4d91f2d455ccc2d238991" |
19 | SRCREV_machine ?= "5a8ec126c297dd9e410eb23685003f670f8f3d57" | 19 | SRCREV_machine ?= "a81c52f3e09edca72d2b3da6cbab5d17769fa8cb" |
20 | SRCREV_meta ?= "5bcd50d6b0cde22583768dc1acf304259364ddbc" | 20 | SRCREV_meta ?= "e3682eb8fe7512597c75b009f51027534ab2f58d" |
21 | 21 | ||
22 | PV = "${LINUX_VERSION}+git${SRCPV}" | 22 | PV = "${LINUX_VERSION}+git${SRCPV}" |
23 | 23 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.15.bb b/meta/recipes-kernel/linux/linux-yocto_5.15.bb index 0fd49d78cb..51259617a7 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.15.bb | |||
@@ -13,17 +13,17 @@ KBRANCH:qemux86 ?= "v5.15/standard/base" | |||
13 | KBRANCH:qemux86-64 ?= "v5.15/standard/base" | 13 | KBRANCH:qemux86-64 ?= "v5.15/standard/base" |
14 | KBRANCH:qemumips64 ?= "v5.15/standard/mti-malta64" | 14 | KBRANCH:qemumips64 ?= "v5.15/standard/mti-malta64" |
15 | 15 | ||
16 | SRCREV_machine:qemuarm ?= "47b7bd92b84e0ad136d45956e86039ad7307c892" | 16 | SRCREV_machine:qemuarm ?= "e185d8ca70e102b1f99736b15f5e8ee1ab62d081" |
17 | SRCREV_machine:qemuarm64 ?= "5a8ec126c297dd9e410eb23685003f670f8f3d57" | 17 | SRCREV_machine:qemuarm64 ?= "a81c52f3e09edca72d2b3da6cbab5d17769fa8cb" |
18 | SRCREV_machine:qemumips ?= "e2dd4de2dfebf97237b87c414d0582016f64d5b1" | 18 | SRCREV_machine:qemumips ?= "51982f22cf688d426ae919380cb19fcde3cd0d1a" |
19 | SRCREV_machine:qemuppc ?= "5a8ec126c297dd9e410eb23685003f670f8f3d57" | 19 | SRCREV_machine:qemuppc ?= "a81c52f3e09edca72d2b3da6cbab5d17769fa8cb" |
20 | SRCREV_machine:qemuriscv64 ?= "5a8ec126c297dd9e410eb23685003f670f8f3d57" | 20 | SRCREV_machine:qemuriscv64 ?= "a81c52f3e09edca72d2b3da6cbab5d17769fa8cb" |
21 | SRCREV_machine:qemuriscv32 ?= "5a8ec126c297dd9e410eb23685003f670f8f3d57" | 21 | SRCREV_machine:qemuriscv32 ?= "a81c52f3e09edca72d2b3da6cbab5d17769fa8cb" |
22 | SRCREV_machine:qemux86 ?= "5a8ec126c297dd9e410eb23685003f670f8f3d57" | 22 | SRCREV_machine:qemux86 ?= "a81c52f3e09edca72d2b3da6cbab5d17769fa8cb" |
23 | SRCREV_machine:qemux86-64 ?= "5a8ec126c297dd9e410eb23685003f670f8f3d57" | 23 | SRCREV_machine:qemux86-64 ?= "a81c52f3e09edca72d2b3da6cbab5d17769fa8cb" |
24 | SRCREV_machine:qemumips64 ?= "066b9f8175fc7136c15768204ba71d3fddc2f4f8" | 24 | SRCREV_machine:qemumips64 ?= "95b7f92bb1eec8532be3a5e50726a0643ab2fae9" |
25 | SRCREV_machine ?= "5a8ec126c297dd9e410eb23685003f670f8f3d57" | 25 | SRCREV_machine ?= "a81c52f3e09edca72d2b3da6cbab5d17769fa8cb" |
26 | SRCREV_meta ?= "5bcd50d6b0cde22583768dc1acf304259364ddbc" | 26 | SRCREV_meta ?= "e3682eb8fe7512597c75b009f51027534ab2f58d" |
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 |
@@ -31,7 +31,7 @@ SRCREV_meta ?= "5bcd50d6b0cde22583768dc1acf304259364ddbc" | |||
31 | # normal PREFERRED_VERSION settings. | 31 | # normal PREFERRED_VERSION settings. |
32 | BBCLASSEXTEND = "devupstream:target" | 32 | BBCLASSEXTEND = "devupstream:target" |
33 | DEFAULT_PREFERENCE:class-devupstream = "-1" | 33 | DEFAULT_PREFERENCE:class-devupstream = "-1" |
34 | SRCREV_machine:class-devupstream ?= "b6abb62daa5511c4a3eaa30cbdb02544d1f10fa2" | 34 | SRCREV_machine:class-devupstream ?= "7cc36c3e14ae0af800a3a5d20cb17d0c168fc956" |
35 | PN:class-devupstream = "linux-yocto-upstream" | 35 | PN:class-devupstream = "linux-yocto-upstream" |
36 | KBRANCH:class-devupstream = "v5.15/base" | 36 | KBRANCH:class-devupstream = "v5.15/base" |
37 | 37 | ||
@@ -42,7 +42,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA | |||
42 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA}" | 42 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA}" |
43 | 43 | ||
44 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 44 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
45 | LINUX_VERSION ?= "5.15.1" | 45 | LINUX_VERSION ?= "5.15.2" |
46 | 46 | ||
47 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | 47 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" |
48 | DEPENDS += "openssl-native util-linux-native" | 48 | DEPENDS += "openssl-native util-linux-native" |