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.22
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 .. 117 118 119 120 121 122 123 124 125 126 127 .. 308 Next › Last »

graysky commented on 2016-08-16 19:36 (UTC) (edited on 2016-08-16 19:36 (UTC) by graysky)

Bump to v4.7.0-1 LinuxChanges: https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.7.1 Commit: https://wiki.archlinux.org/index.php/Linux-ck/Changelog

graysky commented on 2016-08-16 13:31 (UTC)

Is this in CK's pending set? Can you get him to articulate a timeline to implement into the next bfs? If the code is not tested enough for example, and if he feels more time and testing is needed, I do not want to push unstable code to the aur and by analogy to the 4000+ users of [repo-ck].

enihcam commented on 2016-08-16 06:19 (UTC)

@SuperIce97 @graysky The issue exists in bfs code. The following patch fixes it. --- linux-4.7.orig/kernel/sched/bfs.c +++ linux-4.7/kernel/sched/bfs.c @@ -1418,6 +1418,9 @@ static void try_preempt(struct task_stru * a different CPU set. This means waking tasks are * treated differently to rescheduling tasks. */ +#ifndef CONFIG_SMT_NICE + cpu = cpu_of(highest_prio_rq); +#endif set_task_cpu(p, cpu); resched_curr(highest_prio_rq); }

SuperIce97 commented on 2016-08-15 23:50 (UTC)

@enihcam I haven't had any issues with it, and 4.7 is what the mainline Arch kernel is at right now. Do you have issues with the default arch kernel now? If you do, report it to the arch bug tracker so they can try to get it fixed

Distorted commented on 2016-08-15 11:03 (UTC)

@enihcam the aur is git based, just checkout an older version

enihcam commented on 2016-08-15 11:00 (UTC)

Hi Graysky, could you please fallback this package to v4.6.6? I think 4.7 is not stable for now, because two of my boxes failed to boot. One freezes at logon screen, another panics. Thanks a lot!

enihcam commented on 2016-08-15 09:37 (UTC)

"In addition to the resync, a few minor changes have made their way into this release with respect to the way tasks preempt other tasks. See bfs470-updates.patch for details." --<<BFS 472, linux-4.7-ck1>> http://ck.kolivas.org/patches/bfs/4.0/4.6/Pending/bfs470-updates.patch

ryant0000 commented on 2016-08-12 16:50 (UTC)

Made it here as a warning. Anyways, recent update resolved issue.

graysky commented on 2016-08-11 21:26 (UTC)

Bump to v4.7.0-1 LinuxChanges: https://kernelnewbies.org/Linux_4.7 Commit: https://wiki.archlinux.org/index.php/Linux-ck/Changelog

graysky commented on 2016-08-11 09:58 (UTC)

The AUR is probably not the best place for your report... Try communicating with Palolo, the lead developer.