[PATCH 6.13 00/25] 6.13.1-rc1 review

Greg Kroah-Hartman posted 25 patches 1 year ago
Only 0 patches received!
Makefile                                     |   4 +-
drivers/hid/hid-ids.h                        |   1 -
drivers/hid/hid-multitouch.c                 |   8 +-
drivers/hid/wacom_sys.c                      |  24 ++--
drivers/input/joystick/xpad.c                |   9 +-
drivers/input/keyboard/atkbd.c               |   2 +-
drivers/net/wireless/realtek/rtl8xxxu/core.c |  20 ++++
drivers/scsi/storvsc_drv.c                   |   8 +-
drivers/usb/gadget/function/u_serial.c       |   8 +-
drivers/usb/serial/quatech2.c                |   2 +-
drivers/vfio/platform/vfio_platform_common.c |  10 ++
fs/gfs2/file.c                               |   1 +
fs/libfs.c                                   | 162 +++++++++++++--------------
fs/smb/client/smb2inode.c                    | 104 ++++++++++++-----
include/linux/fs.h                           |   1 -
io_uring/rsrc.c                              |   7 ++
mm/filemap.c                                 |  17 +++
mm/shmem.c                                   |   4 +-
net/sched/sch_ets.c                          |   2 +
sound/usb/quirks.c                           |   2 +
20 files changed, 251 insertions(+), 145 deletions(-)
[PATCH 6.13 00/25] 6.13.1-rc1 review
Posted by Greg Kroah-Hartman 1 year ago
This is the start of the stable review cycle for the 6.13.1 release.
There are 25 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, 01 Feb 2025 13:34:42 +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.13.1-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.13.y
and the diffstat can be found below.

thanks,

greg k-h

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

Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Linux 6.13.1-rc1

Jack Greiner <jack@emoss.org>
    Input: xpad - add support for wooting two he (arm)

Matheos Mattsson <matheos.mattsson@gmail.com>
    Input: xpad - add support for Nacon Evol-X Xbox One Controller

Leonardo Brondani Schenkel <leonardo@schenkel.net>
    Input: xpad - improve name of 8BitDo controller 2dc8:3106

Pierre-Loup A. Griffais <pgriffais@valvesoftware.com>
    Input: xpad - add QH Electronics VID/PID

Nilton Perim Neto <niltonperimneto@gmail.com>
    Input: xpad - add unofficial Xbox 360 wireless receiver clone

Mark Pearson <mpearson-lenovo@squebb.ca>
    Input: atkbd - map F23 key to support default copilot shortcut

Nicolas Nobelis <nicolas@nobelis.eu>
    Input: xpad - add support for Nacon Pro Compact

Jann Horn <jannh@google.com>
    io_uring/rsrc: require cloned buffers to share accounting contexts

Jason Gerecke <jason.gerecke@wacom.com>
    HID: wacom: Initialize brightness of LED trigger

Hans de Goede <hdegoede@redhat.com>
    wifi: rtl8xxxu: add more missing rtl8192cu USB IDs

Lianqin Hu <hulianqin@vivo.com>
    ALSA: usb-audio: Add delay quirk for USB Audio Device

Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Revert "usb: gadget: u_serial: Disable ep before setting port to null to fix the crash caused by port being null"

Qasim Ijaz <qasdev00@gmail.com>
    USB: serial: quatech2: fix null-ptr-deref in qt2_process_read_urb()

Easwar Hariharan <eahariha@linux.microsoft.com>
    scsi: storvsc: Ratelimit warning logs to prevent VM denial of service

Alex Williamson <alex.williamson@redhat.com>
    vfio/platform: check the bounds of read/write syscalls

Linus Torvalds <torvalds@linux-foundation.org>
    cachestat: fix page cache statistics permission checking

Jiri Kosina <jikos@kernel.org>
    Revert "HID: multitouch: Add support for lenovo Y9000P Touchpad"

Jamal Hadi Salim <jhs@mojatatu.com>
    net: sched: fix ets qdisc OOB Indexing

Paulo Alcantara <pc@manguebit.com>
    smb: client: handle lack of EA support in smb2_query_path_info()

