Package Details: linux-mainline-headers 6.9rc6-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: 271
Popularity: 3.25
First Submitted: 2011-07-22 06:50 (UTC)
Last Updated: 2024-04-29 07:54 (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 .. 6 7 8 9 10 11 12 13 14 15 16 .. 75 Next › Last »

Mthw commented on 2021-01-26 17:21 (UTC)

Yes, it's fixed now.

DgDev91 commented on 2021-01-25 13:23 (UTC)

Had problems too. Now it works again (5.11.0-rc5-1)

Mthw commented on 2021-01-19 13:24 (UTC)

Also broken here. After selecting the boot entry screen goes black and nothing more happens.

Kyuunex commented on 2021-01-14 05:05 (UTC) (edited on 2021-01-25 12:51 (UTC) by Kyuunex)

anyone has a problem where if you have a partition encrypted, and have crypttab set up, when it prompts you to enter the passphrase, after 3 seconds it just goes into emergency mode?

EDIT: fixed with 5.11rc5-1

gamezelda commented on 2021-01-09 17:10 (UTC) (edited on 2021-01-14 21:29 (UTC) by gamezelda)

It appears there is also another problem with BTF on v5.11-rc2 that causes some modules to fail to load (in my system nothing critical, but modules like crc32c_intel printed an error in dmesg and failed to load).

It's already have been reported here -> https://lkml.org/lkml/2021/1/8/253

As a workaround I commented the line "fs_initcall(btf_module_init);" in kernel/bpf/btf.c.

EDIT: Proper patch should be available here: https://patchwork.kernel.org/project/netdevbpf/patch/20210110070341.1380086-1-andrii@kernel.org/

gamezelda commented on 2021-01-07 17:38 (UTC)

Building external/DKMS modules seems to require 'pahole' to be installed during the module build now (I think this is related to kernel commits 5f9ae91f7c0dbbc4195e2a6c8eedcaeb5b9e4cbb and e732b538f4557cd0a856bbce3cde55d2dfef3b03).

gamezelda commented on 2020-12-16 00:20 (UTC)

@DanEng1982: I ran into the same problem recently and it turns out it was due to python-packaging 20.8-1 from the testing repositories breaking python-sphinx (just running "sphinx-build --version" crashed).

Anyway, I checked it and it appears that it now works for me, I guess python-packaging 20.8-2 fixed it.

Muncrief commented on 2020-12-14 23:45 (UTC)

I'm happy I could help @DanEng1982.

DanEng1982 commented on 2020-12-14 23:02 (UTC)

@muncrief And exactly by telling me that you actually fixed a very different problem of mine with a script that downloads everything except the AUR packages using ASP/ABS and compiles the lot from scratch whilst using my custom CFlags so thank you a lot for that, works like a charm and gave me a new perspective on that.