Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751329AbeAAOWo (ORCPT + 1 other); Mon, 1 Jan 2018 09:22:44 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:41268 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751088AbeAAOWl (ORCPT ); Mon, 1 Jan 2018 09:22:41 -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, lkft-triage@lists.linaro.org, stable@vger.kernel.org Subject: [PATCH 3.18 00/32] 3.18.91-stable review Date: Mon, 1 Jan 2018 15:22:07 +0100 Message-Id: <20180101140012.582300879@linuxfoundation.org> X-Mailer: git-send-email 2.15.1 User-Agent: quilt/0.65 X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-3.18.91-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-3.18.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 3.18.91-rc1 X-KernelTest-Deadline: 2018-01-03T14:00+00:00 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: This is the start of the stable review cycle for the 3.18.91 release. There are 32 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 Wed Jan 3 13:59:44 UTC 2018. 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.x/stable-review/patch-3.18.91-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-3.18.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 3.18.91-rc1 Linus Torvalds n_tty: fix EXTPROC vs ICANON interaction with TIOCINQ (aka FIONREAD) Daniel Thompson usb: xhci: Add XHCI_TRUST_TX_LENGTH for Renesas uPD720201 Oliver Neukum usb: add RESET_RESUME for ELSA MicroLink 56K Dmitry Fleytman Dmitry Fleytman usb: Add device quirk for Logitech HD Pro Webcam C925e Daniele Palmas USB: serial: option: add support for Telit ME910 PID 0x1101 Mohamed Ghannam net: ipv4: fix for a race condition in raw_sendmsg Tonghao Zhang sctp: Replace use of sockets_allocated with specified macro. Tobias Jordan net: mvmdio: disable/unprepare clocks in EPROBE_DEFER case Brian King tg3: Fix rx hang on MTU change with 5717/5719 Christoph Paasch tcp md5sig: Use skb's saddr when replying to an incoming segment Sebastian Sjoholm net: qmi_wwan: add Sierra EM7565 1199:9091 Kevin Cernekee netlink: Add netns check on taps Kevin Cernekee net: igmp: Use correct source address on IGMPv3 reports Eric Dumazet ipv6: mcast: better catch silly mtu values Eric Dumazet ipv4: igmp: guard against silly MTU values Linus Torvalds kbuild: add '-fno-stack-check' to kernel build options Johan Hovold ASoC: twl4030: fix child-node lookup Steven Rostedt (VMware) ring-buffer: Mask out the info bits when returning buffer page length Jing Xia tracing: Fix crash when it fails to alloc ring buffer Steven Rostedt (VMware) tracing: Fix possible double free on failure of allocating trace buffer Steven Rostedt (VMware) tracing: Remove extra zeroing out of the ring buffer page Yelena Krivosheev net: mvneta: clear interface link status on port disable Ravi Bangoria powerpc/perf: Dereference BHRB entries safely Wanpeng Li KVM: X86: Fix load RFLAGS w/o the fixed bit Helge Deller parisc: Hide Diva-built-in serial aux and graphics card Rafael J. Wysocki PCI / PM: Force devices to D0 in pci_pm_thaw_noirq() Takashi Iwai ALSA: usb-audio: Fix the missing ctl name suffix at parsing SU Takashi Iwai ALSA: rawmidi: Avoid racy info ioctl via ctl device Johan Hovold mfd: twl6040: Fix child-node lookup Johan Hovold mfd: twl4030-audio: Fix sibling-node lookup Sebastian Andrzej Siewior crypto: mcryptd - protect the per-CPU queue with a lock Takashi Iwai ACPI: APEI / ERST: Fix missing error handling in erst_reader() ------------- Diffstat: Makefile | 7 ++++-- arch/powerpc/perf/core-book3s.c | 8 +++++-- arch/x86/kvm/x86.c | 2 +- crypto/mcryptd.c | 23 ++++++++---------- drivers/acpi/apei/erst.c | 2 +- drivers/mfd/twl4030-audio.c | 9 +++++-- drivers/mfd/twl6040.c | 12 ++++++---- drivers/net/ethernet/broadcom/tg3.c | 4 +++- drivers/net/ethernet/marvell/mvmdio.c | 3 ++- drivers/net/ethernet/marvell/mvneta.c | 4 ++++ drivers/net/usb/qmi_wwan.c | 1 + drivers/parisc/lba_pci.c | 33 ++++++++++++++++++++++++++ drivers/pci/pci-driver.c | 7 +++++- drivers/tty/n_tty.c | 4 ++-- drivers/usb/core/quirks.c | 6 ++++- drivers/usb/host/xhci-pci.c | 3 +++ drivers/usb/serial/option.c | 8 +++++++ include/crypto/mcryptd.h | 1 + include/net/ip.h | 2 ++ kernel/trace/ring_buffer.c | 6 ++++- kernel/trace/trace.c | 13 ++++------- net/ipv4/devinet.c | 2 +- net/ipv4/igmp.c | 44 +++++++++++++++++++++++++++-------- net/ipv4/ip_tunnel.c | 4 ++-- net/ipv4/raw.c | 15 ++++++++---- net/ipv4/tcp_ipv4.c | 2 +- net/ipv6/mcast.c | 25 ++++++++++++-------- net/ipv6/tcp_ipv6.c | 2 +- net/netlink/af_netlink.c | 3 +++ net/sctp/socket.c | 4 ++-- sound/core/rawmidi.c | 15 +++++++++--- sound/soc/codecs/twl4030.c | 4 +++- sound/usb/mixer.c | 27 ++++++++++++--------- 33 files changed, 217 insertions(+), 88 deletions(-)