Why not a pre-compiled linux-mainline-bin package?
Search Criteria
Package Details: linux-mainline 7.2rc4-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, NTSYNC-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE |
| Replaces: | virtualbox-guest-modules-arch, wireguard-arch |
| Submitter: | miffe |
| Maintainer: | miffe |
| Last Packager: | miffe |
| Votes: | 298 |
| Popularity: | 1.50 |
| First Submitted: | 2011-07-22 06:50 (UTC) |
| Last Updated: | 2026-07-21 04:45 (UTC) |
Dependencies (32)
- coreutils (coreutils-gitAUR, coreutils-selinuxAUR, uutils-coreutils-git-binAUR, uutils-coreutils-gitAUR, uutils-coreutils-nosystemd-gitAUR)
- initramfs (booster-wip-gitAUR, mkinitcpio-gitAUR, ariane-gitAUR, dracut-gitAUR, ugrdAUR, ugrd-gitAUR, booster-gitAUR, booster, dracut, mkinitcpio)
- kmod (kmod-gitAUR)
- bc (bc-ghAUR) (make)
- binutils (make)
- cpio (cpio-gitAUR) (make)
- gettext (gettext-gitAUR, gettext-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR) (make)
- graphviz (make)
- imagemagick (imagemagick-full-gitAUR, imagemagick-gitAUR, imagemagick-essentials-gitAUR, imagemagick-fullAUR) (make)
- libelf (elfutils-gitAUR, elfutils-gitAUR) (make)
- libgcc (libgcc-fast-optimizedAUR, libgcc-snapshotAUR) (make)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR) (make)
- pahole (pahole-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- python-yaml (python-yaml-gitAUR) (make)
- rust (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rustup) (make)
- Show 12 more dependencies...
Required by (11)
- mullvad-wg.sh-git (requires WIREGUARD-MODULE) (optional)
- piavpn-bin (requires WIREGUARD-MODULE) (optional)
- piavpn-manual-git (requires WIREGUARD-MODULE)
- proton-cachyos-native (requires NTSYNC-MODULE) (optional)
- proton-cachyos-slr (requires NTSYNC-MODULE) (optional)
- virtualbox-guest-utils-nox-svn (requires VIRTUALBOX-GUEST-MODULES)
- virtualbox-guest-utils-svn (requires VIRTUALBOX-GUEST-MODULES)
- wine-cachyos (requires NTSYNC-MODULE) (optional)
- wine-cachyos-opt (requires NTSYNC-MODULE) (optional)
- wine-osu-spectator (requires NTSYNC-MODULE) (optional)
- wine-osu-spectator-wow64 (requires NTSYNC-MODULE) (optional)
Sources (2)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 94 Next › Last »
RrOoSsSsOo commented on 2025-03-26 07:31 (UTC)
crab2313 commented on 2025-03-06 02:03 (UTC)
We need the THC driver for touchpad or touchscreen support on Intel Lunar Lake platform.
CONFIG_INTEL_THC_HID=y CONFIG_INTEL_QUICKSPI=y CONFIG_INTEL_QUICKI2C=y
niluzz commented on 2025-02-23 15:11 (UTC)
PKGBUILDs atualizadas nada de novo para revisar :: chaves precisam ser importadas: ABAF11C65A2970B130ABE3C479BE3E4300411886 requerido por: linux-mainline-6.14rc3-1 (linux-mainline linux-mainline-headers) :: import? [S/n]: s gpg: falhou o receber do servidor de chaves: Não existem dados erro: falha ao executar: gpg --recv-keys ABAF11C65A2970B130ABE3C479BE3E4300411886:
niluzz commented on 2025-02-08 16:58 (UTC)
Este kernel está muito incrível principalmente no gerenciamento de RAM, bem superior ao 6.13.
haagch commented on 2025-02-04 23:12 (UTC)
Installed from the repo:
zcat /proc/config.gz | grep XDNA
CONFIG_DRM_ACCEL_AMDXDNA is not set
Can you enable it in your config? It's the new driver for the NPU on recent Ryzen chips.
jonstelly commented on 2025-02-04 18:27 (UTC)
Thanks for all of that info, I had searched for this, but guess I wasn't searching well.
gromit commented on 2025-02-04 17:43 (UTC)
@jonstelly you can globally set the makepkg parallelization value in makepkg.conf as described here: https://wiki.archlinux.org/title/Makepkg#Parallel_compilation
Alternatively you can use the precompiled kernel from miffes repo: https://wiki.archlinux.org/title/Unofficial_user_repositories#miffe
Alternatively you can also grab the package from me builds:
sudo pacman -U https://pkgbuild.com/\~gromit/linux-bisection-kernels/linux-mainline-6.14rc1-1-x86_64.pkg.tar.zst
jonstelly commented on 2025-02-04 17:22 (UTC)
I'm trying to speed up the build, I can do this manually with git clone, edit PKGBUILD and add a -j16... but guessing there's no way for me to do this with a simple yay -S linux-mainline? I'm remembering gentoo's global compiler variables/args where you could set -jX for all builds.
Assuming that's not possible, would it make sense to add a -j2 to the build step here, given how many cores most computers have these days? I can see an argument against that for lower-end computers, but figured I'd ask.
sigxcpu commented on 2025-02-04 07:24 (UTC)
I've updated to linux-mainline 6.14-rc1 and it works out of the box without patches, but a regression was introduced in the WiFi driver.
I've never had the unbind/bind patch on suspend/resume. It always worked flawlessly. With 6.14, things changed. It fails to reconnect to the network after sleep. It failed even after reboot once. The error is always "authentication timed out". After force unbind/bind, it works but it annoys me that the network card has a different name (wlan0, wlan1, ...).
So I guess that I'll keep 6.13 for a while :)
podulator commented on 2025-01-18 14:06 (UTC)
Yeah, huge thanks all involved for bridging the gap till now !
Pinned Comments
miffe commented on 2020-01-30 21:44 (UTC)
Repository here