I'm announcing the release of the 4.14.2 kernel. All users of the 4.14 kernel series must upgrade. The updated 4.14.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.14.y and can be browsed at the normal kernel.org git web browser: http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary thanks, greg k-h ------------ Makefile | 2 +- block/bio.c | 1 + drivers/char/ipmi/ipmi_msghandler.c | 10 ++++++---- drivers/char/ipmi/ipmi_si_intf.c | 33 +++++++++++++++++++++++---------- drivers/char/tpm/tpm-dev-common.c | 6 ++++++ drivers/net/ethernet/fealnx.c | 6 +++--- drivers/net/usb/cdc_ncm.c | 4 ++-- drivers/net/vxlan.c | 31 +++++++++++++------------------ drivers/tty/serial/8250/8250_fintek.c | 3 +++ drivers/tty/serial/omap-serial.c | 2 +- fs/coda/upcall.c | 3 +-- fs/ocfs2/dlm/dlmrecovery.c | 1 + fs/ocfs2/file.c | 9 +++++++-- include/linux/mmzone.h | 3 ++- kernel/rcu/tree_plugin.h | 2 +- mm/page_alloc.c | 27 ++++++++++++++++++--------- mm/page_ext.c | 4 ---- mm/pagewalk.c | 6 +++++- net/netlink/af_netlink.c | 17 +++++++++++------ net/netlink/af_netlink.h | 1 + net/sctp/ipv6.c | 5 +++-- security/integrity/ima/ima_appraise.c | 3 +++ 22 files changed, 112 insertions(+), 67 deletions(-) Alexander Steffen (1): tpm-dev-common: Reject too short writes Bjørn Mork (1): net: cdc_ncm: GetNtbFormat endian fix Changwei Ge (1): ocfs2: fix cluster hang after a node dies Corey Minyard (2): ipmi: fix unsigned long underflow ipmi: Prefer ACPI system interfaces over SMBIOS ones Eric W. Biederman (1): net/sctp: Always set scope_id in sctp_inet6_skb_msgname Greg Kroah-Hartman (1): Linux 4.14.2 Huacai Chen (1): fealnx: Fix building error on MIPS Jaewon Kim (1): mm/page_ext.c: check if page_ext is not prepared Jan Harkes (1): coda: fix 'kernel memory exposure attempt' in fsync Jann Horn (1): mm/pagewalk.c: report holes in hugetlb ranges Jason A. Donenfeld (1): af_netlink: ensure that NLMSG_DONE never fails in dumps Ji-Ze Hong (Peter Hong) (1): serial: 8250_fintek: Fix finding base_port with activated SuperIO Lukas Wunner (1): serial: omap: Fix EFR write on RTS deassertion Michael Lyle (1): bio: ensure __bio_clone_fast copies bi_partno Neeraj Upadhyay (1): rcu: Fix up pending cbs check in rcu_prepare_for_idle Pavel Tatashin (1): mm/page_alloc.c: broken deferred calculation Roberto Sassu (1): ima: do not update security.ima if appraisal status is not INTEGRITY_PASS Xin Long (1): vxlan: fix the issue that neigh proxy blocks all icmpv6 packets alex chen (1): ocfs2: should wait dio before inode lock in ocfs2_setattr()