Package Details: linux-mainline-headers 6.15rc1-1

Git Clone URL: https://aur.archlinux.org/linux-mainline.git (read-only, click to copy)
Package Base: linux-mainline
Description: Headers and scripts for building modules for the Linux Mainline kernel
Upstream URL: https://kernel.org/
Licenses: GPL-2.0-only
Submitter: miffe
Maintainer: miffe
Last Packager: miffe
Votes: 290
Popularity: 1.82
First Submitted: 2011-07-22 06:50 (UTC)
Last Updated: 2025-04-06 22:33 (UTC)

Pinned Comments

miffe commented on 2020-01-30 21:44 (UTC)

Repository here

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 .. 93 Next › Last »

oliverLiebmann commented on 2024-12-06 21:02 (UTC)

@VanKurt I have the same behavior. Every few hours the machine completely freezes. I never had any issues, until the latest update, even with 0xE00

VanKurt commented on 2024-12-06 20:22 (UTC)

Even with amdgpu.dcdebugmask=0x600 (or 0xE00) the machine freezes from time to time (every hour or so). I hope this will get addressed by AMD (?).

Nathoufresh commented on 2024-12-05 12:40 (UTC)

For those still having display freezes with amdgpu.dcdebugmask=0x600, I solved mine by also setting DC_DISABLE_IPS (0x800) to disable all idle power state.

=> amdgpu.dcdebugmask=0xE00

emfol commented on 2024-12-05 12:29 (UTC) (edited on 2024-12-05 12:29 (UTC) by emfol)

Also, anyone also getting these annoying messages in the kernel logs: page_pool_release_retry() stalled pool shutdown: id 26, 1 inflight 6627 sec My logs are flooded with these and one more is added every minute... I know it's coming from the network subsystem but I don't know why...

emfol commented on 2024-12-05 12:11 (UTC)

@travisghansen, yes, the amdgpu.dcdebugmask=0x600 kernel parameter is still necessary for me. I tried without it twice after installing the new kernel and got the screen freezing on me very quickly on both of the attempts so I add it back again... I reported the issue a week ago but still didn't get a reply: https://gitlab.freedesktop.org/drm/amd/-/issues/3785

muziknavi commented on 2024-12-05 11:31 (UTC) (edited on 2024-12-05 11:31 (UTC) by muziknavi)

Could you add these wifi drivers to config? I have this wifi for which the kernel started support since 6.13

CONFIG_RTW88_8821AU=m
CONFIG_RTW88_8812AU=m

VanKurt commented on 2024-12-05 09:02 (UTC)

Today I installed the latest version of this patched kernel. It runs super smooth and the sound is awesome (for a laptop). No issues so far!

@That1Calculator: Thank you very much for your work! You're awesome :-)

I would also like to know, if the gpu mask kernel parameter is still required (I added it just to be on the safe side). If so, is an official mainline patch in the works? Is this something AMD is working on?

travisghansen commented on 2024-12-05 07:14 (UTC) (edited on 2024-12-05 07:14 (UTC) by travisghansen)

@emfol do you still need the gpu mask kernel param?

emfol commented on 2024-12-05 00:46 (UTC)

Running the patched 6.13-rc1 kernel for a few hours now... Quite nice! Thanks @That1Calculator