New Kernel

The place to discuss Linux and Unix Operating Systems
Forum rules
Behave
User avatar
Grogan
Your Host
Posts: 2145
Joined: Sat Aug 21, 2021 10:04 am
Location: Ontario, Canada

Re: New Kernel

Post by Grogan »

Linux 6.15.3
https://cdn.kernel.org/pub/linux/kernel ... Log-6.15.3

Tons of fixes that matter to somebody. A lot of wifi and specific wifi adapter fixes. Some fixes for drm/v3d, now relevant, for the Broadcom graphics driver on our raspberry pi.

They aren't coming as often lately, but when they do they have a lot of fixes.
User avatar
Grogan
Your Host
Posts: 2145
Joined: Sat Aug 21, 2021 10:04 am
Location: Ontario, Canada

Re: New Kernel

Post by Grogan »

Linux 6.15.4
https://cdn.kernel.org/pub/linux/kernel ... Log-6.15.4

A lot of little fixes for a lot of drivers and things. WiFi, a lot of filesystem fixes (including ext4). Much of this stuff is discovered by instrumentation.

Here's an interesting issue, low powered mode in AHCI SATA causing screen corruption. If not for timely bisecting, this would have had that person chasing their tail for sure with seemingly unrelated symptoms.
ata: ahci: Disallow LPM for ASUSPRO-D840SA motherboard

commit b5acc3628898baa63658bc4125f9525f9b3dd4f3 upstream.

A user has bisected a regression which causes graphical corruptions on his
screen to commit 7627a0edef54 ("ata: ahci: Drop low power policy board
type").

Simply reverting commit 7627a0edef54 ("ata: ahci: Drop low power policy
board type") makes the graphical corruptions on his screen to go away.
(Note: there are no visible messages in dmesg that indicates a problem
with AHCI.)

The user also reports that the problem occurs regardless if there is an
HDD or an SSD connected via AHCI, so the problem is not device related.

The devices also work fine on other motherboards, so it seems specific to
the ASUSPRO-D840SA motherboard.

While enabling low power modes for AHCI is not supposed to affect
completely unrelated hardware, like a graphics card, it does however
allow the system to enter deeper PC-states, which could expose ACPI issues
that were previously not visible (because the system never entered these
lower power states before).


There are previous examples where enabling LPM exposed serious BIOS/ACPI
bugs, see e.g. commit 240630e61870 ("ahci: Disable LPM on Lenovo 50 series
laptops with a too old BIOS").

Since there hasn't been any BIOS update in years for the ASUSPRO-D840SA
motherboard, disable LPM for this board, in order to avoid entering lower
PC-states, which triggers graphical corruptions.
Post Reply