summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2019-05-21 14:13:17 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2019-05-23 10:55:40 +0800
commiteab66418ef5d410e66187fd4fdfc3a42d4c4e687 (patch)
tree9163534a34623cdd90ef541068ae9dd7415c6d48 /recipes-kernel
parent6633f87024b46008a2a06c4ebd3c17ccecce00b8 (diff)
downloadmeta-intel-eab66418ef5d410e66187fd4fdfc3a42d4c4e687.tar.gz
linux-intel_4.19: update to v4.19.40
This update has CVEs fixed CVE-2019-5489 CVE-2018-20669 Merge "[keystore] Change keystore applets store path" into base Linux 4.19.40 ath10k: Drop WARN_ON()s that always trigger during system resume ALSA: line6: use dynamic buffers KVM: nVMX: Fix size checks in vmx_set_nested_state KVM: x86: Whitelist port 0x7e for pre-incrementing %rip net/tls: fix copy to fragments in reencrypt net/tls: don't copy negative amounts of data in reencrypt bnxt_en: Fix uninitialized variable usage in bnxt_rx_pkt(). bnxt_en: Free short FW command HWRM memory in error path in bnxt_init_one() bnxt_en: Improve multicast address setup logic. packet: validate msg_namelen in send directly selftests: fib_rule_tests: print the result and return 1 if any tests failed sctp: avoid running the sctp state machine recursively rxrpc: Fix net namespace cleanup net/tls: avoid NULL pointer deref on nskb->sk in fallback net: phy: marvell: Fix buffer overrun with stats counters net: dsa: bcm_sf2: fix buffer overflow doing set_rxnfc l2tp: use rcu_dereference_sk_user_data() in l2tp_udp_encap_recv() l2ip: fix possible use-after-free ipv6: invert flowlabel sharing check in process and user mode ... Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-intel_4.19.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-intel_4.19.bb b/recipes-kernel/linux/linux-intel_4.19.bb
index e1ccd379..c3f1a9d1 100644
--- a/recipes-kernel/linux/linux-intel_4.19.bb
+++ b/recipes-kernel/linux/linux-intel_4.19.bb
@@ -9,9 +9,9 @@ SRC_URI_append = " file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurs
9 9
10DEPENDS += "elfutils-native openssl-native util-linux-native" 10DEPENDS += "elfutils-native openssl-native util-linux-native"
11 11
12LINUX_VERSION ?= "4.19.34" 12LINUX_VERSION ?= "4.19.40"
13SRCREV_machine ?= "0f05ba26d359c104190cd68e04ba4485503840b1" 13SRCREV_machine ?= "106e1f78760b7e980a9598098ee45ec0a683c7ed"
14SRCREV_meta ?= "55b740965496961a660674aa4e5b8568b1b9fb7e" 14SRCREV_meta ?= "6fface2df8bc35e72aaf3d79352413fd84175879"
15 15
16# For Crystalforest and Romley 16# For Crystalforest and Romley
17KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio" 17KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio"