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:   Thu, 2 Nov 2017 10:35:54 +0100
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 4.13.11

I'm announcing the release of the 4.13.11 kernel.

All users of the 4.13 kernel series must upgrade.

The updated 4.13.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.13.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/powerpc/kvm/book3s_64_vio.c                 |   23 ++++++----
 arch/powerpc/kvm/book3s_hv_rmhandlers.S          |    5 ++
 arch/powerpc/kvm/powerpc.c                       |    3 -
 arch/powerpc/sysdev/xive/common.c                |    2 
 arch/s390/kernel/entry.S                         |    7 ++-
 arch/x86/kernel/amd_nb.c                         |   41 ++++++++++++++++++
 drivers/block/nbd.c                              |   13 ++++-
 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c |    6 +-
 drivers/gpu/drm/i915/i915_perf.c                 |    4 +
 drivers/input/mouse/elan_i2c_core.c              |    1 
 drivers/input/tablet/gtco.c                      |   17 ++++---
 drivers/net/can/sun4i_can.c                      |    3 -
 drivers/net/can/usb/kvaser_usb.c                 |    9 +++-
 drivers/nvme/host/fc.c                           |    5 +-
 drivers/regulator/fan53555.c                     |    5 +-
 drivers/s390/scsi/zfcp_aux.c                     |    5 ++
 drivers/s390/scsi/zfcp_erp.c                     |   18 ++++----
 drivers/s390/scsi/zfcp_scsi.c                    |    5 ++
 drivers/scsi/aacraid/comminit.c                  |    8 ++-
 drivers/scsi/aacraid/linit.c                     |    7 ++-
 drivers/scsi/qla2xxx/qla_os.c                    |    4 -
 drivers/scsi/sg.c                                |    2 
 drivers/spi/spi-armada-3700.c                    |   10 +++-
 drivers/spi/spi-bcm-qspi.c                       |    9 ++--
 drivers/xen/gntdev.c                             |    2 
 drivers/xen/xen-balloon.c                        |   19 +++++---
 fs/ceph/caps.c                                   |    5 +-
 fs/cifs/Kconfig                                  |    5 ++
 fs/cifs/cifsglob.h                               |    8 ++-
 fs/cifs/smb2pdu.c                                |    7 ++-
 fs/cifs/smb2transport.c                          |   26 ++++++-----
 fs/fuse/dir.c                                    |    3 -
 fs/overlayfs/inode.c                             |   20 +++++++--
 fs/overlayfs/namei.c                             |   31 ++++++-------
 fs/overlayfs/overlayfs.h                         |    3 -
 fs/overlayfs/readdir.c                           |   11 ++--
 fs/overlayfs/super.c                             |    3 +
 include/uapi/linux/spi/spidev.h                  |    1 
 kernel/workqueue.c                               |   37 ++++++----------
 lib/assoc_array.c                                |   51 +++++++----------------
 net/wireless/sme.c                               |   50 ++++++++++++++++++----
 net/xfrm/xfrm_user.c                             |   25 ++++++-----
 samples/trace_events/trace-events-sample.c       |    2 
 sound/pci/hda/patch_realtek.c                    |   19 ++++++++
 45 files changed, 360 insertions(+), 182 deletions(-)

Alexey Kardashevskiy (1):
      KVM: PPC: Book3S: Protect kvmppc_gpa_to_ua() with SRCU

Amir Goldstein (3):
      ovl: fix EIO from lookup of non-indexed upper
      ovl: handle ENOENT on index lookup
      ovl: do not cleanup unsupported index entries

Aurélien Aptel (1):
      CIFS: Fix NULL pointer deref on SMB2_tcon() failure

Baruch Siach (1):
      spi: uapi: spidev: add missing ioctl header

Ben Hutchings (1):
      scsi: sg: Re-fix off by one in sg_fill_request_table()

Benjamin Gilbert (1):
      cifs: Select all required crypto modules

Borislav Petkov (1):
      x86/cpu/AMD: Apply the Erratum 688 fix when the BIOS doesn't

Cédric Le Goater (1):
      powerpc/xive: Fix the size of the cpumask used in xive_find_target_in_mask()

David Howells (1):
      assoc_array: Fix a buggy node-splitting case

Dmitry Torokhov (1):
      Input: gtco - fix potential out-of-bound access

Florian Fainelli (1):
      spi: bcm-qspi: Fix use after free in bcm_qspi_probe() in error path

Gerhard Bertelsmann (1):
      can: sun4i: fix loopback mode

Greg Kroah-Hartman (1):
      Linux 4.13.11

Greg Kurz (1):
      KVM: PPC: Fix oops when checking KVM_CAP_PPC_HTM

Guillaume Tucker (1):
      regulator: fan53555: fix I2C device ids

Herbert Xu (1):
      ipsec: Fix aborted xfrm policy dump crash

Himanshu Madhani (1):
      scsi: qla2xxx: Initialize Work element before requesting IRQs

Hirofumi Nakagawa (1):
      ovl: add NULL check in ovl_alloc_inode

Hui Wang (1):
      ALSA: hda - fix headset mic problem for Dell machines with alc236

James Smart (1):
      nvme-fc: fix iowait hang

Jeff Layton (1):
      ceph: unlock dangling spinlock in try_flush_caps()

Jimmy Assarsson (2):
      can: kvaser_usb: Correct return value in printout
      can: kvaser_usb: Ignore CMD_FLUSH_QUEUE_REPLY messages

Johannes Berg (1):
      cfg80211: fix connect/disconnect edge cases

Josef Bacik (1):
      nbd: handle interrupted sendmsg with a sndtimeo set

Juergen Gross (2):
      xen/gntdev: avoid out of bounds access in case of partial gntdev_mmap()
      xen: fix booting ballooned down hvm guest

Kai-Heng Feng (1):
      Input: elan_i2c - add ELAN0611 to the ACPI table

Kailang Yang (1):
      ALSA: hda/realtek - Add support for ALC236/ALC3204

Linus Torvalds (1):
      Fix tracing sample code warning.

Lionel Landwerlin (1):
      drm/i915/perf: fix perf enable/disable ioctls with 32bits userspace

Martin Schwidefsky (1):
      s390/kvm: fix detection of guest machine checks

Maxime Chevallier (1):
      spi: a3700: Return correct value on timeout detection

Miklos Szeredi (1):
      fuse: fix READDIRPLUS skipping an entry

Miquel Raynal (1):
      spi: armada-3700: Fix failing commands with quad-SPI

Nicholas Piggin (1):
      KVM: PPC: Book3S HV: POWER9 more doorbell fixes

Raghava Aditya Renukunta (1):
      scsi: aacraid: Fix controller initialization failure

Rex Zhu (1):
      drm/amd/powerplay: fix uninitialized variable

Steffen Maier (1):
      scsi: zfcp: fix erp_action use-before-initialize in REC action trace

Steve French (2):
      Fix encryption labels and lengths for SMB3.1.1
      SMB3: Validate negotiate request must always be signed

Tejun Heo (1):
      workqueue: replace pool->manager_arb mutex with a flag


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