diff options
author | Naveen Saini <naveen.kumar.saini@intel.com> | 2019-01-14 10:07:23 (GMT) |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2019-01-19 03:23:58 (GMT) |
commit | 84e02aa01fd9a33331f6a232717f528903879cd9 (patch) | |
tree | 1ff3e27ef68219034f541eafdfb48eba28531658 /recipes-kernel | |
parent | 5fe4e84b4495689c02997f940ef7de170a918266 (diff) | |
download | meta-intel-84e02aa01fd9a33331f6a232717f528903879cd9.tar.gz |
linux-intel/4.14: update to v4.14.92
Merge Stable Linux tag v4.14.92 into 4.14/yocto
Stable Linux tag v4.14.92 : (98 commits)
Linux 4.14.92
MIPS: Only include mmzone.h when CONFIG_NEED_MULTIPLE_NODES=y
spi: bcm2835: Unbreak the build of esoteric configs
tpm: tpm_i2c_nuvoton: use correct command duration for TPM 2.x
tpm: tpm_try_transmit() refactor error flow.
rtc: m41t80: Correct alarm month range with RTC reads
arm/arm64: KVM: vgic: Force VM halt when changing the active state of GICv3 PPIs/SGIs
arm64: KVM: Avoid setting the upper 32 bits of VTCR_EL2 to 1
CIFS: Fix error mapping for SMB2_LOCK command which caused OFD lock problem
MIPS: OCTEON: mark RGMII interface disabled on OCTEON III
MIPS: Expand MIPS32 ASIDs to 64 bits
MIPS: Align kernel load address to 64KB
MIPS: Ensure pmd_present() returns false after pmd_mknotpresent()
MIPS: c-r4k: Add r4k_blast_scache_node for Loongson-3
MIPS: math-emu: Write-protect delay slot emulation pages
media: v4l2-tpg: array index could become negative
media: vivid: free bitmap_cap when updating std/timings/etc.
serial: uartps: Fix interrupt mask issue to handle the RX interrupts properly
f2fs: fix validation of the block count in sanity_check_raw_super
netfilter: nf_conncount: don't skip eviction when age is negative
...
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.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 4c1574c..e83c38c 100644 --- a/recipes-kernel/linux/linux-intel_4.14.bb +++ b/recipes-kernel/linux/linux-intel_4.14.bb | |||
@@ -10,9 +10,9 @@ SRC_URI_append = " file://0001-perf-x86-32-explicitly-include-errno.h.patch \ | |||
10 | 10 | ||
11 | DEPENDS += "elfutils-native openssl-native util-linux-native" | 11 | DEPENDS += "elfutils-native openssl-native util-linux-native" |
12 | 12 | ||
13 | LINUX_VERSION ?= "4.14.87" | 13 | LINUX_VERSION ?= "4.14.92" |
14 | SRCREV_machine ?= "2a9c1c646fe78a5e784ad7af0e43762c37b7015e" | 14 | SRCREV_machine ?= "f68d0bb395dc74b42e8ca9fda1ce31a58631eaf9" |
15 | SRCREV_meta ?= "6a3254e7b370cbb86c1f73379dcf38885c1c69e0" | 15 | SRCREV_meta ?= "bc35d5bd224ab031440a69f9806d839db382f05c" |
16 | 16 | ||
17 | # For Crystalforest and Romley | 17 | # For Crystalforest and Romley |
18 | KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio" | 18 | KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio" |