From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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, satoru.takeuchi@gmail.com, shuah.kh@samsung.com, stable@vger.kernel.org Subject: [PATCH 3.17 00/47] 3.17.7-stable review Date: Sun, 14 Dec 2014 12:20:35 -0800 Message-Id: <20141214201818.552715149@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: This is the start of the stable review cycle for the 3.17.7 release. There are 47 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 Tue Dec 16 20:18:09 UTC 2014. 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/v3.0/stable-review/patch-3.17.7-rc1.gz and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 3.17.7-rc1 Takashi Iwai ALSA: usb-audio: Don't resubmit pending URBs at MIDI error recovery Takashi Iwai ALSA: hda - Fix built-in mic at resume on Lenovo Ideapad S210 Takashi Iwai ALSA: hda - Add EAPD fixup for ASUS Z99He laptop Christian König drm/radeon: sync all BOs involved in a CS v2 Greg Kroah-Hartman Revert: ACPI / EC: Add support to disallow QR_EC to be issued before completing previous QR_EC Daniel Borkmann netlink: use jhash as hashfn for rhashtable David Vrabel xen-netfront: use correct linear area after linearizing an skb Daniel Borkmann net: sctp: use MAX_HEADER for headroom reserve in output path Eric Dumazet net: mvneta: fix race condition in mvneta_tx() willy tarreau net: mvneta: fix Tx interrupt delay Denis Kirjanov mips: bpf: Fix broken BPF_MOD Tom Herbert gre: Set inner mac header in gro complete Nicolas Dichtel rtnetlink: release net refcnt on error in do_setlink() Thomas Graf bond: Check length of IFLA_BOND_ARP_IP_TARGET attributes Willem de Bruijn net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socks Jack Morgenstein net/mlx4_core: Limit count field to 24 bits in qp_alloc_res Thadeu Lima de Souza Cascardo tg3: fix ring init when there are more TX than RX channels Marcelo Leitner Fix race condition between vxlan_sock_add and vxlan_sock_release Alexander Duyck vxlan: Fix boolean flip in VXLAN_F_UDP_ZERO_CSUM6_[TX|RX] Yuri Chislov ipv6: gre: fix wrong skb->protocol in WCCP lucien ip_tunnel: the lack of vti_link_ops' dellink() cause kernel panic Dmitry Torokhov sata_fsl: fix error handling of irq_of_parse_and_map Tejun Heo ahci: disable MSI on SAMSUNG 0xa800 SSD Devin Ryles AHCI: Add DeviceIDs for Sunrise Point-LP SATA controller Sakari Ailus media: smiapp: Only some selection targets are settable sensoray-dev media: s2255drv: fix payload size for JPG, MJPEG David Härdeman media: rc-core: fix toggle handling in the rc6 decoder Chris Clayton x86: Use $(OBJDUMP) instead of plain objdump Daniel Vetter drm/i915: Unlock panel even when LVDS is disabled Daniel Vetter drm/i915: More cautious with pch fifo underruns Ian Campbell of/fdt: memblock_reserve /memreserve/ regions in the case of partial overlap Petr Mladek drm/radeon: kernel panic in drm_calc_vbltimestamp_from_scanoutpos with 3.18.0-rc6 Michel Dänzer drm/radeon: Ignore RADEON_GEM_GTT_WC on 32-bit x86 Vishnu Motghare i2c: cadence: Set the hardware time-out register to maximum value Grygorii Strashko i2c: davinci: generate STP always when NACK is received Alexander Kochetkov i2c: omap: fix i207 errata handling Alexander Kochetkov i2c: omap: fix NACK and Arbitration Lost irq handling Dave Airlie nouveau: move the hotplug ignore to correct place. Ilia Mirkin drm/nouveau/gf116: remove copy1 engine Seth Forshee xen-netfront: Remove BUGs on paged skb data which crosses a page boundary Paul Mackerras slab: fix nodeid bounds check for non-contiguous node IDs Daniel Forrest mm: fix anon_vma_clone() error treatment Hugh Dickins mm: fix swapoff hang after page migration and fork Al Viro fat: fix oops on corrupted vfat fs Andrew Morton drivers/input/evdev.c: don't kfree() a vmalloc address Andrew Morton mm/vmpressure.c: fix race in vmpressure_work_fn() Weijie Yang mm: frontswap: invalidate expired data on a dup-store failure ------------- Diffstat: Makefile | 4 ++-- arch/mips/net/bpf_jit.c | 4 ++-- arch/x86/boot/compressed/Makefile | 2 +- drivers/acpi/ec.c | 4 ++-- drivers/ata/ahci.c | 4 ++++ drivers/ata/sata_fsl.c | 2 +- drivers/gpu/drm/i915/intel_display.c | 2 -- drivers/gpu/drm/i915/intel_lvds.c | 22 +++++++++--------- drivers/gpu/drm/nouveau/core/engine/device/nvc0.c | 1 - drivers/gpu/drm/nouveau/nouveau_drm.c | 2 +- drivers/gpu/drm/radeon/radeon_cs.c | 9 +++----- drivers/gpu/drm/radeon/radeon_kms.c | 2 ++ drivers/gpu/drm/radeon/radeon_object.c | 7 ++++++ drivers/i2c/busses/i2c-cadence.c | 11 +++++++++ drivers/i2c/busses/i2c-davinci.c | 8 +++---- drivers/i2c/busses/i2c-omap.c | 10 ++++----- drivers/input/evdev.c | 2 +- drivers/media/i2c/smiapp/smiapp-core.c | 2 +- drivers/media/rc/ir-rc6-decoder.c | 2 +- drivers/media/usb/s2255/s2255drv.c | 2 +- drivers/net/bonding/bond_netlink.c | 7 +++++- drivers/net/ethernet/broadcom/tg3.c | 3 ++- drivers/net/ethernet/marvell/mvneta.c | 5 +++-- .../net/ethernet/mellanox/mlx4/resource_tracker.c | 2 +- drivers/net/vxlan.c | 14 +++++------- drivers/net/xen-netfront.c | 8 +++---- drivers/of/fdt.c | 2 -- fs/fat/namei_vfat.c | 20 +++++++++-------- include/net/inet_common.h | 2 ++ mm/frontswap.c | 4 +++- mm/memory.c | 26 +++++++++++----------- mm/mmap.c | 10 ++++++--- mm/rmap.c | 6 +++-- mm/slab.c | 2 +- mm/vmpressure.c | 8 ++++--- net/core/rtnetlink.c | 1 + net/ipv4/af_inet.c | 11 +++++++++ net/ipv4/gre_offload.c | 3 +++ net/ipv4/ip_vti.c | 1 + net/ipv4/ping.c | 12 ++-------- net/ipv4/tcp.c | 2 +- net/ipv6/ip6_gre.c | 4 ++-- net/ipv6/ip6_vti.c | 11 +++++++++ net/netlink/af_netlink.c | 2 +- net/sctp/output.c | 4 ++-- sound/pci/hda/patch_analog.c | 1 + sound/pci/hda/patch_realtek.c | 1 + sound/usb/midi.c | 2 ++ 48 files changed, 164 insertions(+), 112 deletions(-)