Package Details: linux-mainline 6.13-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, 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)

Required by (6)

Sources (2)

Pinned Comments

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

Repository here

Latest Comments

« First ‹ Previous 1 .. 33 34 35 36 37 38 39 40 41 42 43 .. 77 Next › Last »

lockheed commented on 2015-01-15 14:06 (UTC)

@miffe, "setup" option has been appearantly removed: $ sudo phc-intel setup usage: /usr/bin/phc-intel {start|stop|status|set}

miffe commented on 2015-01-15 13:27 (UTC)

@edward_81: Thats the same CFLAGS as me. Please add V=1 to the make command on line 89 and rebuild with MAKEFLAGS="-j1" to get verbose output. @lockheed: Did you run phc-intel setup? Any errors from that?

lockheed commented on 2015-01-14 22:51 (UTC)

Is it not possible to patch mainline kernel with phc-intel? $ sudo phc-intel status PHC status: /usr/bin/phc-intel: line 37: /sys/devices/system/cpu/cpu0/cpufreq/phc_vids: No such file or directory /usr/bin/phc-intel: line 37: /sys/devices/system/cpu/cpu0/cpufreq/phc_default_vids: No such file or directory /usr/bin/phc-intel: line 37: /sys/devices/system/cpu/cpu1/cpufreq/phc_vids: No such file or directory /usr/bin/phc-intel: line 37: /sys/devices/system/cpu/cpu1/cpufreq/phc_default_vids: No such file or directory inactive

edward_81 commented on 2015-01-14 16:27 (UTC)

@miffe: I don't remember to have touch anything. This is my actual /etc/makepkg.conf http://pastebin.com/tBv1xn7n

miffe commented on 2015-01-14 14:26 (UTC)

@edward_81: Are you using nonstandard CFLAGS? @jtyr: There is a repo at https://arch.miffe.org/

jtyr commented on 2015-01-14 13:39 (UTC)

Please could you create an Arch repo with the builds like they do it for linux-lts310 (https://aur.archlinux.org/packages/linux-lts310/)?

edward_81 commented on 2015-01-12 13:17 (UTC)

rc3 compile fail HOSTLD scripts/genksyms/genksyms CC scripts/mod/empty.o scripts/mod/empty.c:1:0: error: code model kernel does not support PIC mode /* empty file to figure out endianness / word size */ ^

clfarron4 commented on 2014-12-25 17:07 (UTC)

@lockheed: Just built it in a clean chroot here just fine. Still to test if it boots though.

lockheed commented on 2014-12-22 17:47 (UTC)

I see. I am asking because it is the first time linux-mainline fails to build on my machine. I will try again.

miffe commented on 2014-12-22 17:46 (UTC)

@lockheed: It downloads the 3.18 tarball and then uses the 3.19-rc1 patch to update the sources. It saves on bandwitdh over time compared to using the rc tarball directly for every version.