diff options
author | 2019-08-21 19:10:51 +0800 | |
---|---|---|
committer | 2019-08-21 20:48:57 +0800 | |
commit | c2770aa291bee805ab6c08f6e03cc6d75154f411 (patch) | |
tree | 741674303e2eed530eaeb6670388e0cea0a54e3b | |
parent | 31e6c9c18f4c929b3cbd175e7ab6f2533ce7a874 (diff) | |
download | meta-intel-c2770aa291bee805ab6c08f6e03cc6d75154f411.tar.gz meta-intel-c2770aa291bee805ab6c08f6e03cc6d75154f411.tar.bz2 meta-intel-c2770aa291bee805ab6c08f6e03cc6d75154f411.zip |
linux-intel_4.14: update to v4.14.133
Includes below CVE fixed:
CVE-2019-13272
tag 'v4.14.133': (56 commits)
Linux 4.14.133
stable/btrfs: fix backport bug in d819d97ea025 ("btrfs: honor path->skip_locking in backref code")
dmaengine: imx-sdma: remove BD_INTR for channel0
MIPS: Add missing EHB in mtc0 -> mfc0 sequence.
MIPS: Fix bounds check virt_addr_valid
svcrdma: Ignore source port when computing DRC hash
KVM: LAPIC: Fix pending interrupt in IRR blocked by software disable LAPIC
KVM: x86: degrade WARN to pr_warn_ratelimited
ARC: handle gcc generated __builtin_trap for older compiler
tty: rocket: fix incorrect forward declaration of 'rp_init()'
vhost: scsi: add weight support
vhost: vsock: add weight support
vhost_net: fix possible infinite loop
vhost: introduce vhost_exceeds_weight()
vhost_net: introduce vhost_exceeds_weight()
vhost_net: use packet weight for rx handler, too
vhost-net: set packet weight of tx polling to 2 * vq size
btrfs: Ensure replaced device doesn't have pending chunk allocation
mm/vmscan.c: prevent useless kswapd loops
ftrace/x86: Remove possible deadlock between register_kprobe() and ftrace_run_update_code()
...
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-intel_4.14.bb b/recipes-kernel/linux/linux-intel_4.14.bb index a421614a..6bf84a1d 100644 --- a/recipes-kernel/linux/linux-intel_4.14.bb +++ b/recipes-kernel/linux/linux-intel_4.14.bb @@ -10,8 +10,8 @@ SRC_URI_append = " file://0001-perf-x86-32-explicitly-include-errno.h.patch \ DEPENDS += "elfutils-native openssl-native util-linux-native" -LINUX_VERSION ?= "4.14.127" -SRCREV_machine ?= "25b00bbd0aeadd37904459016f1e3653130ee386" +LINUX_VERSION ?= "4.14.133" +SRCREV_machine ?= "650e448e7805a5aac42022b353299901548eee14" SRCREV_meta ?= "bc35d5bd224ab031440a69f9806d839db382f05c" # For Crystalforest and Romley |