2024-04-30 11:26:31

by Greg Kroah-Hartman

[permalink] [raw]
Subject: [PATCH 6.1 000/110] 6.1.90-rc1 review

This is the start of the stable review cycle for the 6.1.90 release.
There are 110 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 Thu, 02 May 2024 10:30:27 +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.90-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 <[email protected]>
Linux 6.1.90-rc1

Rahul Rameshbabu <[email protected]>
net/mlx5e: Advertise mlx5 ethernet driver updates sk_buff md_dst for MACsec

Rahul Rameshbabu <[email protected]>
macsec: Detect if Rx skb is macsec-related for offloading devices that update md_dst

Rahul Rameshbabu <[email protected]>
macsec: Enable devices to advertise whether they update sk_buff md_dst during offloads

Matthew Wilcox (Oracle) <[email protected]>
bounds: Use the right number of bits for power-of-two CONFIG_NR_CPUS

Wolfram Sang <[email protected]>
i2c: smbus: fix NULL function pointer dereference

Hans de Goede <[email protected]>
phy: ti: tusb1210: Resolve charger-det crash if charger psy is unregistered

Samuel Holland <[email protected]>
riscv: Fix TASK_SIZE on 64-bit NOMMU

Baoquan He <[email protected]>
riscv: fix VMALLOC_START definition

Fenghua Yu <[email protected]>
dmaengine: idxd: Fix oops during rmmod on single-CPU platforms

Sean Anderson <[email protected]>
dma: xilinx_dpdma: Fix locking

Sebastian Reichel <[email protected]>
phy: rockchip-snps-pcie3: fix clearing PHP_GRF_PCIESEL_CON bits

Michal Tomek <[email protected]>
phy: rockchip-snps-pcie3: fix bifurcation on rk3588

Marcel Ziswiler <[email protected]>
phy: freescale: imx8m-pcie: fix pcie link-up instability

Richard Zhu <[email protected]>
phy: freescale: imx8m-pcie: Refine i.MX8MM PCIe PHY driver

Mikhail Kobuk <[email protected]>
phy: marvell: a3700-comphy: Fix hardcoded array size

Mikhail Kobuk <[email protected]>
phy: marvell: a3700-comphy: Fix out of bounds read

Andy Shevchenko <[email protected]>
idma64: Don't try to serve interrupts when device is powered off

Akhil R <[email protected]>
dmaengine: tegra186: Fix residual calculation

Arnd Bergmann <[email protected]>
dmaengine: owl: fix register access functions

Kirill A. Shutemov <[email protected]>
x86/tdx: Preserve shared bit on mprotect()

Aswin Unnikrishnan <[email protected]>
rust: remove `params` from `module` macro example

Arnd Bergmann <[email protected]>
mtd: diskonchip: work around ubsan link failure

Yick Xie <[email protected]>
udp: preserve the connected status if only UDP cmsg

Nam Cao <[email protected]>
fbdev: fix incorrect address computation in deferred IO

Andrey Ryabinin <[email protected]>
stackdepot: respect __GFP_NOLOCKDEP allocation flag

Peter Münster <[email protected]>
net: b44: set pause params only when interface is up

Rahul Rameshbabu <[email protected]>
ethernet: Add helper for assigning packet type when dest address does not match device address

Vanshidhar Konda <[email protected]>
ACPI: CPPC: Fix access width used for PCC registers

Jarred White <[email protected]>
ACPI: CPPC: Fix bit_offset shift in MASK_VAL() macro

Jarred White <[email protected]>
ACPI: CPPC: Use access_width over bit_width for system memory accesses

Guanrui Huang <[email protected]>
irqchip/gic-v3-its: Prevent double free on error

Mukul Joshi <[email protected]>
drm/amdgpu: Fix leak when GPU memory allocation fails

Alex Deucher <[email protected]>
drm/amdgpu/sdma5.2: use legacy HDP flush for SDMA2/3

