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.52
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 .. 43 44 45 46 47 48 49 50 51 52 53 .. 93 Next › Last »

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

lesto commented on 2015-11-24 00:00 (UTC)

same problem here! seems it should be only in linux-mainline-docs right?

thevoidnn commented on 2015-11-20 23:43 (UTC) (edited on 2015-11-22 21:51 (UTC) by thevoidnn)

error: failed to commit transaction (conflicting files) /usr/lib/modules/4.4.0-rc1-mainline/build/Documentation/kbuild/Kconfig.recursion-issue-01 exists in both 'linux-mainline-docs' and 'linux-mainline-headers' /usr/lib/modules/4.4.0-rc1-mainline/build/Documentation/kbuild/Kconfig.recursion-issue-02 exists in both 'linux-mainline-docs' and 'linux-mainline-headers' /usr/lib/modules/4.4.0-rc1-mainline/build/Documentation/kbuild/Kconfig.select-break exists in both 'linux-mainline-docs' and 'linux-mainline-headers' Errors occurred, no packages were upgraded. (had to install kernel manually (no yaourt), omitted docs package)