Linux 3.18.84
From: | Greg KH <gregkh-AT-linuxfoundation.org> | |
To: | linux-kernel-AT-vger.kernel.org, Andrew Morton <akpm-AT-linux-foundation.org>, torvalds-AT-linux-foundation.org, stable-AT-vger.kernel.org | |
Subject: | Linux 3.18.84 | |
Date: | Fri, 24 Nov 2017 09:14:46 +0100 | |
Message-ID: | <20171124081446.GA23475@kroah.com> | |
Cc: | lwn-AT-lwn.net, Jiri Slaby <jslaby-AT-suse.cz> |
I'm announcing the release of the 3.18.84 kernel. All users of the 3.18 kernel series must upgrade. The updated 3.18.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.18.y and can be browsed at the normal kernel.org git web browser: http://git.kernel.org/?p=linux/kernel/git/stable/linux-st... thanks, greg k-h ------------ Makefile | 2 +- drivers/char/ipmi/ipmi_msghandler.c | 10 ++++++---- drivers/net/ethernet/fealnx.c | 6 +++--- fs/coda/upcall.c | 3 +-- fs/ocfs2/file.c | 9 +++++++-- include/linux/skbuff.h | 7 +++++++ net/8021q/vlan.c | 6 +++--- net/core/skbuff.c | 1 + net/dccp/ipv6.c | 7 +++++++ net/ipv4/tcp_output.c | 9 ++------- net/ipv6/tcp_ipv6.c | 2 ++ net/netlink/af_netlink.c | 17 +++++++++++------ net/netlink/af_netlink.h | 1 + net/sctp/ipv6.c | 2 ++ net/sctp/socket.c | 4 ++++ security/integrity/ima/ima_appraise.c | 3 +++ 16 files changed, 61 insertions(+), 28 deletions(-) Cong Wang (1): vlan: fix a use-after-free in vlan_device_event() Corey Minyard (1): ipmi: fix unsigned long underflow Eric Dumazet (1): tcp: do not mangle skb->cb[] in tcp_make_synack() Eric W. Biederman (1): net/sctp: Always set scope_id in sctp_inet6_skb_msgname Greg Kroah-Hartman (1): Linux 3.18.84 Huacai Chen (1): fealnx: Fix building error on MIPS Jan Harkes (1): coda: fix 'kernel memory exposure attempt' in fsync Jason A. Donenfeld (1): af_netlink: ensure that NLMSG_DONE never fails in dumps Roberto Sassu (1): ima: do not update security.ima if appraisal status is not INTEGRITY_PASS WANG Cong (1): ipv6/dccp: do not inherit ipv6_mc_list from parent Xin Long (1): sctp: do not peel off an assoc from one netns to another one Ye Yin (1): netfilter/ipvs: clear ipvs_property flag when SKB net namespace changed alex chen (1): ocfs2: should wait dio before inode lock in ocfs2_setattr()