This is the start of the stable review cycle for the 5.15.65 release. There are 73 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, 04 Sep 2022 12:13:47 +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.15.65-rc1... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.15.y and the diffstat can be found below.
thanks,
greg k-h
------------- Pseudo-Shortlog of commits:
Greg Kroah-Hartman gregkh@linuxfoundation.org Linux 5.15.65-rc1
Yang Yingliang yangyingliang@huawei.com net: neigh: don't call kfree_skb() under spin_lock_irqsave()
Zhengchao Shao shaozhengchao@huawei.com net/af_packet: check len when min_header_len equals to 0
Liam Howlett liam.howlett@oracle.com android: binder: fix lockdep check on clearing vma
Omar Sandoval osandov@fb.com btrfs: fix space cache corruption and potential double allocations
Kuniyuki Iwashima kuniyu@amazon.com kprobes: don't call disarm_kprobe() for disabled kprobes
Josef Bacik josef@toxicpanda.com btrfs: tree-checker: check for overlapping extent items
Josef Bacik josef@toxicpanda.com btrfs: fix lockdep splat with reloc root extent buffers
Josef Bacik josef@toxicpanda.com btrfs: move lockdep class helpers to locking.c
Florian Westphal fw@strlen.de testing: selftests: nft_flowtable.sh: use random netns names
Geert Uytterhoeven geert@linux-m68k.org netfilter: conntrack: NF_CONNTRACK_PROCFS should no longer default to y
Charlene Liu Charlene.Liu@amd.com drm/amd/display: avoid doing vm_init multiple time
Dusica Milinkovic Dusica.Milinkovic@amd.com drm/amdgpu: Increase tlb flush timeout for sriov
Ilya Bakoulin Ilya.Bakoulin@amd.com drm/amd/display: Fix pixel clock programming
Evan Quan evan.quan@amd.com drm/amd/pm: add missing ->fini_microcode interface for Sienna Cichlid
Namjae Jeon linkinjeon@kernel.org ksmbd: don't remove dos attribute xattr on O_TRUNC open
Juergen Gross jgross@suse.com s390/hypfs: avoid error message under KVM
Denis V. Lunev den@openvz.org neigh: fix possible DoS due to net iface start/stop loop
Namjae Jeon linkinjeon@kernel.org ksmbd: return STATUS_BAD_NETWORK_NAME error status if share is not configured
Fudong Wang Fudong.Wang@amd.com drm/amd/display: clear optc underflow before turn off odm clock
Alvin Lee alvin.lee2@amd.com drm/amd/display: For stereo keep "FLIP_ANY_FRAME"
Leo Ma hanghong.ma@amd.com drm/amd/display: Fix HDMI VSIF V3 incorrect issue
Josip Pavic Josip.Pavic@amd.com drm/amd/display: Avoid MPC infinite loop
Biju Das biju.das.jz@bp.renesas.com ASoC: sh: rz-ssi: Improve error handling in rz_ssi_probe() error path
Konstantin Komarov almaz.alexandrovich@paragon-software.com fs/ntfs3: Fix work with fragmented xattr
Filipe Manana fdmanana@suse.com btrfs: fix warning during log replay when bumping inode link count
Filipe Manana fdmanana@suse.com btrfs: add and use helper for unlinking inode during log replay
Filipe Manana fdmanana@suse.com btrfs: remove no longer needed logic for replaying directory deletes
Filipe Manana fdmanana@suse.com btrfs: remove root argument from btrfs_unlink_inode()
Liming Sun limings@nvidia.com mmc: sdhci-of-dwcmshc: Re-enable support for the BlueField-3 SoC
Sebastian Reichel sebastian.reichel@collabora.com mmc: sdhci-of-dwcmshc: rename rk3568 to rk35xx
Yifeng Zhao yifeng.zhao@rock-chips.com mmc: sdhci-of-dwcmshc: add reset call back for rockchip Socs
Wenbin Mei wenbin.mei@mediatek.com mmc: mtk-sd: Clear interrupts when cqe off/disable
Chris Wilson chris.p.wilson@intel.com drm/i915/gt: Skip TLB invalidations once wedged
Michael Hübner michaelh.95@t-online.de HID: thrustmaster: Add sparco wheel and fix array length
Josh Kilmer srjek2@gmail.com HID: asus: ROG NKey: Ignore portion of 0x5a report
Akihiko Odaki akihiko.odaki@gmail.com HID: AMD_SFH: Add a DMI quirk entry for Chromebooks
Steev Klimaszewski steev@kali.org HID: add Lenovo Yoga C630 battery quirk
Takashi Iwai tiwai@suse.de ALSA: usb-audio: Add quirk for LH Labs Geek Out HD Audio 1V5
Jann Horn jannh@google.com mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuse
Zhengchao Shao shaozhengchao@huawei.com bpf: Don't redirect packets with invalid pkt_len
Yang Jihong yangjihong1@huawei.com ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is dead
Letu Ren fantasquex@gmail.com fbdev: fb_pm2fb: Avoid potential divide by zero error
Hawkins Jiawei yin31149@gmail.com net: fix refcount bug in sk_psock_get (2)
Karthik Alapati mail@karthek.com HID: hidraw: fix memory leak in hidraw_release()
Dongliang Mu mudongliangabcd@gmail.com media: pvrusb2: fix memory leak in pvr_probe
Vivek Kasireddy vivek.kasireddy@intel.com udmabuf: Set the DMA mask for the udmabuf device (v2)
Lee Jones lee.jones@linaro.org HID: steam: Prevent NULL pointer dereference in steam_{recv,send}_report
Greg Kroah-Hartman gregkh@linuxfoundation.org Revert "PCI/portdrv: Don't disable AER reporting in get_port_device_capability()"
Luiz Augusto von Dentz luiz.von.dentz@intel.com Bluetooth: L2CAP: Fix build errors in some archs
Jing Leng jleng@ambarella.com kbuild: Fix include path in scripts/Makefile.modpost
Pavel Begunkov asml.silence@gmail.com io_uring: fix UAF due to missing POLLFREE handling
Pavel Begunkov asml.silence@gmail.com io_uring: fix wrong arm_poll error handling
Pavel Begunkov asml.silence@gmail.com io_uring: fail links when poll fails
Jens Axboe axboe@kernel.dk io_uring: bump poll refs to full 31-bits
Jens Axboe axboe@kernel.dk io_uring: remove poll entry from list when canceling all
Jiapeng Chong jiapeng.chong@linux.alibaba.com io_uring: Remove unused function req_ref_put
Pavel Begunkov asml.silence@gmail.com io_uring: poll rework
Pavel Begunkov asml.silence@gmail.com io_uring: inline io_poll_complete
Pavel Begunkov asml.silence@gmail.com io_uring: kill poll linking optimisation
Pavel Begunkov asml.silence@gmail.com io_uring: move common poll bits
Pavel Begunkov asml.silence@gmail.com io_uring: refactor poll update
Pavel Begunkov asml.silence@gmail.com io_uring: clean cqe filling functions
Pavel Begunkov asml.silence@gmail.com io_uring: correct fill events helpers types
James Morse james.morse@arm.com arm64: errata: Add Cortex-A510 to the repeat tlbi list
Miaohe Lin linmiaohe@huawei.com mm/hugetlb: avoid corrupting page->mapping in hugetlb_mcopy_atomic_pte
Boqun Feng boqun.feng@gmail.com Drivers: hv: balloon: Support status report for larger page sizes
Eric Biggers ebiggers@google.com crypto: lib - remove unneeded selection of XOR_BLOCKS
Timo Alho talho@nvidia.com firmware: tegra: bpmp: Do only aligned access to IPC memory area
Maxime Ripard maxime@cerno.tech drm/vc4: hdmi: Depends on CONFIG_PM
Maxime Ripard maxime@cerno.tech drm/vc4: hdmi: Rework power up
Adam Borowski kilobyte@angband.pl ACPI: thermal: drop an always true check
Maxime Ripard maxime@cerno.tech drm/bridge: Add stubs for devm_drm_of_get_bridge when OF is disabled
Jann Horn jannh@google.com mm: Force TLB flush for PFNMAP mappings before unlink_file_vma()
-------------
Diffstat:
Documentation/arm64/silicon-errata.rst | 2 + Makefile | 4 +- arch/arm64/Kconfig | 17 + arch/arm64/kernel/cpu_errata.c | 8 +- arch/s390/hypfs/hypfs_diag.c | 2 +- arch/s390/hypfs/inode.c | 2 +- drivers/acpi/thermal.c | 2 - drivers/android/binder_alloc.c | 9 +- drivers/dma-buf/udmabuf.c | 18 +- drivers/firmware/tegra/bpmp.c | 6 +- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +- drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c | 3 +- drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c | 3 +- .../gpu/drm/amd/display/dc/dce/dce_clock_source.c | 2 + drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.c | 6 + drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.c | 5 + drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.c | 6 + .../gpu/drm/amd/display/dc/dcn21/dcn21_hubbub.c | 8 +- drivers/gpu/drm/amd/display/dc/dcn30/dcn30_hubp.c | 2 +- .../drm/amd/display/modules/freesync/freesync.c | 15 +- .../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c | 1 + drivers/gpu/drm/i915/gt/intel_gt.c | 3 + drivers/gpu/drm/vc4/Kconfig | 1 + drivers/gpu/drm/vc4/vc4_hdmi.c | 17 +- drivers/hid/amd-sfh-hid/amd_sfh_pcie.c | 18 + drivers/hid/hid-asus.c | 7 + drivers/hid/hid-ids.h | 1 + drivers/hid/hid-input.c | 2 + drivers/hid/hid-steam.c | 10 + drivers/hid/hid-thrustmaster.c | 3 +- drivers/hid/hidraw.c | 3 + drivers/hv/hv_balloon.c | 13 +- drivers/media/usb/pvrusb2/pvrusb2-hdw.c | 1 + drivers/mmc/host/mtk-sd.c | 6 + drivers/mmc/host/sdhci-of-dwcmshc.c | 88 ++- drivers/pci/pcie/portdrv_core.c | 9 +- drivers/video/fbdev/pm2fb.c | 5 + fs/btrfs/block-group.c | 47 +- fs/btrfs/block-group.h | 4 +- fs/btrfs/ctree.c | 3 + fs/btrfs/ctree.h | 4 +- fs/btrfs/disk-io.c | 82 --- fs/btrfs/disk-io.h | 10 - fs/btrfs/extent-tree.c | 48 +- fs/btrfs/extent_io.c | 11 +- fs/btrfs/inode.c | 25 +- fs/btrfs/locking.c | 91 +++ fs/btrfs/locking.h | 14 + fs/btrfs/relocation.c | 2 + fs/btrfs/tree-checker.c | 25 +- fs/btrfs/tree-log.c | 221 +++--- fs/io_uring.c | 746 ++++++++++----------- fs/ksmbd/mgmt/tree_connect.c | 2 +- fs/ksmbd/smb2pdu.c | 21 +- fs/ntfs3/xattr.c | 7 +- include/drm/drm_bridge.h | 13 +- include/linux/rmap.h | 7 +- include/linux/skbuff.h | 8 + include/linux/skmsg.h | 3 +- include/net/sock.h | 68 +- include/uapi/linux/btrfs_tree.h | 4 +- kernel/kprobes.c | 9 +- kernel/trace/ftrace.c | 10 + lib/crypto/Kconfig | 1 - mm/hugetlb.c | 2 +- mm/mmap.c | 12 + mm/rmap.c | 29 +- net/bluetooth/l2cap_core.c | 10 +- net/bpf/test_run.c | 3 + net/core/dev.c | 1 + net/core/neighbour.c | 27 +- net/core/skmsg.c | 4 +- net/netfilter/Kconfig | 1 - net/packet/af_packet.c | 4 +- scripts/Makefile.modpost | 3 +- sound/soc/sh/rz-ssi.c | 26 +- sound/usb/quirks.c | 2 + tools/testing/selftests/netfilter/nft_flowtable.sh | 246 +++---- 78 files changed, 1195 insertions(+), 971 deletions(-)
On Fri, 02 Sep 2022 14:18:24 +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.15.65 release. There are 73 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, 04 Sep 2022 12:13:47 +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.15.65-rc1... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.15.y and the diffstat can be found below.
thanks,
greg k-h
All tests passing for Tegra ...
Test results for stable-v5.15: 10 builds: 10 pass, 0 fail 28 boots: 28 pass, 0 fail 114 tests: 114 pass, 0 fail
Linux version: 5.15.65-rc1-gad2e22e028e7 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 9/2/2022 5:18 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.15.65 release. There are 73 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, 04 Sep 2022 12:13:47 +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.15.65-rc1... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.15.y and the diffstat can be found below.
thanks,
greg k-h
On ARCH_BRCMSTB using 32-bit and 64-bit ARM kernels, build tested on BMIPS_GENERIC:
Tested-by: Florian Fainelli f.fainelli@gmail.com
On 9/2/22 06:18, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.15.65 release. There are 73 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, 04 Sep 2022 12:13:47 +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.15.65-rc1... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.15.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 Fri, Sep 02, 2022 at 02:18:24PM +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.15.65 release. There are 73 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, 04 Sep 2022 12:13:47 +0000. Anything received after that time might be too late.
Build results: total: 159 pass: 159 fail: 0 Qemu test results: total: 485 pass: 485 fail: 0
Tested-by: Guenter Roeck linux@roeck-us.net
Guenter
On Fri, 2 Sept 2022 at 18:02, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 5.15.65 release. There are 73 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, 04 Sep 2022 12:13:47 +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.15.65-rc1... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.15.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.15.65-rc1 * git: https://gitlab.com/Linaro/lkft/mirrors/stable/linux-stable-rc * git branch: linux-5.15.y * git commit: ad2e22e028e72136a55cb6c301a29aa0178fe7d6 * git describe: v5.15.63-211-gad2e22e028e7 * test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-5.15.y/build/v5.15....
## No test Regressions (compared to v5.15.63)
## No metric Regressions (compared to v5.15.63)
## No test Fixes (compared to v5.15.63)
## No metric Fixes (compared to v5.15.63)
## Test result summary total: 107640, pass: 94949, fail: 685, skip: 11690, xfail: 316
## Build Summary * arc: 10 total, 10 passed, 0 failed * arm: 306 total, 303 passed, 3 failed * arm64: 68 total, 65 passed, 3 failed * i386: 57 total, 51 passed, 6 failed * mips: 50 total, 47 passed, 3 failed * parisc: 14 total, 14 passed, 0 failed * powerpc: 59 total, 56 passed, 3 failed * riscv: 27 total, 26 passed, 1 failed * s390: 26 total, 23 passed, 3 failed * sh: 26 total, 24 passed, 2 failed * sparc: 14 total, 14 passed, 0 failed * x86_64: 61 total, 58 passed, 3 failed
## Test suites summary * fwts * igt-gpu-tools * kunit * kvm-unit-tests * libgpiod * libhugetlbfs * log-parser-boot * log-parser-test * ltp-cap_bounds * ltp-commands * ltp-containers * ltp-controllers * ltp-cpuhotplug * ltp-crypto * ltp-cve * ltp-dio * ltp-fcntl-locktests * ltp-filecaps * ltp-fs * ltp-fs_bind * ltp-fs_perms_simple * ltp-fsx * ltp-hugetlb * ltp-io * ltp-ipc * ltp-math * ltp-mm * ltp-nptl * ltp-open-posix-tests * ltp-pty * ltp-sched * ltp-securebits * ltp-syscalls * ltp-tracing * network-basic-tests * packetdrill * rcutorture * v4l2-compliance * vdso
-- Linaro LKFT https://lkft.linaro.org
On Fri, Sep 02, 2022 at 02:18:24PM +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.15.65 release. There are 73 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.
Successfully cross-compiled for arm64 (bcm2711_defconfig, GCC 10.2.0) and powerpc (ps3_defconfig, GCC 12.1.0).
Tested-by: Bagas Sanjaya bagasdotme@gmail.com
On 9/2/22 5:18 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.15.65 release. There are 73 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, 04 Sep 2022 12:13:47 +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.15.65-rc1... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.15.y and the diffstat can be found below.
thanks,
greg k-h
Built and booted successfully on RISC-V RV64 (HiFive Unmatched).
Tested-by: Ron Economos re@w6rz.net
Hi Greg,
On Fri, Sep 02, 2022 at 02:18:24PM +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.15.65 release. There are 73 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, 04 Sep 2022 12:13:47 +0000. Anything received after that time might be too late.
Build test (gcc version 11.3.1 20220819): mips: 62 configs -> no failure arm: 99 configs -> no failure arm64: 3 configs -> no failure x86_64: 4 configs -> no failure alpha allmodconfig -> no failure csky allmodconfig -> no failure powerpc allmodconfig -> no failure riscv allmodconfig -> no failure s390 allmodconfig -> no failure xtensa allmodconfig -> no failure
Note: x86_64 allmodconfig failed with gcc-12 with the error:
drivers/net/wwan/iosm/iosm_ipc_protocol_ops.c: In function 'ipc_protocol_dl_td_process': drivers/net/wwan/iosm/iosm_ipc_protocol_ops.c:406:13: error: the comparison will always evaluate as 'true' for the address of 'cb' will never be NULL [-Werror=address] 406 | if (!IPC_CB(skb)) { | ^ In file included from drivers/net/wwan/iosm/iosm_ipc_imem.h:9, from drivers/net/wwan/iosm/iosm_ipc_protocol.h:9, from drivers/net/wwan/iosm/iosm_ipc_protocol_ops.c:6: ./include/linux/skbuff.h:794:33: note: 'cb' declared here 794 | char cb[48] __aligned(8);
It will need dbbc7d04c549 ("net: wwan: iosm: remove pointless null check").
Boot test: x86_64: Booted on my test laptop. No regression. x86_64: Booted on qemu. No regression. [1] arm64: Booted on rpi4b (4GB model). No regression. [2] mips: Booted on ci20 board. No regression. [3]
[1]. https://openqa.qa.codethink.co.uk/tests/1757 [2]. https://openqa.qa.codethink.co.uk/tests/1760 [3]. https://openqa.qa.codethink.co.uk/tests/1762
Tested-by: Sudip Mukherjee sudip.mukherjee@codethink.co.uk
-- Regards Sudip