diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-12-02 22:58:13 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-28 23:25:42 +0000 |
commit | 3cde298684c5aa7f63bdc0c879523777d79c37cb (patch) | |
tree | 2fa0943a5eb723b8eb96f406cb53702cf47a7ed9 /meta/recipes-kernel | |
parent | 7a46ff199c19d423aa0c3a2639258e2448855652 (diff) | |
download | poky-3cde298684c5aa7f63bdc0c879523777d79c37cb.tar.gz |
linux-yocto/5.2: update to v5.2.25
Updating linux-yocto/5.2 to the latest korg -stable release that comprises
the following commits:
38cbae50e893 Linux 5.2.25
efe66d67e43d wimax: i2400: Fix memory leak in i2400m_op_rfkill_sw_toggle
aae5e918d3f4 wimax: i2400: fix memory leak
596fd85a2430 iio: imu: adis16400: fix memory leak
3fe8e6c9095c spi: lpspi: fix memory leak in fsl_lpspi_probe
7d0bf52f1adb scsi: bfa: release allocated memory in case of error
27fbb054e805 RDMA/hfi1: Prevent memory leak in sdma_init
a135a89e6160 ath9k: release allocated buffer if timed out
56e06c206399 ath10k: fix memory leak
6e5539a37beb misc: fastrpc: prevent memory leak in fastrpc_dma_buf_attach
69a90884629a spi: gpio: prevent memory leak in spi_gpio_probe
92c5d7695ef6 rsi: release skb if rsi_prepare_beacon fails
e874f72c40c2 RDMA: Fix goto target to release the allocated memory
f34a1eae03b8 tracing: Have error path in predicate_parse() free its allocated memory
2e5f50144b3e drm/amd/display: prevent memory leak
d3021f313fd4 mwifiex: pcie: Fix memory leak in mwifiex_pcie_alloc_cmdrsp_buf
d5293038e8f9 vcs: prevent write access to vcsu devices
96f4eb9dc3b7 KVM: PPC: Book3S HV: Flush link stack on guest exit to host kernel
6ad7da3d7562 powerpc/book3s64: Fix link stack flush on context switch
edebf91d3684 powerpc/64s: support nospectre_v2 cmdline option
69a943951169 crypto: user - fix memory leak in crypto_reportstat
70c19a57f953 crypto: user - fix memory leak in crypto_report
fd0f9ef50a33 can: gs_usb: gs_can_open(): prevent memory leak
a216a264a85d rtlwifi: prevent memory leak in rtl_usb_probe
8eaea2a3f510 of: unittest: fix memory leak in unittest_data_add
f97bd033e3c8 virt: vbox: fix memory leak in hgcm_call_preprocess_linaddr
cf5f620eb9ec iio: imu: adis16400: release allocated memory on failure
4adc4baa97b6 mwifiex: pcie: Fix memory leak in mwifiex_pcie_init_evt_ring
676ef8fc1346 nl80211: fix memory leak in nl80211_get_ftm_responder_stats
a7f7800a32b7 net: qrtr: fix memort leak in qrtr_tun_write_iter
ab4362f47880 iwlwifi: dbg_ini: fix memory leak in alloc_sgtable
799775defe5a ath9k_htc: release allocated buffer if timed out
b3287955d81c rtl8xxxu: prevent leaking urb
af27e0abb87a ipmi: Fix memory leak in __ipmi_bmc_register
d887d3cfa04a media: vivid: Fix wrong locking that causes race conditions on streaming stop
0c1df555b18a media: rcar_drif: fix a memory disclosure
aea6f13d6eff media: usb: fix memory leak in af9005_identify_state
19746d855926 net/mlx5: prevent memory leak in mlx5_fpga_conn_create_cq
8503f31fed01 crypto: ccp - Release all allocated memory if sha type is invalid
(From OE-Core rev: f9db269297dbd019129063135739b7f016bb2667)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_5.2.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_5.2.bb | 8 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_5.2.bb | 22 |
3 files changed, 18 insertions, 18 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.2.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.2.bb index 61eb8d6b67..65031c8d15 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.2.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.2.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 ?= "2761299685e59f4838784b9764f22f31c0ba78cc" | 14 | SRCREV_machine ?= "e2077caf7f145e8f8ab98ff39d520e9215692542" |
15 | SRCREV_meta ?= "5c56ad2c2261408c85713ed338d0449646d48e58" | 15 | SRCREV_meta ?= "832aadfe04fb0fea50cf143b639ed18392b7316c" |
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.2;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.2;destsuffix=${KMETA}" |
19 | 19 | ||
20 | LINUX_VERSION ?= "5.2.24" | 20 | LINUX_VERSION ?= "5.2.25" |
21 | 21 | ||
22 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | 22 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" |
23 | 23 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.2.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.2.bb index 61ec18eec1..1d9aa56703 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.2.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.2.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.2.24" | 9 | LINUX_VERSION ?= "5.2.25" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" |
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 ?= "fdfb41a859911607f9be6719615365e222c41c5c" | 18 | SRCREV_machine_qemuarm ?= "95d588ef6f8c1cf5d3478bb60e96e449fa395a73" |
19 | SRCREV_machine ?= "eb4da2e1ea7630f969e6dc25a1dc96eaeab1b6ec" | 19 | SRCREV_machine ?= "34462d734888f02c88f2fb686d74f42903c5992e" |
20 | SRCREV_meta ?= "5c56ad2c2261408c85713ed338d0449646d48e58" | 20 | SRCREV_meta ?= "832aadfe04fb0fea50cf143b639ed18392b7316c" |
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.2.bb b/meta/recipes-kernel/linux/linux-yocto_5.2.bb index 28d89ff94f..6ae874e3e8 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.2.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.2.bb | |||
@@ -12,16 +12,16 @@ KBRANCH_qemux86 ?= "v5.2/standard/base" | |||
12 | KBRANCH_qemux86-64 ?= "v5.2/standard/base" | 12 | KBRANCH_qemux86-64 ?= "v5.2/standard/base" |
13 | KBRANCH_qemumips64 ?= "v5.2/standard/mti-malta64" | 13 | KBRANCH_qemumips64 ?= "v5.2/standard/mti-malta64" |
14 | 14 | ||
15 | SRCREV_machine_qemuarm ?= "eae79a47742a27b57895dfc31033940078a58591" | 15 | SRCREV_machine_qemuarm ?= "d0a10775d1cd3254de5fd7ab0616038e64e883f3" |
16 | SRCREV_machine_qemuarm64 ?= "eb4da2e1ea7630f969e6dc25a1dc96eaeab1b6ec" | 16 | SRCREV_machine_qemuarm64 ?= "34462d734888f02c88f2fb686d74f42903c5992e" |
17 | SRCREV_machine_qemumips ?= "f5039ff845ae347063e6880d89d2e60f879ff856" | 17 | SRCREV_machine_qemumips ?= "7b10c4f80e33bf4a5aa1f27e4d33220a5bf4634a" |
18 | SRCREV_machine_qemuppc ?= "eb4da2e1ea7630f969e6dc25a1dc96eaeab1b6ec" | 18 | SRCREV_machine_qemuppc ?= "34462d734888f02c88f2fb686d74f42903c5992e" |
19 | SRCREV_machine_qemuriscv64 ?= "eb4da2e1ea7630f969e6dc25a1dc96eaeab1b6ec" | 19 | SRCREV_machine_qemuriscv64 ?= "34462d734888f02c88f2fb686d74f42903c5992e" |
20 | SRCREV_machine_qemux86 ?= "eb4da2e1ea7630f969e6dc25a1dc96eaeab1b6ec" | 20 | SRCREV_machine_qemux86 ?= "34462d734888f02c88f2fb686d74f42903c5992e" |
21 | SRCREV_machine_qemux86-64 ?= "eb4da2e1ea7630f969e6dc25a1dc96eaeab1b6ec" | 21 | SRCREV_machine_qemux86-64 ?= "34462d734888f02c88f2fb686d74f42903c5992e" |
22 | SRCREV_machine_qemumips64 ?= "1c863c05958faf522455713270317a4647e27578" | 22 | SRCREV_machine_qemumips64 ?= "c19324f7c3cc384a3bdc3e78b95d25528a734578" |
23 | SRCREV_machine ?= "eb4da2e1ea7630f969e6dc25a1dc96eaeab1b6ec" | 23 | SRCREV_machine ?= "34462d734888f02c88f2fb686d74f42903c5992e" |
24 | SRCREV_meta ?= "5c56ad2c2261408c85713ed338d0449646d48e58" | 24 | SRCREV_meta ?= "832aadfe04fb0fea50cf143b639ed18392b7316c" |
25 | 25 | ||
26 | # remap qemuarm to qemuarma15 for the 5.2 kernel | 26 | # remap qemuarm to qemuarma15 for the 5.2 kernel |
27 | # KMACHINE_qemuarm ?= "qemuarma15" | 27 | # KMACHINE_qemuarm ?= "qemuarma15" |
@@ -30,7 +30,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA | |||
30 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.2;destsuffix=${KMETA}" | 30 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.2;destsuffix=${KMETA}" |
31 | 31 | ||
32 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | 32 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" |
33 | LINUX_VERSION ?= "5.2.24" | 33 | LINUX_VERSION ?= "5.2.25" |
34 | 34 | ||
35 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | 35 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" |
36 | DEPENDS += "openssl-native util-linux-native" | 36 | DEPENDS += "openssl-native util-linux-native" |