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, 12 Jul 2017 17:03:07 +0200
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.11.10

I'm announcing the release of the 4.11.10 kernel.

All users of the 4.11 kernel series must upgrade.

The updated 4.11.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.11.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/arm/kernel/topology.c                 |    2 -
 arch/x86/lib/copy_user_64.S                |    7 ++++-
 crypto/drbg.c                              |    1 
 drivers/base/core.c                        |    6 ++++-
 drivers/base/platform.c                    |   11 +++++++--
 drivers/char/tpm/tpm-chip.c                |   34 +++++++++++++++++++++++++++++
 drivers/char/tpm/tpm-sysfs.c               |    6 ++++-
 drivers/gpu/drm/virtio/virtgpu_object.c    |    4 ++-
 drivers/infiniband/core/uverbs_cmd.c       |    8 ++++++
 drivers/pinctrl/core.c                     |   20 ++---------------
 drivers/pinctrl/freescale/pinctrl-mxs.c    |   16 ++++++++++---
 drivers/pinctrl/meson/pinctrl-meson8b.c    |    4 +--
 drivers/pinctrl/pinmux.c                   |   21 +++--------------
 drivers/pinctrl/sh-pfc/core.c              |    3 ++
 drivers/pinctrl/sh-pfc/pfc-r8a7791.c       |   12 ++++++----
 drivers/pinctrl/sh-pfc/pfc-r8a7794.c       |   16 ++++++-------
 drivers/pinctrl/sh-pfc/pfc-r8a7795.c       |    4 +--
 drivers/pinctrl/stm32/pinctrl-stm32.c      |    2 -
 drivers/pinctrl/sunxi/pinctrl-sun8i-a83t.c |    2 -
 drivers/usb/core/quirks.c                  |    4 +++
 drivers/usb/core/usb.c                     |    2 +
 drivers/usb/dwc3/dwc3-st.c                 |    2 -
 drivers/usb/dwc3/gadget.c                  |    9 ++-----
 drivers/usb/host/xhci-hub.c                |    3 ++
 drivers/usb/host/xhci-pci.c                |   12 ++++++++++
 drivers/usb/host/xhci.h                    |    1 
 drivers/usb/serial/cp210x.c                |    1 
 drivers/usb/serial/option.c                |    4 +++
 drivers/usb/serial/qcserial.c              |    1 
 drivers/usb/usbip/stub_main.c              |    4 +++
 drivers/usb/usbip/stub_tx.c                |    4 +++
 drivers/xen/xenbus/xenbus_comms.c          |   21 ++++++++---------
 fs/ceph/dir.c                              |   19 ++++++++++------
 fs/fcntl.c                                 |   14 +++--------
 fs/gfs2/glock.c                            |   11 +++++++--
 fs/gfs2/incore.h                           |    1 
 fs/open.c                                  |    6 +++++
 include/linux/device.h                     |    2 +
 include/linux/fcntl.h                      |    6 +++++
 include/linux/usb/hcd.h                    |    4 +--
 kernel/trace/trace_kprobe.c                |   21 ++++++-----------
 sound/soc/codecs/rt286.c                   |    7 +++++
 43 files changed, 222 insertions(+), 118 deletions(-)

Adrian Salido (1):
      driver core: platform: fix race condition with driver_override

Alexandre TORGUE (1):
      pinctrl: stm32: Fix bad function call

Andreas Gruenbacher (1):
      gfs2: Fix glock rhashtable rcu bug

Benjamin Herrenschmidt (1):
      usb: Fix typo in the definition of Endpoint[out]Request

Bjørn Mork (1):
      USB: serial: qcserial: new Sierra Wireless EM7305 device ID

Boris Pismenny (1):
      RDMA/uverbs: Check port number supplied by user verbs cmds

Chen-Yu Tsai (1):
      pinctrl: sunxi: Fix SPDIF function name for A83T

Christoph Hellwig (2):
      fs: add a VALID_OPEN_FLAGS
      fs: completely ignore unknown open flags

Devin Heitmueller (1):
      Add USB quirk for HVR-950q to avoid intermittent device resets

Felipe Balbi (1):
      usb: dwc3: replace %p with %pK

Geert Uytterhoeven (2):
      pinctrl: sh-pfc: r8a7795: Fix hscif2_clk_b and hscif4_ctrl
      pinctrl: sh-pfc: Update info pointer after SoC-specific init

Gerd Hoffmann (1):
      drm/virtio: don't leak bo on drm_gem_object_init failure

Greg Kroah-Hartman (1):
      Linux 4.11.10

Jarkko Sakkinen (1):
      tpm: fix a kernel memory leak in tpm-sysfs.c

Jeremie Rapin (1):
      USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stick

Jiahau Chang (1):
      xhci: Limit USB2 port wake support for AMD Promontory hosts

Johan Hovold (2):
      USB: core: fix device node leak
      USB: serial: option: add two Longcheer device ids

Josh Zimmerman (2):
      Add "shutdown" to "struct class".
      tpm: Issue a TPM2_Shutdown for TPM2 devices.

Juergen Gross (1):
      xen: avoid deadlock in xenbus driver

Juri Lelli (1):
      arm: remove wrong CONFIG_PROC_SYSCTL ifdef

Martin Blumenstingl (1):
      pinctrl: meson: meson8b: fix the NAND DQS pins

Michael Grzeschik (1):
      usb: usbip: set buffer pointers to NULL after free

Paolo Abeni (1):
      x86/uaccess: Optimize copy_user_enhanced_fast_string() for short strings

Sabrina Dubroca (1):
      tracing/kprobes: Allow to create probe with a module name starting with a digit

Sergei Shtylyov (4):
      pinctrl: sh-pfc: r8a7794: Swap ATA signals
      pinctrl: sh-pfc: r8a7791: Fix SCIF2 pinmux data
      pinctrl: sh-pfc: r8a7791: Add missing DVC_MUTE signal
      pinctrl: sh-pfc: r8a7791: Add missing HSCIF1 pinmux data

Stephan Mueller (1):
      crypto: drbg - Fixes panic in wait_for_completion call

Tony Lindgren (1):
      pinctrl: core: Fix warning by removing bogus code

Uwe Kleine-König (1):
      pinctrl: mxs: atomically switch mux and drive strength config

Yan, Zheng (1):
      ceph: choose readdir frag based on previous readdir reply

Yifeng Li (1):
      rt286: add Thinkpad Helix 2 to force_combo_jack_table


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

Powered by blists - more mailing lists