Chuck Lever <chuck.lever@oracle.com>
    libfs: Use d_children list to iterate simple_offset directories

Chuck Lever <chuck.lever@oracle.com>
    libfs: Replace simple_offset end-of-directory detection

Chuck Lever <chuck.lever@oracle.com>
    Revert "libfs: fix infinite directory reads for offset dir"

Chuck Lever <chuck.lever@oracle.com>
    Revert "libfs: Add simple_offset_empty()"

Chuck Lever <chuck.lever@oracle.com>
    libfs: Return ENOSPC when the directory offset range is exhausted

Andreas Gruenbacher <agruenba@redhat.com>
    gfs2: Truncate address space when flipping GFS2_DIF_JDATA flag


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

Diffstat:

 Makefile                                     |   4 +-
 drivers/hid/hid-ids.h                        |   1 -
 drivers/hid/hid-multitouch.c                 |   8 +-
 drivers/hid/wacom_sys.c                      |  24 ++--
 drivers/input/joystick/xpad.c                |   9 +-
 drivers/input/keyboard/atkbd.c               |   2 +-
 drivers/net/wireless/realtek/rtl8xxxu/core.c |  20 ++++
 drivers/scsi/storvsc_drv.c                   |   8 +-
 drivers/usb/gadget/function/u_serial.c       |   8 +-
 drivers/usb/serial/quatech2.c                |   2 +-
 drivers/vfio/platform/vfio_platform_common.c |  10 ++
 fs/gfs2/file.c                               |   1 +
 fs/libfs.c                                   | 162 +++++++++++++--------------
 fs/smb/client/smb2inode.c                    | 104 ++++++++++++-----
 include/linux/fs.h                           |   1 -
 io_uring/rsrc.c                              |   7 ++
 mm/filemap.c                                 |  17 +++
 mm/shmem.c                                   |   4 +-
 net/sched/sch_ets.c                          |   2 +
 sound/usb/quirks.c                           |   2 +
 20 files changed, 251 insertions(+), 145 deletions(-)
Re: [PATCH 6.13 00/25] 6.13.1-rc1 review
Posted by Pavel Machek 1 year ago
Hi!

> This is the start of the stable review cycle for the 6.13.1 release.
> There are 25 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.13.y
https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/tree/linux-6.12.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
Re: [PATCH 6.13 00/25] 6.13.1-rc1 review
Posted by Peter Schneider 1 year ago
Am 30.01.2025 um 14:58 schrieb Greg Kroah-Hartman:
> This is the start of the stable review cycle for the 6.13.1 release.
> There are 25 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.13 00/25] 6.13.1-rc1 review
Posted by Kexy Biscuit 1 year ago
On 1/30/2025 9:58 PM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.13.1 release.
> There are 25 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, 01 Feb 2025 13:34:42 +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.13.1-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.13.y
> and the diffstat can be found below.
> 
> thanks,
> 
> greg k-h

Building passed on amd64, arm64, loongarch64, mips64el, ppc64el, and 
riscv64. Smoke testing passed on 3 amd64, 2 arm64, and 2 loongarch64 
test systems.

Tested-by: Kexy Biscuit <kexybiscuit@aosc.io>

https://github.com/AOSC-Dev/aosc-os-abbs/pull/9522
-- 
Best Regards,
Kexy Biscuit
Re: [PATCH 6.13 00/25] 6.13.1-rc1 review
Posted by Muhammad Usama Anjum 1 year ago
On 1/30/25 6:58 PM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.13.1 release.
> There are 25 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, 01 Feb 2025 13:34:42 +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.13.1-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.13.y
> and the diffstat can be found below.
> 
> thanks,
> 
> greg k-h
> 
> -------------
OVERVIEW

        Builds: 11 passed, 0 failed

    Boot tests: 0 passed, 0 failed

    CI systems: broonie

REVISION

    Commit
        name: v6.13-26-g65a3016a79e2
        hash: 65a3016a79e2da6e613c74c51e580ff1b3ad1225
    Checked out from
        https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git


BUILDS

    No build failures found

BOOT TESTS

    No boot failures found

See complete and up-to-date report at:

    https://kcidb.kernelci.org/d/revision/revision?orgId=1&var-git_commit_hash=65a3016a79e2da6e613c74c51e580ff1b3ad1225&var-patchset_hash=


