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.55
Date: Thu, 25 May 2017 18:18:20 +0200	[thread overview]
Message-ID: <20170525161820.GA25862@kroah.com> (raw)

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

I'm announcing the release of the 3.18.55 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

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

 Documentation/arm64/tagged-pointers.txt        |   62 +++++++++++++----
 Makefile                                       |    2 
 arch/alpha/kernel/osf_sys.c                    |    6 +
 arch/arm/boot/dts/at91-sama5d3_xplained.dts    |    5 -
 arch/arm64/include/asm/uaccess.h               |    3 
 arch/metag/include/asm/uaccess.h               |   49 ++++++++-----
 arch/powerpc/platforms/pseries/dlpar.c         |    1 
 drivers/char/lp.c                              |    6 +
 drivers/char/mem.c                             |    5 +
 drivers/iio/dac/ad7303.c                       |    6 -
 drivers/iio/proximity/as3935.c                 |    3 
 drivers/md/dm-bufio.c                          |    9 +-
 drivers/md/dm-thin-metadata.c                  |    4 -
 drivers/md/persistent-data/dm-btree.c          |    8 +-
 drivers/md/persistent-data/dm-space-map-disk.c |   15 +++-
 drivers/media/platform/s5p-mfc/s5p_mfc.c       |    1 
 drivers/media/rc/mceusb.c                      |    4 -
 drivers/media/tuners/tuner-xc2028.c            |   37 ++++------
 drivers/media/usb/cx231xx/cx231xx-audio.c      |   15 +++-
 drivers/media/usb/cx231xx/cx231xx-cards.c      |   45 +++++++++++-
 drivers/media/usb/dvb-usb/dib0700_core.c       |    3 
 drivers/media/usb/dvb-usb/ttusb2.c             |   19 +++++
 drivers/media/usb/gspca/konica.c               |    3 
 drivers/media/usb/usbvision/usbvision-video.c  |    9 ++
 drivers/media/usb/zr364xx/zr364xx.c            |    8 ++
 drivers/net/irda/irda-usb.c                    |    2 
 drivers/net/wireless/ath/ath9k/hif_usb.c       |    3 
 drivers/net/wireless/mwifiex/pcie.c            |    7 +
 drivers/of/address.c                           |    2 
 drivers/of/fdt.c                               |    3 
 drivers/pci/pci-sysfs.c                        |   10 +-
 drivers/pci/pci.c                              |    9 +-
 drivers/regulator/tps65023-regulator.c         |    3 
 drivers/tty/tty_ldisc.c                        |    7 +
 drivers/usb/class/cdc-acm.c                    |   13 ++-
 drivers/usb/core/devio.c                       |    4 -
 drivers/usb/core/hcd.c                         |    4 -
 drivers/usb/core/hub.c                         |   19 +++--
 drivers/usb/core/urb.c                         |    2 
 drivers/usb/host/xhci-mem.c                    |    2 
 drivers/usb/host/xhci-plat.c                   |    2 
 drivers/usb/misc/iowarrior.c                   |    2 
 drivers/usb/misc/legousbtower.c                |    1 
 drivers/usb/musb/tusb6010_omap.c               |   13 ++-
 drivers/usb/serial/ftdi_sio.c                  |   10 +-
 drivers/usb/serial/ftdi_sio_ids.h              |    2 
 drivers/usb/serial/io_ti.c                     |    5 +
 drivers/usb/serial/mct_u232.c                  |    2 
 drivers/usb/serial/option.c                    |    8 ++
 drivers/usb/serial/qcserial.c                  |    2 
 drivers/usb/storage/ene_ub6250.c               |   90 +++++++++++++++----------
 drivers/uwb/i1480/dfu/usb.c                    |    5 -
 drivers/watchdog/pcwd_usb.c                    |    3 
 include/linux/kprobes.h                        |    4 -
 kernel/fork.c                                  |    2 
 kernel/kprobes.c                               |    2 
 kernel/pid_namespace.c                         |    2 
 kernel/trace/trace_kprobe.c                    |    5 +
 mm/huge_memory.c                               |   12 +++
 net/ipx/af_ipx.c                               |    5 -
 security/integrity/ima/ima_appraise.c          |    5 -
 61 files changed, 427 insertions(+), 173 deletions(-)

Al Viro (1):
      osf_wait4(): fix infoleak

Alan Stern (1):
      USB: ene_usb6250: fix DMA to the stack

Alyssa Milburn (2):
      ttusb2: limit messages to buffer size
      zr364xx: enforce minimum size when reading header

Andrey Korolyov (1):
      USB: serial: ftdi_sio: add Olimex ARM-USB-TINY(H) PIDs

