[PATCH 5.8 00/85] 5.8.14-rc1 review

From: Greg Kroah-Hartman
Date: Mon Oct 05 2020 - 11:38:25 EST


This is the start of the stable review cycle for the 5.8.14 release.
There are 85 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, 07 Oct 2020 14:20:55 +0000.
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/v5.x/stable-review/patch-5.8.14-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-5.8.y
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Linux 5.8.14-rc1

Al Viro <viro@xxxxxxxxxxxxxxxxxx>
ep_create_wakeup_source(): dentry name can change under you...

Al Viro <viro@xxxxxxxxxxxxxxxxxx>
epoll: EPOLL_CTL_ADD: close the race in decision to take fast path

Al Viro <viro@xxxxxxxxxxxxxxxxxx>
epoll: replace ->visited/visited_list with generation count

Al Viro <viro@xxxxxxxxxxxxxxxxxx>
epoll: do not insert into poll queues until all sanity checks are done

Damien Le Moal <damien.lemoal@xxxxxxx>
scsi: sd: sd_zbc: Fix ZBC disk initialization

Damien Le Moal <damien.lemoal@xxxxxxx>
scsi: sd: sd_zbc: Fix handling of host-aware ZBC disks

Zhenyu Wang <zhenyuw@xxxxxxxxxxxxxxx>
drm/i915/gvt: Fix port number for BDW on EDID region setup

Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
gpiolib: Fix line event handling in syscall compatible mode

Thibaut Sautereau <thibaut.sautereau@xxxxxxxxxxx>
random32: Restore __latent_entropy attribute on net_rand_state

Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
pipe: remove pipe_wait() and fix wakeup race with splice

Adrian Huang <ahuang12@xxxxxxxxxx>
iommu/amd: Fix the overwritten field in IVMD header

Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
gpio: pca953x: Correctly initialize registers 6 and 7 for PCA957x

Hanks Chen <hanks.chen@xxxxxxxxxxxx>
pinctrl: mediatek: check mtk_is_virt_gpio input parameter

Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>
pinctrl: qcom: sm8250: correct sdc2_clk

Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
autofs: use __kernel_write() for the autofs pipe writing

Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx>
scripts/dtc: only append to HOST_EXTRACFLAGS instead of overwriting

yangerkun <yangerkun@xxxxxxxxxx>
blk-mq: call commit_rqs while list empty but error happen

Vincent Huang <vincent.huang@xxxxxxxxxxxxxxxx>
Input: trackpoint - enable Synaptics trackpoints

Tali Perry <tali.perry1@xxxxxxxxx>
i2c: npcm7xx: Clear LAST bit after a failed transaction.

Nicolas VINCENT <nicolas.vincent@xxxxxxxxxxx>
i2c: cpm: Fix i2c_ram structure

Tao Ren <rentao.bupt@xxxxxxxxx>
gpio: aspeed: fix ast2600 bank properties

Jeremy Kerr <jk@xxxxxxxxxxxxxxxxxxxx>
gpio/aspeed-sgpio: don't enable all interrupts by default

Jeremy Kerr <jk@xxxxxxxxxxxxxxxxxxxx>
gpio/aspeed-sgpio: enable access to all 80 input & output sgpios

Ye Li <ye.li@xxxxxxx>
gpio: pca953x: Fix uninitialized pending variable

Yu Kuai <yukuai3@xxxxxxxxxx>
iommu/exynos: add missing put_device() call in exynos_iommu_of_xlate()

Sudhakar Panneerselvam <sudhakar.panneerselvam@xxxxxxxxxx>
scsi: target: Fix lun lookup for TARGET_SCF_LOOKUP_LUN_FROM_TAG case

Marek Szyprowski <m.szyprowski@xxxxxxxxxxx>
clk: samsung: exynos4: mark 'chipid' clock as CLK_IGNORE_UNUSED

Vladimir Murzin <vladimir.murzin@xxxxxxx>
dmaengine: dmatest: Prevent to run on misconfigured channel

Thierry Reding <treding@xxxxxxxxxx>
clk: tegra: Fix missing prototype for tegra210_clk_register_emc()

