2023-06-01 14:59:55

by Greg Kroah-Hartman

[permalink] [raw]
Subject: [PATCH 6.1 00/39] 6.1.32-rc2 review

This is the start of the stable review cycle for the 6.1.32 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 Sat, 03 Jun 2023 14:33:15 +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/v6.x/stable-review/patch-6.1.32-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-6.1.y
and the diffstat can be found below.

thanks,

greg k-h

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

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

Yanteng Si <[email protected]>
tools headers UAPI: Sync the linux/in.h with the kernel sources

Paul Blakey <[email protected]>
netfilter: ctnetlink: Support offloaded conntrack entry deletion

Gautham R. Shenoy <[email protected]>
cpufreq: amd-pstate: Add ->fast_switch() callback

Wyes Karny <[email protected]>
cpufreq: amd-pstate: Update policy->cur in amd_pstate_adjust_perf()

Anuj Gupta <[email protected]>
block: fix bio-cache for passthru IO

Ido Schimmel <[email protected]>
Revert "thermal/drivers/mellanox: Use generic thermal_zone_get_trip() function"

Ruihan Li <[email protected]>
bluetooth: Add cmd validity checks at the start of hci_sock_ioctl()

Mario Limonciello <[email protected]>
drm/amd: Don't allow s0ix on APUs older than Raven

Hariprasad Kelam <[email protected]>
octeontx2-af: Add validation for lmac type

Zhu Yanjun <[email protected]>
RDMA/rxe: Fix the error "trying to register non-static key in rxe_cleanup_task"

Johannes Berg <[email protected]>
wifi: iwlwifi: mvm: fix potential memory leak

Haim Dreyfuss <[email protected]>
wifi: iwlwifi: mvm: support wowlan info notification version 2

Eric Huang <[email protected]>
wifi: rtw89: correct 5 MHz mask setting

David Epping <[email protected]>
net: phy: mscc: enable VSC8501/2 RGMII RX clock

Yunsheng Lin <[email protected]>
page_pool: fix inconsistency for page_pool_ring_[un]lock()

Qingfang DENG <[email protected]>
net: page_pool: use in_softirq() instead

Yan Zhao <[email protected]>
vfio/type1: check pfn valid before converting to struct page

Tian Lan <[email protected]>
blk-mq: fix race condition in active queue accounting

John Fastabend <[email protected]>
bpf, sockmap: Incorrectly handling copied_seq

John Fastabend <[email protected]>
bpf, sockmap: Wake up polling after data copy

John Fastabend <[email protected]>
bpf, sockmap: TCP data stall on recv before accept

John Fastabend <[email protected]>
bpf, sockmap: Handle fin correctly

John Fastabend <[email protected]>
bpf, sockmap: Improved check for empty queue

John Fastabend <[email protected]>
bpf, sockmap: Reschedule is now done through backlog

John Fastabend <[email protected]>
bpf, sockmap: Convert schedule_work into delayed_work

John Fastabend <[email protected]>
bpf, sockmap: Pass skb ownership through read_skb

Henning Schild <[email protected]>
gpio-f7188x: fix chip name and pin count on Nuvoton chip

Shay Drory <[email protected]>
net/mlx5: E-switch, Devcom, sync devcom events and devcom comp register

Jakub Kicinski <[email protected]>
tls: rx: strp: preserve decryption status of skbs when needed

Jakub Kicinski <[email protected]>
tls: rx: strp: factor out copying skb data

Jakub Kicinski <[email protected]>
tls: rx: strp: force mixed decrypted records into copy mode

Jakub Kicinski <[email protected]>
tls: rx: strp: fix determining record length in copy mode

Jakub Kicinski <[email protected]>
tls: rx: strp: set the skb->len of detached / CoW'ed skbs

Jakub Kicinski <[email protected]>
tls: rx: device: fix checking decryption status

Mario Limonciello <[email protected]>
platform/x86/amd/pmf: Fix CnQF and auto-mode after resume

Jeremy Sowden <[email protected]>
selftests/bpf: Fix pkg-config call building sign-file

Sudeep Holla <[email protected]>
firmware: arm_ffa: Fix usage of partition info get count flag

