Package Details: linux-mainline-headers 6.9rc4-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: 269
Popularity: 2.31
First Submitted: 2011-07-22 06:50 (UTC)
Last Updated: 2024-04-14 21:50 (UTC)

Dependencies (16)

Required by (0)

Sources (2)

Pinned Comments

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 .. 75 Next › Last »

Muncrief commented on 2023-02-15 00:07 (UTC)

Just a heads up, there's a potentially nasty KVM bug, CVE-2022-27672, in kernels 6.2, 6.1 and 5.15 LTS. There's an article about it at phoronix.com titled Linux KVM Gets Patched For New AMD Cross-Thread Return Address Predictions Bug. You can go there for details and links to the kernel mailing list with the patches.

eggz commented on 2023-02-14 16:37 (UTC)

@bittin OK, but please keep us updated -- this is important.

Muncrief commented on 2023-02-14 00:55 (UTC)

@shx Thank you for your reply. I wondered if it was something like that.

shx commented on 2023-02-14 00:25 (UTC)

@muncrief vfio_virqfd is being folded into vfio with 6.2, thus no longer exists as a separate module

(https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/drivers/vfio/virqfd.c?id=e2d55709398e62cf53e5c7df3758ae52cc62d63a)

Muncrief commented on 2023-02-13 19:49 (UTC)

I've been trying to compile 6.2 since rc6 but for some reason can never get it to build the vfio_virqfd module, even though it's enabled as a module in config. I've searched around for why, but no one else seems to be having this problem. Am I missing something? Has anyone else experienced this problem?

bittin commented on 2023-02-13 18:17 (UTC)

Works good for me: Linux fluttershy 6.2.0-rc8-1-mainline #1 SMP PREEMPT_DYNAMIC Mon, 13 Feb 2023 04:40:04 +0000 x86_64 GNU/Linux

soloturn commented on 2023-02-07 19:03 (UTC) (edited on 2023-02-07 22:03 (UTC) by soloturn)

we now have flags for the repo cloning which saves quite some bandwith:

GITFLAGS="--depth=1" makepkg
GITFLAGS="--depth=1" paru -S linux-mainline

in case the repo supports partial clones, --filter=tree:0 would be an option as well. this then even updates the repo correctly as soon as this is merged: https://gitlab.archlinux.org/pacman/pacman/-/merge_requests/53

if you give it a try and make a comment into the pull request if something does not work as it should i'd be glad.

shanedav4 commented on 2023-02-07 05:07 (UTC)

Getting "gpg: keyserver receive failed: No Data, problem importing keys". A few hours ago it gave me three keys. I had to go back and build again because my tmp directory was to small. After bumping the tmp to 32G I tried to build again and it keeps trying to get another key and fails.

miffe commented on 2023-01-01 00:40 (UTC)

@void09: They are part of base-devel which is required to use AUR.

@Junix: I don't change the config from core/linux. To much of a maintenance burden. You can enable it yourself.

void09 commented on 2022-12-30 14:22 (UTC)

can you please add flex and bison to the list of dependencies ? I was missing those when building.