[PATCH 4.4 00/27] 4.4.43-stable review

From: Greg Kroah-Hartman
Date: Fri Jan 13 2017 - 06:38:35 EST


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 <gregkh@xxxxxxxxxxxxxxxxxxx>
Linux 4.4.43-rc1

Oliver O'Halloran <oohall@xxxxxxxxx>
mm/init: fix zone boundary creation

Dennis Kadioglu <denk@xxxxxxxx>
ALSA: usb-audio: Add a quirk for Plantronics BT600

Uwe Kleine-KÃnig <uwe@xxxxxxxxxxxxxxxxx>
spi: mvebu: fix baudrate calculation for armada variant

Tony Lindgren <tony@xxxxxxxxxxx>
ARM: OMAP4+: Fix bad fallthrough for cpuidle

Kyle Roeschley <kyle.roeschley@xxxxxx>
ARM: zynq: Reserve correct amount of non-DMA RAM

Larry Finger <Larry.Finger@xxxxxxxxxxxx>
powerpc: Fix build warning on 32-bit PPC

Takashi Sakamoto <o-takashi@xxxxxxxxxxxxx>
ALSA: firewire-tascam: Fix to handle error from initialization of stream data

Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
HID: hid-cypress: validate length of report

David Ahern <dsa@xxxxxxxxxxxxxxxxxxx>
net: vrf: do not allow table id 0

David Ahern <dsa@xxxxxxxxxxxxxxxxxxx>
net: ipv4: Fix multipath selection with vrf

Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
gro: Disable frag0 optimization on IPv6 ext headers

Eric Dumazet <edumazet@xxxxxxxxxx>
gro: use min_t() in skb_gro_reset_offset()

Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
gro: Enter slow-path if there is no tailroom

hayeswang <hayeswang@xxxxxxxxxxx>
r8152: fix rx issue for runtime suspend

hayeswang <hayeswang@xxxxxxxxxxx>
r8152: split rtl8152_suspend function

Alexander Duyck <alexander.h.duyck@xxxxxxxxx>
ipv4: Do not allow MAIN to be alias for new LOCAL w/ custom rules

Michal Tesar <mtesar@xxxxxxxxxx>
igmp: Make igmp group member RFC 3376 compliant

Reiter Wolfgang <wr0112358@xxxxxxxxx>
drop_monitor: consider inserted data in genlmsg_end

Reiter Wolfgang <wr0112358@xxxxxxxxx>
drop_monitor: add missing call to genlmsg_end

Eli Cohen <eli@xxxxxxxxxxxx>
net/mlx5: Avoid shadowing numa_node

Noa Osherovich <noaos@xxxxxxxxxxxx>
net/mlx5: Check FW limitations on log_max_qp before setting it

Florian Fainelli <f.fainelli@xxxxxxxxx>
net: stmmac: Fix race between stmmac_drv_probe and stmmac_open

Daniel Borkmann <daniel@xxxxxxxxxxxxx>
net, sched: fix soft lockup in tc_classify

Dave Jones <davej@xxxxxxxxxxxxxxxxx>
ipv6: handle -EFAULT from skb_copy_bits

David Ahern <dsa@xxxxxxxxxxxxxxxxxxx>
net: vrf: Drop conntrack data after pass through VRF device on Tx

Dan Carpenter <dan.carpenter@xxxxxxxxxx>
ser_gigaset: return -ENOMEM on error instead of success

stephen hemminger <stephen@xxxxxxxxxxxxxxxxxx>
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(-)