2022-09-21 17:50:27

by Greg KH

[permalink] [raw]
Subject: [PATCH 5.19 00/39] 5.19.11-rc2 review

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.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.19.y
and the diffstat can be found below.

thanks,

greg k-h

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

Greg Kroah-Hartman <[email protected]>
Linux 5.19.11-rc2

Lu Baolu <[email protected]>
Revert "iommu/vt-d: Fix possible recursive locking in intel_iommu_init()"

Takashi Iwai <[email protected]>
ALSA: hda/sigmatel: Fix unused variable warning for beep power change

Takashi Iwai <[email protected]>
ALSA: hda/sigmatel: Keep power up while beep is enabled

Tetsuo Handa <[email protected]>
cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()

Janne Grunau <[email protected]>
dt-bindings: apple,aic: Fix required item "apple,fiq-index" in affinity description

sewookseo <[email protected]>
net: Find dst with sk's xfrm policy not ctl_sk

Alex Deucher <[email protected]>
drm/amdgpu: move nbio sdma_doorbell_range() into sdma code for vega

Alex Deucher <[email protected]>
drm/amdgpu: move nbio ih_doorbell_range() into ih code for vega

Lijo Lazar <[email protected]>
drm/amdgpu: Don't enable LTR if not supported

Alex Deucher <[email protected]>
drm/amdgpu: make sure to init common IP before gmc

Nirmoy Das <[email protected]>
drm/i915: Set correct domains values at _i915_vma_move_to_active

Ashutosh Dixit <[email protected]>
drm/i915/gt: Fix perf limit reasons bit positions

Ben Hutchings <[email protected]>
tools/include/uapi: Fix <asm/errno.h> for parisc and xtensa

Helge Deller <[email protected]>
parisc: Allow CONFIG_64BIT with ARCH=parisc

Mikulas Patocka <[email protected]>
blk-lib: fix blkdev_issue_secure_erase

Stefan Metzmacher <[email protected]>
cifs: always initialize struct msghdr smb_msg completely

Stefan Metzmacher <[email protected]>
cifs: don't send down the destination address to sendmsg for a SOCK_STREAM

Ronnie Sahlberg <[email protected]>
cifs: revalidate mapping when doing direct writes

Jens Axboe <[email protected]>
io_uring/msg_ring: check file type before putting

Thierry Reding <[email protected]>
of/device: Fix up of_dma_configure_id() stub

Yang Yingliang <[email protected]>
parisc: ccio-dma: Add missing iounmap in error path in ccio_probe()

Stefan Roesch <[email protected]>
block: blk_queue_enter() / __bio_queue_enter() must return -EAGAIN for nowait

Umesh Nerlige Ramappa <[email protected]>
drm/i915/guc: Cancel GuC engine busyness worker synchronously

Alan Previn <[email protected]>
drm/i915/guc: Don't update engine busyness stats too frequently

Ankit Nautiyal <[email protected]>
drm/i915/vdsc: Set VDSC PIC_HEIGHT before using for DP DSC

Sascha Hauer <[email protected]>
drm/rockchip: vop2: Fix eDP/HDMI sync polarities

Stuart Menefy <[email protected]>
drm/meson: Fix OSD1 RGB to YCbCr coefficient

Stuart Menefy <[email protected]>
drm/meson: Correct OSD1 global alpha value

Chen-Yu Tsai <[email protected]>
drm/panel-edp: Fix delays for Innolux N116BCA-EA1

Dan Aloni <[email protected]>
Revert "SUNRPC: Remove unreachable error condition"

Anna Schumaker <[email protected]>
NFSv4.2: Update mode bits after ALLOCATE and DEALLOCATE

Pali Rohár <[email protected]>
gpio: mpc8xxx: Fix support for IRQ_TYPE_LEVEL_LOW flow_type in mpc85xx

Trond Myklebust <[email protected]>
NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0

Trond Myklebust <[email protected]>
SUNRPC: Fix call completion races with call_decode()

Michael Wu <[email protected]>
pinctrl: sunxi: Fix name for A100 R_PIO

João H. Spies <[email protected]>
pinctrl: rockchip: Enhance support for IRQ_TYPE_EDGE_BOTH

Molly Sophia <[email protected]>
pinctrl: qcom: sc8180x: Fix wrong pin numbers

Molly Sophia <[email protected]>
pinctrl: qcom: sc8180x: Fix gpio_wakeirq_map

Sergey Shtylyov <[email protected]>
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(-)



2022-09-21 22:39:57

by Justin Forbes

[permalink] [raw]
Subject: Re: [PATCH 5.19 00/39] 5.19.11-rc2 review

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.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.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 <[email protected]>

2022-09-21 23:01:16

by Shuah Khan

[permalink] [raw]
Subject: Re: [PATCH 5.19 00/39] 5.19.11-rc2 review

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.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.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 <[email protected]>

thanks,
-- Shuah

2022-09-22 07:58:13

by Bagas Sanjaya

[permalink] [raw]
Subject: Re: [PATCH 5.19 00/39] 5.19.11-rc2 review

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 <[email protected]>

--
An old man doll... just what I always wanted! - Clara


Attachments:
(No filename) (538.00 B)
signature.asc (235.00 B)
Download all attachments

2022-09-22 09:50:53

by Naresh Kamboju

[permalink] [raw]
Subject: Re: [PATCH 5.19 00/39] 5.19.11-rc2 review

On Wed, 21 Sept 2022 at 22:18, Greg Kroah-Hartman
<[email protected]> 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.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.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 <[email protected]>

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_-OkayA8UnDww@mail.gmail.com/

## 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.10-40-g8d4fd61ab089

## 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

2022-09-22 10:51:07

by Sudip Mukherjee

[permalink] [raw]
Subject: Re: [PATCH 5.19 00/39] 5.19.11-rc2 review

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 <[email protected]>

--
Regards
Sudip

2022-09-22 12:08:14

by Ron Economos

[permalink] [raw]
Subject: Re: [PATCH 5.19 00/39] 5.19.11-rc2 review

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.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.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 <[email protected]>

2022-09-22 16:33:46

by Florian Fainelli

[permalink] [raw]
Subject: Re: [PATCH 5.19 00/39] 5.19.11-rc2 review

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.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.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 <[email protected]>
--
Florian

2022-09-22 16:57:23

by Guenter Roeck

[permalink] [raw]
Subject: Re: [PATCH 5.19 00/39] 5.19.11-rc2 review

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 <[email protected]>

Guenter

2022-09-22 22:22:13

by Ronald Warsow

[permalink] [raw]
Subject: Re: [PATCH 5.19 00/39] 5.19.11-rc2 review

hallo Greg

5.19.11-rc2

compiles [*], boots and runs here on x86_64
(Intel i5-11400, Fedora 37 Beta)

Thanks

[*]
I see the following

vmlinux.o: warning: objtool: entry_SYSCALL_compat+0x0: ANNOTATE_NOENDBR
on ENDBR

since 2 or 3 stable releases and in 6.0-rc6 too.
anyway all seems fine.

Tested-by: Ronald Warsow <[email protected]>

2022-09-23 04:20:51

by Jiri Slaby

[permalink] [raw]
Subject: Re: [PATCH 5.19 00/39] 5.19.11-rc2 review

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.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.19.y
> and the diffstat can be found below.

openSUSE configs¹⁾ all green. x86_64 runs fine.

Tested-by: Jiri Slaby <[email protected]>

¹⁾ armv6hl armv7hl arm64 i386 ppc64 ppc64le riscv64 s390x x86_64

--
js
suse labs