[PATCH 6.1 00/38] 6.1.106-rc1 review

Greg Kroah-Hartman posted 38 patches 1 year, 5 months ago
Only 0 patches received!
Makefile                                        |   4 +-
arch/arm64/kvm/hyp/pgtable.c                    |  10 +-
arch/loongarch/include/uapi/asm/unistd.h        |   1 +
drivers/gpu/drm/i915/gem/i915_gem_mman.c        | 192 ++++++++++++++++------
drivers/gpu/drm/i915/gem/i915_gem_mman.h        |   2 +-
drivers/nvme/host/pci.c                         |   7 +
fs/binfmt_flat.c                                |   4 +-
fs/exec.c                                       |   8 +-
fs/lockd/svc.c                                  |   3 -
fs/nfs/callback.c                               |   3 -
fs/nfsd/export.c                                |  32 ++--
fs/nfsd/export.h                                |   4 +-
fs/nfsd/netns.h                                 |  25 ++-
fs/nfsd/nfs4proc.c                              |   6 +-
fs/nfsd/nfscache.c                              | 201 ++++++++++++++----------
fs/nfsd/nfsctl.c                                |  24 ++-
fs/nfsd/nfsd.h                                  |   1 +
fs/nfsd/nfsfh.c                                 |   3 +-
fs/nfsd/nfssvc.c                                |  24 +--
fs/nfsd/stats.c                                 |  52 +++---
fs/nfsd/stats.h                                 |  83 ++++------
fs/nfsd/trace.h                                 |  22 +++
fs/nfsd/vfs.c                                   |   6 +-
include/linux/cgroup-defs.h                     |   7 +-
include/linux/sunrpc/svc.h                      |   5 +-
kernel/cgroup/cgroup-internal.h                 |   3 +-
kernel/cgroup/cgroup.c                          |  23 ++-
net/mptcp/options.c                             |   3 +-
net/mptcp/pm_netlink.c                          |  49 +++---
net/mptcp/pm_userspace.c                        |   2 +-
net/mptcp/protocol.h                            |   2 +-
net/sunrpc/stats.c                              |   2 +-
net/sunrpc/svc.c                                |  36 +++--
net/wireless/nl80211.c                          |   6 +-
sound/soc/soc-topology.c                        |  32 +---
tools/testing/selftests/net/mptcp/mptcp_join.sh |  14 ++
36 files changed, 555 insertions(+), 346 deletions(-)
[PATCH 6.1 00/38] 6.1.106-rc1 review
Posted by Greg Kroah-Hartman 1 year, 5 months ago
This is the start of the stable review cycle for the 6.1.106 release.
There are 38 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, 17 Aug 2024 13:18:17 +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.106-rc1.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 <gregkh@linuxfoundation.org>
    Linux 6.1.106-rc1

Will Deacon <will@kernel.org>
    KVM: arm64: Don't pass a TLBI level hint when zapping table entries

Eric Dumazet <edumazet@google.com>
    wifi: cfg80211: restrict NL80211_ATTR_TXQ_QUANTUM values

Waiman Long <longman@redhat.com>
    cgroup: Move rcu_head up near the top of cgroup_root

Kees Cook <kees@kernel.org>
    binfmt_flat: Fix corruption when not offsetting data start

Andi Shyti <andi.shyti@linux.intel.com>
    drm/i915/gem: Adjust vma offset for framebuffer mmap offset

Dan Carpenter <dan.carpenter@linaro.org>
    drm/i915: Fix a NULL vs IS_ERR() bug

Nirmoy Das <nirmoy.das@intel.com>
    drm/i915: Add a function to mmap framebuffer obj

Yafang Shao <laoar.shao@gmail.com>
    cgroup: Make operations on the cgroup root_list RCU safe

Andi Shyti <andi.shyti@linux.intel.com>
    drm/i915/gem: Fix Virtual Memory mapping boundaries calculation

Matthieu Baerts (NGI0) <matttbe@kernel.org>
    mptcp: fully established after ADD_ADDR echo on MPJ

WangYuli <wangyuli@uniontech.com>
    nvme/pci: Add APST quirk for Lenovo N60z laptop

