Package Details: linux-mainline-headers 6.13rc4-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: 280
Popularity: 3.02
First Submitted: 2011-07-22 06:50 (UTC)
Last Updated: 2024-12-23 04:14 (UTC)

Required by (0)

Sources (2)

Pinned Comments

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

Repository here

Latest Comments

« First ‹ Previous 1 .. 15 16 17 18 19 20 21 22 23 24 25 .. 77 Next › Last »

amezin commented on 2018-10-18 04:18 (UTC)

Your config is out of sync from core/linux now

miffe commented on 2018-09-03 20:34 (UTC)

@jambon: I don't modify the config from whats available in core/linux. But once it's changed there it will be updated here too.

jambon commented on 2018-09-03 19:57 (UTC)

CONFIG_SILEAD_DMI has been renamed to CONFIG_TOUCHSCREEN_DMI as shown in https://lore.kernel.org/patchwork/patch/897964/. Please update the config file to reflect this.

miffe commented on 2018-08-16 22:54 (UTC)

Unflagging since 4.18.1 isn't part of mainline.

egrupled commented on 2018-06-23 23:37 (UTC) (edited on 2018-06-23 23:38 (UTC) by egrupled)

You include pgp keys but not verify them. You can change:

"git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=$_tag"

to

"git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=$_tag?signed"

miffe commented on 2018-06-22 03:29 (UTC)

@bezirg: Thats ok. core/linux-headers have the same "problem".

bezirg commented on 2018-06-21 20:52 (UTC)

I get a makepkg Warning:

==> WARNING: Package contains reference to $srcdir usr/lib/modules/4.18.0-rc1-mainline/build/tools/objtool/objtool

SibrenVasse commented on 2018-06-17 12:35 (UTC) (edited on 2018-06-17 12:40 (UTC) by SibrenVasse)

For anyone using this with a nvidia-dkms package: I had to patch the kernel and the nvidia package to get it to install.

Kernel mailing list discussion: https://lkml.org/lkml/2018/6/13/682

Nvidia patch source: http://mom.hlmjr.com/2018/06/11/nvidia-drivers-390-67-vs-kernel-4-17/

Kernel patch: https://ghostbin.com/paste/kykc3/raw

Nvidia patch: https://aur.archlinux.org/cgit/aur.git/plain/drm-control-allow.patch?h=nvidia-beta-dkms

tengisu commented on 2018-05-08 04:26 (UTC)

@rfr It said 4.17.0-1-mainline+ on all my builds from rc1-3.

I can't build 4.17-rc4, I get errors about objtool. I just started playing around with git and building kernels so I'm probably missing something.