Nicolas Dichtel <[email protected]>
ipv{4,6}/raw: fix output xfrm lookup wrt protocol

Jakub Sitnicki <[email protected]>
inet: Add IP_LOCAL_PORT_RANGE socket option


-------------

Diffstat:

Makefile | 4 +-
block/blk-map.c | 2 +-
block/blk-mq-tag.c | 12 +-
drivers/cpufreq/amd-pstate.c | 45 ++++-
drivers/firmware/arm_ffa/driver.c | 3 +-
drivers/gpio/Kconfig | 2 +-
drivers/gpio/gpio-f7188x.c | 28 +--
drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c | 3 +
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 7 +-
drivers/infiniband/sw/rxe/rxe_qp.c | 7 +-
drivers/net/ethernet/marvell/octeontx2/af/cgx.c | 8 +
drivers/net/ethernet/mellanox/mlx5/core/eswitch.h | 1 +
.../ethernet/mellanox/mlx5/core/eswitch_offloads.c | 9 +-
drivers/net/ethernet/mellanox/mlxsw/core_thermal.c | 209 ++++++++++++++++-----
drivers/net/phy/mscc/mscc.h | 1 +
drivers/net/phy/mscc/mscc_main.c | 54 +++---
drivers/net/wireless/intel/iwlwifi/fw/api/d3.h | 37 +++-
drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 35 +++-
drivers/net/wireless/realtek/rtw89/rtw8852c.c | 9 +-
drivers/platform/x86/amd/pmf/core.c | 32 +++-
drivers/vfio/vfio_iommu_type1.c | 5 +
include/linux/skbuff.h | 10 +
include/linux/skmsg.h | 3 +-
include/net/inet_sock.h | 4 +
include/net/ip.h | 5 +-
include/net/page_pool.h | 18 --
include/net/tcp.h | 10 +
include/net/tls.h | 1 +
include/uapi/linux/in.h | 2 +
net/bluetooth/hci_sock.c | 28 +++
net/core/page_pool.c | 34 +++-
net/core/skmsg.c | 81 ++++----
net/core/sock_map.c | 3 +-
net/ipv4/inet_connection_sock.c | 25 ++-
net/ipv4/inet_hashtables.c | 2 +-
net/ipv4/ip_sockglue.c | 30 ++-
net/ipv4/raw.c | 5 +-
net/ipv4/tcp.c | 11 +-
net/ipv4/tcp_bpf.c | 79 +++++++-
net/ipv4/udp.c | 9 +-
net/ipv6/raw.c | 3 +-
net/netfilter/nf_conntrack_netlink.c | 8 -
net/sctp/socket.c | 2 +-
net/tls/tls.h | 5 +
net/tls/tls_device.c | 22 +--
net/tls/tls_strp.c | 185 ++++++++++++++----
net/unix/af_unix.c | 7 +-
tools/include/uapi/linux/in.h | 1 +
tools/testing/selftests/bpf/Makefile | 2 +-
49 files changed, 827 insertions(+), 281 deletions(-)




2023-06-01 18:13:54

by Florian Fainelli

[permalink] [raw]
Subject: Re: [PATCH 6.1 00/39] 6.1.32-rc2 review



On 6/1/2023 7:35 AM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.32 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 Sat, 03 Jun 2023 14:33:15 +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/v6.x/stable-review/patch-6.1.32-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-6.1.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


2023-06-02 00:43:04

by Takeshi Ogasawara

[permalink] [raw]
Subject: Re: [PATCH 6.1 00/39] 6.1.32-rc2 review

Hi Greg

On Thu, Jun 1, 2023 at 11:36 PM Greg Kroah-Hartman
<[email protected]> wrote:
>
> This is the start of the stable review cycle for the 6.1.32 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 Sat, 03 Jun 2023 14:33:15 +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/v6.x/stable-review/patch-6.1.32-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-6.1.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h
>

6.1.32-rc2 tested.

Build successfully completed.
Boot successfully completed.
No dmesg regressions.
Video output normal.
Sound output normal.

Lenovo ThinkPad X1 Carbon Gen10(Intel i7-1260P(x86_64), arch linux)

Thanks

Tested-by: Takeshi Ogasawara <[email protected]>