Josef Bacik <josef@toxicpanda.com>
    nfsd: make svc_stat per-network namespace instead of global

Josef Bacik <josef@toxicpanda.com>
    nfsd: remove nfsd_stats, make th_cnt a global counter

Josef Bacik <josef@toxicpanda.com>
    nfsd: make all of the nfsd stats per-network namespace

Josef Bacik <josef@toxicpanda.com>
    nfsd: expose /proc/net/sunrpc/nfsd in net namespaces

Josef Bacik <josef@toxicpanda.com>
    nfsd: rename NFSD_NET_* to NFSD_STATS_*

Josef Bacik <josef@toxicpanda.com>
    sunrpc: use the struct net as the svc proc private

Josef Bacik <josef@toxicpanda.com>
    sunrpc: remove ->pg_stats from svc_program

Josef Bacik <josef@toxicpanda.com>
    sunrpc: pass in the sv_stats struct through svc_create_pooled

Josef Bacik <josef@toxicpanda.com>
    nfsd: stop setting ->pg_stats for unused stats

Josef Bacik <josef@toxicpanda.com>
    sunrpc: don't change ->sv_stats if it doesn't exist

Chuck Lever <chuck.lever@oracle.com>
    NFSD: Fix frame size warning in svc_export_parse()

Chuck Lever <chuck.lever@oracle.com>
    NFSD: Rewrite synopsis of nfsd_percpu_counters_init()

Chuck Lever <chuck.lever@oracle.com>
    NFSD: Refactor the duplicate reply cache shrinker

Chuck Lever <chuck.lever@oracle.com>
    NFSD: Replace nfsd_prune_bucket()

Chuck Lever <chuck.lever@oracle.com>
    NFSD: Rename nfsd_reply_cache_alloc()

Chuck Lever <chuck.lever@oracle.com>
    NFSD: Refactor nfsd_reply_cache_free_locked()

Jeff Layton <jlayton@kernel.org>
    nfsd: move init of percpu reply_cache_stats counters back to nfsd_init_net

Jeff Layton <jlayton@kernel.org>
    nfsd: move reply cache initialization into nfsd startup

Huacai Chen <chenhuacai@kernel.org>
    LoongArch: Define __ARCH_WANT_NEW_STAT in unistd.h

Kees Cook <kees@kernel.org>
    exec: Fix ToCToU between perm check and set-uid/gid usage

Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
    ASoC: topology: Fix route memory corruption

Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
    ASoC: topology: Clean up route loading

Matthieu Baerts (NGI0) <matttbe@kernel.org>
    selftests: mptcp: join: test both signal & subflow

Matthieu Baerts (NGI0) <matttbe@kernel.org>
    mptcp: pm: do not ignore 'subflow' if 'signal' flag is also set

Matthieu Baerts (NGI0) <matttbe@kernel.org>
    mptcp: pm: don't try to create sf if alloc failed

Matthieu Baerts (NGI0) <matttbe@kernel.org>
    mptcp: pm: reduce indentation blocks

Geliang Tang <geliang.tang@suse.com>
    mptcp: pass addr to mptcp_pm_alloc_anno_list


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

