From 5a2d71d9f78031e2f689f13008727cae065c2508 Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Fri, 5 Jul 2019 13:06:59 +0800 Subject: [PATCH] linux-qoriq/4.14: update to e3aede3 *update to lsdk 1906 tag include the following changes: e3aede3 - tcp: enforce tcp_min_snd_mss in tcp_mtu_probing() 307f55b - tcp: add tcp_min_snd_mss sysctl c3f6a40 - tcp: tcp_fragment() should apply sane memory limits 7d63a76 - tcp: limit payload size of sacked skbs bc6fb71 - Revert "crypto: caam - fix concurrency issue in givencrypt descriptor" 5ead7f1 - dpaa2-eth: Remove FSL_DPAA2_ETH_DEBUGFS option 34ae8f0 - dpaa2-eth: Move CEETM config options under FSL_DPAA2_ETH 9ac3836 - ahci_qoriq: bug fix for ecc_addr f793640 - arm64: dts: ls1028a: add gpu node 043de79 - sdk_qbman: Avoid variable length array in USDPAA bd9550f - drivers: net: can: flexcan: fix flexcan not working 4660157 - dpaa2-eth: add irq for the dpmac connect/disconnect event 4319197 - dpaa2-eth: Fix incorrect version check e3f7267 - dpaa2-eth: Fix FQ-based enqueue 3b04038 - crypto: caam - fix pkcs1pad(rsa-caam, sha256) failure because of invalid input 4f0c3a1 - crypto: caam - fix concurrency issue in givencrypt descriptor 439f828 - arm64: dts: ls1028a: Add temperature sensor node 2353f24 - dpaa2-eth: No bql accounting for XDP frames 50c4adb - arm64: dts: ls1028a: Fix CPU idle fail. 815dbbc - dmaengine: fsl-edma: support little endian for edma driver e7275aa - arm64: dts: fsl: ls1028a: Add qDMA node 2e4a124 - arm64: dts: lx2160a: update interrupt property for Aquantia phy bd8ee34 - can: flexcan: Handle bit timings overflow 8330f91 - Fix flexcan compiling errors. Signed-off-by: Chunrong Guo --- recipes-kernel/linux/linux-qoriq_4.14.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-qoriq_4.14.bb b/recipes-kernel/linux/linux-qoriq_4.14.bb index 9f4bcf04..cd37c5d2 100644 --- a/recipes-kernel/linux/linux-qoriq_4.14.bb +++ b/recipes-kernel/linux/linux-qoriq_4.14.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/linux;nobranch=1 \ file://0001-Makfefile-add-cflags.patch \ " -SRCREV = "7e52442b136c439c142c4859a70ce92208c481a9" +SRCREV = "e3aede3681a610e6d42c397b96547dc90f6f9e87" S = "${WORKDIR}/git" -- 2.40.1