@enihcam report to https://github.com/xanmod/linux/issues
It will help!
Git Clone URL: | https://aur.archlinux.org/linux-xanmod-lts.git (read-only, click to copy) |
---|---|
Package Base: | linux-xanmod-lts |
Description: | Headers and scripts for building modules for the Linux Xanmod - Long Term Support [LTS] kernel |
Upstream URL: | http://www.xanmod.org/ |
Licenses: | GPL2 |
Submitter: | figue |
Maintainer: | figue (figuepluto, jfigueras) |
Last Packager: | figue |
Votes: | 15 |
Popularity: | 0.46 |
First Submitted: | 2017-11-22 02:00 (UTC) |
Last Updated: | 2025-01-17 20:13 (UTC) |
@enihcam report to https://github.com/xanmod/linux/issues
It will help!
Running linux-xanmod 5.13.1x, the igb driver keeps crashing due to RCU panics in which i've investigated for 1+ week with nothing came out.
I finally decided to switch kernel to linux-xanmod-lts. now the stress test has run for 48 hours. ahhhhh, so good, so smooth. :)
nothing but just wanted to appreciate here. keep up the good work!
@mabod check https://www.kernel.org/ links, all points to cdn. If you define SRCDEST in /etc/makepkg.conf you can download the main source from a fast link manually in that directory and it will be always there, no need to download every time.
I found https://cdn.kernel.org/pub/linux/kernel/... really slow to download the kernel. Manjaro kernel packages on the other hand use https://www.kernel.org/pub/linux/kernel/... which seems to be a lot faster to me. Can you please check and eventually change the kernel source in the PKGBUILD.
It's an issue with the new "file 5.40-1" package. Downgrading to 5.39-1 fix it. For now I'll write the workaround.
@cartesius same for me. Something changed in pacman or libarchive, xz is not extracted anymore...
A quick workaround is uncompressing patch with xz and copy to src/ directory, or use "xz -d" inside prepare() (also we should add xz as makedepend)...
Getting this 31/03/2021 23:44 CET:
$ env _microarchitecture=99 use_numa=n use_tracers=n use_pds=n _localmodcfg=y makepkg -sc
...
==> Extracting sources...
-> Extracting linux-5.10.tar.xz with bsdtar
==> Starting prepare()...
patch: **** Can't open patch file ../patch-5.10.27-xanmod1 : No such file or directory
==> ERROR: A failure occurred in prepare().
Aborting...
@cartesius thanks. Updated
Hi, isn't the pinned comment about compiling wrong? (edited on 2019-01-12 00:50 by figue) 22
is not native architecture, 99
is. Couple of days ago the pinned comment about building kernel was right (I hope).
@cartesius you can ignore this warning.
Pinned Comments
figue commented on 2018-12-15 22:40 (UTC) (edited on 2021-02-23 18:07 (UTC) by figue)
Please, check new release. You have now several variables to enable/disable features.
References:
Personally I'm running now xanmod kernel compiled with this:
Also, you can now put a file in your local repo to build this package with a custom config. You have to call this file myconfig.
Reference: