All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org,
	Andrew Morton <akpm@linux-foundation.org>,
	torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net, Jiri Slaby <jslaby@suse.cz>
Subject: Linux 3.18.54
Date: Sat, 20 May 2017 15:10:25 +0200	[thread overview]
Message-ID: <20170520131025.GA16353@kroah.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 6676 bytes --]

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 linux-3.18.y
and can be browsed at the normal kernel.org git web browser:
	http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

------------

 Makefile                                  |    2 
 arch/arm64/kernel/perf_event.c            |   21 +-
 arch/arm64/kernel/sys.c                   |    2 
 arch/x86/boot/boot.h                      |    2 
 arch/x86/um/ptrace_64.c                   |    2 
 drivers/hid/hid-core.c                    |    3 
 drivers/infiniband/hw/mlx4/main.c         |    1 
 drivers/infiniband/ulp/ipoib/ipoib_fs.c   |    3 
 drivers/infiniband/ulp/ipoib/ipoib_main.c |   44 ++++-
 drivers/infiniband/ulp/ipoib/ipoib_vlan.c |    3 
 drivers/md/dm-era-target.c                |    8 
 drivers/md/raid1.c                        |    2 
 drivers/net/ppp/ppp_generic.c             |    5 
 drivers/net/usb/cdc_ncm.c                 |   20 --
 drivers/scsi/sg.c                         |    8 
 drivers/staging/comedi/drivers/jr3_pci.c  |   13 -
 drivers/staging/gdm724x/gdm_mux.c         |    3 
 drivers/staging/vt6656/usbpipe.c          |   31 +++
 drivers/target/target_core_file.c         |    3 
 drivers/tty/serial/omap-serial.c          |    9 -
 drivers/usb/core/driver.c                 |    3 
 drivers/usb/core/file.c                   |    9 -
 drivers/usb/core/hub.c                    |    6 
 drivers/usb/host/xhci-mem.c               |    2 
 drivers/usb/misc/legousbtower.c           |   37 +++-
 drivers/usb/misc/usbtest.c                |    1 
 drivers/usb/serial/ftdi_sio.c             |    1 
 drivers/usb/serial/ftdi_sio_ids.h         |    6 
 fs/block_dev.c                            |   11 -
 fs/ceph/xattr.c                           |    3 
 fs/cifs/cifs_unicode.c                    |    6 
 fs/cifs/cifs_unicode.h                    |    5 
 fs/cifs/cifssmb.c                         |    3 
 fs/cifs/smb2pdu.c                         |   14 +
 fs/ext4/ext4_jbd2.c                       |    6 
 fs/xattr.c                                |    2 
 kernel/events/core.c                      |  264 +++++++++++++++++++++++-------
 kernel/padata.c                           |    2 
 kernel/sched/core.c                       |    3 
 lib/asn1_decoder.c                        |   21 +-
 net/bluetooth/hci_sock.c                  |    3 
 net/sctp/ipv6.c                           |   16 +
 net/unix/af_unix.c                        |    7 
 sound/core/seq/seq_queue.c                |    2 
 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örn Jacke (2):
      CIFS: fix mapping of SFM_SPACE and SFM_PERIOD
      CIFS: add misssing SFM mapping for doublequote

Bjørn 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 == 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


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

             reply	other threads:[~2017-05-20 13:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-20 13:10 Greg KH [this message]
2017-05-20 13:10 ` Linux 3.18.54 Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170520131025.GA16353@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=jslaby@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lwn@lwn.net \
    --cc=stable@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.