From 20c2695529f8c3d6739443266e2a2b145d62a0c5 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 2 Dec 2019 22:58:13 -0500 Subject: 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: 56e9c166c6c636f80e30cfa1ee4371acd392a79d) Signed-off-by: Bruce Ashfield (cherry picked from commit f9db269297dbd019129063135739b7f016bb2667) Signed-off-by: Armin Kuster Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-tiny_5.2.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_5.2.bb') 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" require recipes-kernel/linux/linux-yocto.inc -LINUX_VERSION ?= "5.2.24" +LINUX_VERSION ?= "5.2.25" LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" @@ -15,9 +15,9 @@ DEPENDS += "openssl-native util-linux-native" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine_qemuarm ?= "fdfb41a859911607f9be6719615365e222c41c5c" -SRCREV_machine ?= "eb4da2e1ea7630f969e6dc25a1dc96eaeab1b6ec" -SRCREV_meta ?= "5c56ad2c2261408c85713ed338d0449646d48e58" +SRCREV_machine_qemuarm ?= "95d588ef6f8c1cf5d3478bb60e96e449fa395a73" +SRCREV_machine ?= "34462d734888f02c88f2fb686d74f42903c5992e" +SRCREV_meta ?= "832aadfe04fb0fea50cf143b639ed18392b7316c" PV = "${LINUX_VERSION}+git${SRCPV}" -- cgit v1.2.3-54-g00ecf