Thierry Reding <treding@xxxxxxxxxx>
clk: tegra: Always program PLL_E when enabled

Trond Myklebust <trond.myklebust@xxxxxxxxxxxxxxx>
pNFS/flexfiles: Ensure we initialise the mirror bsizes correctly on read

Olga Kornievskaia <kolga@xxxxxxxxxx>
NFSv4.2: fix client's attribute cache management for copy_file_range

Jeffrey Mitchell <jeffrey.mitchell@xxxxxxxxxx>
nfs: Fix security label length not being reset

Chris Packham <chris.packham@xxxxxxxxxxxxxxxxxxx>
pinctrl: mvebu: Fix i2c sda definition for 98DX3236

Dan Carpenter <dan.carpenter@xxxxxxxxxx>
phy: ti: am654: Fix a leak in serdes_am654_probe()

Taiping Lai <taiping.lai@xxxxxxxxxx>
gpio: sprd: Clear interrupt when setting the type as edge

Masahiro Yamada <masahiroy@xxxxxxxxxx>
scripts/kallsyms: skip ppc compiler stub *.long_branch.* / *.plt_branch.*

James Smart <james.smart@xxxxxxxxxxxx>
nvme-fc: fail new connections to a deleted host or remote port

Xianting Tian <tian.xianting@xxxxxxx>
nvme-pci: fix NULL req in completion handler

Xiaoliang Yang <xiaoliang.yang_1@xxxxxxx>
net: dsa: felix: fix some key offsets for IP4_TCP_UDP VCAP IS2 entries

Chris Packham <chris.packham@xxxxxxxxxxxxxxxxxxx>
spi: fsl-espi: Only process interrupts for expected events

Ulf Hansson <ulf.hansson@xxxxxxxxxx>
cpuidle: psci: Fix suspicious RCU usage

Jens Axboe <axboe@xxxxxxxxx>
io_uring: mark statx/files_update/epoll_ctl as non-SQPOLL

Douglas Gilbert <dgilbert@xxxxxxxxxxxx>
tools/io_uring: fix compile breakage

Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
tracing: Make the space reserved for the pid wider

Felix Fietkau <nbd@xxxxxxxx>
mac80211: do not allow bigger VHT MPDUs than the hardware supports

Aloka Dixit <alokad@xxxxxxxxxxxxxx>
mac80211: Fix radiotap header channel flag for 6GHz band

Xie He <xie.he.0141@xxxxxxxxx>
drivers/net/wan/hdlc: Set skb->protocol before transmitting

Xie He <xie.he.0141@xxxxxxxxx>
drivers/net/wan/lapbether: Make skb->protocol consistent with the header

Al Viro <viro@xxxxxxxxxxxxxxxxxx>
fuse: fix the ->direct_IO() treatment of iov_iter

Chaitanya Kulkarni <chaitanya.kulkarni@xxxxxxx>
nvme-core: get/put ctrl and transport module in nvme_dev_open/release()

David Milburn <dmilburn@xxxxxxxxxx>
nvme-pci: disable the write zeros command for Intel 600P/P3100

Olympia Giannou <ogiannou@xxxxxxxxx>
rndis_host: increase sleep time in the query-response loop

Lucy Yan <lucyyan@xxxxxxxxxx>
net: dec: de2104x: Increase receive ring size for Tulip

Dexuan Cui <decui@xxxxxxxxxxxxx>
hv_netvsc: Cache the current data path to avoid duplicate call and message

Martin Cerveny <m.cerveny@xxxxxxxxxxxx>
drm/sun4i: mixer: Extend regmap max_register

Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx>
Revert "wlcore: Adding suppoprt for IGTK key in wlcore driver"

Xie He <xie.he.0141@xxxxxxxxx>
drivers/net/wan/hdlc_fr: Add needed_headroom for PVC devices

Naveen N. Rao <naveen.n.rao@xxxxxxxxxxxxxxxxxx>
libbpf: Remove arch-specific include path in Makefile

Felix Fietkau <nbd@xxxxxxxx>
mt76: mt7915: use ieee80211_free_txskb to free tx skbs

Hans de Goede <hdegoede@xxxxxxxxxx>
vboxsf: Fix the check for the old binary mount-arguments struct

