From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751003AbdKSO35 (ORCPT ); Sun, 19 Nov 2017 09:29:57 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:51164 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750960AbdKSO3z (ORCPT ); Sun, 19 Nov 2017 09:29:55 -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, stable@vger.kernel.org Subject: [PATCH 3.18 00/38] 3.18.83-stable review Date: Sun, 19 Nov 2017 15:29:16 +0100 Message-Id: <20171119142921.807414664@linuxfoundation.org> X-Mailer: git-send-email 2.15.0 MIME-Version: 1.0 User-Agent: quilt/0.65 X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-3.18.83-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.83-rc1 X-KernelTest-Deadline: 2017-11-21T14:29+00:00 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is the start of the stable review cycle for the 3.18.83 release. There are 38 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 Nov 21 14:29:00 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/v3.x/stable-review/patch-3.18.83-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.83-rc1 Johan Hovold USB: serial: garmin_gps: fix memory leak on probe errors Johan Hovold USB: serial: garmin_gps: fix I/O after failed probe and remove Johan Hovold USB: serial: garmin_gps: fix memory leak on failed URB submit Douglas Fischer USB: serial: qcserial: add pid/vid for Sierra Wireless EM7355 fw update Bernhard Rosenkraenzer USB: Add delay-init quirk for Corsair K70 LUX keyboards Alan Stern USB: usbfs: compute urb->actual_length for isochronous Dmitry V. Levin uapi: fix linux/rds.h userspace compilation errors Dmitry V. Levin uapi: fix linux/rds.h userspace compilation error Sasha Levin Revert "uapi: fix linux/rds.h userspace compilation errors" Sasha Levin Revert "crypto: xts - Add ECB dependency" Paul Burton MIPS: Netlogic: Exclude netlogic,xlp-pic code from XLR builds Marcin Nowakowski MIPS: init: Ensure reserved memory regions are not added to bootmem Paul Burton MIPS: End asm function prologue macros with .insn Emil Tantilov ixgbe: handle close/suspend race with netif_device_detach/present Emil Tantilov ixgbe: fix AER error handling Arvind Yadav gpu: drm: mgag200: mgag200_main:- Handle error from pci_iomap Alexey Khoroshilov backlight: adp5520: Fix error handling in adp5520_bl_probe() Uwe Kleine-König backlight: lcd: Fix race condition during register Takashi Iwai ALSA: vx: Fix possible transfer overflow Takashi Iwai ALSA: vx: Don't try to update capture stream before running James Smart scsi: lpfc: Correct issue leading to oops during link reset James Smart scsi: lpfc: Correct host name in symbolic_name field James Smart scsi: lpfc: FCoE VPort enable-disable does not bring up the VPort James Smart scsi: lpfc: Add missing memory barrier Galo Navarro staging: rtl8188eu: fix incorrect ERROR tags from logs Hannu Lounento igb: Fix hw_dbg logging in igb_update_flash_i210 Todd Fujinaka igb: close/suspend race in netif_device_detach Aaron Sierra igb: reset the PHY before reading the PHY ID Arvind Yadav drm/sti: sti_vtg: Handle return NULL error from devm_ioremap_nocache Geert Uytterhoeven ata: SATA_MV should depend on HAS_DMA Geert Uytterhoeven ata: SATA_HIGHBANK should depend on HAS_DMA Geert Uytterhoeven ata: ATA_BMDMA should depend on HAS_DMA Tony Lindgren ARM: dts: Fix omap3 off mode pull defines Tony Lindgren ARM: OMAP2+: Fix init for multiple quirks for the same SoC Roger Quadros extcon: palmas: Check the parent instance to prevent the NULL Nicholas Bellinger iscsi-target: Fix iscsi_np reset hung task during parallel delete Andrey Konovalov media: dib0700: fix invalid dvb_detach argument Arvind Yadav media: imon: Fix null-ptr-deref in imon_probe ------------- Diffstat: Makefile | 4 +- arch/arm/mach-omap2/pdata-quirks.c | 1 - arch/mips/include/asm/asm.h | 10 ++- arch/mips/kernel/setup.c | 4 + arch/mips/netlogic/common/irq.c | 4 +- crypto/Kconfig | 1 - drivers/ata/Kconfig | 3 + drivers/extcon/extcon-palmas.c | 5 ++ drivers/gpu/drm/mgag200/mgag200_main.c | 2 + drivers/gpu/drm/sti/sti_vtg.c | 4 + drivers/media/rc/imon.c | 5 ++ drivers/media/usb/dvb-usb/dib0700_devices.c | 24 +++--- drivers/net/ethernet/intel/igb/e1000_82575.c | 11 +++ drivers/net/ethernet/intel/igb/e1000_i210.c | 4 +- drivers/net/ethernet/intel/igb/igb_main.c | 21 +++--- drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 23 +++--- drivers/scsi/lpfc/lpfc_attr.c | 17 +++++ drivers/scsi/lpfc/lpfc_sli.c | 3 + drivers/scsi/lpfc/lpfc_vport.c | 8 ++ drivers/staging/rtl8188eu/include/rtw_debug.h | 2 +- drivers/target/iscsi/iscsi_target.c | 1 + drivers/target/iscsi/iscsi_target_core.h | 1 + drivers/target/iscsi/iscsi_target_login.c | 7 +- drivers/usb/core/devio.c | 14 ++++ drivers/usb/core/quirks.c | 3 + drivers/usb/serial/garmin_gps.c | 23 +++++- drivers/usb/serial/qcserial.c | 1 + drivers/video/backlight/adp5520_bl.c | 12 ++- drivers/video/backlight/lcd.c | 4 +- include/dt-bindings/pinctrl/omap.h | 4 +- include/target/iscsi/iscsi_target_core.h | 1 + include/uapi/linux/rds.h | 102 +++++++++++++------------- sound/drivers/vx/vx_pcm.c | 8 +- sound/pci/vx222/vx222_ops.c | 12 +-- sound/pcmcia/vx/vxp_ops.c | 12 +-- 35 files changed, 239 insertions(+), 122 deletions(-)