Iskander Amara <[email protected]>
arm64: dts: rockchip: enable internal pull-up for Q7_THRM# on RK3399 Puma

Jiantao Shan <[email protected]>
LoongArch: Fix access error when read fault on a write-only VMA

Huacai Chen <[email protected]>
LoongArch: Fix callchain parse error with kernel tracepoint events

Sean Christopherson <[email protected]>
cpu: Re-enable CPU mitigations by default for !X86 architectures

Johannes Thumshirn <[email protected]>
btrfs: fix information leak in btrfs_ioctl_logical_to_ino()

Nam Cao <[email protected]>
HID: i2c-hid: remove I2C_HID_READ_PENDING flag to prevent lock-up

Steve French <[email protected]>
smb3: fix lock ordering potential deadlock in cifs_sync_mid_result

Gustavo A. R. Silva <[email protected]>
smb: client: Fix struct_group() usage in __packed structs

Mantas Pucka <[email protected]>
mmc: sdhci-msm: pervent access to suspended controller

Johan Hovold <[email protected]>
Bluetooth: qca: fix NULL-deref on non-serdev suspend

WangYuli <[email protected]>
Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0bda:0x4853

Nathan Chancellor <[email protected]>
Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old()

Conor Dooley <[email protected]>
rust: make mutually exclusive with CFI_CLANG

Alice Ryhl <[email protected]>
rust: don't select CONSTRUCTORS

David Kaplan <[email protected]>
x86/cpu: Fix check for RDPKRU in __show_regs()

Miaohe Lin <[email protected]>
fork: defer linking file vma until vma is fully initialized

Breno Leitao <[email protected]>
virtio_net: Do not send RSS key if it is not supported

Greg Kroah-Hartman <[email protected]>
Revert "crypto: api - Disallow identical driver names"

Kees Cook <[email protected]>
cifs: Replace remaining 1-element arrays

Kuniyuki Iwashima <[email protected]>
af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc().

Jason Reeder <[email protected]>
net: ethernet: ti: am65-cpts: Fix PTPv1 message type on TX packets

Sudheer Mogilappagari <[email protected]>
iavf: Fix TC config comparison with existing adapter TC config

Erwan Velu <[email protected]>
i40e: Report MFS in decimal base instead of hex

Sindhu Devale <[email protected]>
i40e: Do not use WQ_MEM_RECLAIM flag for workqueue

Pablo Neira Ayuso <[email protected]>
netfilter: nf_tables: honor table dormant flag from netdev release event path

Jakub Kicinski <[email protected]>
eth: bnxt: fix counting packets discarded due to OOM and netpoll

Ido Schimmel <[email protected]>
mlxsw: spectrum_acl_tcam: Fix memory leak when canceling rehash work

Ido Schimmel <[email protected]>
mlxsw: spectrum_acl_tcam: Fix incorrect list API usage

Ido Schimmel <[email protected]>
mlxsw: spectrum_acl_tcam: Fix warning during rehash

Ido Schimmel <[email protected]>
mlxsw: spectrum_acl_tcam: Fix memory leak during rehash

Ido Schimmel <[email protected]>
mlxsw: spectrum_acl_tcam: Rate limit error message

Ido Schimmel <[email protected]>
mlxsw: spectrum_acl_tcam: Fix possible use-after-free during rehash

Ido Schimmel <[email protected]>
mlxsw: spectrum_acl_tcam: Fix possible use-after-free during activity update

Ido Schimmel <[email protected]>
mlxsw: spectrum_acl_tcam: Fix race during rehash delayed work

Hyunwoo Kim <[email protected]>
net: openvswitch: Fix Use-After-Free in ovs_ct_exit

Ismael Luceno <[email protected]>
ipvs: Fix checksumming on GSO of SCTP packets

Bartosz Golaszewski <[email protected]>
Bluetooth: qca: set power_ctrl_enabled on NULL returned by gpiod_get_optional()

