Package Details: linux-ck-headers 6.11.10-1

Git Clone URL: https://aur.archlinux.org/linux-ck.git (read-only, click to copy)
Package Base: linux-ck
Description: Headers and scripts for building modules for Linux-ck kernel
Upstream URL: https://wiki.archlinux.org/index.php/Linux-ck
Licenses: GPL-2.0-only
Submitter: graysky
Maintainer: graysky
Last Packager: graysky
Votes: 459
Popularity: 0.127180
First Submitted: 2011-07-22 14:51 (UTC)
Last Updated: 2024-11-26 13:15 (UTC)

Latest Comments

« First ‹ Previous 1 .. 60 61 62 63 64 65 66 67 68 69 70 .. 308 Next › Last »

sir_lucjan commented on 2017-11-21 21:04 (UTC)

@johnnybegood I also recommended blk-mq patches.

johnnybegood commented on 2017-11-21 20:55 (UTC)

Works perfect for me as well. However, I still miss the old single queue bfq, the now called "bfq-sq" that was never merged into the official kernel, so I compiled ck with sirlucjan latest patch for 4.14 (https://raw.githubusercontent.com/sirlucjan/kernel-patches/master/4.14/4.14-bfq-sq-mq-git-20171114.patch) I find the combination of -ck and bfq-sq unbeatable. Maybe it's just me but it could be an addition to this excellent kernel. Graysky, thanks for your work and CK's!

zebulon commented on 2017-11-21 12:07 (UTC)

Works for me. Need to use scsi_mod.use_blk_mq=1 init option for blq as expected. @silvik: I do not need to use elevator=bfq, scsi_mod.use_blk_mq=1 is sufficient. I need however to set udev rules to set bfq.

graysky commented on 2017-11-20 21:37 (UTC)

CK pushed MuQSS v0.162 into ck1 for 4.14 so it's official. I merged with ARCH changes and here we go. Please test/provide feedback. I will hold off on pushing to [repo-ck] for at least 24 h to get some feedback.

silvik commented on 2017-11-20 20:12 (UTC)

BFQ works for me with scsi_mod.use_blk_mq=1 elevator=bfq kernel options.

francoism90 commented on 2017-11-04 21:28 (UTC)

@kwe: Do you have a source? We should try to keep the Wiki up-to-date, contributes are welcome. :)

Terence commented on 2017-11-04 20:22 (UTC)

@kwe Thanks and sorry for the off-topic.

kwe commented on 2017-11-04 20:20 (UTC)

@Terence 1. this is not really related to this AUR package anymore 2. don't take the wiki for the golden words from god 3. what the note means is that all sq schedulers are unavailable and (probably from pre-4.12 Kernels) that there were no mq-schedulers. 4.12 added Kyber and BFQ

Terence commented on 2017-11-04 20:14 (UTC) (edited on 2017-11-04 20:17 (UTC) by Terence)

@kwe Ok my bad, I forgot it's not deadline anymore but mk-deadline. Why is the wiki saying that I can't do that though? https://wiki.archlinux.org/index.php/improving_performance#Tuning_IO_schedulers

kwe commented on 2017-11-04 20:10 (UTC)

@Terence Deadline should be an option: $ cat /sys/block/sda/queue/scheduler mq-deadline kyber [bfq] none