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 <[email protected]>
Linux 4.4.43-rc1
Oliver O'Halloran <[email protected]>
mm/init: fix zone boundary creation
Dennis Kadioglu <[email protected]>
ALSA: usb-audio: Add a quirk for Plantronics BT600
Uwe Kleine-König <[email protected]>
spi: mvebu: fix baudrate calculation for armada variant
Tony Lindgren <[email protected]>
ARM: OMAP4+: Fix bad fallthrough for cpuidle
Kyle Roeschley <[email protected]>
ARM: zynq: Reserve correct amount of non-DMA RAM
Larry Finger <[email protected]>
powerpc: Fix build warning on 32-bit PPC
Takashi Sakamoto <[email protected]>
ALSA: firewire-tascam: Fix to handle error from initialization of stream
data
Greg Kroah-Hartman <[email protected]>
HID: hid-cypress: validate length of report
David Ahern <[email protected]>
net: vrf: do not allow table id 0
David Ahern <[email protected]>
net: ipv4: Fix multipath selection with vrf
Herbert Xu <[email protected]>
gro: Disable frag0 optimization on IPv6 ext headers
Eric Dumazet <[email protected]>
gro: use min_t() in skb_gro_reset_offset()
Herbert Xu <[email protected]>
gro: Enter slow-path if there is no tailroom
hayeswang <[email protected]>
r8152: fix rx issue for runtime suspend
hayeswang <[email protected]>
r8152: split rtl8152_suspend function
Alexander Duyck <[email protected]>
ipv4: Do not allow MAIN to be alias for new LOCAL w/ custom rules
Michal Tesar <[email protected]>
igmp: Make igmp group member RFC 3376 compliant
Reiter Wolfgang <[email protected]>
drop_monitor: consider inserted data in genlmsg_end
Reiter Wolfgang <[email protected]>
drop_monitor: add missing call to genlmsg_end
Eli Cohen <[email protected]>
net/mlx5: Avoid shadowing numa_node
Noa Osherovich <[email protected]>
net/mlx5: Check FW limitations on log_max_qp before setting it
Florian Fainelli <[email protected]>
net: stmmac: Fix race between stmmac_drv_probe and stmmac_open
Daniel Borkmann <[email protected]>
net, sched: fix soft lockup in tc_classify
Dave Jones <[email protected]>
ipv6: handle -EFAULT from skb_copy_bits
David Ahern <[email protected]>
net: vrf: Drop conntrack data after pass through VRF device on Tx
Dan Carpenter <[email protected]>
ser_gigaset: return -ENOMEM on error instead of success
stephen hemminger <[email protected]>
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(-)