Agreeing with saeziae here, consider sourcing https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/snapshot/linux-$TAG.tar.gz
instead of the whole repo to save massively on bandwidth (5gb+ -> ~200mb)
Search Criteria
Package Details: linux-mainline-headers 6.12-1
Package Actions
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: | 278 |
Popularity: | 2.41 |
First Submitted: | 2011-07-22 06:50 (UTC) |
Last Updated: | 2024-11-18 03:24 (UTC) |
Dependencies (16)
- pahole (pahole-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)
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 76 Next › Last »
SammCheese commented on 2022-10-04 08:27 (UTC)
sebstar commented on 2022-09-16 07:06 (UTC)
Is this an issue?
==> WARNING: Package contains reference to $srcdir
usr/lib/modules/6.0.0-rc5-1-mainline/build/tools/objtool/objtool
usr/lib/modules/6.0.0-rc5-1-mainline/build/tools/bpf/resolve_btfids/resolve_btfids
bittin commented on 2022-09-04 20:41 (UTC)
6 RC4 released
mars commented on 2022-08-16 10:27 (UTC)
Should we also consider providing KSMBD-MODULE
, like the core/linux package: https://github.com/archlinux/svntogit-packages/commit/95823355377a6a3ae3475e5e2cc4109d7dba98b1
bittin commented on 2022-08-01 23:39 (UTC)
Compiled 5.19 for my Arch server and works fine
cherrot commented on 2022-07-26 08:42 (UTC) (edited on 2022-07-26 08:42 (UTC) by cherrot)
We should set CONFIG_PINCTRL_AMD=y
in config. Since CONFIG_PINCTRL_AMD=m
is not an option since 5.19.rc8. See https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?h=v5.19-rc8&id=41ef3c1a6bb0fd4a3f81170dd17de3adbff80783
saeziae commented on 2022-07-21 18:56 (UTC)
Sourcing the git will download the 5GB big repo, using https://git.kernel.org/torvalds/t/linux-$TAG.tar.gz
may be one considerable option...
Kithop commented on 2022-04-11 21:24 (UTC)
FYI for those on AMD machines, while the config is currently putting the new AMD P-State driver as a module ('CONFIG_X86_AMD_PSTATE=m'), you can work around this a couple different ways - I just make sure to include that module in:
/etc/mkinitcpio.conf
For me, for example, I have the MODULES line including both the p-state and amdgpu modules:
MODULES=(amdgpu amd_pstate)
Then just run mkinitcpio -P
as root (or via sudo) and reboot, and check again with something like cpupower frequency-info
.
aorth commented on 2022-03-16 16:05 (UTC)
@normalname012 as far as I recall, linux-mainline uses the kernel configuration from the current Arch Linux linux package. Once Arch updates to 5.17 this package will update the config.
normalname012 commented on 2022-03-14 15:37 (UTC)
Can you please compile the kernel with CONFIG_X86_AMD_PSTATE=y? It has been added in the 5.17 and will be very usefull for amd laptops
Pinned Comments
miffe commented on 2020-01-30 21:44 (UTC)
Repository here