Search Criteria
Package Details: linux-lts61 6.1.118-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-lts61.git (read-only, click to copy) |
---|---|
Package Base: | linux-lts61 |
Description: | The LTS Linux kernel and modules |
Upstream URL: | https://www.kernel.org |
Licenses: | GPL2 |
Provides: | KSMBD-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE |
Replaces: | wireguard-lts |
Submitter: | severach |
Maintainer: | severach |
Last Packager: | severach |
Votes: | 12 |
Popularity: | 0.70 |
First Submitted: | 2024-01-28 20:34 (UTC) |
Last Updated: | 2024-11-18 03:46 (UTC) |
Dependencies (18)
- coreutils (coreutils-gitAUR, busybox-coreutilsAUR, coreutils-hybrid-gitAUR, coreutils-hybridAUR, coreutils-selinuxAUR, coreutils-uutilsAUR)
- initramfs (booster-gitAUR, booster-wip-gitAUR, mkinitcpio-gitAUR, dracut-gitAUR, booster, dracut, mkinitcpio)
- kmod (busybox-coreutilsAUR, kmod-gitAUR)
- bc (bc-ghAUR) (make)
- cpio (cpio-gitAUR) (make)
- gettext (gettext-gitAUR) (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)
- tar (tar-gitAUR, busybox-coreutilsAUR) (make)
- texlive-latexextra (texlive-installerAUR, texlive-fullAUR, texlive-dummyAUR) (make)
- xz (xz-gitAUR) (make)
- linux-firmware (linux-libre-firmwareAUR, linux-firmware-xzAUR, linux-firmware-amd-staging-um5606-gitAUR, linux-firmware-uncompressedAUR, linux-firmware-gitAUR) (optional) – firmware images needed for some devices
- wireless-regdb (optional) – to set the correct wireless channels of your country
Required by (5)
- ksmbd-tools (requires KSMBD-MODULE)
- piavpn-bin (requires WIREGUARD-MODULE) (optional)
- piavpn-manual-git (requires WIREGUARD-MODULE)
- virtualbox-guest-utils-nox-svn (requires VIRTUALBOX-GUEST-MODULES)
- virtualbox-guest-utils-svn (requires VIRTUALBOX-GUEST-MODULES)
Sources (7)
- 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
- 0004-Sphinx-7.2.2-8.0-PosixPath.patch
- 0005-depmod-remove-depmod_hack_needed.patch
- 0006-kernel-6.1-depmod-disable-for-packaging.patch
- config
- https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.118.tar.sign
- https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.118.tar.xz
Latest Comments
jongeduard commented on 2024-06-30 16:15 (UTC) (edited on 2024-06-30 16:20 (UTC) by jongeduard)
@Aroun
Not using this package myself, but the fact that it does not preconfigure the parallelism for the user is a Good thing.
For super heavy building tasks like compilers or kernels, you always want to configure the number of threads on a per-machine base. Just like on Gentoo.
Running too many threads can not only make your CPU slow, but it can also make memory usage seriously high (really just monitor it). If you forget to have made enough RAM or swap space available you'll end up with trouble.
solsticedhiver commented on 2024-06-19 16:31 (UTC)
may be update the config to stay more in line with current linux package? I see mainly CONFIG_PREEEMPT not set. and CONFIG_HZ_1000 too
Aroun commented on 2024-06-02 13:49 (UTC)
Oh sorry about my ignorant question. Thank you for pointing me to the right direction. It took roughly one hour to build on my laptop. I’m glad I didn’t try with a single thread.
severach commented on 2024-05-10 18:34 (UTC)
Make all your builds parallel with the instructions on the Arch Wiki
makepkg
page. Let me know if this PKGBUILD does anything to block parallel builds.Aroun commented on 2024-05-10 10:09 (UTC)
Is this build not parallelized? Why?
archdub commented on 2024-04-16 18:14 (UTC)
To get the signatures working, I ran this as myself (not root):
gpg2 --locate-keys torvalds@kernel.org gregkh@kernel.org
I got this command from here:
https://www.kernel.org/signature.html
Then it built fine (except for warnings mostly to do with documentation)
Wennadocta commented on 2024-03-28 17:31 (UTC)
I get this error
Archttila commented on 2024-03-09 14:37 (UTC)
==> Verifying source file signatures with gpg... linux-6.1.81.tar ... %s is unable to verify the signature. gpg ==> ERROR: One or more PGP signatures could not be verified! -> error making: linux-lts61-exit status 1
dantob commented on 2024-02-27 03:15 (UTC)
Consider this: https://gitlab.archlinux.org/archlinux/packaging/packages/linux-lts/-/commit/de42b55679bc535116b861d993286c450a6cabef
And this: https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/issues/24 https://gitlab.archlinux.org/archlinux/packaging/packages/linux-lts/-/commit/53a610ece80352cc250dc72f40797d5f06c1391d#dfba7aade0868074c2861c98e2a9a92f3178a51b
Both fixes have been pushed into the officially packaged arch kernels
Mr.Smith1974 commented on 2024-02-01 18:41 (UTC)
I can't load modules with this kernel. I've never encountered an error like this before. What could be the problem?
I found a similar error and it applies specifically to version 6.1:
https://github.com/NixOS/nixpkgs/issues/220662