Chun-Yi Lee <[email protected]>
Bluetooth: hci_sync: Using hci_cmd_sync_submit when removing Adv Monitor

Luiz Augusto von Dentz <[email protected]>
Bluetooth: MGMT: Fix failing to MGMT_OP_ADD_UUID/MGMT_OP_REMOVE_UUID

Hyunwoo Kim <[email protected]>
net: gtp: Fix Use-After-Free in gtp_dellink

Eric Dumazet <[email protected]>
net: usb: ax88179_178a: stop lying about skb->truesize

Eric Dumazet <[email protected]>
ipv4: check for NULL idev in ip_route_use_hint()

Eric Dumazet <[email protected]>
net: fix sk_memory_allocated_{add|sub} vs softirqs

Adam Li <[email protected]>
net: make SK_MEMORY_PCPU_RESERV tunable

Duoming Zhou <[email protected]>
ax25: Fix netdev refcount issue

Paul Geurts <[email protected]>
NFC: trf7970a: disable all regulators on removal

Vikas Gupta <[email protected]>
bnxt_en: Fix the PCI-AER routines

Vikas Gupta <[email protected]>
bnxt_en: refactor reset close code

Hangbin Liu <[email protected]>
bridge/br_netlink.c: no need to return void function

Eric Dumazet <[email protected]>
icmp: prevent possible NULL dereferences from icmp_build_probe()

Andrei Simion <[email protected]>
ARM: dts: microchip: at91-sama7g5ek: Replace regulator-suspend-voltage with the valid property

Ido Schimmel <[email protected]>
mlxsw: core: Unregister EMAD trap using FORWARD action

David Bauer <[email protected]>
vxlan: drop packets from invalid src-address

Miri Korenblit <[email protected]>
wifi: iwlwifi: mvm: return uid from iwl_mvm_build_scan_cmd

Avraham Stern <[email protected]>
wifi: iwlwifi: mvm: remove old PASN station when adding a new one

Alexey Brodkin <[email protected]>
ARC: [plat-hsdk]: Remove misplaced interrupt-cells property

Jose Ignacio Tornos Martinez <[email protected]>
arm64: dts: rockchip: regulator for sd needs to be always on for BPI-R2Pro

Rafał Miłecki <[email protected]>
arm64: dts: mediatek: mt2712: fix validation errors

Rafał Miłecki <[email protected]>
arm64: dts: mediatek: mt7622: drop "reset-names" from thermal block

Rafał Miłecki <[email protected]>
arm64: dts: mediatek: mt7622: fix ethernet controller "compatible"

Rafał Miłecki <[email protected]>
arm64: dts: mediatek: mt7622: fix IR nodename

Rafał Miłecki <[email protected]>
arm64: dts: mediatek: mt7622: fix clock controllers

Pin-yen Lin <[email protected]>
arm64: dts: mediatek: mt8195-cherry: Update min voltage constraint for MT6315

Pin-yen Lin <[email protected]>
arm64: dts: mediatek: mt8192-asurada: Update min voltage constraint for MT6315

Nícolas F. R. A. Prado <[email protected]>
arm64: dts: mediatek: mt8195: Add missing gce-client-reg to mutex

Nícolas F. R. A. Prado <[email protected]>
arm64: dts: mediatek: mt8195: Add missing gce-client-reg to vpp/vdosys

Nícolas F. R. A. Prado <[email protected]>
arm64: dts: mediatek: mt8192: Add missing gce-client-reg to mutex

Ikjoon Jang <[email protected]>
arm64: dts: mediatek: mt8183: Add power-domains properity to mfgcfg

Dragan Simic <[email protected]>
arm64: dts: rockchip: Remove unsupported node from the Pinebook Pro dts

Quentin Schulz <[email protected]>
arm64: dts: rockchip: enable internal pull-up on PCIE_WAKE# for RK3399 Puma

