From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f66.google.com ([74.125.82.66]:39365 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751663AbdKVP3O (ORCPT ); Wed, 22 Nov 2017 10:29:14 -0500 Date: Wed, 22 Nov 2017 08:29:10 -0700 From: Nathan Chancellor To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, 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: Re: [PATCH 4.4 00/16] 4.4.101-stable review Message-ID: <20171122152910.GA9642@flashbox> References: <20171122101110.784746358@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171122101110.784746358@linuxfoundation.org> Sender: stable-owner@vger.kernel.org List-ID: On Wed, Nov 22, 2017 at 11:11:53AM +0100, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.4.101 release. > There are 16 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:11:01 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/v4.x/stable-review/patch-4.4.101-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-4.4.y > and the diffstat can be found below. > > thanks, > > greg k-h > > ------------- > Pseudo-Shortlog of commits: > > Greg Kroah-Hartman > Linux 4.4.101-rc1 > > Jan Harkes > coda: fix 'kernel memory exposure attempt' in fsync > > Pavel Tatashin > mm/page_alloc.c: broken deferred calculation > > Corey Minyard > ipmi: fix unsigned long underflow > > alex chen > ocfs2: should wait dio before inode lock in ocfs2_setattr() > > Keith Busch > nvme: Fix memory order on async queue deletion > > Mark Rutland > arm64: fix dump_instr when PAN and UAO are in use > > Lukas Wunner > serial: omap: Fix EFR write on RTS deassertion > > Roberto Sassu > ima: do not update security.ima if appraisal status is not INTEGRITY_PASS > > Eric W. Biederman > net/sctp: Always set scope_id in sctp_inet6_skb_msgname > > Huacai Chen > fealnx: Fix building error on MIPS > > Xin Long > sctp: do not peel off an assoc from one netns to another one > > Jason A. Donenfeld > af_netlink: ensure that NLMSG_DONE never fails in dumps > > Cong Wang > vlan: fix a use-after-free in vlan_device_event() > > Hangbin Liu > bonding: discard lowest hash bit for 802.3ad layer3+4 > > 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() > > > ------------- > > Diffstat: > > Makefile | 4 ++-- > arch/arm64/kernel/traps.c | 26 +++++++++++++------------- > drivers/char/ipmi/ipmi_msghandler.c | 10 ++++++---- > drivers/net/bonding/bond_main.c | 2 +- > drivers/net/ethernet/fealnx.c | 6 +++--- > drivers/nvme/host/pci.c | 2 +- > drivers/tty/serial/omap-serial.c | 2 +- > fs/coda/upcall.c | 3 +-- > fs/ocfs2/file.c | 9 +++++++-- > include/linux/mmzone.h | 3 ++- > include/linux/skbuff.h | 7 +++++++ > mm/page_alloc.c | 27 ++++++++++++++++++--------- > net/8021q/vlan.c | 6 +++--- > net/core/skbuff.c | 1 + > net/ipv4/tcp_output.c | 9 ++------- > 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 +++ > 20 files changed, 89 insertions(+), 55 deletions(-) > > Merged, compiled, and flashed onto my Pixel 2 XL and OnePlus 5. No initial issues noticed in general usage or dmesg.