Search Criteria
Package Details: linux-xanmod-git-headers 6.11.5.xanmod1.r0.g01af8d9d2426-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-xanmod-git.git (read-only, click to copy) |
---|---|
Package Base: | linux-xanmod-git |
Description: | Headers and scripts for building modules for the Linux Xanmod - git version kernel |
Upstream URL: | http://www.xanmod.org/ |
Keywords: | kernel xanmod |
Licenses: | GPL2 |
Submitter: | figuepluto |
Maintainer: | figue (figuepluto, jfigueras) |
Last Packager: | figue |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2017-03-23 12:11 (UTC) |
Last Updated: | 2024-11-25 23:49 (UTC) |
Dependencies (11)
- pahole (pahole-gitAUR)
- bc (bc-ghAUR) (make)
- cpio (cpio-gitAUR) (make)
- gettext (gettext-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libelf (elfutils-gitAUR) (make)
- pahole (pahole-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- tar (tar-gitAUR, busybox-coreutilsAUR) (make)
- xz (xz-gitAUR) (make)
Latest Comments
1 2 Next › Last »
CrimsonKnight13 commented on 2024-11-26 01:14 (UTC)
Thanks for fixing it!
figue commented on 2024-11-25 23:14 (UTC)
According to xanmod.org official page, sources now are pushed to https://gitlab.com/xanmod/linux.git
I'll change the source pointing there.
CrimsonKnight13 commented on 2024-11-24 16:11 (UTC)
It works perfectly (thanks!) though I did update the source from git+https://github.com/xanmod/linux.git to git+https://gitlab.com/xanmod/linux.git in order to compile 6.12.1.
figue commented on 2024-11-24 11:15 (UTC)
I have updated the PKGBUILD and the microarchitecture script.
I haven't time to test it, please do it if you can, or I'll try to test it next week. Thanks!
CrimsonKnight13 commented on 2024-11-22 22:00 (UTC)
Other than the git origin & the weird x64-v2 localversion naming issue, it works great. Thanks for looking into it!
figue commented on 2024-11-22 21:27 (UTC)
@CrimsonKnight13 I have not used this package since xanmod always make releases, but if I time this weekend I'll update it and check it.
CrimsonKnight13 commented on 2024-11-22 20:17 (UTC) (edited on 2024-11-22 20:47 (UTC) by CrimsonKnight13)
After changing the remote origin to the gitlab version due to the github one being archived, I've hit a weird wall. It compiles fine & the gcc optimization script sees that I have it set to AMD native (99) but once the kernel installs, it shows up as x64-v2.
Did something change in the source to no longer recognize 99 as AMD native (currently set as an export in makepkg.conf)? It appears to be auto-selecting 96 or the code from PKGBUILD isn't working properly as follows:
``# Choose between the 4 main configs for stable branch. Default x86-64-v1 which use CONFIG_GENERIC_CPU2:
Possible values: config_x86-64-v1 / config_x86-64-v2 (default) / config_x86-64-v3 / config_x86-64-v4
This will be overwritten by selecting any option in microarchitecture script
Source files: https://github.com/xanmod/linux/tree/5.17/CONFIGS/xanmod/gcc
if [ -z ${_config+x} ]; then _config=config_x86-64-v2 fi``
Any help is greatly appreciated. Also, thanks for all of your hard work with the xanmod packages, figue!
Edit: I'm not super familiar with python-markdown & fenced code. Any pointers to get the code block right?
Edit 2: It appears that its just the naming scheme that is not reflecting it as native
zcat /proc/config.gz | grep CONFIG_MNATIVE_AMD
CONFIG_MNATIVE_AMD=y
archdevlab commented on 2024-07-13 03:22 (UTC)
Hi you should consider fixing tomoyo in the config file like linux-lqx package https://aur.archlinux.org/cgit/aur.git/commit/?h=linux-lqx&id=86bc172b309b60f09b27a6aacc6c0361d57f24de
FuelFlo commented on 2021-01-29 00:44 (UTC)
@figue thanks for the heads up! Strange though, that there is a gap and just Kaby Lake is missing.
figue commented on 2021-01-28 20:31 (UTC) (edited on 2021-01-28 20:31 (UTC) by figue)
@FuelFlo Now I see that Kaby Lake is not in Xanmod code... You can always use native optimization (now the number is 99) and gcc will choose the best in your case.
Anyway, I think you can use Skylake and it will be fine.
1 2 Next › Last »