Package Details: linux-mainline 6.14rc5-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: 289
Popularity: 2.45
First Submitted: 2011-07-22 06:50 (UTC)
Last Updated: 2025-03-02 23:10 (UTC)

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 .. 13 14 15 16 17 18 19 20 21 22 23 .. 92 Next › Last »

DutchEllie commented on 2024-06-13 10:09 (UTC)

GPG keys fail. Please fix

Mendelir commented on 2024-04-27 20:13 (UTC)

Paru fails to get and verify GPG keys - can they be updated, please ?

fmc000 commented on 2024-03-06 19:34 (UTC)

Thanks for clarifying. I guess I'll wait for stable 6.8.1 then.

miffe commented on 2024-03-06 00:01 (UTC)

@InoriHeart: python-yaml is one of the makedepends. Make sure your system is up to date.

@fmc000: I'm not changing the config. The config is synced with core/linux on rc1. So once it's in there it will show up here. But you can easily enable it yourself.

fmc000 commented on 2024-03-05 08:00 (UTC)

Is it possible to add the new Intel "xe" module in this kernel? It's new in 6.8 but it's not available in linux-mainline.

InoriHeart commented on 2024-03-05 03:28 (UTC) (edited on 2024-03-05 03:28 (UTC) by InoriHeart)

Traceback (most recent call last):

File "linux-mainline/src/linux-mainline/./tools/net/ynl/ynl-gen-rst.py", line 26, in <module>

import yaml

ModuleNotFoundError: No module named 'yaml'

gromit commented on 2024-01-29 20:33 (UTC)

After having a second look I think this just comes from upstream:

$ make -s kernelrelease
6.8.0-rc2

See the Makefile

VERSION = 6
PATCHLEVEL = 8
SUBLEVEL = 0
EXTRAVERSION = -rc2

miffe commented on 2024-01-29 20:24 (UTC)

@gromit: It should. I'm not sure why it's not working. I'll debug it someday.

gromit commented on 2024-01-29 20:04 (UTC) (edited on 2024-01-29 20:05 (UTC) by gromit)

The version reported by uname -r differs from the pkgver, is this expected?

6.8-rc2 -> 6.8.0-rc2-1-mainline

I would have expected it to be 6.8-rc2-1-mainline instead 😃