Linux kernel -stable discussions
 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.116
Date: Sun, 22 Jul 2018 15:50:31 +0200	[thread overview]
Message-ID: <20180722135031.GA9318@kroah.com> (raw)

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

I'm announcing the release of the 3.18.116 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 
 drivers/block/loop.c                          |   79 ++++++++++++++------------
 drivers/block/loop.h                          |    1 
 drivers/crypto/amcc/crypto4xx_core.c          |   23 +++----
 drivers/infiniband/Kconfig                    |   12 +++
 drivers/infiniband/core/Makefile              |    4 -
 drivers/misc/ibmasm/ibmasmfs.c                |   27 --------
 drivers/net/ethernet/broadcom/bcm63xx_enet.c  |   34 ++++++++---
 drivers/net/ethernet/mellanox/mlx5/core/cmd.c |    8 +-
 drivers/net/ethernet/sun/sungem.c             |   22 +++----
 drivers/usb/core/quirks.c                     |    4 +
 drivers/usb/host/xhci-mem.c                   |    2 
 drivers/usb/misc/yurex.c                      |   23 +------
 drivers/usb/serial/keyspan_pda.c              |    4 -
 drivers/usb/serial/mos7840.c                  |    3 
 drivers/vhost/net.c                           |    3 
 fs/inode.c                                    |    6 +
 kernel/power/user.c                           |    5 +
 net/bridge/netfilter/ebtables.c               |   15 ++++
 net/dccp/ccids/ccid3.c                        |   16 ++---
 net/dns_resolver/dns_key.c                    |   28 +++++----
 net/ipv4/netfilter/ip_tables.c                |    1 
 net/ipv4/sysctl_net_ipv4.c                    |   18 ++++-
 net/ipv4/tcp_input.c                          |    9 ++
 net/ipv6/netfilter/ip6_tables.c               |    1 
 net/nfc/llcp_commands.c                       |    9 +-
 net/rds/loop.c                                |    1 
 net/rds/rds.h                                 |    5 +
 net/rds/recv.c                                |    5 +
 net/sched/sch_blackhole.c                     |    2 
 30 files changed, 227 insertions(+), 145 deletions(-)

Alex Vesker (2):
      net/mlx5: Fix incorrect raw command length parsing
      net/mlx5: Fix command interface race in polling mode

Christian Lamparter (2):
      crypto: crypto4xx - remove bad list_del
      crypto: crypto4xx - fix crypto4xx_build_pdr, crypto4xx_build_sdr leak

Dan Carpenter (1):
      xhci: xhci-mem: off by one in xhci_stream_id_to_ring()

Eric Biggers (1):
      KEYS: DNS: fix parsing multiple options

Eric Dumazet (3):
      net: dccp: avoid crash in ccid3_hc_rx_send_feedback()
      net: dccp: switch rx_tstamp_last_feedback to monotonic clock
      net: sungem: fix rx checksum support

Florian Westphal (2):
      netfilter: x_tables: initialise match/target check parameter struct
      netfilter: ebtables: reject non-bridge targets

Greg Kroah-Hartman (1):
      Linux 3.18.116

Ilpo Järvinen (1):
      tcp: prevent bogus FRTO undos with non-SACK flows

Jann Horn (2):
      ibmasm: don't write out of bounds in read handler
      USB: yurex: fix out-of-bounds uaccess in read handler

Jason Wang (1):
      vhost_net: validate sock before trying to put its fd

Johan Hovold (2):
      USB: serial: keyspan_pda: fix modem-status error handling
      USB: serial: mos7840: fix status-register error handling

Jonas Gorski (2):
      bcm63xx_enet: correct clock usage
      bcm63xx_enet: do not write to random DMA channel on BCM6345

Konstantin Khlebnikov (1):
      net_sched: blackhole: tell upper qdisc about dropped packets

Leon Romanovsky (1):
      RDMA/ucm: Mark UCM interface as BROKEN

Linus Torvalds (1):
      Fix up non-directory creation in SGID directories

Nico Sneck (1):
      usb: quirks: add delay quirks for Corsair Strafe

Santosh Shilimkar (1):
      rds: avoid unenecessary cong_update in loop transport

Tetsuo Handa (3):
      PM / hibernate: Fix oops at snapshot_write()
      loop: remember whether sysfs_create_group() was done
      net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL.

Theodore Ts'o (1):
      loop: add recursion validation to LOOP_CHANGE_FD

Yuchung Cheng (1):
      tcp: fix Fast Open key endianness


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

             reply	other threads:[~2018-07-22 13:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-22 13:50 Greg KH [this message]
2018-07-22 13:50 ` Linux 3.18.116 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=20180722135031.GA9318@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox