Package Details: linux-ck 6.11.5-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.34
First Submitted: 2011-07-22 14:51 (UTC)
Last Updated: 2024-10-23 16:43 (UTC)

Dependencies (14)

Required by (6)

Sources (6)

Latest Comments

« First ‹ Previous 1 .. 13 14 15 16 17 18 19 20 21 22 23 .. 307 Next › Last »

graysky commented on 2020-08-23 12:07 (UTC)

@ooo - Thanks for the fix. I do not have time to build/test. Can someone please verify that 5.7.17-1 works as expected?

ooo commented on 2020-08-23 11:02 (UTC) (edited on 2020-08-23 11:15 (UTC) by ooo)

@graysky Apparently the error with 5.7.17 was fixed in zen-kernel already, although I didn't test it myself yet.

See the commits from 2020-08-22 at https://github.com/zen-kernel/zen-kernel/commits/5.7/muqss

EDIT: Applying the fix from zen-sources actually gets a bit confusing, so to make this a little simpler, first apply this to patch-5.7-ck1, to make it apply cleanly against 5.7.17: https://pastebin.com/uMMJJq3y

Then apply this to fix the build: https://github.com/zen-kernel/zen-kernel/commit/e7113f2c1d56962d4afabc627ad761c138f5b858

graysky commented on 2020-08-21 13:15 (UTC)

5.7.17 introduces some changes that break the ck1 patch. If someone wants to take a look at that and share a solution, that would be good. I am busy at the moment.

enihcam commented on 2020-08-20 23:19 (UTC)

https://ck-hack.blogspot.com/2020/08/more-delays-and-motivation-issues.html

graysky commented on 2020-08-20 17:27 (UTC) (edited on 2020-08-20 17:27 (UTC) by graysky)

Yes, I fucked it up, should be fixed with https://aur.archlinux.org/cgit/aur.git/commit/?h=linux-ck&id=473e18c7ccdec2e641eab76ffcf93e87ff6140a1

You don't need to rebuild unless you have [testing] enabled or have it enabled in a clean build root btw.

Kr1ss commented on 2020-08-20 17:11 (UTC) (edited on 2020-08-20 17:16 (UTC) by Kr1ss)

The recent pkgrel bump broke the validity of the config checksum, @graysky. Could you update that pls ?

Thank you !

air-g4p commented on 2020-08-09 15:18 (UTC) (edited on 2020-08-09 15:25 (UTC) by air-g4p)

@graysky - 5.7.14-1-ck compiled and installed without issue. Good work, done here!

Kr1ss commented on 2020-08-07 13:02 (UTC)

@graysky I'm running 5.7.14-1-ck right now, built w/ localmodconfig.

Looks fine so far, thx.

graysky commented on 2020-08-07 12:39 (UTC)

I cannot reboot now so can someone verify that 5.7.14-ck1 is working properly for me? A small adjustment to ck1 was required.

mrkline commented on 2020-07-31 01:06 (UTC) (edited on 2020-07-31 01:07 (UTC) by mrkline)

Inexplicably, this I ran into the SHA256 issue on one of my machines but not the other. I diffed the two versions of unfuck-ck1.patch - check it out:

--- unfuck-ck1.patch.works  2020-07-30 18:00:17.955122911 -0700
+++ unfuck-ck1.patch.borked 2020-07-30 18:01:49.000000000 -0700
@@ -8,7 +8,7 @@
  1 file changed, 11 insertions(+)

 diff --git a/kernel/sched/MuQSS.c b/kernel/sched/MuQSS.c
-index 18a9b4a23e44e..c55c158e8b8e4 100644
+index 18a9b4a23e44ea..c55c158e8b8e42 100644
 --- a/kernel/sched/MuQSS.c
 +++ b/kernel/sched/MuQSS.c
 @@ -3246,6 +3246,17 @@ static inline u64 do_task_delta_exec(struct task_struct *p, struct rq *rq)

It seems like https://github.com/ckolivas/linux/commit/0b69e633d6b0b08ae8547dc4099c8c0985019553.patch is inconsistent in how many digits of the Git SHAs it sends.