Diffstat:

 Makefile                                        |   4 +-
 arch/arm64/kvm/hyp/pgtable.c                    |  10 +-
 arch/loongarch/include/uapi/asm/unistd.h        |   1 +
 drivers/gpu/drm/i915/gem/i915_gem_mman.c        | 192 ++++++++++++++++------
 drivers/gpu/drm/i915/gem/i915_gem_mman.h        |   2 +-
 drivers/nvme/host/pci.c                         |   7 +
 fs/binfmt_flat.c                                |   4 +-
 fs/exec.c                                       |   8 +-
 fs/lockd/svc.c                                  |   3 -
 fs/nfs/callback.c                               |   3 -
 fs/nfsd/export.c                                |  32 ++--
 fs/nfsd/export.h                                |   4 +-
 fs/nfsd/netns.h                                 |  25 ++-
 fs/nfsd/nfs4proc.c                              |   6 +-
 fs/nfsd/nfscache.c                              | 201 ++++++++++++++----------
 fs/nfsd/nfsctl.c                                |  24 ++-
 fs/nfsd/nfsd.h                                  |   1 +
 fs/nfsd/nfsfh.c                                 |   3 +-
 fs/nfsd/nfssvc.c                                |  24 +--
 fs/nfsd/stats.c                                 |  52 +++---
 fs/nfsd/stats.h                                 |  83 ++++------
 fs/nfsd/trace.h                                 |  22 +++
 fs/nfsd/vfs.c                                   |   6 +-
 include/linux/cgroup-defs.h                     |   7 +-
 include/linux/sunrpc/svc.h                      |   5 +-
 kernel/cgroup/cgroup-internal.h                 |   3 +-
 kernel/cgroup/cgroup.c                          |  23 ++-
 net/mptcp/options.c                             |   3 +-
 net/mptcp/pm_netlink.c                          |  49 +++---
 net/mptcp/pm_userspace.c                        |   2 +-
 net/mptcp/protocol.h                            |   2 +-
 net/sunrpc/stats.c                              |   2 +-
 net/sunrpc/svc.c                                |  36 +++--
 net/wireless/nl80211.c                          |   6 +-
 sound/soc/soc-topology.c                        |  32 +---
 tools/testing/selftests/net/mptcp/mptcp_join.sh |  14 ++
 36 files changed, 555 insertions(+), 346 deletions(-)


Re: [PATCH 6.1 00/38] 6.1.106-rc1 review
Posted by Ron Economos 1 year, 5 months ago
On 8/15/24 6:25 AM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.106 release.
> There are 38 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, 17 Aug 2024 13:18:17 +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.106-rc1.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 <re@w6rz.net>
Re: [PATCH 6.1 00/38] 6.1.106-rc1 review
Posted by Jon Hunter 1 year, 5 months ago
On Thu, 15 Aug 2024 15:25:34 +0200, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.106 release.
> There are 38 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, 17 Aug 2024 13:18:17 +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.106-rc1.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:
    10 builds:	10 pass, 0 fail
    26 boots:	26 pass, 0 fail
    116 tests:	116 pass, 0 fail

Linux version:	6.1.106-rc1-g09ce23af4dbb
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
Re: [PATCH 6.1 00/38] 6.1.106-rc1 review
Posted by Mark Brown 1 year, 5 months ago
On Thu, Aug 15, 2024 at 03:25:34PM +0200, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.106 release.
> There are 38 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: Mark Brown <broonie@kernel.org>
Re: [PATCH 6.1 00/38] 6.1.106-rc1 review
Posted by Anders Roxell 1 year, 5 months ago
On Thu, 15 Aug 2024 at 16:05, Greg Kroah-Hartman
<gregkh@linuxfoundation.org> wrote:
>
> This is the start of the stable review cycle for the 6.1.106 release.
> There are 38 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, 17 Aug 2024 13:18:17 +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.106-rc1.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 <lkft@linaro.org>

## Build
* kernel: 6.1.106-rc1
* git: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
* git commit: 09ce23af4dbba4a348ad90cbee52a46ef1d685cf
* git describe: v6.1.105-39-g09ce23af4dbb
* test details:
https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.1.y/build/v6.1.105-39-g09ce23af4dbb

## Test Regressions (compared to v6.1.104-150-g9bd7537a3dd0)

## Metric Regressions (compared to v6.1.104-150-g9bd7537a3dd0)

## Test Fixes (compared to v6.1.104-150-g9bd7537a3dd0)

## Metric Fixes (compared to v6.1.104-150-g9bd7537a3dd0)

## Test result summary
total: 159479, pass: 137501, fail: 2504, skip: 19237, xfail: 237

## Build Summary
* arc: 5 total, 5 passed, 0 failed
* arm: 135 total, 135 passed, 0 failed
* arm64: 41 total, 41 passed, 0 failed
* i386: 28 total, 28 passed, 0 failed
* mips: 26 total, 25 passed, 1 failed
* parisc: 4 total, 4 passed, 0 failed
* powerpc: 36 total, 35 passed, 1 failed
* riscv: 11 total, 11 passed, 0 failed
* s390: 14 total, 14 passed, 0 failed
* sh: 10 total, 10 passed, 0 failed
* sparc: 7 total, 7 passed, 0 failed
* x86_64: 33 total, 33 passed, 0 failed