Iskander Amara <[email protected]>
arm64: dts: rockchip: fix alphabetical ordering RK3399 puma

Quentin Schulz <[email protected]>
arm64: dts: rockchip: enable internal pull-up on Q7_USB_ID for RK3399 Puma

Arınç ÜNAL <[email protected]>
arm64: dts: rockchip: set PHY address of MT7531 switch to 0x1f

Yaraslau Furman <[email protected]>
HID: logitech-dj: allow mice to use all types of reports

Zhang Lixu <[email protected]>
HID: intel-ish-hid: ipc: Fix dev_err usage with uninitialized dev->devc

Takayuki Nagata <[email protected]>
cifs: reinstate original behavior again for forceuid/forcegid

Paulo Alcantara <[email protected]>
smb: client: fix rename(2) regression against samba


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

Diffstat:

Documentation/admin-guide/sysctl/net.rst | 5 +
Makefile | 4 +-
arch/Kconfig | 8 ++
arch/arc/boot/dts/hsdk.dts | 1 -
arch/arm/boot/dts/at91-sama7g5ek.dts | 8 +-
arch/arm64/boot/dts/mediatek/mt2712-evb.dts | 8 +-
arch/arm64/boot/dts/mediatek/mt2712e.dtsi | 3 +-
arch/arm64/boot/dts/mediatek/mt7622.dtsi | 34 +++----
arch/arm64/boot/dts/mediatek/mt8183.dtsi | 1 +
arch/arm64/boot/dts/mediatek/mt8192-asurada.dtsi | 6 +-
arch/arm64/boot/dts/mediatek/mt8192.dtsi | 1 +
arch/arm64/boot/dts/mediatek/mt8195-cherry.dtsi | 4 +-
arch/arm64/boot/dts/mediatek/mt8195.dtsi | 4 +
.../boot/dts/rockchip/rk3399-pinebook-pro.dts | 1 -
arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi | 31 ++++--
arch/arm64/boot/dts/rockchip/rk3568-bpi-r2-pro.dts | 6 +-
arch/loongarch/include/asm/perf_event.h | 8 ++
arch/loongarch/mm/fault.c | 4 +-
arch/riscv/include/asm/pgtable.h | 4 +-
arch/x86/Kconfig | 11 +-
arch/x86/include/asm/coco.h | 5 +-
arch/x86/include/asm/pgtable_types.h | 3 +-
arch/x86/kernel/process_64.c | 2 +-
crypto/algapi.c | 1 -
drivers/acpi/cppc_acpi.c | 72 ++++++++++---
drivers/bluetooth/btusb.c | 2 +
drivers/bluetooth/hci_qca.c | 21 +++-
drivers/dma/idma64.c | 4 +
drivers/dma/idxd/perfmon.c | 9 +-
drivers/dma/owl-dma.c | 4 +-
drivers/dma/tegra186-gpc-dma.c | 3 +
drivers/dma/xilinx/xilinx_dpdma.c | 13 ++-
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 1 +
drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c | 24 +++--
drivers/hid/hid-logitech-dj.c | 4 +-
drivers/hid/i2c-hid/i2c-hid-core.c | 9 --
drivers/hid/intel-ish-hid/ipc/ipc.c | 2 +-
drivers/i2c/i2c-core-base.c | 12 +--
drivers/irqchip/irq-gic-v3-its.c | 9 +-
drivers/mmc/host/sdhci-msm.c | 16 ++-
drivers/mtd/nand/raw/diskonchip.c | 4 +-
drivers/net/ethernet/broadcom/b44.c | 14 +--
drivers/net/ethernet/broadcom/bnxt/bnxt.c | 80 ++++++++-------
drivers/net/ethernet/intel/i40e/i40e_main.c | 6 +-
drivers/net/ethernet/intel/iavf/iavf_main.c | 30 +++++-
.../ethernet/mellanox/mlx5/core/en_accel/macsec.c | 1 +
drivers/net/ethernet/mellanox/mlxsw/core.c | 2 +-
.../ethernet/mellanox/mlxsw/spectrum_acl_tcam.c | 54 ++++++++--
drivers/net/ethernet/ti/am65-cpts.c | 5 +
drivers/net/gtp.c | 3 +-
drivers/net/macsec.c | 44 ++++++--
drivers/net/usb/ax88179_178a.c | 11 +-
drivers/net/virtio_net.c | 28 +++++-
drivers/net/vxlan/vxlan_core.c | 4 +
.../net/wireless/intel/iwlwifi/mvm/ftm-initiator.c | 2 +
drivers/net/wireless/intel/iwlwifi/mvm/scan.c | 3 +-
drivers/nfc/trf7970a.c | 42 ++++----
drivers/phy/freescale/phy-fsl-imx8m-pcie.c | 112 +++++++++++++--------
drivers/phy/marvell/phy-mvebu-a3700-comphy.c | 9 +-
drivers/phy/rockchip/phy-rockchip-snps-pcie3.c | 31 +++---
drivers/phy/ti/phy-tusb1210.c | 23 +++--
drivers/video/fbdev/core/fb_defio.c | 2 +-
fs/btrfs/backref.c | 12 +--
fs/smb/client/cifs_spnego.h | 2 +-
fs/smb/client/cifsfs.c | 1 +
fs/smb/client/cifspdu.h | 100 +++++++++---------
fs/smb/client/fs_context.c | 12 +++
fs/smb/client/fs_context.h | 2 +
fs/smb/client/readdir.c | 6 +-
fs/smb/client/smb2pdu.c | 4 +-
fs/smb/client/smb2pdu.h | 4 +-
fs/smb/client/transport.c | 3 +
include/linux/etherdevice.h | 25 +++++
include/net/af_unix.h | 3 +
include/net/macsec.h | 1 +
include/net/sock.h | 41 ++++----
init/Kconfig | 2 +-
kernel/bounds.c | 2 +-
kernel/cpu.c | 4 +-
kernel/fork.c | 18 ++--
lib/stackdepot.c | 4 +-
net/ax25/af_ax25.c | 2 +-
net/bluetooth/l2cap_sock.c | 7 +-
net/bluetooth/mgmt.c | 24 +++--
net/bluetooth/sco.c | 7 +-
net/bridge/br_netlink.c | 2 +-
net/core/sock.c | 1 +
net/core/sysctl_net_core.c | 9 ++
net/ethernet/eth.c | 12 +--
net/ipv4/icmp.c | 12 ++-
net/ipv4/route.c | 3 +
net/ipv4/udp.c | 5 +-
net/ipv6/udp.c | 5 +-
net/netfilter/ipvs/ip_vs_proto_sctp.c | 6 +-
net/netfilter/nft_chain_filter.c | 4 +-
net/openvswitch/conntrack.c | 4 +-
net/unix/garbage.c | 2 +-
rust/macros/lib.rs | 12 ---
98 files changed, 785 insertions(+), 456 deletions(-)




