Package Details: linux-ck-headers 6.11.10-1

Git Clone URL: https://aur.archlinux.org/linux-ck.git (read-only, click to copy)
Package Base: linux-ck
Description: Headers and scripts for building modules for Linux-ck kernel
Upstream URL: https://wiki.archlinux.org/index.php/Linux-ck
Licenses: GPL-2.0-only
Submitter: graysky
Maintainer: graysky
Last Packager: graysky
Votes: 459
Popularity: 0.20
First Submitted: 2011-07-22 14:51 (UTC)
Last Updated: 2024-11-26 13:15 (UTC)

Latest Comments

1 2 3 4 5 6 .. 308 Next › Last »

maoyaotang1 commented on 2024-11-26 10:05 (UTC)

ld: kernel/sysctl.o:(.data+0x488): undefined reference to hrtimer_granularity_us' ld: kernel/time/hrtimer.o: in functionschedule_usec_hrtimeout': /home/maoyaotang/下载/linux-ck/src/linux-6.12.1/kernel/time/hrtimer.c:2430:(.sched.text+0x1b8): undefined reference to `hrtimer_granularity_us' make[2]: *** [scripts/Makefile.vmlinux:34:vmlinux] 错误 1 make[1]: *** [/home/maoyaotang/下载/linux-ck/src/linux-6.12.1/Makefile:1166:vmlinux] 错误 2 make: *** [Makefile:224:__sub-make] 错误 2

graysky commented on 2024-11-24 14:45 (UTC)

The rebase into v6.12 will need some help.

d0rfm4tr4tz3 commented on 2024-11-24 12:47 (UTC)

Building 6.12.1 crashes:

ld: vmlinux.o: in function schedule_usec_hrtimeout': /replaced-this-one/linux-ck/src/linux-6.12.1/kernel/time/hrtimer.c:2430:(.sched.text+0x80fd): undefined reference tohrtimer_granularity_us' ld: vmlinux.o: in function saved_rsp': wakeup_64.o:(.data+0x3b3a8): undefined reference tohrtimer_granularity_us' make[2]: *** [scripts/Makefile.vmlinux:34: vmlinux] Fehler 1 make[1]: *** [/replaced-this-one/linux-ck/src/linux-6.12.1/Makefile:1166: vmlinux] Error 2 make: *** [Makefile:224: __sub-make] Error 2

graysky commented on 2024-10-04 21:59 (UTC)

Yes, I had to remove the option to hard-code it into the PKGBUILD due to changes in the kernel patch. You can define the first variable _makenconfig=1 and then select it from the nconfig.

KrisKorn commented on 2024-10-01 23:07 (UTC)

Can't select a sub architecture anymore. wanted to set up "V4" or "Intel native". Is architecture selection it done in a different way than before ?

simona commented on 2024-08-05 17:57 (UTC)

6.10?

brikler commented on 2024-08-02 09:38 (UTC)

hi,

this is a feature request ;) it is possible to add BPF support? BPF support makes it possible to switch the scheduler on the fly, to choose the best scheduler for the purpose (play games, or compile something)

thanks for advance :) sincerely

Nebulosa commented on 2024-06-20 18:05 (UTC)

Or another variant, build pahole-git with this patch

Franck commented on 2024-06-20 15:01 (UTC)

@Nebulosa annyoing, but there is a Solution, i dont know if a bit ugly or unprofessional but if u dCelete this the following Line in the PKGBUILD File building workx again even with CONFIG_DEBUG_KERNEL not set :)

make LLVM=$_LLVM LLVM_IAS=$_LLVM -C tools/bpf/bpftool vmlinux.h feature-clang-bpf-co-re=1

The Advantage is at least here, while gaming this little sponanous stuttering is gone, Game running much more smoother. Maybe other high responsive need profits also.

Nebulosa commented on 2024-06-20 04:03 (UTC)

With # CONFIG_DEBUG_KERNEL is not set in config and _clangbuild=y in PKGBUILD build fails.