Package Details: linux-ck 6.12.1-1

Git Clone URL: https://aur.archlinux.org/linux-ck.git (read-only, click to copy)
Package Base: linux-ck
Description: The Linux kernel and modules with ck's hrtimer patches
Upstream URL: https://wiki.archlinux.org/index.php/Linux-ck
Licenses: GPL-2.0-only
Provides: KSMBD-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE
Replaces: virtualbox-guest-modules-arch, wireguard-arch
Submitter: graysky
Maintainer: graysky
Last Packager: graysky
Votes: 459
Popularity: 0.24
First Submitted: 2011-07-22 14:51 (UTC)
Last Updated: 2024-11-23 13:58 (UTC)

Dependencies (14)

Required by (7)

Sources (6)

Latest Comments

« First ‹ Previous 1 .. 17 18 19 20 21 22 23 24 25 26 27 .. 308 Next › Last »

LinguinePenguiny commented on 2020-06-10 16:50 (UTC) (edited on 2020-06-10 16:51 (UTC) by LinguinePenguiny)

As of 5.7.1-2 for me:

LD .tmp_vmlinux.btf ld: drivers/thermal/cpufreq_cooling.o: in function cpufreq_set_cur_state': /opt/makepkg/build/linux-ck/src/linux-5.7.1/drivers/thermal/cpufreq_cooling.c:458: undefined reference toarch_set_thermal_pressure' BTF .btf.vmlinux.bin.o scripts/link-vmlinux.sh: line 114: 613105 Segmentation fault (core dumped) LLVM_OBJCOPY=${OBJCOPY} ${PAHOLE} -J ${1} LD .tmp_vmlinux.kallsyms1 .btf.vmlinux.bin.o: file not recognized: file format not recognized make: *** [Makefile:1117: vmlinux] Error 1 ==> ERROR: A failure occurred in build().

sir_lucjan commented on 2020-06-10 13:39 (UTC) (edited on 2020-06-10 13:40 (UTC) by sir_lucjan)

@graysky

Look at this. I had a similar error using BMQ. Con apparently skipped resync.

https://gitlab.com/alfredchen/linux-bmq/-/issues/6#note_353781623

vltr commented on 2020-06-10 13:38 (UTC) (edited on 2020-06-10 13:38 (UTC) by vltr)

@graysky yes, first I was going to mention here to add pahole as a dependency but as I was writing it down, you updated the package. Since then, I've been having the error you described.

graysky commented on 2020-06-10 13:34 (UTC)

Is anyone else getting this error:

  GEN     .version
  CHK     include/generated/compile.h
  LD      vmlinux.o
  MODPOST vmlinux.o
  MODINFO modules.builtin.modinfo
  GEN     modules.builtin
  LD      .tmp_vmlinux.btf
ld: drivers/thermal/cpufreq_cooling.o: in function `cpufreq_set_cur_state':
/scratch/linux-ck/src/linux-5.7.1/drivers/thermal/cpufreq_cooling.c:458: undefined reference to `arch_set_thermal_pressure'
  BTF     .btf.vmlinux.bin.o
tag__check_id_drift: subroutine_type id drift, core_id: 1129, btf_type_id: 1127, type_id_off: 0
libbpf: Unsupported BTF_KIND:0
btf_elf__encode: btf__new failed!
free(): double free detected in tcache 2
scripts/link-vmlinux.sh: line 114: 3291862 Aborted                 (core dumped) LLVM_OBJCOPY=${OBJCOPY} ${PAHOLE} -J ${1}
  LD      .tmp_vmlinux.kallsyms1
.btf.vmlinux.bin.o: file not recognized: file format not recognized
make: *** [Makefile:1117: vmlinux] Error 1

graysky commented on 2020-04-30 14:25 (UTC)

@stano00 - No, you are correct. Fixed in 5.6.8-2

stano00 commented on 2020-04-30 00:51 (UTC) (edited on 2020-04-30 00:52 (UTC) by stano00)

Is the sphinx-workaround.patch actually being applied by your PKGBUILD? I didn't see it print while the other patches were applied.

nTia89 commented on 2020-03-21 10:06 (UTC)

@graysky @kittenlol I am aware of those two lines, since the change happened years(?) ago. Anyway, using #31 architecture and saying 'y' to P6_NOPs question have never given me any issue. Why?

graysky commented on 2020-03-13 11:14 (UTC)

Gets stuck at asking for X86_P6_NOP with _subarch=31

@kittenlol - See commented line 15 and 16.

kittenlol commented on 2020-03-13 11:09 (UTC)

Gets stuck at asking for X86_P6_NOP with _subarch=31

nTia89 commented on 2020-02-16 21:38 (UTC)

Fixed!