2024-04-30 16:48:03

by SeongJae Park

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/110] 6.1.90-rc1 review

Hello,

On Tue, 30 Apr 2024 12:39:29 +0200 Greg Kroah-Hartman <[email protected]> wrote:

> This is the start of the stable review cycle for the 6.1.90 release.
> There are 110 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 Thu, 02 May 2024 10:30:27 +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.90-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.

This rc kernel passes DAMON functionality test[1] on my test machine.
Attaching the test results summary below. Please note that I retrieved the
kernel from linux-stable-rc tree[2].

Tested-by: SeongJae Park <[email protected]>

[1] https://github.com/awslabs/damon-tests/tree/next/corr
[2] b3fba631803d ("Linux 6.1.90-rc1")

Thanks,
SJ

[...]

---

ok 1 selftests: damon: debugfs_attrs.sh
ok 2 selftests: damon: debugfs_schemes.sh
ok 3 selftests: damon: debugfs_target_ids.sh
ok 4 selftests: damon: debugfs_empty_targets.sh
ok 5 selftests: damon: debugfs_huge_count_read_write.sh
ok 6 selftests: damon: debugfs_duplicate_context_creation.sh
ok 7 selftests: damon: sysfs.sh
ok 1 selftests: damon-tests: kunit.sh
ok 2 selftests: damon-tests: huge_count_read_write.sh
ok 3 selftests: damon-tests: buffer_overflow.sh
ok 4 selftests: damon-tests: rm_contexts.sh
ok 5 selftests: damon-tests: record_null_deref.sh
ok 6 selftests: damon-tests: dbgfs_target_ids_read_before_terminate_race.sh
ok 7 selftests: damon-tests: dbgfs_target_ids_pid_leak.sh
ok 8 selftests: damon-tests: damo_tests.sh
ok 9 selftests: damon-tests: masim-record.sh
ok 10 selftests: damon-tests: build_i386.sh
ok 11 selftests: damon-tests: build_arm64.sh
ok 12 selftests: damon-tests: build_m68k.sh
ok 13 selftests: damon-tests: build_i386_idle_flag.sh
ok 14 selftests: damon-tests: build_i386_highpte.sh
ok 15 selftests: damon-tests: build_nomemcg.sh
[33m
[92mPASS [39m

2024-04-30 19:05:46

by Florian Fainelli

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/110] 6.1.90-rc1 review

On 4/30/24 03:39, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.90 release.
> There are 110 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 Thu, 02 May 2024 10:30:27 +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.90-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 <[email protected]>
--
Florian


2024-05-01 08:45:24

by Ron Economos

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/110] 6.1.90-rc1 review

On 4/30/24 3:39 AM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.90 release.
> There are 110 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 Thu, 02 May 2024 10:30:27 +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.90-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 <[email protected]>


2024-05-01 10:14:08

by Naresh Kamboju

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/110] 6.1.90-rc1 review