Tested-by: kernelci.org bot <bot@kernelci.org>

Thanks,
KernelCI team
Re: [PATCH 6.13 00/25] 6.13.1-rc1 review
Posted by Naresh Kamboju 1 year ago
On Thu, 30 Jan 2025 at 19:29, Greg Kroah-Hartman
<gregkh@linuxfoundation.org> wrote:
>
> This is the start of the stable review cycle for the 6.13.1 release.
> There are 25 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, 01 Feb 2025 13:34:42 +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.13.1-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.13.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.13.1-rc1
* git: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
* git commit: 65a3016a79e2da6e613c74c51e580ff1b3ad1225
* git describe: v6.13-26-g65a3016a79e2
* test details:
https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.13.y/build/v6.13-26-g65a3016a79e2

## Test Regressions (compared to v6.13)

## Metric Regressions (compared to v6.13)

## Test Fixes (compared to v6.13)

## Metric Fixes (compared to v6.13)

## Test result summary
total: 142397, pass: 92519, fail: 31182, skip: 18696, xfail: 0

## Build Summary
* arc: 6 total, 5 passed, 1 failed
* arm: 143 total, 132 passed, 11 failed
* arm64: 58 total, 56 passed, 2 failed
* i386: 22 total, 19 passed, 3 failed
* mips: 38 total, 33 passed, 5 failed
* parisc: 5 total, 3 passed, 2 failed
* powerpc: 44 total, 41 passed, 3 failed
* riscv: 27 total, 24 passed, 3 failed
* s390: 26 total, 23 passed, 3 failed
* sh: 6 total, 5 passed, 1 failed
* sparc: 5 total, 3 passed, 2 failed
* x86_64: 50 total, 49 passed, 1 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-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-rust
* kselftest-seccomp
* kselftest-sigaltstack
* kselftest-size
* kselftest-tc-testing
* kselftest-timers
* kselftest-tmpfs
* kselftest-tpm2
* kselftest-user_events
* kselftest-vDSO
* kselftest-x86
* kunit
* kvm-unit-tests
* libgpiod
* libhugetlbfs
* log-parser-boot
* log-parser-build-clang
* log-parser-build-gcc
* log-parser-test
* ltp-capability
* 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-hugetlb
* ltp-ipc
* ltp-math
* ltp-mm
* ltp-np[
* ltp-nptl
* ltp-pty
* ltp-sched
* ltp-smoke
* ltp-syscalls
* ltp-tracing
* perf
* rcutorture

--
Linaro LKFT
https://lkft.linaro.org
Re: [PATCH 6.13 00/25] 6.13.1-rc1 review
Posted by Justin Forbes 1 year ago
On Thu, Jan 30, 2025 at 02:58:46PM +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.13.1 release.
> There are 25 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, 01 Feb 2025 13:34:42 +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.13.1-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.13.y
> and the diffstat can be found below.
> 
> thanks,
> 
> greg k-h

Tested rc1 against the Fedora build system (aarch64, ppc64le, s390x,
x86_64), and boot tested x86_64. No regressions noted.

Tested-by: Justin M. Forbes <jforbes@fedoraproject.org>
Re: [PATCH 6.13 00/25] 6.13.1-rc1 review
Posted by Mark Brown 1 year ago
On Thu, Jan 30, 2025 at 02:58:46PM +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.13.1 release.
> There are 25 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.13 00/25] 6.13.1-rc1 review
Posted by Ron Economos 1 year ago
On 1/30/25 05:58, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.13.1 release.
> There are 25 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, 01 Feb 2025 13:34:42 +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.13.1-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.13.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.13 00/25] 6.13.1-rc1 review
Posted by Christian Heusel 1 year ago
On 25/01/30 02:58PM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.13.1 release.
> There are 25 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, 01 Feb 2025 13:34:42 +0000.
> Anything received after that time might be too late.
>

Tested-by: Christian Heusel <christian@heusel.eu>