2023-06-02 07:03:45

by Conor Dooley

[permalink] [raw]
Subject: Re: [PATCH 6.1 00/39] 6.1.32-rc2 review

On Thu, Jun 01, 2023 at 03:35:57PM +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.32 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.

Tested-by: Conor Dooley <[email protected]>

Thanks,
Conor.


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

2023-06-02 07:40:19

by Ron Economos

[permalink] [raw]
Subject: Re: [PATCH 6.1 00/39] 6.1.32-rc2 review

On 6/1/23 7:35 AM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.32 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 Sat, 03 Jun 2023 14:33:15 +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/v6.x/stable-review/patch-6.1.32-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-6.1.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]>


2023-06-02 08:57:08

by Jon Hunter

[permalink] [raw]
Subject: Re: [PATCH 6.1 00/39] 6.1.32-rc2 review

On Thu, 01 Jun 2023 15:35:57 +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.32 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 Sat, 03 Jun 2023 14:33:15 +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/v6.x/stable-review/patch-6.1.32-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-6.1.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h

All tests passing for Tegra ...

Test results for stable-v6.1:
11 builds: 11 pass, 0 fail
28 boots: 28 pass, 0 fail
130 tests: 130 pass, 0 fail

Linux version: 6.1.32-rc2-g7d0a9678d276
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 <[email protected]>

Jon

2023-06-02 09:06:30

by Bagas Sanjaya

[permalink] [raw]
Subject: Re: [PATCH 6.1 00/39] 6.1.32-rc2 review

On Thu, Jun 01, 2023 at 03:35:57PM +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.32 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 compiled and installed bindeb-pkgs on my computer (Acer
Aspire E15, Intel Core i3 Haswell). No noticeable regressions.

Tested-by: Bagas Sanjaya <[email protected]>

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


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

2023-06-02 11:00:38

by Naresh Kamboju

[permalink] [raw]
Subject: Re: [PATCH 6.1 00/39] 6.1.32-rc2 review

On Thu, 1 Jun 2023 at 20:06, Greg Kroah-Hartman
<[email protected]> wrote:
>
> This is the start of the stable review cycle for the 6.1.32 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 Sat, 03 Jun 2023 14:33:15 +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/v6.x/stable-review/patch-6.1.32-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-6.1.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]>

## Build
* kernel: 6.1.32-rc2
* git: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
* git branch: linux-6.1.y
* git commit: 7d0a9678d27663bef481e0ed18226dab66fd884b
* git describe: v6.1.31-40-g7d0a9678d276
* test details:
https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.1.y/build/v6.1.31-40-g7d0a9678d276

## Test Regressions (compared to v6.1.31)

## Metric Regressions (compared to v6.1.31)

## Test Fixes (compared to v6.1.31)

## Metric Fixes (compared to v6.1.31)

## Test result summary
total: 163841, pass: 141318, fail: 3662, skip: 18572, xfail: 289

## Build Summary
* arc: 5 total, 5 passed, 0 failed
* arm: 151 total, 150 passed, 1 failed
* arm64: 57 total, 56 passed, 1 failed
* i386: 41 total, 38 passed, 3 failed
* mips: 30 total, 28 passed, 2 failed
* parisc: 8 total, 8 passed, 0 failed
* powerpc: 38 total, 36 passed, 2 failed
* riscv: 16 total, 15 passed, 1 failed
* s390: 16 total, 16 passed, 0 failed
* sh: 14 total, 12 passed, 2 failed
* sparc: 8 total, 8 passed, 0 failed
* x86_64: 46 total, 46 passed, 0 failed

