diff options
author | Naveen Saini <naveen.kumar.saini@intel.com> | 2020-02-12 02:53:41 (GMT) |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2020-02-12 05:43:15 (GMT) |
commit | 1e6dcb762fed9ab5d0265477e4a2ab56748750da (patch) | |
tree | a489b2f6d16346656df052dac7cb4bf742dbf9df | |
parent | c3d4c01bdfce315d5c5ea5263231c5e9ca521e67 (diff) | |
download | meta-intel-1e6dcb762fed9ab5d0265477e4a2ab56748750da.tar.gz |
linux-intel/4.14: update to v4.14.16512.2-zeus-3.0.2
tag 'v4.14.165': (1675 commits)
Linux 4.14.165
drm/i915/gen9: Clear residual context state on context switch
netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is present
netfilter: arp_tables: init netns pointer in xt_tgchk_param struct
phy: cpcap-usb: Fix flakey host idling and enumerating of devices
phy: cpcap-usb: Fix error path when no host driver is loaded
USB: Fix: Don't skip endpoint descriptors with maxpacket=0
HID: hiddev: fix mess in hiddev_open()
arm64: cpufeature: Avoid warnings due to unused symbols
ath10k: fix memory leak
rtl8xxxu: prevent leaking urb
scsi: bfa: release allocated memory in case of error
mwifiex: pcie: Fix memory leak in mwifiex_pcie_alloc_cmdrsp_buf
mwifiex: fix possible heap overflow in mwifiex_process_country_ie()
tty: always relink the port
tty: link tty and port before configuring it as console
staging: rtl8188eu: Add device code for TP-Link TL-WN727N v5.21
drm/dp_mst: correct the shifting in DP_REMOTE_I2C_READ
drm/fb-helper: Round up bits_per_pixel if possible
Input: add safety guards to input_set_keycode()
...
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r-- | recipes-kernel/linux/linux-intel_4.14.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-intel_4.14.bb b/recipes-kernel/linux/linux-intel_4.14.bb index 6aee428..e02d2fa 100644 --- a/recipes-kernel/linux/linux-intel_4.14.bb +++ b/recipes-kernel/linux/linux-intel_4.14.bb | |||
@@ -11,9 +11,9 @@ SRC_URI_append = " file://0001-perf-x86-32-explicitly-include-errno.h.patch \ | |||
11 | 11 | ||
12 | DEPENDS += "elfutils-native openssl-native util-linux-native" | 12 | DEPENDS += "elfutils-native openssl-native util-linux-native" |
13 | 13 | ||
14 | LINUX_VERSION ?= "4.14.152" | 14 | LINUX_VERSION ?= "4.14.165" |
15 | SRCREV_machine ?= "f500fab13d11290921fc16c0e8b08c671819ad43" | 15 | SRCREV_machine ?= "ee01b866cd5a72437a1a1dadb4c12b42be70a6e4" |
16 | SRCREV_meta ?= "c8f030fdbf6046dede4b7ce6c94b5b24221c250e" | 16 | SRCREV_meta ?= "a889c43359ca8bee705601817c50edf3c209bc09" |
17 | 17 | ||
18 | # For Crystalforest and Romley | 18 | # For Crystalforest and Romley |
19 | KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio" | 19 | KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio" |