Guo Ren <guoren@xxxxxxxxxxxxxxxxx>
clocksource/drivers/timer-gx6605s: Fixup counter reload

Juergen Gross <jgross@xxxxxxxx>
xen/events: don't use chip_data for legacy IRQs

Jean Delvare <jdelvare@xxxxxxx>
drm/amdgpu: restore proper ref count in amdgpu_display_crtc_set_config

Kai-Heng Feng <kai.heng.feng@xxxxxxxxxxxxx>
memstick: Skip allocating card when removing host

Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx>
tracing: Fix trace_find_next_entry() accounting of temp buffer size

Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx>
ftrace: Move RCU is watching check after recursion check

Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>
iio: adc: qcom-spmi-adc5: fix driver name

Jiri Kosina <jkosina@xxxxxxx>
Input: i8042 - add nopnp quirk for Acer Aspire 5 A515

Jean Delvare <jdelvare@xxxxxxx>
i2c: i801: Exclude device from suspend direct complete optimization

Mark Mielke <mark.mielke@xxxxxxxxx>
scsi: iscsi: iscsi_tcp: Avoid holding spinlock while calling getpeername()

Dinh Nguyen <dinguyen@xxxxxxxxxx>
clk: socfpga: stratix10: fix the divider for the emac_ptp_free_clk

Marek Szyprowski <m.szyprowski@xxxxxxxxxxx>
clk: samsung: Keep top BPLL mux on Exynos542x enabled

Ed Wildgoose <lists@xxxxxxxxxxxxxx>
gpio: amd-fch: correct logic of GPIO_LINE_DIRECTION

dillon min <dillon.minfei@xxxxxxxxx>
gpio: tc35894: fix up tc35894 interrupt configuration

Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx>
gpio: mockup: fix resource leak in error path

Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx>
gpio: siox: explicitly support only threaded irqs

M. Vefa Bicakci <m.v.b@xxxxxxxxxx>
usbcore/driver: Accommodate usbip

M. Vefa Bicakci <m.v.b@xxxxxxxxxx>
usbcore/driver: Fix incorrect downcast

M. Vefa Bicakci <m.v.b@xxxxxxxxxx>
usbcore/driver: Fix specific driver selection

M. Vefa Bicakci <m.v.b@xxxxxxxxxx>
Revert "usbip: Implement a match function to fix usbip"

Bryan O'Donoghue <bryan.odonoghue@xxxxxxxxxx>
USB: gadget: f_ncm: Fix NDP16 datagram validation

Hans de Goede <hdegoede@xxxxxxxxxx>
mmc: sdhci: Workaround broken command queuing on Intel GLK based IRBIS models

Filipe Manana <fdmanana@xxxxxxxx>
btrfs: fix filesystem corruption after a device replace

Jens Axboe <axboe@xxxxxxxxx>
io_uring: always delete double poll wait entry on match


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

Diffstat:

