Package Details: linux-mainline 6.14-1

Git Clone URL: https://aur.archlinux.org/linux-mainline.git (read-only, click to copy)
Package Base: linux-mainline
Description: The Linux Mainline kernel and modules
Upstream URL: https://kernel.org/
Licenses: GPL-2.0-only
Provides: KSMBD-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE
Replaces: virtualbox-guest-modules-arch, wireguard-arch
Submitter: miffe
Maintainer: miffe
Last Packager: miffe
Votes: 290
Popularity: 2.33
First Submitted: 2011-07-22 06:50 (UTC)
Last Updated: 2025-03-24 18:56 (UTC)

Dependencies (21)

Required by (6)

Sources (2)

Pinned Comments

That1Calculator commented on 2025-01-17 19:37 (UTC) (edited on 2025-02-23 21:34 (UTC) by That1Calculator)

!!! IMPORTANT NOTICE REGARDING linux-mainline-um5606 !!!

I will be deprecating this package upon the release of Linux 6.14rc1, as the only remaining patch for this series of laptops has been merged into Linux and is slated for release in 6.14rc1!

https://lore.kernel.org/lkml/CAPM=9tw+ySbm80B=zHVhodMFoS_fqNw_v4yVURCv3cc9ukvYYg@mail.gmail.com/

Thank you all for using this package for the last few months!! ❤️🐧

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

Repository here

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 92 Next › Last »

iamkroot commented on 2024-12-24 20:13 (UTC) (edited on 2024-12-24 20:14 (UTC) by iamkroot)

I'm running this kernel on the UM5406 (14" Vivobook, Ryzen 365). Weirdly, everything was going smooth with 1.6.13rc3 kernel and 0x600 mask (never tried it without the flag.) But after updating to rc4, I have also started getting frequent freezes. For now, running with 0x800 flag is causing the stuttering at 120Hz, and random display glitches at both 60Hz and 120Hz. Will likely revert to rc3 for the time being.

@dxxvi gpg --keyserver hkp://pgp.rediris.es --recv-keys ABAF11C65A2970B130ABE3C479BE3E4300411886 works (takes a bit of time).

dxxvi commented on 2024-12-24 05:04 (UTC)

Hi everybody, how to fix the issue "gpg: keyserver receive failed: No data error: failed to run: gpg --recv-keys ABAF11C65A2970B130ABE3C479BE3E4300411886"?

kad07 commented on 2024-12-23 23:26 (UTC)

Hi, can anyone who has successfully gotten the sound to work without sounding tinny give me some pointers? Nothing I do seem to work. Thanks in advance.

matchu commented on 2024-12-23 19:08 (UTC)

Hi, I've been looking to find a solution to the freezing bug since I got this laptop. I came across this post on freedesktop.org: https://gitlab.freedesktop.org/drm/amd/-/issues/3533#note_2707470 and applied the suggested patch on top of 6.13rc4. I also set the amdgpu.dcdebugmask=0x800 as suggested and so far it's working very well. It's been only like an hour, but I never been able to use the laptop for so long without freezing in the past.

sigxcpu commented on 2024-12-23 16:01 (UTC)

I am not using Wayland (too complicated for screen/window sharing). Anyway, X11/Wayland session kicks in after SDDM login, so I guess it doesn't make any difference. Here's my complete kernel cmdline:

# cat /proc/cmdline
BOOT_IMAGE=/vmlinuz-linux-mainline-um5606 root=UUID=78b1d480-c85d-45bb-9000-7b6873e67220 rw mitigations=off amdgpu.dcdebugmask=0x612 efi_pstore.pstore_disable=0 panic=5 loglevel=3 quiet

podulator commented on 2024-12-23 15:22 (UTC) (edited on 2024-12-23 15:23 (UTC) by podulator)

Hey sigxcpu, I know, very strange, but re-booted without it and fine again. With it, ssdm login looped.

Updated to latest bios, 315, still freezing.

Set ~/.config/systemd/user/plasma-kwin_wayland.service.d/override.conf to [Service] Environment="KWIN_DRM_DISABLE_TRIPLE_BUFFERING=1"

Wondering if KDE is the common freeze factor? Happy to run any tests that anyone can suggest

sigxcpu commented on 2024-12-22 16:19 (UTC)

efi_pstore.pstore_disable=0 should not be related to login. It just allows the kernel to store the dmesg output outside of the system main disk when crashing, so you can recover some dumps after rebooting.

xuwd1 commented on 2024-12-22 15:24 (UTC) (edited on 2024-12-22 15:27 (UTC) by xuwd1)

I do have a suggestion for the guys having the freeze problem: check your bios version and consider update it to the latest versions like 312and 315. I noticed that it seems that dear T1c’s laptop has been using the 312 bios version. There are quite a few discussions I saw on Reddit saying that the newer bios version enhanced the system stability, though the majority of people are using Windows. However do note that it seems that bios version >=309 lowered the power limit thus performance drop should be expected. But also I think the 315 bios fixed the core2core latency problem so it’s still worth considering.

podulator commented on 2024-12-22 14:11 (UTC)

Also have to report the gpu freeze. Tried the efi_pstore.pstore_disable=0 grub option, but that prevented login after crash (kde + wayland), so reverted. Tried with 0x600 and 0x612, still happens.