Package Details: linux-ck 6.11-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.92
First Submitted: 2011-07-22 14:51 (UTC)
Last Updated: 2024-09-19 13:04 (UTC)

Dependencies (14)

Required by (6)

Sources (6)

Latest Comments

« First ‹ Previous 1 .. 36 37 38 39 40 41 42 43 44 45 46 .. 307 Next › Last »

dunconio commented on 2018-08-28 21:02 (UTC) (edited on 2018-08-28 21:29 (UTC) by dunconio)

I can confirm the updated build 4.18.5-2-ck fails as per @Lessaj. (I am using _subarch=19)


  INSTALL sound/usb/usx2y/snd-usb-usx2y.ko
  INSTALL virt/lib/irqbypass.ko
  DEPMOD  4.18.5-2-ck
'make modules_install' requires /doesnt/exist. Please install it.
This is probably in the kmod package.
make: *** [Makefile:1248: _modinst_post] Error 1
==> ERROR: A failure occurred in package_linux-ck().
    Aborting...
==> ERROR: Makepkg was unable to build linux-ck.

graysky commented on 2018-08-28 20:07 (UTC)

I updated with ck's fix in 4.18.5-2 ... please confirm.

Lessaj commented on 2018-08-28 19:19 (UTC) (edited on 2018-08-28 19:27 (UTC) by Lessaj)

Able to complete the build with the patch mentioned by @skydrone, but fails right at the end when installing modules as part of package(). Comparing with previous PKGBUILD this part is unchanged, not sure why I'm experiencing this error now. Confirmed I have the kmod package.

  INSTALL sound/xen/snd_xen_front.ko
  INSTALL virt/lib/irqbypass.ko
  DEPMOD  4.18.5-1-ck
'make modules_install' requires /doesnt/exist. Please install it.
This is probably in the kmod package.
make: *** [Makefile:1248: _modinst_post] Error 1
==> ERROR: A failure occurred in package_linux-ck().
    Aborting...

ltsdw commented on 2018-08-28 18:29 (UTC)

@skydrome how can I apply this? Should I edit something in pkgbuild or before/pre pkgbuild?

LChris314 commented on 2018-08-28 12:29 (UTC)

Hello. When I installed my current 4.17.11 kernel, I made some changes to the config with menuconfig (mostly removed unneeded modules). What is the preferred way to integrate the changes I made into the new version? Do I just load the current config from the menu, or should I modify the PKGBUILD in some way?

skydrome commented on 2018-08-28 09:09 (UTC) (edited on 2018-08-28 09:09 (UTC) by skydrome)

https://github.com/ckolivas/linux/commit/5d1737e81a61d1cddfab5b5f4e8a0639761148f6.patch

ltsdw commented on 2018-08-28 05:24 (UTC) (edited on 2018-08-28 05:24 (UTC) by ltsdw)

I'm getting this:

kernel/sched/MuQSS.c: In function ‘sched_tick_remote’: kernel/sched/MuQSS.c:3321:34: error: ‘struct task_struct’ has no member named ‘se’ delta = rq_clock_task(rq) - curr->se.exec_start;

coldreaver commented on 2018-08-28 04:41 (UTC)

4.18.5 is failing yea :(

freenestor commented on 2018-08-28 04:17 (UTC) (edited on 2018-08-28 04:21 (UTC) by freenestor)

I failed buid it on my computer with linux-4.17-ck installed

CC kernel/rcu/rcu_segcblist.o

AR kernel/rcu/built-in.a

CC kernel/sched/MuQSS.o

kernel/sched/MuQSS.c: In function ‘sched_tick_remote’:

kernel/sched/MuQSS.c:3321:34: error: ‘struct task_struct’ has no member named ‘se’

delta = rq_clock_task(rq) - curr->se.exec_start; ^~

make[2]: *** [scripts/Makefile.build:318: kernel/sched/MuQSS.o] Error 1

make[1]: *** [scripts/Makefile.build:558: kernel/sched] Error 2

make: *** [Makefile:1033: kernel] Error 2

==> ERROR: A failure occurred in build(). Aborting...