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 .. 63 64 65 66 67 68 69 70 71 72 73 .. 308 Next › Last »

Tjuh commented on 2017-10-22 17:17 (UTC)

Nice, thanks for that, most appreciated.

FarStar commented on 2017-10-22 17:09 (UTC) (edited on 2017-10-22 17:15 (UTC) by FarStar)

Hi, Personally, I use an udev rule: /etc/udev/rules.d/60-scheduler.rules ACTION=="add|change", KERNEL=="sd[a-z]", ATTR{queue/scheduler}="bfq" And I get: $ cat /sys/block/sda/queue/scheduler mq-deadline kyber [bfq] none

Tjuh commented on 2017-10-22 17:05 (UTC)

A bit confused, so how does one enable BFQ nowadays? Wiki says setting elevator=bfq as a kernel parameter does not work.

graysky commented on 2017-10-22 16:28 (UTC)

@nTia89 and Tjuh - I believe that is the expected output, no?

Tjuh commented on 2017-10-22 15:29 (UTC)

Same as nTia89.

nTia89 commented on 2017-10-22 15:25 (UTC)

I get this, no kernel parameters or anything else (e.g udev rules): $ cat /sys/block/sda/queue/scheduler [mq-deadline] kyber bfq none

graysky commented on 2017-10-22 13:46 (UTC)

Please try 4.13.9-1 which has a workaround incorporated. No special kernel parameters should be needed. Works for me without them. Feedback please!

QuartzDragon commented on 2017-10-20 08:56 (UTC)

Hey @graysky and everyone, The reason for all of the BFQ woes came from SCSI_MQ_DEFAULT defaulting to disabled upstream. I have BFQ automatically set via udev rules, and enabling SCSI_MQ_DEFAULT allowed BFQ to work as usual. This was a problem previously, and I'm surprised no-one seems to have remembered this... unless it was presumed that SCSI_MQ_DEFAULT was still enabled by default.

sir_lucjan commented on 2017-10-17 13:20 (UTC)

@zoidberg Could you read previous comments?

zoidberg commented on 2017-10-17 13:17 (UTC) (edited on 2017-10-17 13:37 (UTC) by zoidberg)

As of version 4.13.7-2, I am not able to select bfq as a scheduler. It is not available as a scheduler option. Is this intentional? $ cat /sys/block/sda/queue/scheduler noop deadline [cfq] Edit: Sorry, did not read previous comments re. the problem with bfq.