Search Criteria
Package Details: linux-ck-headers 6.11.10-1
Package Actions
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) |
Dependencies (11)
- linux-ckAUR
- pahole (pahole-gitAUR)
- bc (bc-ghAUR) (make)
- cpio (cpio-gitAUR) (make)
- gettext (gettext-gitAUR) (make)
- libelf (elfutils-gitAUR) (make)
- pahole (pahole-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- tar (tar-gitAUR, busybox-coreutilsAUR) (make)
- xz (xz-gitAUR) (make)
Required by (8)
- ch343-dkms (optional)
- ch343ser-dkms-git (optional)
- ch9344ser-dkms-git (optional)
- e1000e-dkms (optional)
- fl2000-dkms (optional)
- i2c-ch341-dkms (optional)
- igb-dkms (optional)
- spi-config-dkms (optional)
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 function
schedule_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] 错误 2graysky 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 to
hrtimer_granularity_us' ld: vmlinux.o: in functionsaved_rsp': wakeup_64.o:(.data+0x3b3a8): undefined reference to
hrtimer_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 2graysky 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 patchFranck 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
inconfig
and_clangbuild=y
inPKGBUILD
build fails.1 2 3 4 5 6 .. 308 Next › Last »