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, 28 Feb 2018 13:09:37 +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.9.85

I'm announcing the release of the 4.9.85 kernel.

All users of the 4.9 kernel series must upgrade.

The updated 4.9.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.9.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/arm64/kernel/traps.c                        |    2 
 arch/x86/entry/entry_64.S                        |   13 ++++
 arch/x86/oprofile/nmi_int.c                      |    2 
 arch/xtensa/mm/init.c                            |   70 ++++++++++++++++++++---
 crypto/asymmetric_keys/pkcs7_verify.c            |    2 
 crypto/asymmetric_keys/public_key.c              |    4 -
 crypto/asymmetric_keys/restrict.c                |    7 +-
 drivers/android/binder.c                         |    4 -
 drivers/dax/dax.c                                |   12 +++
 drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c |   58 ++++++++++++++++---
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c       |    2 
 drivers/gpu/drm/amd/amdgpu/si_dpm.c              |    5 +
 drivers/gpu/drm/drm_edid.c                       |    3 
 drivers/hid/hid-core.c                           |    3 
 drivers/hid/hid-ids.h                            |    3 
 drivers/iio/imu/adis_trigger.c                   |    7 +-
 drivers/iio/industrialio-buffer.c                |    2 
 drivers/infiniband/core/umem.c                   |    2 
 drivers/infiniband/core/uverbs_main.c            |   27 ++++++--
 drivers/irqchip/irq-gic-v3.c                     |    2 
 drivers/media/v4l2-core/videobuf-dma-sg.c        |    5 -
 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c       |   10 ---
 drivers/nvdimm/bus.c                             |   11 +--
 drivers/nvdimm/pfn_devs.c                        |   15 +++-
 drivers/pci/quirks.c                             |   39 +++++++-----
 drivers/scsi/ibmvscsi/ibmvfc.h                   |    2 
 drivers/usb/core/quirks.c                        |    3 
 drivers/usb/dwc3/gadget.c                        |    2 
 drivers/usb/gadget/function/f_fs.c               |    6 -
 drivers/usb/host/ohci-hcd.c                      |   10 ++-
 drivers/usb/host/ohci-hub.c                      |    4 -
 drivers/usb/host/ohci-q.c                        |   17 +++--
 drivers/usb/misc/ldusb.c                         |    6 +
 drivers/usb/musb/musb_host.c                     |    8 --
 drivers/usb/renesas_usbhs/fifo.c                 |    5 +
 fs/dax.c                                         |    1 
 include/linux/dax.h                              |    5 -
 include/linux/fs.h                               |   20 ++++++
 include/linux/kernel.h                           |    1 
 include/linux/mm.h                               |   13 ++++
 kernel/memremap.c                                |   13 ++--
 mm/frame_vector.c                                |   12 +++
 mm/gup.c                                         |   64 +++++++++++++++++++++
 mm/memory.c                                      |   40 +++++++++----
 net/ipv4/ip_sockglue.c                           |    7 --
 net/ipv6/ipv6_sockglue.c                         |   10 ---
 net/mac80211/cfg.c                               |    2 
 48 files changed, 432 insertions(+), 131 deletions(-)

AMAN DEEP (1):
      usb: ohci: Proper handling of ed_rm_list to handle race condition between usb_kill_urb() and finish_unlinks()

Alex Deucher (3):
      drm/amdgpu: Add dpm quirk for Jet PRO (v2)
      drm/amdgpu: add atpx quirk handling (v2)
      drm/amdgpu: Avoid leaking PM domain on driver unbind (v2)

Arnd Bergmann (2):
      cfg80211: fix cfg80211_beacon_dup
      x86/oprofile: Fix bogus GCC-8 warning in nmi_setup()

Bin Liu (1):
      Revert "usb: musb: host: don't start next rx urb if current one failed"

Casey Leedom (1):
      PCI/cxgb4: Extend T3 PCI quirk to T4+ devices

Dan Williams (8):
      libnvdimm: fix integer overflow static analysis warning
      device-dax: implement ->split() to catch invalid munmap attempts
      mm: introduce get_user_pages_longterm
      v4l2: disable filesystem-dax mapping support
      IB/core: disable memory registration of filesystem-dax vmas
      libnvdimm, dax: fix 1GB-aligned namespaces vs physical misalignment
      mm: fail get_vaddr_frames() for filesystem-dax mappings
      x86/entry/64: Clear extra registers beyond syscall arguments, to reduce speculation attack surface

Eric Biggers (4):
      X.509: fix BUG_ON() when hash algorithm is unsupported
      PKCS#7: fix certificate chain verification
      binder: add missing binder_unlock()
      X.509: fix NULL dereference when restricting key with unsupported_sig

Greg Kroah-Hartman (1):
      Linux 4.9.85

Jack Pham (1):
      usb: gadget: f_fs: Process all descriptors during bind

Jack Stocker (1):
      Add delay-init quirk for Corsair K70 RGB keyboards

Jan H. Schönherr (1):
      mm: Fix devm_memremap_pages() collision handling

Jan Kara (1):
      fs/dax.c: fix inefficiency in dax_writeback_mapping_range()

Kai-Heng Feng (2):
      drm/edid: Add 6 bpc quirk for CPT panel in Asus UX303LA
      drm/amdgpu: add new device to use atpx quirk

Karsten Koop (1):
      usb: ldusb: add PIDs for new CASSY devices supported by this driver

Lars-Peter Clausen (1):
      iio: adis_lib: Initialize trigger before requesting interrupt

Leon Romanovsky (1):
      RDMA/uverbs: Protect from command mask overflow

Max Filippov (1):
      xtensa: fix high memory/reserved memory collision

Michael Weiser (1):
      arm64: Disable unhandled signal log messages by default

Paolo Abeni (1):
      netfilter: drop outermost socket lock in getsockopt()

Ross Zwisler (1):
      mm: avoid spurious 'bad pmd' warning messages

Shanker Donthineni (1):
      irqchip/gic-v3: Use wmb() instead of smb_wmb() in gic_raise_softirq()

Shigeru Yoshida (1):
      ohci-hcd: Fix race condition caused by ohci_urb_enqueue() and io_watchdog_func()

Stefan Windfeldt-Prytz (1):
      iio: buffer: check if a buffer has been set up when poll is called

Thinh Nguyen (1):
      usb: dwc3: gadget: Set maxpacket size for ep0 IN

Tyrel Datwyler (1):
      scsi: ibmvfc: fix misdefined reserved field in ibmvfc_fcp_rsp_info

Yoshihiro Shimoda (1):
      usb: renesas_usbhs: missed the "running" flag in usb_dmac with rx path


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