[PATCH 4.9 000/111] 4.9.129-stable review

From: Greg Kroah-Hartman
Date: Mon Sep 24 2018 - 08:01:10 EST


This is the start of the stable review cycle for the 4.9.129 release.
There are 111 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 Sep 26 11:30:16 UTC 2018.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.9.129-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@xxxxxxxxxxxxxxxxxxx>
Linux 4.9.129-rc1

Paul Burton <paul.burton@xxxxxxxxxx>
MIPS: VDSO: Drop gic_get_usm_range() usage

Benjamin Poirier <bpoirier@xxxxxxxx>
e1000e: Fix link check race condition

Benjamin Poirier <bpoirier@xxxxxxxx>
Revert "e1000e: Separate signaling for link check/link up"

Benjamin Poirier <bpoirier@xxxxxxxx>
e1000e: Avoid missed interrupts following ICR read

Benjamin Poirier <bpoirier@xxxxxxxx>
e1000e: Fix queue interrupt re-raising in Other interrupt

Benjamin Poirier <bpoirier@xxxxxxxx>
Partial revert "e1000e: Avoid receiver overrun interrupt bursts"

Benjamin Poirier <bpoirier@xxxxxxxx>
e1000e: Remove Other from EIAC

Paul Burton <paul.burton@xxxxxxxx>
MIPS: VDSO: Match data page cache colouring when D$ aliases

Dan Carpenter <dan.carpenter@xxxxxxxxxx>
mei: bus: type promotion bug in mei_nfc_if_version()

Douglas Anderson <dianders@xxxxxxxxxxxx>
pinctrl: qcom: spmi-gpio: Fix pmic_gpio_config_get() to be compliant

Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
gpiolib: Respect error code of ->get_direction()

Bart Van Assche <bart.vanassche@xxxxxxx>
IB/nes: Fix a compiler warning

Dan Carpenter <dan.carpenter@xxxxxxxxxx>
drm/panel: type promotion bug in s6e8aa0_read_mtp_id()

John Stultz <john.stultz@xxxxxxxxxx>
selftest: timers: Tweak raw_skew to SKIP when ADJ_OFFSET/other clock adjustments are in progress

Timo Wischer <twischer@xxxxxxxxxxxxxx>
ALSA: pcm: Fix snd_interval_refine first/last with open min/max

Zhouyang Jia <jiazhouyang09@xxxxxxxxx>
rtc: bq4802: add error handling for devm_ioremap

Wei Lu <wei.lu2@xxxxxxx>
drm/amdkfd: Fix error codes in kfd_get_process

Paul E. McKenney <paulmck@xxxxxxxxxxxxxxxxxx>
rcu: Fix grace-period hangs due to race with CPU offline

Peter Rosin <peda@xxxxxxxxxx>
input: rohm_bu21023: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)

Peter Rosin <peda@xxxxxxxxxx>
mfd: 88pm860x-i2c: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)

Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
gpiolib: Mark gpio_suffixes array with __maybe_unused

Wei Yongjun <weiyongjun1@xxxxxxxxxx>
gpio: pxa: Fix potential NULL dereference

Robin Murphy <robin.murphy@xxxxxxx>
coresight: tpiu: Fix disabling timeouts

Suzuki K Poulose <suzuki.poulose@xxxxxxx>
coresight: Handle errors in finding input/output ports

Julia Lawall <Julia.Lawall@xxxxxxx>
parport: sunbpp: fix error return code

Thierry Reding <treding@xxxxxxxxxx>
drm/nouveau: tegra: Detach from ARM DMA/IOMMU mapping

Stefan Agner <stefan@xxxxxxxx>
mmc: sdhci: do not try to use 3.3V signaling if not supported

Stefan Agner <stefan@xxxxxxxx>
mmc: tegra: prevent HS200 on Tegra 3

Enrico Scholz <enrico.scholz@xxxxxxxxxxxxxxxxx>
gpu: ipu-v3: csi: pass back mbus_code_to_bus_cfg error codes

Nicholas Mc Guire <hofrat@xxxxxxxxx>
ARM: hisi: check of_iomap and fix missing of_node_put

Nicholas Mc Guire <hofrat@xxxxxxxxx>
ARM: hisi: fix error handling and missing of_node_put

