Package Details: linux-clear-preempt-rt-headers 6.1.46-1

Git Clone URL: https://aur.archlinux.org/linux-clear-preempt-rt.git (read-only, click to copy)
Package Base: linux-clear-preempt-rt
Description: Headers and scripts for building modules for the Clear Linux Preempt-RT kernel
Upstream URL: https://github.com/clearlinux-pkgs/linux-preempt-rt
Licenses: GPL2
Submitter: metak
Maintainer: metak
Last Packager: metak
Votes: 3
Popularity: 0.000000
First Submitted: 2019-11-10 17:47 (UTC)
Last Updated: 2023-08-23 17:21 (UTC)

Latest Comments

aurnidjan commented on 2021-06-22 13:08 (UTC)

There is a problem - kernel-compiler-patch this version has removed

To build need changes

First from _gcc_more_v='20210606' to _gcc_more_v='20210616'

Second from '21454906014ac8e448be85147be06a1e3dfbefb644ef96d9a37c15fcc8e07a42') to 'e5b449ef1cd5fef9f24f55250afc2fad85df4fd7371db666f7c7f20eff91c33d')

Tjuh commented on 2020-08-22 14:02 (UTC)

Builds and boots up just fine now, thank you. Still getting efi: EFI_MEMMAP is not enabled in the kernel log.

Tjuh commented on 2020-07-15 13:04 (UTC) (edited on 2020-07-15 21:34 (UTC) by Tjuh)

Having trouble building a bootable kernel. Builds fine with makepkg but the resulting kernel is unbootable.

==> Starting build()...
kernel/bpf/core.o: warning: objtool: ___bpf_prog_run.cold()+0x7: call without frame pointer save/setup
In file included from ./include/linux/mutex.h:33,
                 from ./include/linux/seqlock_types_internal.h:15,
                 from ./include/linux/seqlock.h:684,
                 from ./include/linux/mmzone.h:16,
                 from ./include/linux/gfp.h:6,
                 from ./include/linux/slab.h:15,
                 from ./include/linux/xattr.h:15,
                 from security/smack/smack_lsm.c:18:
security/smack/smack_lsm.c:53:21: warning: ‘smack_ipv6_lock’ defined but not used [-Wunused-variable]
   53 | static DEFINE_MUTEX(smack_ipv6_lock);
      |                     ^~~~~~~~~~~~~~~
./include/linux/mutex_rt.h:27:15: note: in definition of macro ‘DEFINE_MUTEX’
   27 |  struct mutex mutexname = __MUTEX_INITIALIZER(mutexname)
      |               ^~~~~~~~~
drivers/vhost/vhost.c: In function ‘log_used.isra’:
drivers/vhost/vhost.c:1937:1: warning: the frame size of 1032 bytes is larger than 1024 bytes [-Wframe-larger-than=]
 1937 | }
      | ^
==> Entering fakeroot environment...
==> Starting package_linux-clear-preempt-rt()...
Installing boot image...
Installing modules...
==> Tidying install...

No such issue with regular linux-clear and linux-clear-current.

I checked the kernel log, it says efi: EFI_MEMMAP is not enabled.