.../devicetree/bindings/gpio/sgpio-aspeed.txt | 5 +-
Makefile | 4 +-
block/blk-mq.c | 18 +--
block/blk-settings.c | 46 +++++++
drivers/clk/samsung/clk-exynos4.c | 4 +-
drivers/clk/samsung/clk-exynos5420.c | 5 +
drivers/clk/socfpga/clk-s10.c | 2 +-
drivers/clk/tegra/clk-pll.c | 3 -
drivers/clk/tegra/clk-tegra210-emc.c | 2 +
drivers/clocksource/timer-gx6605s.c | 1 +
drivers/cpuidle/cpuidle-psci.c | 4 +-
drivers/dma/dmatest.c | 26 +++-
drivers/gpio/gpio-amd-fch.c | 2 +-
drivers/gpio/gpio-aspeed-sgpio.c | 134 +++++++++++++--------
drivers/gpio/gpio-aspeed.c | 4 +-
drivers/gpio/gpio-mockup.c | 2 +
drivers/gpio/gpio-pca953x.c | 7 +-
drivers/gpio/gpio-siox.c | 1 +
drivers/gpio/gpio-sprd.c | 3 +
drivers/gpio/gpio-tc3589x.c | 2 +-
drivers/gpio/gpiolib.c | 34 +++++-
drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 2 +-
drivers/gpu/drm/i915/gvt/vgpu.c | 6 +-
drivers/gpu/drm/sun4i/sun8i_mixer.c | 2 +-
drivers/i2c/busses/i2c-cpm.c | 3 +
drivers/i2c/busses/i2c-i801.c | 1 +
drivers/i2c/busses/i2c-npcm7xx.c | 9 ++
drivers/iio/adc/qcom-spmi-adc5.c | 2 +-
drivers/input/mouse/trackpoint.c | 2 +
drivers/input/serio/i8042-x86ia64io.h | 7 ++
drivers/iommu/amd/init.c | 56 ++-------
drivers/iommu/exynos-iommu.c | 8 +-
drivers/memstick/core/memstick.c | 4 +
drivers/mmc/host/sdhci-pci-core.c | 3 +-
drivers/net/dsa/ocelot/felix_vsc9959.c | 16 +--
drivers/net/ethernet/dec/tulip/de2104x.c | 2 +-
drivers/net/hyperv/hyperv_net.h | 3 +
drivers/net/hyperv/netvsc_drv.c | 21 +++-
drivers/net/usb/rndis_host.c | 2 +-
drivers/net/wan/hdlc_cisco.c | 1 +
drivers/net/wan/hdlc_fr.c | 6 +-
drivers/net/wan/hdlc_ppp.c | 1 +
drivers/net/wan/lapbether.c | 4 +-
drivers/net/wireless/mediatek/mt76/mt7915/init.c | 8 +-
drivers/net/wireless/mediatek/mt76/mt7915/mac.c | 2 +-
drivers/net/wireless/ti/wlcore/cmd.h | 1 -
drivers/net/wireless/ti/wlcore/main.c | 4 -
drivers/nvme/host/core.c | 15 +++
drivers/nvme/host/fc.c | 6 +-
drivers/nvme/host/pci.c | 17 +--
drivers/phy/ti/phy-am654-serdes.c | 6 +-
drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c | 4 +
drivers/pinctrl/mvebu/pinctrl-armada-xp.c | 2 +-
drivers/pinctrl/qcom/pinctrl-sm8250.c | 2 +-
drivers/scsi/iscsi_tcp.c | 22 ++--
drivers/scsi/sd.c | 34 +++---
drivers/scsi/sd.h | 14 +--
drivers/scsi/sd_zbc.c | 131 +++++++++++---------
drivers/spi/spi-fsl-espi.c | 5 +-
drivers/target/target_core_transport.c | 3 +-
drivers/usb/core/driver.c | 50 +++++---
drivers/usb/gadget/function/f_ncm.c | 30 +----
drivers/usb/usbip/stub_dev.c | 6 -
drivers/xen/events/events_base.c | 29 +++--
fs/autofs/waitq.c | 2 +-
fs/btrfs/dev-replace.c | 40 +++++-
fs/eventpoll.c | 72 +++++------
fs/fuse/file.c | 25 ++--
fs/io_uring.c | 8 +-
fs/nfs/dir.c | 3 +
fs/nfs/flexfilelayout/flexfilelayout.c | 11 +-
fs/nfs/nfs42proc.c | 10 +-
fs/pipe.c | 62 ++++++----
fs/read_write.c | 8 ++
fs/splice.c | 8 +-
fs/vboxsf/super.c | 2 +-
include/linux/blkdev.h | 2 +
include/linux/memstick.h | 1 +
include/linux/pipe_fs_i.h | 5 +-
kernel/trace/ftrace.c | 6 +-
kernel/trace/trace.c | 48 ++++----
kernel/trace/trace_output.c | 12 +-
lib/random32.c | 2 +-
net/mac80211/rx.c | 3 +-
net/mac80211/vht.c | 8 +-
scripts/dtc/Makefile | 2 +-
scripts/kallsyms.c | 16 ++-
tools/io_uring/io_uring-bench.c | 4 +-
tools/lib/bpf/Makefile | 2 +-
89 files changed, 761 insertions(+), 462 deletions(-)