summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex-mainline_4.14.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-01-28 10:08:52 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2020-01-28 10:27:24 +0100
commitdb41fd66b3b56ef1f33ac2ef9eacb33d41cd1738 (patch)
tree55c9bc1528bff933cf9feea4f270e21cb272d9e2 /recipes-kernel/linux/linux-toradex-mainline_4.14.bb
parent8c8b350b079619edde97e0c11b90f85062532911 (diff)
linux-toradex-mainline: update to 4.14.168
Remove upstreamed patch: Commit acab21ffa8c0951f2180f80184c921fa4799c786 'mmc: core: fix possible use after free of host' fixes the issue with the same change as 0015-Revert-mmc-core-fix-error-path-in-mmc_host_alloc. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-kernel/linux/linux-toradex-mainline_4.14.bb')
-rw-r--r--recipes-kernel/linux/linux-toradex-mainline_4.14.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-toradex-mainline_4.14.bb b/recipes-kernel/linux/linux-toradex-mainline_4.14.bb
index 9b8d2bf..35bdbac 100644
--- a/recipes-kernel/linux/linux-toradex-mainline_4.14.bb
+++ b/recipes-kernel/linux/linux-toradex-mainline_4.14.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
inherit kernel siteinfo
-LINUX_VERSION ?= "4.14.160"
+LINUX_VERSION ?= "4.14.168"
LOCALVERSION = "-${PR}"
PR = "${TDX_VER_ITEM}"
@@ -30,7 +30,6 @@ GENERIC_PATCHES = " \
file://0012-apalis-tk1-support-for-k20-mfd.patch \
file://0013-usb-chipidea-tegra-Use-aligned-DMA-on-Tegra30.patch \
file://0014-usb-chipidea-tegra-Use-aligned-DMA-on-Tegra114-124.patch \
- file://0015-Revert-mmc-core-fix-error-path-in-mmc_host_alloc.patch \
file://0016-Revert-mmc-core-simplify-ida-handling.patch \
file://0017-mmc-read-mmc-alias-from-device-tree.patch \
file://0018-apalis-t30-mainline-force-fixed-ids-for-sdmmc-contro.patch \
@@ -59,8 +58,8 @@ SRC_URI = " \
${GENERIC_PATCHES} \
${MACHINE_PATCHES} \
"
-SRC_URI[md5sum] = "286501d9badbb724fddbc6e20e46aa1e"
-SRC_URI[sha256sum] = "c60326bad1bcdede514ca8a0bb96843fa7578ef00829cced6218b888b2efa92c"
+SRC_URI[md5sum] = "e3447527902445b779f5eff66de5bc8c"
+SRC_URI[sha256sum] = "db5777d3a12a85bc8c130b7b250bab2283f9d964b725e5de3c216b495eeb31fe"
# For CI use one could use the following instead (plus patches still of course)
LINUX_VERSION_use-head-next ?= "4.14"