Nicholas Mc Guire <hofrat@xxxxxxxxx>
ARM: hisi: handle of_iomap and fix missing of_node_put

Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
efi/esrt: Only call efi_mem_reserve() for boot services memory

Mike Christie <mchristi@xxxxxxxxxx>
configfs: fix registered group removal

Paul Burton <paul.burton@xxxxxxxx>
MIPS: loongson64: cs5536: Fix PCI_OHCI_INT_REG reads

Matthew Garrett <mjg59@xxxxxxxxxx>
evm: Don't deadlock if a crypto algorithm is unavailable

Jann Horn <jannh@xxxxxxxxxx>
mtdchar: fix overflows in adjustment of `count`

Ronny Chevalier <ronny.chevalier@xxxxxx>
audit: fix use-after-free in audit_add_watch

Maciej W. Rozycki <macro@xxxxxxxx>
binfmt_elf: Respect error return from `regset->active'

Trond Myklebust <trondmy@xxxxxxxxx>
NFSv4.1 fix infinite loop on I/O.

Yabin Cui <yabinc@xxxxxxxxxx>
perf/core: Force USER_DS when recording user stack data

Dan Carpenter <dan.carpenter@xxxxxxxxxx>
CIFS: fix wrapping bugs in num_entries()

Dan Carpenter <dan.carpenter@xxxxxxxxxx>
cifs: prevent integer overflow in nxt_dir_entry()

Oliver Neukum <oneukum@xxxxxxxx>
Revert "cdc-acm: implement put_char() and flush_chars()"

Jia-Ju Bai <baijiaju1990@xxxxxxxxx>
usb: cdc-wdm: Fix a sleep-in-atomic-context bug in service_outstanding_interrupt()

Ben Hutchings <ben.hutchings@xxxxxxxxxxxxxxx>
USB: yurex: Fix buffer over-read in yurex_write()

Johan Hovold <johan@xxxxxxxxxx>
USB: serial: ti_usb_3410_5052: fix array underflow in completion handler

Jia-Ju Bai <baijiaju1990@xxxxxxxxx>
usb: misc: uss720: Fix two sleep-in-atomic-context bugs

Johan Hovold <johan@xxxxxxxxxx>
USB: serial: io_ti: fix array underflow in completion handler

Alan Stern <stern@xxxxxxxxxxxxxxxxxxx>
USB: net2280: Fix erroneous synchronization change

Yoshihiro Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx>
usb: gadget: udc: renesas_usb3: fix maxpacket size of ep0

Maxence DuprÃs <xpros64@xxxxxxxxxx>
USB: add quirk for WORLDE Controller KS49 or Prodipe MIDI 49C USB controller

Jia-Ju Bai <baijiaju1990@xxxxxxxxx>
usb: host: u132-hcd: Fix a sleep-in-atomic-context bug in u132_get_frame()

Mathias Nyman <mathias.nyman@xxxxxxxxxxxxxxx>
usb: Avoid use-after-free by flushing endpoints early in usb_set_interface()

Oliver Neukum <oneukum@xxxxxxxx>
usb: uas: add support for more quirk flags

Tim Anderson <tsa@xxxxxxxxxxxxxxxxxxx>
USB: Add quirk to support DJI CineSSD

Alexander Usyskin <alexander.usyskin@xxxxxxxxx>
mei: ignore not found client in the enumeration

Mathias Nyman <mathias.nyman@xxxxxxxxxxxxxxx>
usb: Don't die twice if PCI xhci host is not responding in resume

Gustavo A. R. Silva <gustavo@xxxxxxxxxxxxxx>
misc: hmc6352: fix potential Spectre v1

K. Y. Srinivasan <kys@xxxxxxxxxxxxx>
Tools: hv: Fix a bug in the key delete code

Andreas Kemnade <andreas@xxxxxxxxxxxx>
mmc: omap_hsmmc: fix wakeirq handling on removal

Aaron Knister <aaron.s.knister@xxxxxxxx>
IB/ipoib: Avoid a race condition between start_xmit and cm_rep_handler

Juergen Gross <jgross@xxxxxxxx>
xen/netfront: fix waiting for xenbus state change

Bin Yang <bin.yang@xxxxxxxxx>
pstore: Fix incorrect persistent ram buffer mapping

Parav Pandit <parav@xxxxxxxxxxxx>
RDMA/cma: Protect cma dev list with lock

Xiao Liang <xiliang@xxxxxxxxxx>
xen-netfront: fix warn message as irq device name has '/'

Michael MÃller <michael@xxxxxxxxxxx>
crypto: sharah - Unregister correct algorithms for SAHARA 3

Hanna Hawa <hannah@xxxxxxxxxxx>
dmaengine: mv_xor_v2: kill the tasklets upon exit

Pingfan Liu <kernelfans@xxxxxxxxx>
drivers/base: stop new probing during shutdown

Christoffer Dall <christoffer.dall@xxxxxxx>
KVM: arm/arm64: Fix vgic init race

Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
platform/x86: toshiba_acpi: Fix defined but not used build warnings

Julian Wiedmann <jwi@xxxxxxxxxxxxx>
s390/qeth: reset layer2 attribute on layer switch

Julian Wiedmann <jwi@xxxxxxxxxxxxx>
s390/qeth: fix race in used-buffer accounting

Bhushan Shah <bshah@xxxxxxx>
ARM: dts: qcom: msm8974-hammerhead: increase load on l20 for sdhci

Loic Poulain <loic.poulain@xxxxxxxxxx>
arm64: dts: qcom: db410c: Fix Bluetooth LED trigger

Vitaly Kuznetsov <vkuznets@xxxxxxxxxx>
xen-netfront: fix queue name setting

Jakub Kicinski <jakub.kicinski@xxxxxxxxxxxxx>
nfp: avoid buffer leak when FW communication fails

Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
efi/arm: preserve early mapping of UEFI memory map longer for BGRT

YueHaibing <yuehaibing@xxxxxxxxxx>
wan/fsl_ucc_hdlc: use IS_ERR_VALUE() to check return value of qe_muram_alloc

Piotr Sawicki <p.sawicki2@xxxxxxxxxxxxxxxxxxx>
Smack: Fix handling of IPv4 traffic received by PF_INET6 sockets

Manikanta Pubbisetty <mpubbise@xxxxxxxxxxxxxx>
mac80211: restrict delayed tailroom needed decrement

Paul Cercueil <paul@xxxxxxxxxxxxxxx>
MIPS: jz4740: Bump zload address

Nicholas Piggin <npiggin@xxxxxxxxx>
powerpc/powernv: opal_put_chars partial write fix

Sandipan Das <sandipan@xxxxxxxxxxxxx>
perf powerpc: Fix callchain ip filtering

Krzysztof Kozlowski <krzk@xxxxxxxxxx>
ARM: exynos: Clear global variable on init error path

Fredrik Noring <noring@xxxxxxxxxx>
fbdev: Distinguish between interlaced and progressive modes

Daniel Mack <daniel@xxxxxxxxxx>
video: fbdev: pxafb: clear allocated memory for video modes

Sandipan Das <sandipan@xxxxxxxxxxxxx>
perf powerpc: Fix callchain ip filtering when return address is in a register

Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
fbdev/via: fix defined but not used warning

Anton Vasilyev <vasilyev@xxxxxxxxx>
video: goldfishfb: fix memory leak on driver remove

Dan Carpenter <dan.carpenter@xxxxxxxxxx>
fbdev: omapfb: off by one in omapfb_register_client()

Bob Peterson <rpeterso@xxxxxxxxxx>
gfs2: Don't reject a supposedly full bitmap if we have blocks reserved

Thomas Richter <tmricht@xxxxxxxxxxxxx>
perf test: Fix subtest number when showing results

Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
mtd/maps: fix solutionengine.c printk format warnings

Zhu Yanjun <yanjun.zhu@xxxxxxxxxx>
IB/rxe: Drop QP0 silently

Hans Verkuil <hverkuil@xxxxxxxxx>
media: videobuf2-core: check for q->error in vb2_core_qbuf()

Felix Fietkau <nbd@xxxxxxxx>
MIPS: ath79: fix system restart

John Keeping <john@xxxxxxxxxxxx>
dmaengine: pl330: fix irq race with terminate_all

Krzysztof Ha?asa <khalasa@xxxxxxx>
media: tw686x: Fix oops on buffer alloc failure

Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
kbuild: add .DELETE_ON_ERROR special target

Rajan Vaja <rajan.vaja@xxxxxxxxxx>
clk: clk-fixed-factor: Clear OF_POPULATED flag in case of failure

Nicholas Mc Guire <hofrat@xxxxxxxxx>
clk: imx6ul: fix missing of_node_put()

Andreas Gruenbacher <agruenba@xxxxxxxxxx>
gfs2: Special-case rindex for gfs2_grow

YueHaibing <yuehaibing@xxxxxxxxxx>
xfrm: fix 'passing zero to ERR_PTR()' warning

Takashi Iwai <tiwai@xxxxxxx>
ALSA: usb-audio: Fix multiple definitions in AU0828_DEVICE() macro

Takashi Iwai <tiwai@xxxxxxx>
ALSA: msnd: Fix the default sample sizes

Miao Zhong <zhongmiao@xxxxxxxxxxxxx>
iommu/arm-smmu-v3: sync the OVACKFLG to PRIQ consumer register

Jack Morgenstein <jackm@xxxxxxxxxxxxxxxxxx>
net/mlx5: Fix debugfs cleanup in the device init/remove flow

Jack Morgenstein <jackm@xxxxxxxxxxxxxxxxxx>
net/mlx5: Fix use-after-free in self-healing flow

Cong Wang <xiyou.wangcong@xxxxxxxxx>
rds: fix two RCU related problems

Petr Oros <poros@xxxxxxxxxx>
be2net: Fix memory leak in be_cmd_get_profile_config()


-------------

Diffstat:

Makefile | 4 +-
.../dts/qcom-msm8974-lge-nexus5-hammerhead.dts | 2 +
arch/arm/mach-exynos/suspend.c | 1 +
arch/arm/mach-hisi/hotplug.c | 41 +++++++-----
arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi | 2 +-
arch/mips/ath79/setup.c | 1 +
arch/mips/include/asm/mach-ath79/ath79.h | 1 +
arch/mips/jz4740/Platform | 2 +-
arch/mips/kernel/vdso.c | 35 ++++++++---
arch/mips/loongson64/common/cs5536/cs5536_ohci.c | 2 +-
arch/powerpc/platforms/powernv/opal.c | 2 +-
crypto/api.c | 2 +-
drivers/base/core.c | 3 +
drivers/clk/clk-fixed-factor.c | 9 ++-
drivers/clk/imx/clk-imx6ul.c | 1 +
drivers/crypto/sahara.c | 4 +-
drivers/dma/mv_xor_v2.c | 2 +
drivers/dma/pl330.c | 5 +-
drivers/firmware/efi/arm-init.c | 1 -
drivers/firmware/efi/arm-runtime.c | 4 +-
drivers/firmware/efi/esrt.c | 3 +-
drivers/gpio/gpio-pxa.c | 2 +
drivers/gpio/gpiolib.c | 6 ++
drivers/gpio/gpiolib.h | 2 +-
drivers/gpu/drm/amd/amdkfd/kfd_process.c | 2 +
drivers/gpu/drm/nouveau/nvkm/engine/device/tegra.c | 13 ++++
drivers/gpu/drm/panel/panel-samsung-s6e8aa0.c | 2 +-
drivers/gpu/ipu-v3/ipu-csi.c | 20 ++++--
drivers/hwtracing/coresight/coresight-tpiu.c | 7 ++-
drivers/hwtracing/coresight/coresight.c | 7 ++-
drivers/infiniband/core/cma.c | 12 ++--
drivers/infiniband/hw/nes/nes.h | 2 +-
drivers/infiniband/sw/rxe/rxe_recv.c | 9 ++-
drivers/infiniband/ulp/ipoib/ipoib_cm.c | 2 +
drivers/input/touchscreen/rohm_bu21023.c | 4 +-
drivers/iommu/arm-smmu-v3.c | 1 +
drivers/media/pci/tw686x/tw686x-video.c | 11 +++-
drivers/media/v4l2-core/videobuf2-core.c | 5 ++
drivers/mfd/88pm860x-i2c.c | 8 +--
drivers/misc/hmc6352.c | 2 +
drivers/misc/mei/bus-fixup.c | 2 +-
drivers/misc/mei/hbm.c | 9 ++-
drivers/mmc/host/omap_hsmmc.c | 1 +
drivers/mmc/host/sdhci-tegra.c | 3 +-
drivers/mmc/host/sdhci.c | 9 ++-
drivers/mtd/maps/solutionengine.c | 6 +-
drivers/mtd/mtdchar.c | 10 ++-
drivers/net/ethernet/emulex/benet/be_cmds.c | 2 +-
drivers/net/ethernet/intel/e1000e/defines.h | 21 ++++++-
drivers/net/ethernet/intel/e1000e/ich8lan.c | 44 +++++++------
drivers/net/ethernet/intel/e1000e/mac.c | 27 ++++----
drivers/net/ethernet/intel/e1000e/netdev.c | 33 ++++------
drivers/net/ethernet/mellanox/mlx5/core/health.c | 10 ++-
drivers/net/ethernet/mellanox/mlx5/core/main.c | 10 +--
.../net/ethernet/netronome/nfp/nfp_net_common.c | 13 +++-
drivers/net/wan/fsl_ucc_hdlc.c | 6 +-
drivers/net/xen-netfront.c | 30 +++++----
drivers/parport/parport_sunbpp.c | 8 ++-
drivers/pinctrl/qcom/pinctrl-spmi-gpio.c | 32 +++++++---
drivers/platform/x86/toshiba_acpi.c | 3 +-
drivers/rtc/rtc-bq4802.c | 4 ++
drivers/s390/net/qeth_core_main.c | 3 +-
drivers/s390/net/qeth_core_sys.c | 1 +
drivers/usb/class/cdc-acm.c | 73 ----------------------
drivers/usb/class/cdc-acm.h | 1 -
drivers/usb/class/cdc-wdm.c | 2 +-
drivers/usb/core/hcd-pci.c | 2 -
drivers/usb/core/message.c | 11 ++++
drivers/usb/core/quirks.c | 7 +++
drivers/usb/gadget/udc/net2280.c | 16 ++++-
drivers/usb/gadget/udc/renesas_usb3.c | 5 +-
drivers/usb/host/u132-hcd.c | 2 +-
drivers/usb/misc/uss720.c | 4 +-
drivers/usb/misc/yurex.c | 5 +-
drivers/usb/serial/io_ti.h | 2 +-
drivers/usb/serial/ti_usb_3410_5052.c | 2 +-
drivers/usb/storage/scsiglue.c | 9 +++
drivers/usb/storage/uas.c | 21 +++++++
drivers/usb/storage/unusual_devs.h | 7 +++
drivers/video/fbdev/core/modedb.c | 41 ++++++++----
drivers/video/fbdev/goldfishfb.c | 1 +
drivers/video/fbdev/omap/omapfb_main.c | 2 +-
drivers/video/fbdev/pxafb.c | 4 +-
drivers/video/fbdev/via/viafbdev.c | 3 +-
fs/binfmt_elf.c | 2 +-
fs/cifs/readdir.c | 11 +++-
fs/cifs/smb2pdu.c | 25 +++++---
fs/configfs/dir.c | 11 ++++
fs/gfs2/bmap.c | 2 +-
fs/gfs2/rgrp.c | 3 +-
fs/nfs/nfs4proc.c | 10 ++-
fs/nfs/nfs4state.c | 2 +
fs/pstore/ram_core.c | 17 ++++-
include/linux/crypto.h | 5 ++
include/linux/mlx5/driver.h | 2 +-
kernel/audit_watch.c | 12 +++-
kernel/events/core.c | 4 ++
kernel/rcu/tree.c | 6 ++
kernel/rcu/tree.h | 4 ++
net/mac80211/cfg.c | 2 +-
net/mac80211/key.c | 24 ++++---
net/rds/bind.c | 5 +-
net/xfrm/xfrm_policy.c | 5 +-
scripts/Kbuild.include | 3 +
security/integrity/evm/evm_crypto.c | 3 +-
security/smack/smack_lsm.c | 14 +++--
sound/core/pcm_lib.c | 14 +++--
sound/isa/msnd/msnd_pinnacle.c | 4 +-
sound/usb/quirks-table.h | 3 +-
tools/hv/hv_kvp_daemon.c | 2 +-
tools/perf/arch/powerpc/util/skip-callchain-idx.c | 10 ++-
tools/perf/tests/builtin-test.c | 2 +-
tools/testing/selftests/timers/raw_skew.c | 5 ++
virt/kvm/arm/vgic/vgic-init.c | 4 ++
114 files changed, 630 insertions(+), 337 deletions(-)