Package Details: linux-mainline 6.15rc3-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, NTSYNC-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE
Replaces: virtualbox-guest-modules-arch, wireguard-arch
Submitter: miffe
Maintainer: miffe
Last Packager: miffe
Votes: 290
Popularity: 1.55
First Submitted: 2011-07-22 06:50 (UTC)
Last Updated: 2025-04-21 02:53 (UTC)

Dependencies (24)

Required by (8)

Sources (2)

Pinned Comments

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

Repository here

Latest Comments

« First ‹ Previous 1 .. 24 25 26 27 28 29 30 31 32 33 34 .. 93 Next › Last »

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.

Muncrief commented on 2020-12-14 22:16 (UTC)

Yes, that's correct @DanEng1982.

Arch packages end in .pkg.tar.xz. So the "sudo pacman -U *.pkg.tar.xz" command will install all the packages without you having to specify them manually. You can also use "makepkg -si" which installs the packages automatically after compilation, but you have to be watching for when the compilation completes because you need to enter your superuser password before the prompt times out.

But don't worry, even if you're not watching and it times out you can still use pacman -U. I don't use the "-si" option because I like to look at the final compilation output before installing, but that's just a matter of personal preference.

DanEng1982 commented on 2020-12-14 21:44 (UTC)

@muncrief, I am just using yay -S linux-mainline linux-mainline-headers linux-mainline-docs but I will try your suggestions, makes sense to me. So from my understanding pacman -U *.pkg.tar.xz is installing the compiled and compress binary, correct?

Muncrief commented on 2020-12-14 20:58 (UTC)

@DanEng1982, are you compiling with "makepkg -s" in a terminal or using pamac? I sometimes have issues with pamac so if you're using that I'd try the terminal. Just open one up and enter "yay -G linux-mainline && cd linux-mainline && makepkg -s". If everything compiles execute "sudo pacman -U *.pkg.tar.xz" to install it.

DanEng1982 commented on 2020-12-14 20:46 (UTC)

I just checked and noticed that I'm on Sphinx 3.3.1-3 already. Is there anything else I can try to do?