Package Details: linux-lts515-docs 5.15.153-1

Git Clone URL: https://aur.archlinux.org/linux-lts515.git (read-only, click to copy)
Package Base: linux-lts515
Description: Documentation for the LTS Linux 5.15.x kernel
Upstream URL: https://www.kernel.org/
Licenses: GPL2
Submitter: andreas_baumann
Maintainer: andreas_baumann
Last Packager: andreas_baumann
Votes: 14
Popularity: 0.045789
First Submitted: 2023-02-24 10:54 (UTC)
Last Updated: 2024-03-28 13:58 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

ozz commented on 2023-05-23 20:56 (UTC)

I have added this kernel to my automated builds that create binary release Arch packages using OpenSUSE OBS.

https://build.opensuse.org/package/binaries/home:curb:ArchLinux/linux-lts515/Arch

xx777 commented on 2023-05-19 09:20 (UTC)

Yes, "gpg --recv-keys 38DBBDC86092693E" solves the issue.

andreas_baumann commented on 2023-05-10 18:47 (UTC) (edited on 2023-05-10 19:03 (UTC) by andreas_baumann)

Does gpg --recv-keys 38DBBDC86092693E help before calling makepkg?

crimson_king commented on 2023-05-10 18:35 (UTC)

Failing:

==> Verifying source file signatures with gpg...
    linux-5.15.110.tar ... FAILED (unknown public key 38DBBDC86092693E)
==> ERROR: One or more PGP signatures could not be verified!

andreas_baumann commented on 2023-05-05 16:13 (UTC)

IA-32 fails with

drivers/ata/libahci.c: In function ‘ahci_led_store’:
././include/linux/compiler_types.h:334:45: error: call to ‘__compiletime_assert_358’ declared with attribute error: BUILD_BUG_ON failed: sizeof(_s) > sizeof(long)
  334 |         _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__)
      |                                             ^
././include/linux/compiler_types.h:315:25: note: in definition of macro ‘__compiletime_assert’
  315 |                         prefix ## suffix();                             \
      |                         ^~~~~~
././include/linux/compiler_types.h:334:9: note: in expansion of macro ‘_compiletime_assert’
  334 |         _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__)
      |         ^~~~~~~~~~~~~~~~~~~
./include/linux/build_bug.h:39:37: note: in expansion of macro ‘compiletime_assert’
   39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)
      |                                     ^~~~~~~~~~~~~~~~~~
./include/linux/build_bug.h:50:9: note: in expansion of macro ‘BUILD_BUG_ON_MSG’
   50 |         BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition)

andreas_baumann commented on 2023-03-26 06:43 (UTC)

argh. Found it. 32-bit patching for package_linux-lts515-headers essentially rendered the kernel makefile unusable. Sorry for that. Fixed.

glgl-schemer commented on 2023-03-26 05:20 (UTC)

FYI, linux-lts-515-git works with DKMS.

andreas_baumann commented on 2023-03-25 13:28 (UTC)

@hugh: I have openssl-1.1 installed, makes no difference to me.

hugh commented on 2023-03-18 01:01 (UTC) (edited on 2023-03-18 01:16 (UTC) by hugh)

@andreas_baumann, 510 lts kernel broke dksm when openssl was upgraded from 1.x to 3.x a while back.

Same issue here?

Does it work if you install openssl-1.1?

varungarg commented on 2023-03-17 12:09 (UTC)

I missed that, yep makes sense.