@miffe I go for the testing one, or you can add a flag to switch between two configs.
Search Criteria
Package Details: linux-mainline 6.13-1
Package Actions
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, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE |
Replaces: | virtualbox-guest-modules-arch, wireguard-arch |
Submitter: | miffe |
Maintainer: | miffe |
Last Packager: | miffe |
Votes: | 281 |
Popularity: | 2.15 |
First Submitted: | 2011-07-22 06:50 (UTC) |
Last Updated: | 2025-01-20 06:29 (UTC) |
Dependencies (21)
- coreutils (coreutils-gitAUR, busybox-coreutilsAUR, coreutils-hybrid-gitAUR, coreutils-selinuxAUR, coreutils-hybridAUR, coreutils-uutilsAUR)
- initramfs (booster-gitAUR, booster-wip-gitAUR, dracut-gitAUR, mkinitcpio-gitAUR, booster, dracut, mkinitcpio)
- kmod (busybox-coreutilsAUR, kmod-gitAUR)
- bc (bc-ghAUR) (make)
- cpio (cpio-gitAUR) (make)
- gettext (gettext-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- graphviz (make)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (make)
- libelf (elfutils-gitAUR) (make)
- pahole (pahole-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- python-yaml (python-yaml-gitAUR) (make)
- tar (tar-gitAUR, busybox-coreutilsAUR) (make)
- texlive-latexextra (texlive-installerAUR, texlive-fullAUR, texlive-dummyAUR) (make)
- xz (xz-gitAUR) (make)
- linux-firmware (linux-libre-firmwareAUR, linux-firmware-xzAUR, linux-firmware-gitAUR, linux-firmware-uncompressedAUR) (optional) – firmware images needed for some devices
- scx-scheds (scx-scheds-gitAUR) (optional) – to use sched-ext schedulers
- Show 1 more dependencies...
Required by (6)
- ksmbd-tools (requires KSMBD-MODULE)
- mullvad-wg.sh-git (requires WIREGUARD-MODULE) (optional)
- piavpn-bin (requires WIREGUARD-MODULE) (optional)
- piavpn-manual-git (requires WIREGUARD-MODULE)
- virtualbox-guest-utils-nox-svn (requires VIRTUALBOX-GUEST-MODULES)
- virtualbox-guest-utils-svn (requires VIRTUALBOX-GUEST-MODULES)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 27 28 29 30 31 32 33 34 35 36 37 .. 77 Next › Last »
prazola commented on 2016-02-01 16:24 (UTC)
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
Pinned Comments
miffe commented on 2020-01-30 21:44 (UTC)
Repository here