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)

Required by (8)

Sources (2)

Pinned Comments

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

Repository here

Latest Comments

« First ‹ Previous 1 .. 21 22 23 24 25 26 27 28 29 30 31 .. 93 Next › Last »

miffe commented on 2021-12-14 23:27 (UTC)

@HoaS: I don't change the config from the default from core/linux. It's just too much of a maintenance burden for me. But you can easily configure it for yourself.

CyrIng commented on 2021-12-14 23:19 (UTC)

@arglebargle : Bravo! Your patch helps me to build the CoreFreq driver.

HoaS commented on 2021-11-30 15:41 (UTC)

Any chance the rtw89 driver could be added? I need it for my Realtek RTL8852AE wireless card.

CONFIG_RTW89=m
CONFIG_RTW89_CORE=m
CONFIG_RTW89_PCI=m
CONFIG_RTW89_8852AE=m
CONFIG_RTW89_DEBUG=y
CONFIG_RTW89_DEBUGFS=y

Thanks!

SimPilotAdamT commented on 2021-11-20 21:43 (UTC)

@arglebargle

Do you run that in bash before doing a makepkg -cfsi?

arglebargle commented on 2021-11-20 05:26 (UTC)

If anyone else is having trouble with DKMS modules starting with 5.16 this gets things moving for me again:

diff --git a/PKGBUILD b/PKGBUILD
index 12bec08..a0d30f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -243,6 +243,9 @@ _package-headers() {
   # add objtool for external module building and enabled VALIDATION_STACK option
   install -Dt "$builddir/tools/objtool" tools/objtool/objtool

+  # add resolve_btfids for external module building
+  install -Dt "$builddir/tools/bpf/resolve_btfids" tools/bpf/resolve_btfids/resolve_btfids
+
   # add xfs and shmem for aufs building
   mkdir -p "$builddir"/{fs/xfs,mm}

miffe commented on 2021-10-26 11:02 (UTC)

@SimPilotAdamT: It's not on by default, see https://github.com/archlinux/svntogit-packages/blob/5fba24e0c1702cf63ca16bef091746c11169cfd6/trunk/makepkg.conf#L48

SimPilotAdamT commented on 2021-10-26 10:59 (UTC) (edited on 2021-10-26 10:59 (UTC) by SimPilotAdamT)

@miffe

-w must be a default MAKEFLAG because removing it worked and linux-mainline installed fine.

PSA to anyone reading this: make sure -w is NOT in your makeflags, otherwise you will not be able to compile.

miffe commented on 2021-10-26 10:34 (UTC)

@SimPilotAdamT: Remove -w from MAKEFLAGS, as it will print an Entering directory... message even if -s is given.

SimPilotAdamT commented on 2021-10-26 10:25 (UTC) (edited on 2021-10-26 10:25 (UTC) by SimPilotAdamT)

@miffe

As a kind of update, I tried again after the new RC was released on my host machine, I tried to build linux-mainline again, and was met with the same error, with this build output from paru-git and this makepkg config file (pay attention to line 49). Any ideas?