mirror of https://lore.kernel.org/lkml/
 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.94
Date: Wed, 7 Feb 2018 15:34:30 -0600	[thread overview]
Message-ID: <20180207213430.GA6365@kroah.com> (raw)

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

I'm announcing the release of the 3.18.94 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/um/Makefile                               |    9 +++++----
 arch/um/drivers/mconsole.h                     |    2 +-
 arch/um/include/shared/init.h                  |   24 ++----------------------
 arch/um/include/shared/user.h                  |    2 +-
 arch/x86/include/asm/kvm_host.h                |    3 ++-
 arch/x86/kvm/emulate.c                         |    7 +++++++
 arch/x86/kvm/vmx.c                             |    4 ++--
 arch/x86/kvm/x86.c                             |    2 +-
 arch/x86/um/shared/sysdep/tls.h                |    6 +++---
 drivers/block/loop.c                           |   10 ++++++++--
 drivers/gpio/gpio-iop.c                        |    4 ++++
 drivers/hwmon/pmbus/pmbus_core.c               |   21 ++++++++++++---------
 drivers/input/input.c                          |    5 ++++-
 drivers/md/bcache/btree.c                      |    5 ++++-
 drivers/media/usb/usbtv/usbtv-core.c           |    1 +
 drivers/net/ethernet/intel/igb/igb_main.c      |    2 +-
 drivers/net/ethernet/xilinx/Kconfig            |    1 +
 drivers/net/xen-netfront.c                     |   18 ++++++++++++++++++
 drivers/scsi/ufs/ufshcd.c                      |    7 +++++--
 drivers/spi/spi-imx.c                          |   15 +++++++++++++--
 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c |   14 ++++----------
 drivers/usb/class/cdc-acm.c                    |    5 ++++-
 drivers/usb/gadget/composite.c                 |    7 +++++--
 drivers/usb/gadget/function/f_fs.c             |    3 ++-
 drivers/usb/serial/Kconfig                     |    1 +
 drivers/usb/serial/io_edgeport.c               |    1 -
 drivers/usb/serial/pl2303.c                    |    1 +
 drivers/usb/serial/pl2303.h                    |    1 +
 drivers/usb/serial/usb-serial-simple.c         |    7 +++++++
 drivers/usb/storage/uas.c                      |    7 +++----
 fs/nfsd/nfs4state.c                            |   15 +++++++++++++--
 fs/quota/dquot.c                               |    3 ++-
 net/mac80211/mesh_hwmp.c                       |   15 +++++++++------
 security/selinux/hooks.c                       |    2 ++
 sound/core/seq/seq_clientmgr.c                 |   10 ++++++++--
 sound/core/seq/seq_clientmgr.h                 |    1 +
 sound/soc/codecs/pcm512x-spi.c                 |    4 ++++
 tools/usb/usbip/src/usbip_bind.c               |    9 +++++++++
 tools/usb/usbip/src/usbip_list.c               |    9 +++++++++
 40 files changed, 181 insertions(+), 84 deletions(-)

Andrew Elble (1):
      nfsd: check for use of the closed special stateid

Chun-Yeow Yeoh (1):
      mac80211: fix the update of path metric for RANN frame

Colin Ian King (1):
      usb: gadget: don't dereference g until after it has been null checked

Dmitry Torokhov (1):
      Input: do not emit unneeded EV_SYN when suspending

Eduardo Otubo (1):
      xen-netfront: remove warning when unloading module

Geert Uytterhoeven (1):
      net: ethernet: xilinx: Mark XILINX_LL_TEMAC broken on 64-bit

Greg Kroah-Hartman (2):
      USB: serial: pl2303: new device id for Chilitag
      Linux 3.18.94

Gustavo A. R. Silva (1):
      scsi: ufs: ufshcd: fix potential NULL pointer dereference in ufshcd_config_vreg

Hans de Goede (1):
      USB: cdc-acm: Do not log urb submission errors on disconnect

Hemant Kumar (1):
      usb: f_fs: Prevent gadget unbind if it is already unbound

Icenowy Zheng (1):
      media: usbtv: add a new usbid

Jesse Chan (2):
      gpio: iop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
      ASoC: pcm512x: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE

Jia-Ju Bai (1):
      USB: serial: io_edgeport: fix possible sleep-in-atomic

Johan Hovold (1):
      USB: serial: simple: add Motorola Tetra driver

Larry Finger (1):
      staging: rtl8188eu: Fix incorrect response to SIOCGIWESSID

Linus Torvalds (1):
      loop: fix concurrent lo_open/lo_release

Liran Alon (2):
      KVM: x86: emulator: Return to user-mode on L1 CPL=0 emulation failure
      KVM: x86: Don't re-execute instruction when not passing CR2 value

Lyude Paul (1):
      igb: Free IRQs when device is hotplugged

Mark Salyzyn (1):
      selinux: general protection fault in sock_has_perm

Michael Lyle (1):
      bcache: check return value of register_shrinker

Oliver Neukum (2):
      CDC-ACM: apply quirk for card reader
      usb: uas: unconditionally bring back host after reset

Richard Weinberger (3):
      um: Stop abusing __KERNEL__
      um: Remove copy&paste code from init.h
      um: Fix out-of-tree build

Robert Lippert (1):
      hwmon: (pmbus) Use 64bit math for DIRECT format values

Shuah Khan (2):
      usbip: prevent bind loops on devices attached to vhci_hcd
      usbip: list: don't list devices attached to vhci_hcd

Stefan Agner (1):
      spi: imx: do not access registers while clocks disabled

Takashi Iwai (1):
      ALSA: seq: Make ioctls race-free

Tetsuo Handa (1):
      quota: Check for register_shrinker() failure.

Thomas Meyer (1):
      um: link vmlinux with -no-pie

Trond Myklebust (1):
      nfsd: CLOSE SHOULD return the invalid special stateid for NFSv4.x (x>0)

Wanpeng Li (2):
      KVM: X86: Fix operand/address-size during instruction decoding
      KVM: VMX: Fix rflags cache during vCPU reset


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

             reply	other threads:[~2018-02-07 21:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-07 21:34 Greg KH [this message]
2018-02-07 21:34 ` 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=20180207213430.GA6365@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

all inboxes | Powered by JetHome®