## Test suites summary
* boot
* commands
* kselftest-arm64
* kselftest-breakpoints
* kselftest-capabilities
* kselftest-cgroup
* kselftest-clone3
* kselftest-core
* kselftest-cpu-hotplug
* kselftest-cpufreq
* kselftest-efivarfs
* kselftest-exec
* kselftest-filesystems
* kselftest-filesystems-binderfs
* kselftest-filesystems-epoll
* kselftest-firmware
* kselftest-fpu
* kselftest-ftrace
* kselftest-futex
* kselftest-gpio
* kselftest-intel_pstate
* kselftest-ipc
* kselftest-kcmp
* kselftest-kvm
* kselftest-livepatch
* kselftest-membarrier
* kselftest-memfd
* kselftest-mincore
* kselftest-mqueue
* kselftest-net
* kselftest-net-mptcp
* kselftest-openat2
* kselftest-ptrace
* kselftest-rseq
* kselftest-rtc
* kselftest-seccomp
* kselftest-sigaltstack
* kselftest-size
* kselftest-tc-testing
* kselftest-timers
* kselftest-tmpfs
* kselftest-tpm2
* kselftest-user_events
* kselftest-vDSO
* kselftest-watchdog
* kselftest-x86
* kunit
* kvm-unit-tests
* libgpiod
* libhugetlbfs
* log-parser-boot
* log-parser-test
* ltp-commands
* ltp-containers
* ltp-controllers
* ltp-cpuhotplug
* ltp-crypto
* ltp-cve
* ltp-dio
* ltp-fcntl-locktests
* ltp-fs
* ltp-fs_bind
* ltp-fs_perms_simple
* ltp-hugetlb
* ltp-ipc
* ltp-math
* ltp-mm
* ltp-nptl
* ltp-pty
* ltp-sched
* ltp-smoke
* ltp-smoketest
* ltp-syscalls
* ltp-tracing
* perf
* rcutorture

--
Linaro LKFT
https://lkft.linaro.org
Re: [PATCH 6.1 00/38] 6.1.106-rc1 review
Posted by Florian Fainelli 1 year, 5 months ago
On 8/15/24 06:25, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.106 release.
> There are 38 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, 17 Aug 2024 13:18:17 +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.106-rc1.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 <florian.fainelli@broadcom.com>
-- 
Florian
Re: [PATCH 6.1 00/38] 6.1.106-rc1 review
Posted by Peter Schneider 1 year, 5 months ago
Am 15.08.2024 um 15:25 schrieb Greg Kroah-Hartman:
> This is the start of the stable review cycle for the 6.1.106 release.
> There are 38 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.

Builds, boots and works on my 2-socket Ivy Bridge Xeon E5-2697 v2 server. No dmesg 
oddities or regressions found.

Tested-by: Peter Schneider <pschneider1968@googlemail.com>


Beste Grüße,
Peter Schneider

-- 
Climb the mountain not to plant your flag, but to embrace the challenge,
enjoy the air and behold the view. Climb it so you can see the world,
not so the world can see you.                    -- David McCullough Jr.

OpenPGP:  0xA3828BD796CCE11A8CADE8866E3A92C92C3FF244
Download: https://www.peters-netzplatz.de/download/pschneider1968_pub.asc
https://keys.mailvelope.com/pks/lookup?op=get&search=pschneider1968@googlemail.com
https://keys.mailvelope.com/pks/lookup?op=get&search=pschneider1968@gmail.com
Re: [PATCH 6.1 00/38] 6.1.106-rc1 review
Posted by Pavel Machek 1 year, 5 months ago
Hi!

> This is the start of the stable review cycle for the 6.1.106 release.
> There are 38 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.

CIP testing did not find any problems here:

https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/tree/linux-6.1.y

Tested-by: Pavel Machek (CIP) <pavel@denx.de>

Best regards,
                                                                Pavel
-- 
DENX Software Engineering GmbH,        Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany