mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Mateusz Jończyk" <mat.jonczyk@o2.pl>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>, stable@vger.kernel.org
Cc: patches@lists.linux.dev, linux-kernel@vger.kernel.org,
	torvalds@linux-foundation.org, akpm@linux-foundation.org,
	linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org,
	lkft-triage@lists.linaro.org, pavel@denx.de,
	jonathanh@nvidia.com, f.fainelli@gmail.com,
	sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de,
	conor@kernel.org, allen.lkml@gmail.com, broonie@kernel.org
Subject: Re: [PATCH 6.1 000/131] 6.1.96-rc1 review
Date: Wed, 26 Jun 2024 21:13:18 +0200	[thread overview]
Message-ID: <ba2d19ca-a39c-4ed7-979e-7b33f4ffdb5a@o2.pl> (raw)
In-Reply-To: <20240625085525.931079317@linuxfoundation.org>

W dniu 25.06.2024 o 11:32, Greg Kroah-Hartman pisze:
> This is the start of the stable review cycle for the 6.1.96 release.
> There are 131 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, 27 Jun 2024 08:54:55 +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.96-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 <mat.jonczyk@o2.pl>

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

Issues found:
- NVMe drive failed shortly after resume from suspend:
    pcieport 0000:00:1d.0: AER: Corrected error message received from 0000:00:1d.0
    pcieport 0000:00:1d.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
    pcieport 0000:00:1d.0:   device [8086:9d18] error status/mask=00000001/00002000
    pcieport 0000:00:1d.0:    [ 0] RxErr                

    [... repeats around 20 times ]

    nvme nvme0: controller is down; will reset: CSTS=0xffffffff, PCI_STATUS=0x10
    nvme nvme0: Does your device have a faulty power saving mode enabled?
    nvme nvme0: Try "nvme_core.default_ps_max_latency_us=0 pcie_aspm=off" and report a bug
    nvme 0000:03:00.0: enabling device (0000 -> 0002)
    nvme nvme0: Removing after probe failure status: -19
    nvme0n1: detected capacity change from 1000215216 to 0
    [...]
    md/raid1:md1: Disk failure on nvme0n1p3, disabling device.
    md/raid1:md1: Operation continuing on 1 devices.

  After a cold reboot, the drive is visible again and functioning apparently
  normally. SMART data claims it is healthy. Previously this happened 3 weeks
  ago, on Linux 5.15.0-107-generic from Ubuntu, also shortly after a resume
  from suspend. As no recent patches in Linux stable appear to touch NVMe / PCIe,
  I'm giving a Tested-by: nonetheless.

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 a write-mostly mode).

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

- Bluetooth (Realtek RTL8822BE),
- GPU (Intel HD Graphics 620, tested with two Unigine benchmarks)
- WiFi (Realtek RTL8822BE),
- webcam.


Filesystems tested with fsstress:
    - ext4,
    - NFS client,
    - exFAT,
    - NTFS via FUSE (ntfs3g).

Greetings,

Mateusz


  parent reply	other threads:[~2024-06-26 19:20 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-25  9:32 Greg Kroah-Hartman
2024-06-25 11:23 ` Florian Fainelli
2024-06-25 15:54 ` Peter Schneider
2024-06-25 17:04 ` SeongJae Park
2024-06-25 18:02 ` Mark Brown
2024-06-25 21:29 ` Shuah Khan
2024-06-26  8:02 ` Jon Hunter
2024-06-26 10:36 ` Shreeya Patel
2024-06-26 12:21 ` Allen
2024-06-26 12:51 ` Ron Economos
2024-06-26 19:13 ` Mateusz Jończyk [this message]
2024-06-26 19:51 ` Naresh Kamboju
2024-06-27  3:32 ` Kelsey Steele
2024-06-28 19:26 ` Pavel Machek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ba2d19ca-a39c-4ed7-979e-7b33f4ffdb5a@o2.pl \
    --to=mat.jonczyk@o2.pl \
    --cc=akpm@linux-foundation.org \
    --cc=allen.lkml@gmail.com \
    --cc=broonie@kernel.org \
    --cc=conor@kernel.org \
    --cc=f.fainelli@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=jonathanh@nvidia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=lkft-triage@lists.linaro.org \
    --cc=patches@kernelci.org \
    --cc=patches@lists.linux.dev \
    --cc=pavel@denx.de \
    --cc=rwarsow@gmx.de \
    --cc=shuah@kernel.org \
    --cc=srw@sladewatkins.net \
    --cc=stable@vger.kernel.org \
    --cc=sudipm.mukherjee@gmail.com \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®