On Tue, 30 Apr 2024 at 16:56, Greg Kroah-Hartman
<[email protected]> wrote:
>
> This is the start of the stable review cycle for the 6.1.90 release.
> There are 110 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 Thu, 02 May 2024 10:30:27 +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.90-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 <[email protected]>

## Build
* kernel: 6.1.90-rc1
* git: https://gitlab.com/Linaro/lkft/mirrors/stable/linux-stable-rc
* git branch: linux-6.1.y
* git commit: b3fba631803defe65cfb1653433902b510db9330
* git describe: v6.1.88-113-gb3fba631803d
* test details:
https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.1.y/build/v6.1.88-113-gb3fba631803d

## Test Regressions (compared to v6.1.87)

## Metric Regressions (compared to v6.1.87)

## Test Fixes (compared to v6.1.87)

## Metric Fixes (compared to v6.1.87)

## Test result summary
total: 142192, pass: 121440, fail: 2635, skip: 17971, xfail: 146

## Build Summary
* arc: 5 total, 5 passed, 0 failed
* arm: 133 total, 133 passed, 0 failed
* arm64: 38 total, 38 passed, 0 failed
* i386: 28 total, 28 passed, 0 failed
* mips: 24 total, 24 passed, 0 failed
* parisc: 3 total, 3 passed, 0 failed
* powerpc: 34 total, 34 passed, 0 failed
* riscv: 9 total, 9 passed, 0 failed
* s390: 12 total, 12 passed, 0 failed
* sh: 10 total, 10 passed, 0 failed
* sparc: 6 total, 6 passed, 0 failed
* x86_64: 32 total, 32 passed, 0 failed

## Test suites summary
* boot
* 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-filesystems-epoll
* 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-mm
* 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
* 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-hugetlb
* ltp-io
* ltp-ipc
* ltp-math
* ltp-mm
* ltp-nptl
* ltp-pty
* ltp-sched
* ltp-securebits
* ltp-smoke
* ltp-smoketest
* ltp-syscalls
* ltp-tracing
* perf
* rcutorture

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

