Package Details: linux-lts61-docs 6.1.87-1

Git Clone URL: https://aur.archlinux.org/linux-lts61.git (read-only, click to copy)
Package Base: linux-lts61
Description: Documentation for the LTS Linux kernel
Upstream URL: https://www.kernel.org
Licenses: GPL2
Submitter: severach
Maintainer: severach
Last Packager: severach
Votes: 8
Popularity: 2.16
First Submitted: 2024-01-28 20:34 (UTC)
Last Updated: 2024-04-19 05:19 (UTC)

Latest Comments

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

gpg: error reading key: No public key
pub   rsa4096 2011-09-23 [SC]
      647F28654894E3BD457199BE38DBBDC86092693E
uid           [ unknown] Greg Kroah-Hartman <gregkh@linuxfoundation.org>
uid           [ unknown] Greg Kroah-Hartman <gregkh@kernel.org>
uid           [ unknown] Greg Kroah-Hartman (Linux kernel stable release signing key) <greg@kroah.com>
sub   rsa4096 2011-09-23 [E]


 :: PGP keys need importing:
 -> ABAF11C65A2970B130ABE3C479BE3E4300411886, required by: linux-lts61
:: Import? [Y/n] y
:: Importing keys with gpg...
gpg: keyserver receive failed: No data
 -> problem importing keys

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?

Feb 01 21:17:07 home-desktop systemd-modules-load[310]: Failed to insert module 'nvidia_uvm': Invalid argument
Feb 01 21:17:07 home-desktop kernel: BPF:          type_id=78 bits_offset=0
Feb 01 21:17:07 home-desktop kernel: BPF:  
Feb 01 21:17:07 home-desktop kernel: BPF: Invalid name
Feb 01 21:17:07 home-desktop kernel: BPF: 
Feb 01 21:17:08 home-desktop systemd-modules-load[310]: Failed to insert module 'vboxdrv': Invalid argument
Feb 01 21:17:08 home-desktop kernel: BPF:          type_id=78 bits_offset=0
Feb 01 21:17:08 home-desktop kernel: BPF:  
Feb 01 21:17:08 home-desktop kernel: BPF: Invalid name
Feb 01 21:17:08 home-desktop kernel: BPF: 
Feb 01 21:17:08 home-desktop systemd-modules-load[310]: Failed to insert module 'vboxnetadp': Invalid argument
Feb 01 21:17:08 home-desktop kernel: BPF:          type_id=78 bits_offset=0
Feb 01 21:17:08 home-desktop kernel: BPF:  
Feb 01 21:17:08 home-desktop kernel: BPF: Invalid name

I found a similar error and it applies specifically to version 6.1:

https://github.com/NixOS/nixpkgs/issues/220662