Tested on a ThinkPad E14 Gen 3 with a AMD Ryzen 5 5500U CPU and on the
Steam Deck (LCD variant)
Re: [PATCH 6.13 00/25] 6.13.1-rc1 review
Posted by Jon Hunter 1 year ago
On Thu, 30 Jan 2025 14:58:46 +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.13.1 release.
> There are 25 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, 01 Feb 2025 13:34:42 +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.13.1-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.13.y
> and the diffstat can be found below.
> 
> thanks,
> 
> greg k-h

All tests passing for Tegra ...

Test results for stable-v6.13:
    10 builds:	10 pass, 0 fail
    26 boots:	26 pass, 0 fail
    116 tests:	116 pass, 0 fail

Linux version:	6.13.1-rc1-g65a3016a79e2
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.13 00/25] 6.13.1-rc1 review
Posted by Florian Fainelli 1 year ago
On 1/30/25 05:58, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.13.1 release.
> There are 25 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, 01 Feb 2025 13:34:42 +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.13.1-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.13.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.13 00/25] 6.13.1-rc1 review
Posted by Florian Fainelli 1 year ago
On 1/30/25 05:58, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.13.1 release.
> There are 25 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, 01 Feb 2025 13:34:42 +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.13.1-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.13.y
> and the diffstat can be found below.
> 
> thanks,
> 
> greg k-h

cpupower does not build on 6.13 because this fix made it too late:

3075476a7af666de3ec10b4f35d8e62db8fd5b6d ("pm: cpupower: Makefile: Fix 
cross compilation")

Do you mind picking it up so 6.13.1 builds without any special 
configuration required on my side?

Thanks!
-- 
Florian
Re: [PATCH 6.13 00/25] 6.13.1-rc1 review
Posted by Greg Kroah-Hartman 1 year ago
On Thu, Jan 30, 2025 at 02:06:17PM -0800, Florian Fainelli wrote:
> On 1/30/25 05:58, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 6.13.1 release.
> > There are 25 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, 01 Feb 2025 13:34:42 +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.13.1-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.13.y
> > and the diffstat can be found below.
> > 
> > thanks,
> > 
> > greg k-h
> 
> cpupower does not build on 6.13 because this fix made it too late:
> 
> 3075476a7af666de3ec10b4f35d8e62db8fd5b6d ("pm: cpupower: Makefile: Fix cross
> compilation")
> 
> Do you mind picking it up so 6.13.1 builds without any special configuration
> required on my side?

Sure, now picked up, thanks.

greg k-h
Re: [PATCH 6.13 00/25] 6.13.1-rc1 review
Posted by Luna Jernberg 1 year ago
Tested-by: Luna Jernberg <droidbittin@gmail.com>

AMD Ryzen 5 5600 6-Core Processor:
https://www.inet.se/produkt/5304697/amd-ryzen-5-5600-3-5-ghz-35mb on a
https://www.gigabyte.com/Motherboard/B550-AORUS-ELITE-V2-rev-12
https://www.inet.se/produkt/1903406/gigabyte-b550-aorus-elite-v2
motherboard :)

running Arch Linux with the testing repos enabled:
https://archlinux.org/ https://archboot.com/
https://wiki.archlinux.org/title/Arch_Testing_Team

Den tors 30 jan. 2025 kl 14:59 skrev Greg Kroah-Hartman
<gregkh@linuxfoundation.org>:
>
> This is the start of the stable review cycle for the 6.13.1 release.
> There are 25 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, 01 Feb 2025 13:34:42 +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.13.1-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.13.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h
>
> -------------
> Pseudo-Shortlog of commits:
>
> Greg Kroah-Hartman <gregkh@linuxfoundation.org>
>     Linux 6.13.1-rc1
>
> Jack Greiner <jack@emoss.org>
>     Input: xpad - add support for wooting two he (arm)
>
> Matheos Mattsson <matheos.mattsson@gmail.com>
>     Input: xpad - add support for Nacon Evol-X Xbox One Controller
>
> Leonardo Brondani Schenkel <leonardo@schenkel.net>
>     Input: xpad - improve name of 8BitDo controller 2dc8:3106
>
> Pierre-Loup A. Griffais <pgriffais@valvesoftware.com>
>     Input: xpad - add QH Electronics VID/PID
>
> Nilton Perim Neto <niltonperimneto@gmail.com>
>     Input: xpad - add unofficial Xbox 360 wireless receiver clone
>
> Mark Pearson <mpearson-lenovo@squebb.ca>
>     Input: atkbd - map F23 key to support default copilot shortcut
>
> Nicolas Nobelis <nicolas@nobelis.eu>
>     Input: xpad - add support for Nacon Pro Compact
>
> Jann Horn <jannh@google.com>
>     io_uring/rsrc: require cloned buffers to share accounting contexts
>
> Jason Gerecke <jason.gerecke@wacom.com>
>     HID: wacom: Initialize brightness of LED trigger
>
> Hans de Goede <hdegoede@redhat.com>
>     wifi: rtl8xxxu: add more missing rtl8192cu USB IDs
>
> Lianqin Hu <hulianqin@vivo.com>
>     ALSA: usb-audio: Add delay quirk for USB Audio Device
>
> Greg Kroah-Hartman <gregkh@linuxfoundation.org>
>     Revert "usb: gadget: u_serial: Disable ep before setting port to null to fix the crash caused by port being null"
>
> Qasim Ijaz <qasdev00@gmail.com>
>     USB: serial: quatech2: fix null-ptr-deref in qt2_process_read_urb()
>
> Easwar Hariharan <eahariha@linux.microsoft.com>
>     scsi: storvsc: Ratelimit warning logs to prevent VM denial of service
>
> Alex Williamson <alex.williamson@redhat.com>
>     vfio/platform: check the bounds of read/write syscalls
>
> Linus Torvalds <torvalds@linux-foundation.org>
>     cachestat: fix page cache statistics permission checking
>
> Jiri Kosina <jikos@kernel.org>
>     Revert "HID: multitouch: Add support for lenovo Y9000P Touchpad"
>
> Jamal Hadi Salim <jhs@mojatatu.com>
>     net: sched: fix ets qdisc OOB Indexing
>
> Paulo Alcantara <pc@manguebit.com>
>     smb: client: handle lack of EA support in smb2_query_path_info()
>
> Chuck Lever <chuck.lever@oracle.com>
>     libfs: Use d_children list to iterate simple_offset directories
>
> Chuck Lever <chuck.lever@oracle.com>
>     libfs: Replace simple_offset end-of-directory detection
>
> Chuck Lever <chuck.lever@oracle.com>
>     Revert "libfs: fix infinite directory reads for offset dir"
>
> Chuck Lever <chuck.lever@oracle.com>
>     Revert "libfs: Add simple_offset_empty()"
>
> Chuck Lever <chuck.lever@oracle.com>
>     libfs: Return ENOSPC when the directory offset range is exhausted
>
> Andreas Gruenbacher <agruenba@redhat.com>
>     gfs2: Truncate address space when flipping GFS2_DIF_JDATA flag
>
>
> -------------
>
> Diffstat:
>
>  Makefile                                     |   4 +-
>  drivers/hid/hid-ids.h                        |   1 -
>  drivers/hid/hid-multitouch.c                 |   8 +-
>  drivers/hid/wacom_sys.c                      |  24 ++--
>  drivers/input/joystick/xpad.c                |   9 +-
>  drivers/input/keyboard/atkbd.c               |   2 +-
>  drivers/net/wireless/realtek/rtl8xxxu/core.c |  20 ++++
>  drivers/scsi/storvsc_drv.c                   |   8 +-
>  drivers/usb/gadget/function/u_serial.c       |   8 +-
>  drivers/usb/serial/quatech2.c                |   2 +-
>  drivers/vfio/platform/vfio_platform_common.c |  10 ++
>  fs/gfs2/file.c                               |   1 +
>  fs/libfs.c                                   | 162 +++++++++++++--------------
>  fs/smb/client/smb2inode.c                    | 104 ++++++++++++-----
>  include/linux/fs.h                           |   1 -
>  io_uring/rsrc.c                              |   7 ++
>  mm/filemap.c                                 |  17 +++
>  mm/shmem.c                                   |   4 +-
>  net/sched/sch_ets.c                          |   2 +
>  sound/usb/quirks.c                           |   2 +
>  20 files changed, 251 insertions(+), 145 deletions(-)
>
>
>