This is the start of the stable review cycle for the 5.12.6 release. There are 43 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 Sat, 22 May 2021 15:22:43 +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.12.6-rc2.... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.12.y and the diffstat can be found below.
thanks,
greg k-h
------------- Pseudo-Shortlog of commits:
Greg Kroah-Hartman gregkh@linuxfoundation.org Linux 5.12.6-rc2
Eric Dumazet edumazet@google.com ipv6: remove extra dev_hold() for fallback tunnels
Eric Dumazet edumazet@google.com ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methods
Eric Dumazet edumazet@google.com sit: proper dev_{hold|put} in ndo_[un]init methods
Eric Dumazet edumazet@google.com ip6_gre: proper dev_{hold|put} in ndo_[un]init methods
Yannick Vignon yannick.vignon@nxp.com net: stmmac: Do not enable RX FIFO overflow interrupts
Zqiang qiang.zhang@windriver.com lib: stackdepot: turn depot_lock spinlock to raw_spinlock
yangerkun yangerkun@huawei.com block: reexpand iov_iter after read/write
Hui Wang hui.wang@canonical.com ALSA: hda: generic: change the DAC ctl name for LO+SPK or LO+HP
Íñigo Huguet ihuguet@redhat.com net:CXGB4: fix leak if sk_buff is not used
Hans de Goede hdegoede@redhat.com gpiolib: acpi: Add quirk to ignore EC wakeups on Dell Venue 10 Pro 5055
Rodrigo Siqueira Rodrigo.Siqueira@amd.com drm/amd/display: Fix two cursor duplication when using overlay
Keith Busch kbusch@kernel.org nvmet: remove unsupported command noise
Phillip Potter phil@philpotter.co.uk net: hsr: check skb can contain struct hsr_ethhdr in fill_frame_info
Zhang Zhengming zhangzhengming@huawei.com bridge: Fix possible races between assigning rx_handler_data and setting IFF_BRIDGE_PORT bit
Darren Powell darren.powell@amd.com amdgpu/pm: Prevent force of DCEFCLK on NAVI10 and SIENNA_CICHLID
Bodo Stroesser bostroesser@gmail.com scsi: target: tcmu: Return from tcmu_handle_completions() if cmd_id not found
Jeff Layton jlayton@kernel.org ceph: don't allow access to MDS-private inodes
Jeff Layton jlayton@kernel.org ceph: don't clobber i_snap_caps on non-I_NEW inode
Jeff Layton jlayton@kernel.org ceph: fix fscache invalidation
James Smart jsmart2021@gmail.com scsi: lpfc: Fix illegal memory access on Abort IOCBs
Nathan Chancellor nathan@kernel.org riscv: Workaround mcount name prior to clang-13
Nathan Chancellor nathan@kernel.org scripts/recordmcount.pl: Fix RISC-V regex for clang
Nathan Chancellor nathan@kernel.org riscv: Use $(LD) instead of $(CC) to link vDSO
Prashant Malani pmalani@chromium.org platform/chrome: cros_ec_typec: Add DP mode check
Manivannan Sadhasivam mani@kernel.org ARM: 9075/1: kernel: Fix interrupted SMC calls
Johannes Berg johannes.berg@intel.com um: Disable CONFIG_GCOV with MODULES
Johannes Berg johannes.berg@intel.com um: Mark all kernel symbols as local
Chuck Lever chuck.lever@oracle.com svcrdma: Don't leak send_ctxt on Send errors
Yi Chen chenyi77@huawei.com f2fs: fix to avoid NULL pointer dereference
Trond Myklebust trond.myklebust@hammerspace.com NFS: NFS_INO_REVAL_PAGECACHE should mark the change attribute invalid
Hans de Goede hdegoede@redhat.com Input: silead - add workaround for x86 BIOS-es which bring the chip up in a stuck state
Hans de Goede hdegoede@redhat.com Input: elants_i2c - do not bind to i2c-hid compatible ACPI instantiated devices
Dinghao Liu dinghao.liu@zju.edu.cn PCI: tegra: Fix runtime PM imbalance in pex_ep_event_pex_rst_deassert()
Feilong Lin linfeilong@huawei.com ACPI / hotplug / PCI: Fix reference count leak in enable_slot()
Trond Myklebust trond.myklebust@hammerspace.com NFS: Fix fscache invalidation in nfs_set_cache_invalid()
louis.wang liang26812@gmail.com ARM: 9066/1: ftrace: pause/unpause function graph tracer in cpu_suspend()
Gustavo Pimentel Gustavo.Pimentel@synopsys.com dmaengine: dw-edma: Fix crash on loading/unloading driver
Arnd Bergmann arnd@arndb.de PCI: thunder: Fix compile testing
Arnd Bergmann arnd@arndb.de usb: sl811-hcd: improve misleading indentation
Arnd Bergmann arnd@arndb.de kgdb: fix gcc-11 warning on indentation
Arnd Bergmann arnd@arndb.de airo: work around stack usage warning
Linus Torvalds torvalds@linux-foundation.org drm/i915/display: fix compiler warning about array overrun
Arnd Bergmann arnd@arndb.de x86/msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypes
-------------
Diffstat:
Makefile | 4 +- arch/arm/kernel/asm-offsets.c | 3 + arch/arm/kernel/smccc-call.S | 11 +- arch/arm/kernel/suspend.c | 19 +++- arch/riscv/include/asm/ftrace.h | 14 ++- arch/riscv/kernel/mcount.S | 10 +- arch/riscv/kernel/vdso/Makefile | 12 +-- arch/um/Kconfig.debug | 1 + arch/um/kernel/Makefile | 1 - arch/um/kernel/dyn.lds.S | 6 ++ arch/um/kernel/gmon_syms.c | 16 --- arch/um/kernel/uml.lds.S | 6 ++ arch/x86/lib/msr-smp.c | 4 +- drivers/dma/dw-edma/dw-edma-core.c | 11 +- drivers/gpio/gpiolib-acpi.c | 14 +++ drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 51 +++++++++ drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c | 5 +- .../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c | 4 +- drivers/gpu/drm/i915/display/intel_dp.c | 13 ++- drivers/input/touchscreen/elants_i2c.c | 44 +++++++- drivers/input/touchscreen/silead.c | 44 +++++++- drivers/misc/kgdbts.c | 26 ++--- drivers/net/ethernet/chelsio/cxgb4/sge.c | 16 +-- drivers/net/ethernet/stmicro/stmmac/dwmac4_dma.c | 7 +- drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 14 +-- drivers/net/wireless/cisco/airo.c | 117 ++++++++++++--------- drivers/nvme/target/admin-cmd.c | 6 +- drivers/pci/controller/dwc/pcie-tegra194.c | 2 +- drivers/pci/controller/pci-thunder-ecam.c | 2 +- drivers/pci/controller/pci-thunder-pem.c | 13 +-- drivers/pci/hotplug/acpiphp_glue.c | 1 + drivers/pci/pci.h | 6 ++ drivers/platform/chrome/cros_ec_typec.c | 5 + drivers/scsi/lpfc/lpfc_sli.c | 11 +- drivers/target/target_core_user.c | 4 +- drivers/usb/host/sl811-hcd.c | 9 +- fs/block_dev.c | 20 +++- fs/ceph/caps.c | 1 + fs/ceph/export.c | 8 ++ fs/ceph/inode.c | 13 ++- fs/ceph/mds_client.c | 7 ++ fs/ceph/super.h | 24 +++++ fs/f2fs/segment.c | 5 +- fs/nfs/inode.c | 7 +- lib/stackdepot.c | 6 +- net/bridge/br_netlink.c | 5 +- net/hsr/hsr_forward.c | 4 + net/ipv6/ip6_gre.c | 7 +- net/ipv6/ip6_tunnel.c | 3 +- net/ipv6/ip6_vti.c | 1 - net/ipv6/sit.c | 5 +- net/sunrpc/xprtrdma/svc_rdma_sendto.c | 8 +- scripts/recordmcount.pl | 2 +- sound/pci/hda/hda_generic.c | 16 ++- 54 files changed, 473 insertions(+), 201 deletions(-)
On 5/20/21 9:23 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.12.6 release. There are 43 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 Sat, 22 May 2021 15:22:43 +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.12.6-rc2.... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.12.y and the diffstat can be found below.
thanks,
greg k-h
Compiled and booted on my test system. No dmesg regressions.
Tested-by: Shuah Khan skhan@linuxfoundation.org
thanks, -- Shuah
On Thu, May 20, 2021 at 05:23:29PM +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.12.6 release. There are 43 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 Sat, 22 May 2021 15:22:43 +0000. Anything received after that time might be too late.
Build results: total: 151 pass: 151 fail: 0 Qemu test results: total: 462 pass: 462 fail: 0
Tested-by: Guenter Roeck linux@roeck-us.net
Guenter
On Thu, 20 May 2021 at 20:53, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 5.12.6 release. There are 43 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 Sat, 22 May 2021 15:22:43 +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.12.6-rc2.... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.12.y and the diffstat can be found below.
thanks,
greg k-h
Results from Linaro’s test farm. No regressions on arm64, arm, x86_64, and i386.
Tested-by: Linux Kernel Functional Testing lkft@linaro.org
## Build * kernel: 5.12.6-rc2 * git: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git * git branch: linux-5.12.y * git commit: ee71fa12d93bc1ea09ff69a8e6b7f44399cf209a * git describe: v5.12.5-44-gee71fa12d93b * test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-5.12.y/build/v5.12....
## No regressions (compared to v5.12.5-46-g735770af9611)
## No fixes (compared to v5.12.5-46-g735770af9611)
## Test result summary total: 83518, pass: 67552, fail: 3303, skip: 11987, xfail: 676,
## Build Summary * arc: 10 total, 10 passed, 0 failed * arm: 193 total, 193 passed, 0 failed * arm64: 27 total, 27 passed, 0 failed * dragonboard-410c: 2 total, 2 passed, 0 failed * hi6220-hikey: 2 total, 2 passed, 0 failed * i386: 27 total, 27 passed, 0 failed * juno-r2: 2 total, 2 passed, 0 failed * mips: 45 total, 45 passed, 0 failed * parisc: 9 total, 9 passed, 0 failed * powerpc: 27 total, 27 passed, 0 failed * riscv: 21 total, 21 passed, 0 failed * s390: 18 total, 18 passed, 0 failed * sh: 18 total, 18 passed, 0 failed * sparc: 9 total, 9 passed, 0 failed * x15: 2 total, 0 passed, 2 failed * x86: 2 total, 2 passed, 0 failed * x86_64: 27 total, 27 passed, 0 failed
## Test suites summary * fwts * igt-gpu-tools * install-android-platform-tools-r2600 * kselftest- * kselftest-android * kselftest-bpf * kselftest-breakpoints * kselftest-capabilities * kselftest-cgroup * kselftest-clone3 * kselftest-core * kselftest-cpu-hotplug * kselftest-cpufreq * kselftest-drivers * kselftest-efivarfs * kselftest-filesystems * kselftest-firmware * kselftest-fpu * kselftest-futex * kselftest-gpio * kselftest-intel_pstate * kselftest-ipc * kselftest-ir * kselftest-kcmp * kselftest-kexec * kselftest-kvm * kselftest-lib * kselftest-livepatch * kselftest-lkdtm * kselftest-membarrier * kselftest-memfd * kselftest-memory-hotplug * kselftest-mincore * kselftest-mount * kselftest-mqueue * kselftest-net * kselftest-netfilter * kselftest-nsfs * kselftest-openat2 * kselftest-pid_namespace * kselftest-pidfd * kselftest-proc * kselftest-pstore * kselftest-ptrace * kselftest-rseq * kselftest-rtc * kselftest-seccomp * kselftest-sigaltstack * kselftest-size * kselftest-splice * kselftest-static_keys * kselftest-sync * kselftest-sysctl * kselftest-tc-testing * kselftest-timens * kselftest-timers * kselftest-tmpfs * kselftest-tpm2 * kselftest-user * kselftest-vm * kselftest-vsyscall-mode-native- * kselftest-vsyscall-mode-none- * kselftest-x86 * kselftest-zram * kunit * kvm-unit-tests * libhugetlbfs * linux-log-parser * ltp-cap_bounds-tests * ltp-commands-tests * ltp-containers-tests * ltp-controllers-tests * ltp-cpuhotplug-tests * ltp-crypto-tests * ltp-cve-tests * ltp-dio-tests * ltp-fcntl-locktests-tests * ltp-filecaps-tests * ltp-fs-tests * ltp-fs_bind-tests * ltp-fs_perms_simple-tests * ltp-fsx-tests * ltp-hugetlb-tests * ltp-io-tests * ltp-ipc-tests * ltp-math-tests * ltp-mm-tests * ltp-nptl-tests * ltp-open-posix-tests * ltp-pty-tests * ltp-sched-tests * ltp-securebits-tests * ltp-syscalls-tests * ltp-tracing-tests * network-basic-tests * packetdrill * perf * rcutorture * ssuite * v4l2-compliance
-- Linaro LKFT https://lkft.linaro.org
On 5/20/2021 8:23 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.12.6 release. There are 43 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 Sat, 22 May 2021 15:22:43 +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.12.6-rc2.... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.12.y and the diffstat can be found below.
thanks,
greg k-h
On ARCH_BRCMSTB, using 32-bit and 64-bit ARM kernels:
Tested-by: Florian Fainelli f.fainelli@gmail.com
On Thu, 20 May 2021 17:23:29 +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.12.6 release. There are 43 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 Sat, 22 May 2021 15:22:43 +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.12.6-rc2.... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.12.y and the diffstat can be found below.
thanks,
greg k-h
All tests passing for Tegra ...
Test results for stable-v5.12: 12 builds: 12 pass, 0 fail 28 boots: 28 pass, 0 fail 104 tests: 104 pass, 0 fail
Linux version: 5.12.6-rc2-gee71fa12d93b Boards tested: tegra124-jetson-tk1, tegra186-p2771-0000, tegra194-p2972-0000, tegra194-p3509-0000+p3668-0000, tegra20-ventana, tegra210-p2371-2180, tegra210-p3450-0000, tegra30-cardhu-a04
Tested-by: Jon Hunter jonathanh@nvidia.com
Jon
On Thu, 20 May 2021 17:23:29 +0200, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 5.12.6 release. There are 43 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 Sat, 22 May 2021 15:22:43 +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.12.6-rc2.... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.12.y and the diffstat can be found below.
thanks,
greg k-h
5.12.6-rc2 Successfully Compiled and booted on my Raspberry PI 4b (8g) (bcm2711)
Tested-by: Fox Chen foxhlchen@gmail.com
On Thu, May 20, 2021 at 05:23:29PM +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.12.6 release. There are 43 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 Sat, 22 May 2021 15:22:43 +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.12.6-rc2.... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.12.y and the diffstat can be found below.
thanks,
greg k-h
Tested rc2 against the Fedora build system (aarch64, armv7, ppc64le, s390x, x86_64), and boot tested x86_64. No regressions noted.
Tested-by: Justin M. Forbes jforbes@fedoraproject.org