This is the start of the stable review cycle for the 5.10.81 release. There are 21 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 Sun, 21 Nov 2021 17:14:35 +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.10.81-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.10.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Linux 5.10.81-rc1 Subbaraman Narayanamurthy <quic_subbaram@xxxxxxxxxxx> thermal: Fix NULL pointer dereferences in of_thermal_ functions Greg Thelen <gthelen@xxxxxxxxxx> perf/core: Avoid put_page() when GUP fails Nathan Chancellor <nathan@xxxxxxxxxx> scripts/lld-version.sh: Rewrite based on upstream ld-version.sh Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx> erofs: fix unsafe pagevec reuse of hooked pclusters Yue Hu <huyue2@xxxxxxxxxx> erofs: remove the occupied parameter from z_erofs_pagevec_enqueue() Marc Zyngier <maz@xxxxxxxxxx> PCI: Add MSI masking quirk for Nvidia ION AHCI Marc Zyngier <maz@xxxxxxxxxx> PCI/MSI: Deal with devices lying about their MSI mask capability Thomas Gleixner <tglx@xxxxxxxxxxxxx> PCI/MSI: Destroy sysfs before freeing entries Sven Schnelle <svens@xxxxxxxxxxxxxx> parisc/entry: fix trace test in syscall exit path Peter Zijlstra <peterz@xxxxxxxxxxxxx> x86/iopl: Fake iopl(3) CLI/STI usage Nick Desaulniers <ndesaulniers@xxxxxxxxxx> arm64: vdso32: suppress error message for 'make mrproper' Michael Riesch <michael.riesch@xxxxxxxxxxxxxx> net: stmmac: dwmac-rk: fix unbalanced pm_runtime_enable warnings Wong Vee Khee <vee.khee.wong@xxxxxxxxxxxxxxx> net: stmmac: fix issue where clk is being unprepared twice Joakim Zhang <qiangqing.zhang@xxxxxxx> net: stmmac: fix system hang if change mac address after interface ifdown Yang Yingliang <yangyingliang@xxxxxxxxxx> net: stmmac: fix missing unlock on error in stmmac_suspend() Wei Yongjun <weiyongjun1@xxxxxxxxxx> net: stmmac: platform: fix build error with !CONFIG_PM_SLEEP Joakim Zhang <qiangqing.zhang@xxxxxxx> net: stmmac: add clocks management for gmac driver Masami Hiramatsu <mhiramat@xxxxxxxxxx> bootconfig: init: Fix memblock leak in xbc_make_cmdline() Xie Yongji <xieyongji@xxxxxxxxxxxxx> loop: Use blk_validate_block_size() to validate block size Xie Yongji <xieyongji@xxxxxxxxxxxxx> block: Add a helper to validate the block size Kees Cook <keescook@xxxxxxxxxxxx> fortify: Explicitly disable Clang support ------------- Diffstat: Makefile | 4 +- arch/arm64/kernel/vdso32/Makefile | 3 +- arch/parisc/kernel/entry.S | 2 +- arch/x86/include/asm/insn-eval.h | 1 + arch/x86/include/asm/processor.h | 1 + arch/x86/kernel/process.c | 1 + arch/x86/kernel/traps.c | 34 +++++++ arch/x86/lib/insn-eval.c | 2 +- drivers/block/loop.c | 17 +--- drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c | 9 -- drivers/net/ethernet/stmicro/stmmac/stmmac.h | 1 + drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 87 ++++++++++++++-- drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c | 111 ++++++++++++++++----- .../net/ethernet/stmicro/stmmac/stmmac_platform.c | 30 ++++-- drivers/pci/msi.c | 27 ++--- drivers/pci/quirks.c | 6 ++ drivers/thermal/thermal_of.c | 9 +- fs/erofs/zdata.c | 15 ++- fs/erofs/zpvec.h | 14 ++- include/linux/blkdev.h | 8 ++ include/linux/pci.h | 2 + init/main.c | 1 + kernel/events/core.c | 10 +- scripts/lld-version.sh | 35 +++++-- security/Kconfig | 3 + 25 files changed, 320 insertions(+), 113 deletions(-)