This is the start of the stable review cycle for the 5.19.11 release. There are 39 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 Fri, 23 Sep 2022 16:47:28 +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.19.11-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.19.y and the diffstat can be found below.
thanks,
greg k-h
------------- Pseudo-Shortlog of commits:
Greg Kroah-Hartman gregkh@linuxfoundation.org Linux 5.19.11-rc2
Lu Baolu baolu.lu@linux.intel.com Revert "iommu/vt-d: Fix possible recursive locking in intel_iommu_init()"
Takashi Iwai tiwai@suse.de ALSA: hda/sigmatel: Fix unused variable warning for beep power change
Takashi Iwai tiwai@suse.de ALSA: hda/sigmatel: Keep power up while beep is enabled
Tetsuo Handa penguin-kernel@I-love.SAKURA.ne.jp cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()
Janne Grunau j@jannau.net dt-bindings: apple,aic: Fix required item "apple,fiq-index" in affinity description
sewookseo sewookseo@google.com net: Find dst with sk's xfrm policy not ctl_sk
Alex Deucher alexander.deucher@amd.com drm/amdgpu: move nbio sdma_doorbell_range() into sdma code for vega
Alex Deucher alexander.deucher@amd.com drm/amdgpu: move nbio ih_doorbell_range() into ih code for vega
Lijo Lazar lijo.lazar@amd.com drm/amdgpu: Don't enable LTR if not supported
Alex Deucher alexander.deucher@amd.com drm/amdgpu: make sure to init common IP before gmc
Nirmoy Das nirmoy.das@intel.com drm/i915: Set correct domains values at _i915_vma_move_to_active
Ashutosh Dixit ashutosh.dixit@intel.com drm/i915/gt: Fix perf limit reasons bit positions
Ben Hutchings benh@debian.org tools/include/uapi: Fix <asm/errno.h> for parisc and xtensa
Helge Deller deller@gmx.de parisc: Allow CONFIG_64BIT with ARCH=parisc
Mikulas Patocka mpatocka@redhat.com blk-lib: fix blkdev_issue_secure_erase
Stefan Metzmacher metze@samba.org cifs: always initialize struct msghdr smb_msg completely
Stefan Metzmacher metze@samba.org cifs: don't send down the destination address to sendmsg for a SOCK_STREAM
Ronnie Sahlberg lsahlber@redhat.com cifs: revalidate mapping when doing direct writes
Jens Axboe axboe@kernel.dk io_uring/msg_ring: check file type before putting
Thierry Reding treding@nvidia.com of/device: Fix up of_dma_configure_id() stub
Yang Yingliang yangyingliang@huawei.com parisc: ccio-dma: Add missing iounmap in error path in ccio_probe()
Stefan Roesch shr@fb.com block: blk_queue_enter() / __bio_queue_enter() must return -EAGAIN for nowait
Umesh Nerlige Ramappa umesh.nerlige.ramappa@intel.com drm/i915/guc: Cancel GuC engine busyness worker synchronously
Alan Previn alan.previn.teres.alexis@intel.com drm/i915/guc: Don't update engine busyness stats too frequently
Ankit Nautiyal ankit.k.nautiyal@intel.com drm/i915/vdsc: Set VDSC PIC_HEIGHT before using for DP DSC
Sascha Hauer s.hauer@pengutronix.de drm/rockchip: vop2: Fix eDP/HDMI sync polarities
Stuart Menefy stuart.menefy@mathembedded.com drm/meson: Fix OSD1 RGB to YCbCr coefficient
Stuart Menefy stuart.menefy@mathembedded.com drm/meson: Correct OSD1 global alpha value
Chen-Yu Tsai wenst@chromium.org drm/panel-edp: Fix delays for Innolux N116BCA-EA1
Dan Aloni dan.aloni@vastdata.com Revert "SUNRPC: Remove unreachable error condition"
Anna Schumaker Anna.Schumaker@Netapp.com NFSv4.2: Update mode bits after ALLOCATE and DEALLOCATE
Pali Rohár pali@kernel.org gpio: mpc8xxx: Fix support for IRQ_TYPE_LEVEL_LOW flow_type in mpc85xx
Trond Myklebust trond.myklebust@hammerspace.com NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0
Trond Myklebust trond.myklebust@hammerspace.com SUNRPC: Fix call completion races with call_decode()
Michael Wu michael@allwinnertech.com pinctrl: sunxi: Fix name for A100 R_PIO
João H. Spies jhlspies@gmail.com pinctrl: rockchip: Enhance support for IRQ_TYPE_EDGE_BOTH
Molly Sophia mollysophia379@gmail.com pinctrl: qcom: sc8180x: Fix wrong pin numbers
Molly Sophia mollysophia379@gmail.com pinctrl: qcom: sc8180x: Fix gpio_wakeirq_map
Sergey Shtylyov s.shtylyov@omp.ru of: fdt: fix off-by-one error in unflatten_dt_nodes()
-------------
Diffstat:
.../bindings/interrupt-controller/apple,aic.yaml | 2 +- Makefile | 4 ++-- arch/parisc/Kconfig | 12 +++++++++- block/blk-core.c | 4 ++-- block/blk-lib.c | 11 ++++++--- drivers/gpio/gpio-mpc8xxx.c | 1 + drivers/gpio/gpio-rockchip.c | 4 ++-- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 14 ++++++++--- drivers/gpu/drm/amd/amdgpu/nbio_v2_3.c | 9 +++++++- drivers/gpu/drm/amd/amdgpu/nbio_v6_1.c | 9 +++++++- drivers/gpu/drm/amd/amdgpu/nbio_v7_4.c | 9 +++++++- drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c | 5 ++++ drivers/gpu/drm/amd/amdgpu/soc15.c | 25 -------------------- drivers/gpu/drm/amd/amdgpu/vega10_ih.c | 4 ++++ drivers/gpu/drm/amd/amdgpu/vega20_ih.c | 4 ++++ drivers/gpu/drm/i915/display/icl_dsi.c | 2 ++ drivers/gpu/drm/i915/display/intel_dp.c | 1 + drivers/gpu/drm/i915/display/intel_vdsc.c | 1 - drivers/gpu/drm/i915/gt/uc/intel_guc.h | 8 +++++++ drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c | 20 +++++++++++++++- drivers/gpu/drm/i915/i915_reg.h | 16 ++++++------- drivers/gpu/drm/i915/i915_vma.c | 3 ++- drivers/gpu/drm/meson/meson_plane.c | 2 +- drivers/gpu/drm/meson/meson_viu.c | 2 +- drivers/gpu/drm/panel/panel-edp.c | 3 ++- drivers/gpu/drm/rockchip/rockchip_drm_vop2.c | 4 ++++ drivers/iommu/intel/dmar.c | 7 ------ drivers/iommu/intel/iommu.c | 27 ++++++++++++++++++++-- drivers/of/fdt.c | 2 +- drivers/parisc/ccio-dma.c | 1 + drivers/pinctrl/qcom/pinctrl-sc8180x.c | 10 ++++---- drivers/pinctrl/sunxi/pinctrl-sun50i-a100-r.c | 2 +- fs/cifs/connect.c | 11 +++------ fs/cifs/file.c | 3 +++ fs/cifs/transport.c | 6 +---- fs/nfs/internal.h | 25 ++++++++++++++++++++ fs/nfs/nfs42proc.c | 9 ++++++-- fs/nfs/super.c | 27 ++++++++++++++-------- fs/nfs/write.c | 25 -------------------- include/linux/dmar.h | 4 +--- include/linux/of_device.h | 5 ++-- include/net/xfrm.h | 2 ++ io_uring/io_uring.c | 3 ++- kernel/cgroup/cgroup-v1.c | 2 ++ net/ipv4/ip_output.c | 2 +- net/ipv4/tcp_ipv4.c | 2 ++ net/ipv6/tcp_ipv6.c | 5 +++- net/sunrpc/clnt.c | 3 +++ net/sunrpc/xprt.c | 8 +++---- sound/pci/hda/patch_sigmatel.c | 24 +++++++++++++++++++ tools/include/uapi/asm/errno.h | 4 ++-- 51 files changed, 263 insertions(+), 135 deletions(-)
On Wed, Sep 21, 2022 at 06:47:57PM +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.19.11 release. There are 39 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 Fri, 23 Sep 2022 16:47:28 +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.19.11-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.19.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
On 9/21/22 10:47, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.19.11 release. There are 39 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 Fri, 23 Sep 2022 16:47:28 +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.19.11-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.19.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 Wed, Sep 21, 2022 at 06:47:57PM +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.19.11 release. There are 39 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 Wed, 21 Sept 2022 at 22:18, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 5.19.11 release. There are 39 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 Fri, 23 Sep 2022 16:47:28 +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.19.11-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.19.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
NOTE: As we have already reported from the previous stable rc review about the gpiod test runs causing kernel crash on 5.19. 5.15 and 5.10
This is caused by commit 303e6da99429 ("gpio: mockup: remove gpio debugfs when remove device")
Crash log: --------- + cd ./automated/linux/gpiod + ./gpiod.sh /opt/libgpiod/bin/ [INFO] libgpiod test suite [INFO] 117 tests registered [INFO] checking the linux kernel version [INFO] kernel release is v5.19.11 - ok to run tests [INFO] using gpio-tools from '/usr/bin' [ 11.896410] Unable to handle kernel NULL pointer dereference at virtual address 00000000000000a0 [ 11.897453] Mem abort info: [ 11.897727] ESR = 0x0000000096000006 [ 11.898066] EC = 0x25: DABT (current EL), IL = 32 bits [ 11.898534] SET = 0, FnV = 0 [ 11.898819] EA = 0, S1PTW = 0 [ 11.899087] FSC = 0x06: level 2 translation fault [ 11.903218] Data abort info: [ 11.903507] ISV = 0, ISS = 0x00000006 [ 11.903832] CM = 0, WnR = 0 [ 11.904072] user pgtable: 4k pages, 48-bit VAs, pgdp=0000000103292000 [ 11.904618] [00000000000000a0] pgd=08000001070fb003, p4d=08000001070fb003, pud=0800000104941003, pmd=0000000000000000 [ 11.905598] Internal error: Oops: 96000006 [#1] PREEMPT SMP [ 11.906088] Modules linked in: gpio_mockup(-) bluetooth cfg80211 rfkill crct10dif_ce fuse drm [ 11.906899] CPU: 3 PID: 366 Comm: gpiod-test Not tainted 5.19.11-rc2 #1 [ 11.907491] Hardware name: linux,dummy-virt (DT) [ 11.907932] pstate: 60400005 (nZCv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--) [ 11.908535] pc : down_write+0x1c/0x24c [ 11.908885] lr : simple_recursive_removal+0x50/0x280
https://lore.kernel.org/lkml/CA+G9fYtxYKgqia+Crjok5yLshm3TpFwMyD8V5_-OkayA8U...
## Build * kernel: 5.19.11-rc2 * git: https://gitlab.com/Linaro/lkft/mirrors/stable/linux-stable-rc * git branch: linux-5.19.y * git commit: 8d4fd61ab089cbb028a32652f9096cf53dfe54b3 * git describe: v5.19.10-40-g8d4fd61ab089 * test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-5.19.y/build/v5.19....
## No Test Regressions (compared to v5.19.10)
## No Metric Regressions (compared to v5.19.10)
## No Test Fixes (compared to v5.19.10)
## No Metric Fixes (compared to v5.19.10)
## Test result summary total: 112536, pass: 99749, fail: 876, skip: 11697, xfail: 214
## Build Summary * arc: 10 total, 10 passed, 0 failed * arm: 339 total, 336 passed, 3 failed * arm64: 72 total, 70 passed, 2 failed * i386: 61 total, 55 passed, 6 failed * mips: 62 total, 59 passed, 3 failed * parisc: 14 total, 14 passed, 0 failed * powerpc: 75 total, 66 passed, 9 failed * riscv: 32 total, 27 passed, 5 failed * s390: 26 total, 24 passed, 2 failed * sh: 26 total, 24 passed, 2 failed * sparc: 14 total, 14 passed, 0 failed * x86_64: 65 total, 63 passed, 2 failed
## Test suites summary * fwts * igt-gpu-tools * kselftest-android * kselftest-arm64 * kselftest-arm64/arm64.btitest.bti_c_func * kselftest-arm64/arm64.btitest.bti_j_func * kselftest-arm64/arm64.btitest.bti_jc_func * kselftest-arm64/arm64.btitest.bti_none_func * kselftest-arm64/arm64.btitest.nohint_func * kselftest-arm64/arm64.btitest.paciasp_func * kselftest-arm64/arm64.nobtitest.bti_c_func * kselftest-arm64/arm64.nobtitest.bti_j_func * kselftest-arm64/arm64.nobtitest.bti_jc_func * kselftest-arm64/arm64.nobtitest.bti_none_func * kselftest-arm64/arm64.nobtitest.nohint_func * kselftest-arm64/arm64.nobtitest.paciasp_func * kselftest-breakpoints * kselftest-capabilities * kselftest-cgroup * kselftest-clone3 * kselftest-core * kselftest-cpu-hotplug * kselftest-cpufreq * kselftest-drivers-dma-buf * kselftest-efivarfs * kselftest-filesystems * kselftest-filesystems-binderfs * kselftest-firmware * kselftest-fpu * kselftest-futex * kselftest-gpio * kselftest-ipc * kselftest-ir * kselftest-kcmp * kselftest-kvm * kselftest-lib * kselftest-membarrier * kselftest-memfd * kselftest-memory-hotplug * kselftest-mincore * kselftest-mount * kselftest-mqueue * kselftest-netfilter * kselftest-nsfs * kselftest-openat2 * kselftest-pid_namespace * kselftest-pidfd * kselftest-proc * kselftest-pstore * 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-zram * kunit * kvm-unit-tests * 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-smoke * ltp-syscalls * ltp-tracing * network-basic-tests * rcutorture * v4l2-compliance * vdso
-- Linaro LKFT https://lkft.linaro.org
Hi Greg,
On Wed, Sep 21, 2022 at 06:47:57PM +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.19.11 release. There are 39 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 Fri, 23 Sep 2022 16:47:28 +0000. Anything received after that time might be too late.
Build test (gcc version 12.2.1 20220919): mips: 59 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
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/1876 [2]. https://openqa.qa.codethink.co.uk/tests/1880 [3]. https://openqa.qa.codethink.co.uk/tests/1882
Tested-by: Sudip Mukherjee sudip.mukherjee@codethink.co.uk
-- Regards Sudip
On 9/21/22 9:47 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.19.11 release. There are 39 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 Fri, 23 Sep 2022 16:47:28 +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.19.11-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.19.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
On 9/21/22 09:47, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.19.11 release. There are 39 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 Fri, 23 Sep 2022 16:47:28 +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.19.11-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.19.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 Wed, Sep 21, 2022 at 06:47:57PM +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.19.11 release. There are 39 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 Fri, 23 Sep 2022 16:47:28 +0000. Anything received after that time might be too late.
Sorry, this is the one I should have replied to.
Build results: total: 150 pass: 150 fail: 0 Qemu test results: total: 490 pass: 490 fail: 0
Tested-by: Guenter Roeck linux@roeck-us.net
Guenter
On 21. 09. 22, 18:47, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.19.11 release. There are 39 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 Fri, 23 Sep 2022 16:47:28 +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.19.11-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.19.y and the diffstat can be found below.
openSUSE configs¹⁾ all green. x86_64 runs fine.
Tested-by: Jiri Slaby jirislaby@kernel.org
¹⁾ armv6hl armv7hl arm64 i386 ppc64 ppc64le riscv64 s390x x86_64
linux-stable-mirror@lists.linaro.org