lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 7 Feb 2018 15:34:30 -0600
From:   Greg KH <gregkh@...uxfoundation.org>
To:     linux-kernel@...r.kernel.org,
        Andrew Morton <akpm@...ux-foundation.org>,
        torvalds@...ux-foundation.org, stable@...r.kernel.org
Cc:     lwn@....net, Jiri Slaby <jslaby@...e.cz>
Subject: Linux 3.18.94

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


Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