From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751367AbdKUQT0 (ORCPT ); Tue, 21 Nov 2017 11:19:26 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:51246 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750772AbdKUQTY (ORCPT ); Tue, 21 Nov 2017 11:19:24 -0500 Date: Tue, 21 Nov 2017 17:19:26 +0100 From: Greg KH To: linux-kernel@vger.kernel.org, Andrew Morton , torvalds@linux-foundation.org, stable@vger.kernel.org Cc: lwn@lwn.net, Jiri Slaby Subject: Linux 3.18.83 Message-ID: <20171121161926.GA18388@kroah.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="bg08WKrSYDhXBjb5" Content-Disposition: inline User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --bg08WKrSYDhXBjb5 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I'm announcing the release of the 3.18.83 kernel. All users of the 3.18 kernel series must upgrade. The updated 3.18.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linu= x-3.18.y and can be browsed at the normal kernel.org git web browser: http://git.kernel.org/?p=3Dlinux/kernel/git/stable/linux-stable.git;a=3Dsu= mmary thanks, greg k-h ------------ Makefile | 2=20 arch/arm/mach-omap2/pdata-quirks.c | 1=20 arch/mips/include/asm/asm.h | 10 +- arch/mips/kernel/setup.c | 4 + arch/mips/netlogic/common/irq.c | 4 - crypto/Kconfig | 1=20 drivers/ata/Kconfig | 3=20 drivers/extcon/extcon-palmas.c | 5 + drivers/gpu/drm/mgag200/mgag200_main.c | 2=20 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=20 drivers/scsi/lpfc/lpfc_vport.c | 8 ++ drivers/staging/rtl8188eu/include/rtw_debug.h | 2=20 drivers/target/iscsi/iscsi_target.c | 1=20 drivers/target/iscsi/iscsi_target_core.h | 1=20 drivers/target/iscsi/iscsi_target_login.c | 7 + drivers/usb/core/devio.c | 14 +++ drivers/usb/core/quirks.c | 3=20 drivers/usb/serial/garmin_gps.c | 23 +++++ drivers/usb/serial/qcserial.c | 1=20 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=20 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, 238 insertions(+), 121 deletions(-) Aaron Sierra (1): igb: reset the PHY before reading the PHY ID Alan Stern (1): USB: usbfs: compute urb->actual_length for isochronous Alexey Khoroshilov (1): backlight: adp5520: Fix error handling in adp5520_bl_probe() Andrey Konovalov (1): media: dib0700: fix invalid dvb_detach argument Arvind Yadav (3): media: imon: Fix null-ptr-deref in imon_probe drm/sti: sti_vtg: Handle return NULL error from devm_ioremap_nocache gpu: drm: mgag200: mgag200_main:- Handle error from pci_iomap Bernhard Rosenkraenzer (1): USB: Add delay-init quirk for Corsair K70 LUX keyboards Dmitry V. Levin (2): uapi: fix linux/rds.h userspace compilation error uapi: fix linux/rds.h userspace compilation errors Douglas Fischer (1): USB: serial: qcserial: add pid/vid for Sierra Wireless EM7355 fw upda= te Emil Tantilov (2): ixgbe: fix AER error handling ixgbe: handle close/suspend race with netif_device_detach/present Galo Navarro (1): staging: rtl8188eu: fix incorrect ERROR tags from logs Geert Uytterhoeven (3): ata: ATA_BMDMA should depend on HAS_DMA ata: SATA_HIGHBANK should depend on HAS_DMA ata: SATA_MV should depend on HAS_DMA Greg Kroah-Hartman (1): Linux 3.18.83 Hannu Lounento (1): igb: Fix hw_dbg logging in igb_update_flash_i210 James Smart (4): scsi: lpfc: Add missing memory barrier scsi: lpfc: FCoE VPort enable-disable does not bring up the VPort scsi: lpfc: Correct host name in symbolic_name field scsi: lpfc: Correct issue leading to oops during link reset Johan Hovold (3): USB: serial: garmin_gps: fix memory leak on failed URB submit USB: serial: garmin_gps: fix I/O after failed probe and remove USB: serial: garmin_gps: fix memory leak on probe errors Marcin Nowakowski (1): MIPS: init: Ensure reserved memory regions are not added to bootmem Nicholas Bellinger (1): iscsi-target: Fix iscsi_np reset hung task during parallel delete Paul Burton (2): MIPS: End asm function prologue macros with .insn MIPS: Netlogic: Exclude netlogic,xlp-pic code from XLR builds Roger Quadros (1): extcon: palmas: Check the parent instance to prevent the NULL Sasha Levin (2): Revert "crypto: xts - Add ECB dependency" Revert "uapi: fix linux/rds.h userspace compilation errors" Takashi Iwai (2): ALSA: vx: Don't try to update capture stream before running ALSA: vx: Fix possible transfer overflow Todd Fujinaka (1): igb: close/suspend race in netif_device_detach Tony Lindgren (2): ARM: OMAP2+: Fix init for multiple quirks for the same SoC ARM: dts: Fix omap3 off mode pull defines Uwe Kleine-K=F6nig (1): backlight: lcd: Fix race condition during register --bg08WKrSYDhXBjb5 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEZH8oZUiU471FcZm+ONu9yGCSaT4FAloUUgkACgkQONu9yGCS aT7ufRAA0aaFZCj7JL2UkXUT73li69jaVpBmTWPqzfLPuYBe8XgUT1+/IK54xlXK cnMOpedAK2vbaF2LHM6gTVMu4421Qn/9a/yMZZD27iogT4/Rfo0or9ITKpv+ZxX1 csVlbaw8QRMnyFnHXEoSj9DbaRF6Pm1j+0lQVj/aIMbdGAFljkmGxHwWEg210NSd WETYA9w+McZJgytG+vjwyLvoNIeSxzWdP24fVtlLSrE8nHRebDvFUZVh9o3yR/mi KYWeeiwp6VMeU7RUOKPvddNIjflxeTOIgZDCFEUoD4aiRCYstDvYeL1evh1ND1oa FH4HltDqmLSIAhe/aSLVdd7SZpJett7Awt0w62wcIkGnetwMPZl8FEbwLMRKa7tZ at2RxB88IPhNF2UkzfMO3p78GcXGDoOZoli0QRPobiGzJvgTsaK76vwSdLXQSU0t raOQm+GUKyf5BCTTJYNj96etPKCQVqouvfkhWhQt3+9g80fvGxSYvyes2OtO5+m3 Ov8V+85+dSqkMP7idHfKLg2nq5hrjjrDTiHzKe1OFilbnmUu/KZLUcJIzy/7l6/f IPhuVjDu+E5fpn9Xm79yLDasgnEN7KhfKmYGEvodk//wgCx0S1SfK7ug2FVz3dru iZoFlEMtEU2dUW7THeVjpJ4uIhKClCmibrWLaskmHUOj7SeZKmE= =nna1 -----END PGP SIGNATURE----- --bg08WKrSYDhXBjb5--