[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20171016161429.968555175@linuxfoundation.org>
Date: Mon, 16 Oct 2017 18:15:56 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: linux-kernel@...r.kernel.org
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
torvalds@...ux-foundation.org, akpm@...ux-foundation.org,
linux@...ck-us.net, shuahkh@....samsung.com, patches@...nelci.org,
ben.hutchings@...ethink.co.uk, stable@...r.kernel.org
Subject: [PATCH 4.9 00/39] 4.9.57-stable review
This is the start of the stable review cycle for the 4.9.57 release.
There are 39 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.
Responses should be made by Wed Oct 18 16:14:16 UTC 2017.
Anything received after that time might be too late.
The whole patch series can be found in one patch at:
kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.9.57-rc1.gz
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.9.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Linux 4.9.57-rc1
Ladi Prosek <lprosek@...hat.com>
KVM: nVMX: update last_nonleaf_level when initializing nested EPT
Mathias Krause <minipli@...glemail.com>
x86/alternatives: Fix alt_max_short macro to really be a max()
Johan Hovold <johan@...nel.org>
USB: serial: console: fix use-after-free after failed setup
Shrirang Bagul <shrirang.bagul@...onical.com>
USB: serial: qcserial: add Dell DW5818, DW5819
Henryk Heisig <hyniu@...pl>
USB: serial: option: add support for TP-Link LTE module
Andreas Engel <anen-nospam@....net>
USB: serial: cp210x: add support for ELV TFD500
Jeffrey Chu <jeffrey.chu@...ress.com>
USB: serial: ftdi_sio: add id for Cypress WICED dev board
Al Viro <viro@...iv.linux.org.uk>
bio_copy_user_iov(): don't ignore ->iov_offset
Al Viro <viro@...iv.linux.org.uk>
more bio_map_user_iov() leak fixes
Vitaly Mayatskikh <v.mayatskih@...il.com>
fix unbalanced page refcounting in bio_map_user_iov
Andreas Gruenbacher <agruenba@...hat.com>
direct-io: Prevent NULL pointer access in submit_page_section
Andrew Gabbasov <andrew_gabbasov@...tor.com>
usb: gadget: composite: Fix use-after-free in usb_composite_overwrite_options
Andrew Gabbasov <andrew_gabbasov@...tor.com>
usb: gadget: configfs: Fix memory leak of interface directory data
Jani Nikula <jani.nikula@...el.com>
drm/i915/bios: parse DDI ports also for CHV for HDMI DDC pin and DP AUX channel
Ville Syrjälä <ville.syrjala@...ux.intel.com>
drm/i915: Read timings from the correct transcoder in intel_crtc_mode_get()
Manasi Navare <manasi.d.navare@...el.com>
drm/i915/edp: Get the Panel Power Off timestamp after panel is off
Takashi Iwai <tiwai@...e.de>
ALSA: line6: Fix leftover URB at error-path during probe
Takashi Iwai <tiwai@...e.de>
ALSA: line6: Fix missing initialization before error path
Takashi Iwai <tiwai@...e.de>
ALSA: caiaq: Fix stray URB at probe error path
Takashi Iwai <tiwai@...e.de>
ALSA: seq: Fix copy_from_user() call inside lock
Takashi Iwai <tiwai@...e.de>
ALSA: seq: Fix use-after-free at creating a port
Takashi Iwai <tiwai@...e.de>
ALSA: usb-audio: Kill stray URB at exiting
Matthew Wilcox <willy@...radead.org>
fs/mpage.c: fix mpage_writepage() for pages with buffers
Jarkko Nikula <jarkko.nikula@...ux.intel.com>
device property: Track owner device of device property
Joerg Roedel <jroedel@...e.de>
iommu/amd: Finish TLB flush in amd_iommu_unmap()
Petr Mladek <pmladek@...e.com>
pinctrl/amd: Fix build dependency on pinmux code
Kazuya Mizuguchi <kazuya.mizuguchi.ks@...esas.com>
usb: renesas_usbhs: Fix DMAC sequence for receiving zero-length packet
Haozhong Zhang <haozhong.zhang@...el.com>
KVM: nVMX: fix guest CR4 loading when emulating L2 to L1 exit
Ladi Prosek <lprosek@...hat.com>
KVM: MMU: always terminate page walks at level 1
Herbert Xu <herbert@...dor.apana.org.au>
crypto: shash - Fix zero-length shash ahash digest crash
Jaejoong Kim <climbbb.kim@...il.com>
HID: usbhid: fix out-of-bounds bug
Peter Ujfalusi <peter.ujfalusi@...com>
dmaengine: ti-dma-crossbar: Fix possible race condition with dma_inuse
Peter Ujfalusi <peter.ujfalusi@...com>
dmaengine: edma: Align the memcpy acnt array size with the transfer
Paul Burton <paul.burton@...tec.com>
MIPS: math-emu: Remove pr_err() calls from fpu_emu()
Alan Stern <stern@...land.harvard.edu>
USB: dummy-hcd: Fix deadlock caused by disconnect detection
Paul E. McKenney <paulmck@...ux.vnet.ibm.com>
rcu: Allow for page faults in NMI handlers
Peng Xu <pxu@....qualcomm.com>
nl80211: Define policy for packet pattern attributes
Pavel Shilovsky <pshilov@...rosoft.com>
CIFS: Reconnect expired SMB sessions
Darrick J. Wong <darrick.wong@...cle.com>
ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsets
-------------
Diffstat:
Makefile | 4 ++--
arch/mips/math-emu/cp1emu.c | 2 --
arch/x86/include/asm/alternative-asm.h | 4 +++-
arch/x86/include/asm/alternative.h | 6 +++---
arch/x86/kvm/mmu.c | 15 ++++++++-------
arch/x86/kvm/paging_tmpl.h | 3 ++-
arch/x86/kvm/vmx.c | 2 +-
block/bio.c | 26 +++++++++++++++++++-------
crypto/shash.c | 8 +++++---
drivers/base/property.c | 15 +++++++++------
drivers/dma/edma.c | 19 ++++++++++++++++---
drivers/dma/ti-dma-crossbar.c | 3 ++-
drivers/gpu/drm/i915/intel_bios.c | 2 +-
drivers/gpu/drm/i915/intel_display.c | 14 +++++++++-----
drivers/gpu/drm/i915/intel_dp.c | 2 +-
drivers/hid/usbhid/hid-core.c | 12 +++++++++++-
drivers/iommu/amd_iommu.c | 1 +
drivers/pinctrl/Kconfig | 1 +
drivers/usb/gadget/composite.c | 5 +++++
drivers/usb/gadget/configfs.c | 15 ++++++++-------
drivers/usb/gadget/configfs.h | 11 ++++++-----
drivers/usb/gadget/function/f_rndis.c | 12 ++++++++++--
drivers/usb/gadget/function/u_rndis.h | 1 +
drivers/usb/gadget/udc/dummy_hcd.c | 9 ++++++---
drivers/usb/renesas_usbhs/fifo.c | 2 +-
drivers/usb/serial/console.c | 1 +
drivers/usb/serial/cp210x.c | 1 +
drivers/usb/serial/ftdi_sio.c | 2 ++
drivers/usb/serial/ftdi_sio_ids.h | 7 +++++++
drivers/usb/serial/option.c | 2 ++
drivers/usb/serial/qcserial.c | 4 ++++
fs/block_dev.c | 6 ++++--
fs/cifs/cifsglob.h | 2 ++
fs/cifs/cifssmb.c | 7 +++++++
fs/cifs/connect.c | 7 +++++++
fs/cifs/smb2ops.c | 16 ++++++++++++++++
fs/direct-io.c | 3 ++-
fs/ext4/file.c | 4 ++--
fs/mpage.c | 14 +++++++++++---
include/linux/buffer_head.h | 1 +
include/sound/seq_virmidi.h | 1 +
kernel/rcu/tree.c | 14 ++++++++++++--
net/wireless/nl80211.c | 12 ++++++++++--
sound/core/seq/seq_clientmgr.c | 6 +++++-
sound/core/seq/seq_ports.c | 7 +++++--
sound/core/seq/seq_virmidi.c | 27 +++++++++++++++++++--------
sound/usb/caiaq/device.c | 12 +++++++++---
sound/usb/line6/driver.c | 7 ++++---
sound/usb/line6/podhd.c | 5 +++--
sound/usb/mixer.c | 12 ++++++++++--
sound/usb/mixer.h | 2 ++
51 files changed, 280 insertions(+), 96 deletions(-)
Powered by blists - more mailing lists