summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2019-12-02 13:57:13 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2019-12-03 13:28:24 +0800
commitee11f9a02a47eed79facc474db79088a1b78d3f3 (patch)
treed78c0131ec36026a613ac2cfe7c9029d20ed518e
parentcd099b45a911955c805efa961ff8cafbe1584b1c (diff)
downloadmeta-intel-ee11f9a02a47eed79facc474db79088a1b78d3f3.tar.gz
linux-intel/4.14: update to v4.14.152
tag 'v4.14.152': (97 commits) Linux 4.14.152 Revert "ALSA: hda: Flush interrupts on disabling" ALSA: timer: Fix mutex deadlock at releasing card ALSA: timer: Simplify error path in snd_timer_open() xfs: Correctly invert xfs_buftarg LRU isolation logic sctp: not bind the socket in sctp_connect sctp: fix the issue that flags are ignored when using kernel_connect sch_netem: fix rcu splat in netem_enqueue() net: usb: sr9800: fix uninitialized local variable bonding: fix potential NULL deref in bond_update_slave_arr NFC: pn533: fix use-after-free and memleaks rxrpc: Fix call ref leak llc: fix sk_buff leak in llc_conn_service() llc: fix sk_buff leak in llc_sap_state_process() dmaengine: cppi41: Fix cppi41_dma_prep_slave_sg() when idle rtlwifi: Fix potential overflow on P2P code arm64: Ensure VM_WRITE|VM_SHARED ptes are clean by default s390/idle: fix cpu idle time calculation s390/cmm: fix information leak in cmm_timeout_handler() nl80211: fix validation of mesh path nexthop ... 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.bb6
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 6ba63611..9acb75fa 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
11DEPENDS += "elfutils-native openssl-native util-linux-native" 11DEPENDS += "elfutils-native openssl-native util-linux-native"
12 12
13LINUX_VERSION ?= "4.14.146" 13LINUX_VERSION ?= "4.14.152"
14SRCREV_machine ?= "c5bbe5b77b21abbb5dcdc6df080c2d7295cf3d90" 14SRCREV_machine ?= "f500fab13d11290921fc16c0e8b08c671819ad43"
15SRCREV_meta ?= "bc35d5bd224ab031440a69f9806d839db382f05c" 15SRCREV_meta ?= "c8f030fdbf6046dede4b7ce6c94b5b24221c250e"
16 16
17# For Crystalforest and Romley 17# For Crystalforest and Romley
18KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio" 18KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio"