From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751514AbdBBSdw (ORCPT ); Thu, 2 Feb 2017 13:33:52 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:48330 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750777AbdBBSdu (ORCPT ); Thu, 2 Feb 2017 13:33:50 -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, stable@vger.kernel.org Subject: [PATCH 4.4 00/20] 4.4.47-stable review Date: Thu, 2 Feb 2017 19:33:33 +0100 Message-Id: <20170202183308.733256820@linuxfoundation.org> X-Mailer: git-send-email 2.11.0 MIME-Version: 1.0 User-Agent: quilt/0.65 X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.4.47-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-4.4.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 4.4.47-rc1 X-KernelTest-Deadline: 2017-02-04T18:33+00:00 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 4.4.47 release. There are 20 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 Sat Feb 4 18:32:49 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.47-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.47-rc1 Florian Fainelli net: dsa: Bring back device detaching in dsa_slave_suspend() Bjørn Mork qmi_wwan/cdc_ether: add device ID for HP lt2523 (Novatel E371) WWAN card WANG Cong af_unix: move unix_mknod() out of bindlock hayeswang r8152: don't execute runtime suspend if the tx is not empty Ivan Vecera bridge: netlink: call br_changelink() during br_dev_newlink() Alexey Kodanev tcp: initialize max window for a new fastopen socket Kefeng Wang ipv6: addrconf: Avoid addrconf_disable_change() using RCU read-side lock Daniel Gonzalez Cabanelas net: phy: bcm63xx: Utilize correct config_intr function Eric Dumazet net: fix harmonize_features() vs NETIF_F_HIGHDMA Basil Gunn ax25: Fix segfault after sock connection timeout Masaru Nagai ravb: do not use zero-length alignment DMA descriptor Lance Richardson openvswitch: maintain correct checksum state in conntrack actions Shannon Nelson tcp: fix tcp_fastopen unaligned access complaints on sparc Florian Fainelli net: systemport: Decouple flow control from __bcm_sysport_tx_reclaim David Ahern net: ipv4: fix table id in getroute response David Ahern net: lwtunnel: Handle lwtunnel_fill_encap failure Elad Raz mlxsw: pci: Fix EQE structure definition Arkadi Sharshevsky mlxsw: switchx2: Fix memory leak at skb reallocation Arkadi Sharshevsky mlxsw: spectrum: Fix memory leak at skb reallocation hayeswang r8152: fix the sw rx checksum is unavailable ------------- Diffstat: Makefile | 4 ++-- drivers/net/ethernet/broadcom/bcmsysport.c | 25 +++++++++++++------ drivers/net/ethernet/mellanox/mlxsw/pci.h | 8 +++---- drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 1 + drivers/net/ethernet/mellanox/mlxsw/switchx2.c | 1 + drivers/net/ethernet/renesas/ravb_main.c | 13 ++++++++++ drivers/net/phy/bcm63xx.c | 21 ++++++++++++++-- drivers/net/usb/cdc_ether.c | 8 +++++++ drivers/net/usb/qmi_wwan.c | 7 ++++++ drivers/net/usb/r8152.c | 9 ++++++- include/linux/tcp.h | 7 +++++- net/ax25/ax25_subr.c | 2 +- net/bridge/br_netlink.c | 33 +++++++++++++++----------- net/core/dev.c | 4 ++-- net/dsa/slave.c | 2 ++ net/ipv4/fib_semantics.c | 11 +++++---- net/ipv4/route.c | 2 +- net/ipv4/tcp_fastopen.c | 3 ++- net/ipv6/addrconf.c | 4 +--- net/ipv6/route.c | 3 ++- net/openvswitch/conntrack.c | 3 ++- net/unix/af_unix.c | 27 ++++++++++++--------- 22 files changed, 142 insertions(+), 56 deletions(-)