Package Details: linux-ck 6.11.10-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.23
First Submitted: 2011-07-22 14:51 (UTC)
Last Updated: 2024-11-26 13:15 (UTC)

Dependencies (14)

Required by (7)

Sources (6)

Latest Comments

« First ‹ Previous 1 .. 41 42 43 44 45 46 47 48 49 50 51 .. 308 Next › Last »

id942701 commented on 2018-08-05 18:18 (UTC)

PKGBUILD problem: exit in prepare(). Build successful.

graysky commented on 2018-08-05 16:02 (UTC) (edited on 2018-08-05 16:02 (UTC) by graysky)

I changed my mind... I just commited 4.17.11-2 which just changes to the PKGBUILD to mirror that of Arch upstream. Builds for me. Can some others please test and report back? CK has been contacted about ck1 not patching in to 4.17.12.

graysky commented on 2018-08-05 11:32 (UTC)

@QuartzDragon - I have already merged it too but am don't see much value in using 4.17.11-2 with just the PKGBUILD changes... as I posted on 08-04, ck1 does not patch against 4.17.12.

QuartzDragon commented on 2018-08-05 09:44 (UTC) (edited on 2018-08-05 09:49 (UTC) by QuartzDragon)

Hey, graysky,

You may want to check out https://git.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/linux because the kernel PKGBUILD has changed significantly.

I've already merged in the changes locally, and it builds fine.

graysky commented on 2018-08-04 11:26 (UTC) (edited on 2018-08-11 10:11 (UTC) by graysky)

I am unable to patch into 4.17.12+ due to changes upstream... need to fix before updating the PKGBUILD:

Hunk #1 FAILED at 185.
Hunk #2 succeeded at 473 (offset -1 lines).
1 out of 2 hunks FAILED -- saving rejects to file
kernel/sched/cpufreq_schedutil.c.rej

id942701 commented on 2018-08-04 08:47 (UTC)

Small typo "Note that the generic (default) option is 24" but "26. Generic-x86-64 (GENERIC_CPU)"

Tjuh commented on 2018-08-01 17:58 (UTC)

I'm trying to build 4.14.20 because I have not been able to build a functional version since 4.16.15. Well 4.16 builds fine but it just hangs at boot same with 4.17-ck and vanilla. Only working kernel I got now is latest linux-lts.

graysky commented on 2018-08-01 17:48 (UTC)

You're building 4.16?

Tjuh commented on 2018-08-01 17:05 (UTC)

I am unable to build any version prior to 4.16 due to the following error message:

pager.c: In function ‘pager_preexec’: pager.c:36:12: error: passing argument 2 to restrict-qualified parameter aliases with argument 4 [-Werror=restrict] select(1, &in, NULL, &in, NULL); ^~~ ~~~ cc1: all warnings being treated as errors mv: cannot stat '/tmp/makepkg/linux-ck/src/linux-4.14/tools/objtool/.pager.o.tmp': No such file or directory make[4]: [/tmp/makepkg/linux-ck/src/linux-4.14/tools/build/Makefile.build:97: /tmp/makepkg/linux-ck/src/linux-4.14/tools/objtool/pager.o] Error 1 make[3]: [Makefile:52: /tmp/makepkg/linux-ck/src/linux-4.14/tools/objtool/libsubcmd-in.o] Error 2 make[2]: [Makefile:54: /tmp/makepkg/linux-ck/src/linux-4.14/tools/objtool/libsubcmd.a] Error 2 make[1]: [Makefile:62: objtool] Error 2 make: *** [Makefile:1637: tools/objtool] Error 2 ==> ERROR: A failure occurred in prepare(). Aborting...

Anyone know what this is about?