]> code.ossystems Code Review - meta-freescale.git/commitdiff
linux-qoriq/4.19: update to 1a4cab2
authorChunrong Guo <chunrong.guo@nxp.com>
Fri, 5 Jul 2019 04:13:29 +0000 (12:13 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 12 Jul 2019 20:18:34 +0000 (17:18 -0300)
*update to lsdk 1906 tag
include the following changes:
1a4cab2 - tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()
b20446e - tcp: add tcp_min_snd_mss sysctl
96340e0 - tcp: tcp_fragment() should apply sane memory limits
6aa0603 - tcp: limit payload size of sacked skbs
58cd089 - Revert "crypto: caam - fix concurrency issue in givencrypt descriptor"
2cf3e79 - ahci_qoriq: bug fix for ecc_addr
43aec2b - arm64: dts: ls1028a: add gpu node
8d67002 - sdk_qbman: Avoid variable length array in USDPAA
63a7aba - net: dev: introduce support for sch BYPASS for lockless qdisc
e1924fc - net: sched: add empty status flag for NOLOCK qdisc
31639b0 - dpaa2-eth: add irq for the dpmac connect/disconnect event
ad0e508 - dpaa2-eth: Fix incorrect version check
1816b9c - dpaa2-eth: Fix FQ-based enqueue
97894b93 - crypto: caam - fix pkcs1pad(rsa-caam, sha256) failure because of invalid input
1bee6b6 - crypto: caam - fix concurrency issue in givencrypt descriptor
582dfcb - arm64: dts: ls1028a: Add temperature sensor node
9be8742 - staging: fsl-dpaa2: Remove duplicate config options
6e189a2 - arm64: dts: ls1028a: Fix CPU idle fail.
fe14f5f - spi: nxp-fspi: add "get_name" function
6aa2bb8 - dmaengine: fsl-edma: support little endian for edma driver
2505bc2 - arm64: dts: fsl: ls1028a: Add qDMA node
1a1da4d - arm64: dts: lx2160a: update interrupt property for Aquantia phy
052f93b - can: flexcan: Handle bit timings overflow
4687a6d - can: flexcan: enable flexcan for all architectures
ab64674 - can: flexcan: modify the interrupt register handling
ce7a15d - net: can: flexcan: can FD Format (FDF) changes

*refresh patches.

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
recipes-kernel/linux/linux-qoriq/0001-Makfefile-add-cflags.patch
recipes-kernel/linux/linux-qoriq_4.19.bb

index b01545f804c530e6bff319a595bfc05a33c84490..4e76c1050b62290d3e781430104e28adfb7f3898 100644 (file)
@@ -17,7 +17,7 @@ index 967692b..ae395cd 100644
  KBUILD_CFLAGS   := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \
                   -fno-strict-aliasing -fno-common -fshort-wchar \
 -                 -Werror-implicit-function-declaration \
-+                 -Werror-implicit-function-declaration -Wno-misleading-indentation -Wno-tautological-compare \
++                 -Werror-implicit-function-declaration -Wno-address-of-packed-member \
                   -Wno-format-security \
                   -std=gnu89
  KBUILD_CPPFLAGS := -D__KERNEL__
index 13667ea5aac14c48e3d4f065b1994567d9fd8137..bfea4bdf5d478b99ebf8b69b339c5fedc49de944 100644 (file)
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
 
 SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/linux;nobranch=1 \
 "
-SRCREV = "c0c2141106240d61e7b9d7c80284711d54f6ae91"
+SRCREV = "1a4cab2c597de7ac87c6ab4ce2a42e5e5adb3c0b"
 
 SRC_URI += " file://0001-Makfefile-add-cflags.patch \
 "