## Test suites summary
* boot
* fwts
* igt-gpu-tools
* kselftest-android
* kselftest-arm64
* kselftest-breakpoints
* kselftest-capabilities
* kselftest-cgroup
* kselftest-clone3
* kselftest-core
* kselftest-cpu-hotplug
* kselftest-cpufreq
* kselftest-drivers-dma-buf
* kselftest-efivarfs
* kselftest-exec
* kselftest-filesystems
* kselftest-filesystems-binderfs
* kselftest-firmware
* kselftest-fpu
* kselftest-ftrace
* kselftest-futex
* kselftest-gpio
* kselftest-intel_pstate
* kselftest-ipc
* kselftest-ir
* kselftest-kcmp
* kselftest-kexec
* kselftest-kvm
* kselftest-lib
* kselftest-livepatch
* kselftest-membarrier
* kselftest-memfd
* kselftest-memory-hotplug
* kselftest-mincore
* kselftest-mount
* kselftest-mqueue
* kselftest-net
* kselftest-net-forwarding
* kselftest-net-mptcp
* 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-user_events
* kselftest-vDSO
* kselftest-watchdog
* kselftest-x86
* kselftest-zram
* 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-pty
* ltp-sched
* ltp-securebits
* ltp-smoke
* ltp-syscalls
* ltp-tracing
* network-basic-tests
* perf
* rcutorture
* v4l2-compliance
* vdso

--
Linaro LKFT
https://lkft.linaro.org

2023-06-02 13:32:33

by Markus Reichelt

[permalink] [raw]
Subject: Re: [PATCH 6.1 00/39] 6.1.32-rc2 review

* Greg Kroah-Hartman <[email protected]> wrote:

> This is the start of the stable review cycle for the 6.1.32 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 Sat, 03 Jun 2023 14:33:15 +0000.
> Anything received after that time might be too late.

Hi Greg

6.1.32-rc2

compiles, boots and runs here on x86_64
(AMD Ryzen 5 PRO 4650G, Slackware64-15.0)

Tested-by: Markus Reichelt <[email protected]>

2023-06-02 16:10:19

by Florian Fainelli

[permalink] [raw]
Subject: Re: [PATCH 6.1 00/39] 6.1.32-rc2 review



On 6/1/2023 7:35 AM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.32 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 Sat, 03 Jun 2023 14:33:15 +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/v6.x/stable-review/patch-6.1.32-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-6.1.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:
BMIPS_GENERIC:

Tested-by: Florian Fainelli <[email protected]>
--
Florian

2023-06-02 22:39:01

by Guenter Roeck

[permalink] [raw]
Subject: Re: [PATCH 6.1 00/39] 6.1.32-rc2 review

On Thu, Jun 01, 2023 at 03:35:57PM +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.32 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 Sat, 03 Jun 2023 14:33:15 +0000.
> Anything received after that time might be too late.
>

Build results:
total: 155 pass: 155 fail: 0
Qemu test results:
total: 519 pass: 519 fail: 0

Tested-by: Guenter Roeck <[email protected]>

Guenter

2023-06-05 09:20:49

by Chris Paterson

[permalink] [raw]
Subject: RE: [PATCH 6.1 00/39] 6.1.32-rc2 review

Hello Greg,

> From: Greg Kroah-Hartman <[email protected]>
> Sent: Thursday, June 1, 2023 3:36 PM
>
> This is the start of the stable review cycle for the 6.1.32 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 Sat, 03 Jun 2023 14:33:15 +0000.
> Anything received after that time might be too late.

CIP configurations built and booted with Linux 6.1.32-rc1 (91b86c5080c5):
https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/pipelines/886202580
https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/commits/linux-6.1.y

Tested-by: Chris Paterson (CIP) <[email protected]>

Kind regards, Chris

2023-06-05 09:52:42

by Chris Paterson

[permalink] [raw]
Subject: RE: [PATCH 6.1 00/39] 6.1.32-rc2 review

> From: Chris Paterson <[email protected]>
> Sent: Monday, June 5, 2023 10:17 AM
>
> Hello Greg,
>
> > From: Greg Kroah-Hartman <[email protected]>
> > Sent: Thursday, June 1, 2023 3:36 PM
> >
> > This is the start of the stable review cycle for the 6.1.32 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 Sat, 03 Jun 2023 14:33:15 +0000.
> > Anything received after that time might be too late.
>
> CIP configurations built and booted with Linux 6.1.32-rc1 (91b86c5080c5):
> https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/pipelines/886202580

Oops. This should have been:
Linux 6.1.32-rc2 (7d0a9678d276)
https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/pipelines/886460585

Chris

> https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/commits/linux-6.1.y>
> Tested-by: Chris Paterson (CIP) <[email protected]>
>
> Kind regards, Chris