Package Details: linux-mainline-headers 6.9rc5-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.83
First Submitted: 2011-07-22 06:50 (UTC)
Last Updated: 2024-04-21 21:46 (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 .. 3 4 5 6 7 8 9 10 11 12 13 .. 75 Next › Last »

MuggleTwist commented on 2022-01-05 21:14 (UTC)

Automatically generated file; DO NOT EDIT.
Linux/x86 5.15.2-arch1 Kernel Configuration

Your kernel config is from the previous kernel. Maybe this is why the rtw89 driver is not being built

swyter commented on 2022-01-01 17:38 (UTC)

Very small thing; I think wireguard-maineline in the PKGBUILD should be wireguard-mainline.

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