2024-05-01 11:34:43

by Miguel Ojeda

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/110] 6.1.90-rc1 review

On Tue, 30 Apr 2024 12:05:32 -0700 Greg Kroah-Hartman wrote:
>
> This is the start of the stable review cycle for the 6.1.90 release.
> There are 110 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 Thu, 02 May 2024 10:30:27 +0000.
> Anything received after that time might be too late.

Boot-tested under QEMU for Rust:

Tested-by: Miguel Ojeda <[email protected]>

Thanks!

Cheers,
Miguel

2024-05-01 13:39:27

by Jon Hunter

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/110] 6.1.90-rc1 review

On Tue, 30 Apr 2024 12:39:29 +0200, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.90 release.
> There are 110 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 Thu, 02 May 2024 10:30:27 +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.90-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.90-rc1-gb3fba631803d
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

2024-05-01 19:46:22

by Pavel Machek

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/110] 6.1.90-rc1 review

Hi!

> This is the start of the stable review cycle for the 6.1.90 release.
> There are 110 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) <[email protected]>

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


Attachments:
(No filename) (659.00 B)
signature.asc (201.00 B)
Download all attachments

2024-05-01 19:51:58

by Mateusz Jończyk

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/110] 6.1.90-rc1 review

W dniu 30.04.2024 o 12:39, Greg Kroah-Hartman pisze:
> This is the start of the stable review cycle for the 6.1.90 release.
> There are 110 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 Thu, 02 May 2024 10:30:27 +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.90-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

Hello,

Tested-by: Mateusz Jończyk <[email protected]>

Tested on a HP 17-by0001nw laptop with an Intel Kaby Lake CPU and Ubuntu 20.04.

Stack:
- amd64,
- ext4 on top of LVM on top of LUKS on top of mdraid on top of
  NVMe and SATA drives (the SATA drive in the write-mostly mode).

Tested (lightly):
- suspend to RAM,
- suspend to disk,
- virtual machines in QEMU (both i386 and amd64 guests),

- GPU (Intel HD Graphics 620, tested with an old game on Proton (Wine fork) and an Unigine benchmark)
- WiFi (Realtek RTL8822BE),
- Bluetooth (Realtek RTL8822BE),

- PCI soundcard (Intel HD Audio),
- USB soundcard (Logitech Pro X),
- webcam.

Nitpicks:
- Bluetooth: inability to send files from mobile phone to laptop unless the BT session was established beforehand,
      - also present on 6.1.88-rc1 and probably other releases,

Greetings,
Mateusz


2024-05-02 03:02:26

by Shuah Khan

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/110] 6.1.90-rc1 review

On 4/30/24 04:39, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.1.90 release.
> There are 110 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 Thu, 02 May 2024 10:30:27 +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.90-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
>

Compiled and booted on my test system. No dmesg regressions.

Tested-by: Shuah Khan <[email protected]>

thanks,
-- Shuah

2024-05-02 06:41:18

by Pascal Ernster

[permalink] [raw]
Subject: Re: [PATCH 6.1 000/110] 6.1.90-rc1 review

[2024-04-30 12:39] Greg Kroah-Hartman:
> This is the start of the stable review cycle for the 6.1.90 release.
> There are 110 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 Thu, 02 May 2024 10:30:27 +0000.
> Anything received after that time might be too late.

Hi, 6.1.90-rc1 is running fine on a TP-Link Archer C7 v4 (the SoC is a
Qualcomm Atheros QCA9563, which has a 74Kc MIPS core).

Note that I have *not* tested building the kernel documentation, and I
suspect that building the documentation with docutils >= 0.21 would
likely fail without the patch from

https://lore.kernel.org/all/[email protected]/

Tested-by: Pascal Ernster <[email protected]>

Regards
Pascal