From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751991AbdKVKL4 (ORCPT ); Wed, 22 Nov 2017 05:11:56 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:32882 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751575AbdKVKLx (ORCPT ); Wed, 22 Nov 2017 05:11:53 -0500 From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuahkh@osg.samsung.com, patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, stable@vger.kernel.org Subject: [PATCH 3.18 00/12] 3.18.84-stable review Date: Wed, 22 Nov 2017 11:11:43 +0100 Message-Id: <20171122101056.996363808@linuxfoundation.org> X-Mailer: git-send-email 2.15.0 User-Agent: quilt/0.65 X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-3.18.84-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-3.18.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 3.18.84-rc1 X-KernelTest-Deadline: 2017-11-24T10:10+00:00 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is the start of the stable review cycle for the 3.18.84 release. There are 12 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Fri Nov 24 10:10:45 UTC 2017. Anything received after that time might be too late. The whole patch series can be found in one patch at: kernel.org/pub/linux/kernel/v3.x/stable-review/patch-3.18.84-rc1.gz or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-3.18.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 3.18.84-rc1 Jan Harkes coda: fix 'kernel memory exposure attempt' in fsync Corey Minyard ipmi: fix unsigned long underflow alex chen ocfs2: should wait dio before inode lock in ocfs2_setattr() Roberto Sassu ima: do not update security.ima if appraisal status is not INTEGRITY_PASS Cong Wang vlan: fix a use-after-free in vlan_device_event() Jason A. Donenfeld af_netlink: ensure that NLMSG_DONE never fails in dumps Huacai Chen fealnx: Fix building error on MIPS Xin Long sctp: do not peel off an assoc from one netns to another one Ye Yin netfilter/ipvs: clear ipvs_property flag when SKB net namespace changed Eric Dumazet tcp: do not mangle skb->cb[] in tcp_make_synack() Eric W. Biederman net/sctp: Always set scope_id in sctp_inet6_skb_msgname WANG Cong ipv6/dccp: do not inherit ipv6_mc_list from parent ------------- Diffstat: Makefile | 4 ++-- 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, 62 insertions(+), 29 deletions(-)