Anthony Mallet (1):
      USB: serial: ftdi_sio: fix setting latency for unprivileged users

Bjørn Mork (1):
      USB: serial: qcserial: add more Lenovo EM74xx device IDs

Brian Norris (1):
      mwifiex: pcie: fix cmd_buf use-after-free in remove/reset

Dan Carpenter (1):
      ipx: call ipxitf_put() in ioctl error path

Daniel Glöckner (1):
      ima: accept previously set IMA_NEW_FILE

Daniel Micay (1):
      stackprotector: Increase the per-task stack canary's random range from 32 bits to 64 bits on 64-bit platforms

Daniele Palmas (1):
      usb: serial: option: add Telit ME910 support

David Woodhouse (1):
      PCI: Fix pci_mmap_fits() for HAVE_PCI_RESOURCE_TO_USER platforms

Eric W. Biederman (1):
      pid_ns: Sleep in TASK_INTERRUPTIBLE in zap_pid_ns_processes

Greg Kroah-Hartman (1):
      Linux 3.18.55

James Hogan (2):
      metag/uaccess: Fix access_ok()
      metag/uaccess: Check access_ok in strncpy_from_user

Joe Thornber (2):
      dm thin metadata: call precommit before saving the roots
      dm space map disk: fix some book keeping in the disk space map

Johan Hovold (16):
      watchdog: pcwd_usb: fix NULL-deref at probe
      ath9k_htc: fix NULL-deref at probe
      of: fdt: add missing allocation-failure check
      net: irda: irda-usb: fix firmware name on big-endian hosts
      usbvision: fix NULL-deref at probe
      mceusb: fix NULL-deref at probe
      USB: iowarrior: fix info ioctl on big-endian hosts
      USB: serial: mct_u232: fix big-endian baud-rate handling
      USB: serial: io_ti: fix div-by-zero in set_termios
      USB: hub: fix SS hub-descriptor handling
      USB: hub: fix non-SS hub-descriptor handling
      gspca: konica: add missing endpoint sanity check
      dib0700: fix NULL-deref at probe
      cx231xx-cards: fix NULL-deref at probe
      cx231xx-audio: fix NULL-deref at probe
      uwb: fix device quirk on big-endian hosts

Julius Werner (1):
      drivers: char: mem: Check for address space wraparound with mmap()

Keno Fischer (1):
      mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thp

Kristina Martsenko (1):
      arm64: documentation: document tagged pointer stack constraints

Ludovic Desroches (2):
      ARM: dts: at91: sama5d3_xplained: fix ADC vref
      ARM: dts: at91: sama5d3_xplained: not all ADC channels are available

Lukas Wunner (1):
      PCI: Freeze PME scan before suspending devices

Maksim Salau (1):
      usb: misc: legousbtower: Fix memory leak

Marek Szyprowski (1):
      s5p-mfc: Fix unbalanced call to clock management

Mark Rutland (1):
      arm64: uaccess: ensure extension of access_ok() addr

Matt Ranostay (1):
      iio: proximity: as3935: fix as3935_write

Mikulas Patocka (1):
      dm bufio: avoid a possible ABBA deadlock

Pavel Roskin (1):
      iio: dac: ad7303: fix channel description

Peter Chen (1):
      usb: host: xhci-mem: allocate zeroed Scratchpad Buffer

Peter Hurley (1):
      tty: Prevent ldisc drivers from re-using stale tty fields

Peter Ujfalusi (1):
      usb: musb: tusb6010_omap: Do not reset the other direction's packet size

Richard Cochran (1):
      regulator: tps65023: Fix inverted core enable logic.

Rob Herring (1):
      of: fix sparse warning in of_pci_range_parser_one

Takashi Iwai (1):
      xc2028: Fix use-after-free bug properly

Thomas Gleixner (1):
      tracing/kprobes: Enforce kprobes teardown after testing

Thomas Petazzoni (1):
      usb: host: xhci-plat: propagate return value of platform_get_irq()

Tobias Herzog (1):
      cdc-acm: fix possible invalid access when processing notification

Tyrel Datwyler (1):
      powerpc/pseries: Fix of_node_put() underflow during DLPAR remove

Vamsi Krishna Samavedam (1):
      USB: core: replace %p with %pK

Vinothkumar Raja (1):
      dm btree: fix for dm_btree_find_lowest_key()

Willy Tarreau (1):
      char: lp: fix possible integer overflow in lp_setup()


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

             reply	other threads:[~2017-05-25 16:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-25 16:18 Greg KH [this message]
2017-05-25 16:18 ` Linux 3.18.55 Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2017-05-25 18:32 Philip Müller
2017-05-25 18:50 ` Greg Kroah-Hartman

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=20170525161820.GA25862@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.