From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:56786 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751403AbdETNKi (ORCPT ); Sat, 20 May 2017 09:10:38 -0400 Date: Sat, 20 May 2017 15:10:25 +0200 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.54 Message-ID: <20170520131025.GA16353@kroah.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="T4sUOijqQbZv57TR" Content-Disposition: inline Sender: stable-owner@vger.kernel.org List-ID: --T4sUOijqQbZv57TR 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.54 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/arm64/kernel/perf_event.c | 21 +- arch/arm64/kernel/sys.c | 2=20 arch/x86/boot/boot.h | 2=20 arch/x86/um/ptrace_64.c | 2=20 drivers/hid/hid-core.c | 3=20 drivers/infiniband/hw/mlx4/main.c | 1=20 drivers/infiniband/ulp/ipoib/ipoib_fs.c | 3=20 drivers/infiniband/ulp/ipoib/ipoib_main.c | 44 ++++- drivers/infiniband/ulp/ipoib/ipoib_vlan.c | 3=20 drivers/md/dm-era-target.c | 8=20 drivers/md/raid1.c | 2=20 drivers/net/ppp/ppp_generic.c | 5=20 drivers/net/usb/cdc_ncm.c | 20 -- drivers/scsi/sg.c | 8=20 drivers/staging/comedi/drivers/jr3_pci.c | 13 - drivers/staging/gdm724x/gdm_mux.c | 3=20 drivers/staging/vt6656/usbpipe.c | 31 +++ drivers/target/target_core_file.c | 3=20 drivers/tty/serial/omap-serial.c | 9 - drivers/usb/core/driver.c | 3=20 drivers/usb/core/file.c | 9 - drivers/usb/core/hub.c | 6=20 drivers/usb/host/xhci-mem.c | 2=20 drivers/usb/misc/legousbtower.c | 37 +++- drivers/usb/misc/usbtest.c | 1=20 drivers/usb/serial/ftdi_sio.c | 1=20 drivers/usb/serial/ftdi_sio_ids.h | 6=20 fs/block_dev.c | 11 - fs/ceph/xattr.c | 3=20 fs/cifs/cifs_unicode.c | 6=20 fs/cifs/cifs_unicode.h | 5=20 fs/cifs/cifssmb.c | 3=20 fs/cifs/smb2pdu.c | 14 + fs/ext4/ext4_jbd2.c | 6=20 fs/xattr.c | 2=20 kernel/events/core.c | 264 +++++++++++++++++++++++--= ----- kernel/padata.c | 2=20 kernel/sched/core.c | 3=20 lib/asn1_decoder.c | 21 +- net/bluetooth/hci_sock.c | 3=20 net/sctp/ipv6.c | 16 + net/unix/af_unix.c | 7=20 sound/core/seq/seq_queue.c | 2=20 sound/core/timer.c | 35 ++- 45 files changed, 481 insertions(+), 172 deletions(-) Ajay Kaher (1): USB: Proper handling of Race Condition when two USB class drivers try= to call init_usb_class simultaneously Andrey Ryabinin (1): fs/block_dev: always invalidate cleancache in invalidate_bdev() Ashish Kalra (1): x86/boot: Fix BSS corruption/overwrite bug in early x86 kernel startup Bart Van Assche (1): target/fileio: Fix zero-length READ and WRITE handling Benjamin Tissoires (1): HID: core: prevent out-of-bound readings Bj=F6rn Jacke (2): CIFS: fix mapping of SFM_SPACE and SFM_PERIOD CIFS: add misssing SFM mapping for doublequote Bj=F8rn Mork (1): cdc_ncm: do not call usbnet_link_change from cdc_ncm_bind Calvin Owens (1): sg: Fix double-free when drives detach during SG_IO David Howells (2): ASN.1: Fix non-match detection failure on data overrun KEYS: Fix ASN.1 indefinite length object parsing Eric Dumazet (2): ipv6: sctp: add rcu protection around np->opt ipv6: sctp: fix lockdep splat in sctp_v6_get_dst() Greg Kroah-Hartman (1): Linux 3.18.54 Guenter Roeck (1): usb: hub: Do not attempt to autosuspend disconnected devices Gustavo A. R. Silva (1): usb: misc: add missing continue in switch Ian Abbott (2): staging: comedi: jr3_pci: fix possible null pointer dereference staging: comedi: jr3_pci: cope with jiffies wraparound Jack Morgenstein (1): IB/mlx4: Fix ib device initialization error flow Jann Horn (1): sched: panic on corrupted stack end Jason A. Donenfeld (1): padata: free correct variable Johan Hovold (3): staging: gdm724x: gdm_mux: fix use-after-free on module unload serial: omap: fix runtime-pm handling on unbind serial: omap: suspend device on probe errors Kangjie Lu (3): ALSA: timer: Fix leak in SNDRV_TIMER_IOCTL_PARAMS ALSA: timer: Fix leak in events via snd_timer_user_ccallback ALSA: timer: Fix leak in events via snd_timer_user_tinterrupt Luis Henriques (1): ceph: fix memory leak in __ceph_setxattr() Lukas Czerner (1): ext4: fix potential use after free in __ext4_journal_stop Maksim Salau (1): usb: misc: legousbtower: Fix buffers on stack Malcolm Priestley (2): staging: vt6656: use off stack for in buffer USB transfers. staging: vt6656: use off stack for out buffer USB transfers. Marek Vasut (1): USB: serial: ftdi_sio: add device ID for Microsemi/Arrow SF2PLUS Dev = Kit Mark Rutland (1): arm64: make sys_call_table const Michal Hocko (1): fs/xattr.c: zero out memory copied to userspace in getxattr NeilBrown (1): md/raid1: avoid reusing a resync bio after error handling. Peter Chen (1): usb: host: xhci: print correct command ring address Peter Zijlstra (2): perf: Fix event->ctx locking perf: Fix race in swevent hash Rainer Weikusat (1): af_unix: Guard against other =3D=3D sk in unix_dgram_sendmsg Richard Weinberger (1): um: Fix PTRACE_POKEUSER on x86_64 Shamir Rabinovitch (1): IB/IPoIB: ibX: failed to create mcg debug file Somasundaram Krishnasamy (1): dm era: save spacemap metadata root after the pre-commit Steve French (2): Set unicode flag on cifs echo request to avoid Mac error SMB3: Work around mount failure when using SMB3 dialect to Macs Suzuki K. Poulose (1): arm64: perf: reject groups spanning multiple HW PMUs Szymon Janc (1): Bluetooth: Fix user channel for 32bit userspace on 64bit kernel Takashi Iwai (2): ALSA: seq: Fix race at timer setup and close ALSA: timer: Fix race among timer ioctls WANG Cong (1): ppp: defer netns reference release for ppp channel --T4sUOijqQbZv57TR Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEZH8oZUiU471FcZm+ONu9yGCSaT4FAlkgQDwACgkQONu9yGCS aT7Jjg//XvrXJNj6ZD7BKhwlTnw1ASzEJnZcBRdO+spXPTqSeI4s6hjklrT6KiLY eiM2FGpBhQWTY6zwx3p1fGPvRTPEz4eq6Q+Q1z3tmlf/nu1MlyhN2ytNs1/WGBXo bTEE2q74nRAK7JvqtzzthFISQaTuLe8Wv5Me51H5JF+J2Q8CHkScDP2qCWbiljfC QGUOz8rIDYr6x7fpkTyn7fLOFAQpOA8Yzzha9sC1iKrSMvnPts45aUjLVs5DocnN 8tHHL5Rb7wCAo/K0JrtZTxuf2POHduhx/S7pb6/j6QmMtMnQmyBGJhzpYXeMJAJU 8v8rVyGDwPXGIpxarOMFSGYv02QTdBz5QaVtDWHiGNptd9X8kyq6GvFAC4BisKD6 V8EMvPhrVezo1EbBNc4Zxbwk/G4M07CpCHYT2sPOaZubwdT0G6hQiVrfu7HfsEBG DuOONmTPHGmEgeA9y4tlYiCzGg7tQ6n2eKq1s6pX7XQiqP7R6LQAPkSrjfoDoLjp Q9MdDCfDiJoEZJH8mLLIRfg+P4D1UF3pYs6+Mi8IfvUYW2eqlo78s5NzxntvXJW1 1SbhJiCLSF7VsPSzVjpUxPZPHhqSxLCnQ3vpjNl2zVA1jDYjgoyFbDTgBhCuc74I UGEsDPH2IgrPMan28FwWqAD2GtSWuRL4xCyCZZBQv7lA3VnMK4w= =ZW2g -----END PGP SIGNATURE----- --T4sUOijqQbZv57TR--