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.86
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 .. 188 189 190 191 192 193 194 195 196 197 198 .. 307 Next › Last »

graysky commented on 2014-01-11 12:53 (UTC)

Bump to v3.12.7-1 Changelog: https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.12.7 Commit: https://wiki.archlinux.org/index.php/Linux-ck/Changelog

paulfurtado commented on 2014-01-06 01:39 (UTC)

Just rebuilt it and can confirm that I have BFQ again. Thanks for the quick fix!

graysky commented on 2014-01-05 16:46 (UTC)

...thanks for letting me know by the way!

graysky commented on 2014-01-05 16:42 (UTC)

I see the problem... a mistake on my part when I fixed a previous mistake regarding the tick rate a few versions ago. I have fixed it now but have not bumped the pkgver since this is the only change (ie no BFQ in manually built packages of 3.12.6-1-ck). Repo-ck users have the scheduler due to the build script being smarter than its author :p

paulfurtado commented on 2014-01-05 14:39 (UTC)

Thanks for the responses, graysky and coderkun. $ uname -a Linux paul-desktop 3.12.6-1-ck #1 SMP PREEMPT Sat Jan 4 17:40:03 EST 2014 x86_64 GNU/Linux $ cat /sys/block/sda/queue/scheduler noop deadline [cfq]

graysky commented on 2014-01-05 13:24 (UTC)

@paul - BFQ is available as a module unless you modified that behavior. As coderkun posted, you too post the output of: cat /sys/block/sda/queue/scheduler

coderkun commented on 2014-01-05 13:00 (UTC)

@paulfurtado: BFQ is available for me. $ uname -r 3.12.6-1-ck $ cat /sys/block/sda/queue/scheduler noop deadline cfq [bfq]

paulfurtado commented on 2014-01-05 12:44 (UTC)

After upgrading from 3.12.5 to 3.12.6, the bfq IO scheduler is no longer available on both my desktop and laptop. Looking at the diff (https://wiki.archlinux.org/index.php/Linux-ck/Changelog), it doesn't look like this is intentional. Is anyone else experiencing this?