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: 2.95
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 .. 27 28 29 30 31 32 33 34 35 36 37 .. 77 Next › Last »

miffe commented on 2016-01-28 12:29 (UTC)

@darkbasic: I merge the core/linux config on every mainline-rc1 release. If enough people want it, I guess i could merge with testing/linux every rc release instead.

darkbasic commented on 2016-01-28 10:28 (UTC)

@miffe: Do you really use the config from core/linux? testing/linux would be a far better candidate. For example my laptop needed some config changes with 4.4, so I filed a bug and asked to fix it, which they did. If you still use the 4.3 config I will miss the improvements which will land in 4.4 once it will hit core. Since everyone expects linux-mainline being much more unstable than testing/linux, then aiming to use the testing config is the natural choice IMHO.

miffe commented on 2016-01-25 22:55 (UTC)

@lordheavy: I won't change the config from whats in core/linux. @prazola: sed '215,242d' -i PKGBUILD

prazola commented on 2016-01-25 14:07 (UTC)

Header compile error if you exclude dvb configs from .config.

lordheavy commented on 2016-01-25 00:38 (UTC)

Can you enable powerplay with 4.5rc1 kernel ? Thks # CONFIG_DRM_AMD_POWERPLAY is not set

prazola commented on 2016-01-17 21:38 (UTC)

One question: are compile flags present in "Makefile" of this kernel overrided by the /etc/makepkg.conf flags? ty

T4cC0re commented on 2016-01-13 05:13 (UTC)

It installed fine, but somehow the generated ramdisk missed the nvme and btrfs modules present in the 'real' kernels ramdisk. I needed to manually add them to mkinitcpio.conf. How are those detected? Is this a problem of this package or a general kernel-building issue?

bradmccormack100 commented on 2016-01-10 23:45 (UTC)

The problem with cp: cannot stat ‘arch//Makefile’: No such file or directory is due to the scope of the KARCH variable https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=linux-mainline#n110 is where it is defined. Its not within scope here https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=linux-mainline#n160 The quickest way to fix is to just move the KARCH variable to the top so it has global scope. Perhaps around here https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=linux-mainline#n39 There is already a patch listed here too https://bugs.archlinux.org/task/43885 that could be adopted.

lesto commented on 2015-12-16 20:13 (UTC) (edited on 2015-12-16 20:18 (UTC) by lesto)

when compiling linux-mainline-header i get: ==> Starting package_linux-mainline-headers()... cp: cannot stat ‘arch//Makefile’: No such file or directory

sonny commented on 2015-11-24 17:56 (UTC)

I'm getting the following error kernel/sys.c: In function ‘override_release’: kernel/sys.c:1133:28: error: expected expression before ‘>>’ token v = ((LINUX_VERSION_CODE >> 8) & 0xff) + 60; ^ scripts/Makefile.build:258: recipe for target 'kernel/sys.o' failed make[1]: *** [kernel/sys.o] Error 1 Makefile:943: recipe for target 'kernel' failed make: *** [kernel] Error 2