From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:43638 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751365AbdAMLia (ORCPT ); Fri, 13 Jan 2017 06:38:30 -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, shuah.kh@samsung.com, patches@kernelci.org, ben.hutchings@codethink.co.uk, stable@vger.kernel.org Subject: [PATCH 4.4 00/27] 4.4.43-stable review Date: Fri, 13 Jan 2017 12:38:17 +0100 Message-Id: <20170113113722.669106991@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org List-ID: This is the start of the stable review cycle for the 4.4.43 release. There are 27 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 Sun Jan 15 11:36:57 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.43-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.43-rc1 Oliver O'Halloran mm/init: fix zone boundary creation Dennis Kadioglu ALSA: usb-audio: Add a quirk for Plantronics BT600 Uwe Kleine-König spi: mvebu: fix baudrate calculation for armada variant Tony Lindgren ARM: OMAP4+: Fix bad fallthrough for cpuidle Kyle Roeschley ARM: zynq: Reserve correct amount of non-DMA RAM Larry Finger powerpc: Fix build warning on 32-bit PPC Takashi Sakamoto ALSA: firewire-tascam: Fix to handle error from initialization of stream data Greg Kroah-Hartman HID: hid-cypress: validate length of report David Ahern net: vrf: do not allow table id 0 David Ahern net: ipv4: Fix multipath selection with vrf Herbert Xu gro: Disable frag0 optimization on IPv6 ext headers Eric Dumazet gro: use min_t() in skb_gro_reset_offset() Herbert Xu gro: Enter slow-path if there is no tailroom hayeswang r8152: fix rx issue for runtime suspend hayeswang r8152: split rtl8152_suspend function Alexander Duyck ipv4: Do not allow MAIN to be alias for new LOCAL w/ custom rules Michal Tesar igmp: Make igmp group member RFC 3376 compliant Reiter Wolfgang drop_monitor: consider inserted data in genlmsg_end Reiter Wolfgang drop_monitor: add missing call to genlmsg_end Eli Cohen net/mlx5: Avoid shadowing numa_node Noa Osherovich net/mlx5: Check FW limitations on log_max_qp before setting it Florian Fainelli net: stmmac: Fix race between stmmac_drv_probe and stmmac_open Daniel Borkmann net, sched: fix soft lockup in tc_classify Dave Jones ipv6: handle -EFAULT from skb_copy_bits David Ahern net: vrf: Drop conntrack data after pass through VRF device on Tx Dan Carpenter ser_gigaset: return -ENOMEM on error instead of success stephen hemminger netvsc: reduce maximum GSO size ------------- Diffstat: Makefile | 4 +- arch/arm/mach-omap2/omap-mpuss-lowpower.c | 5 +- arch/arm/mach-zynq/common.c | 2 +- arch/powerpc/kernel/misc_32.S | 2 +- drivers/hid/hid-cypress.c | 3 + drivers/isdn/gigaset/ser-gigaset.c | 4 +- drivers/net/ethernet/mellanox/mlx5/core/main.c | 10 ++- drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 22 +++--- drivers/net/hyperv/netvsc_drv.c | 3 + drivers/net/usb/r8152.c | 80 +++++++++++++++++----- drivers/net/vrf.c | 8 +++ drivers/spi/spi-orion.c | 83 +++++++++++++++-------- include/linux/netdevice.h | 9 ++- mm/page_alloc.c | 17 +++-- net/core/dev.c | 4 +- net/core/drop_monitor.c | 39 ++++++++--- net/ipv4/fib_frontend.c | 2 +- net/ipv4/fib_semantics.c | 9 ++- net/ipv4/igmp.c | 7 +- net/ipv6/ip6_offload.c | 1 + net/ipv6/raw.c | 6 +- net/sched/cls_api.c | 4 +- sound/firewire/tascam/tascam-stream.c | 2 +- sound/usb/quirks.c | 1 + 24 files changed, 237 insertions(+), 90 deletions(-)