Package Details: linux-ck 6.12.1-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.25
First Submitted: 2011-07-22 14:51 (UTC)
Last Updated: 2024-11-23 13:58 (UTC)

Dependencies (14)

Required by (6)

Sources (6)

Latest Comments

« First ‹ Previous 1 .. 62 63 64 65 66 67 68 69 70 71 72 .. 307 Next › Last »

mrkline commented on 2017-10-31 00:45 (UTC)

@graysky: The latest two builds (4.13.10-2 and 4.13.10-3) don't seem to be building in BFQ. I see that you added CK's Enable-and-make-BFQ-default-IO-scheduler-overriding-.patch, but after building and installing, I see: $ cat /sys/block/sda/queue/scheduler noop deadline [cfq] Perhaps the patches are being applied in the wrong order?

timofonic commented on 2017-10-30 19:09 (UTC)

Hello. I would love to build ck patches, but need to use drm-tip. I might get one interesting patch you have and maybe scrap for some more, but I doubt patches could apply to this too new version. If it does, I'll happily do a variant of it. Anyway, could you help me to improve my PKGBUILD? I'll do an -anbox variant with the binder and the other subsystem enabled (I don't remember the name right now). I got busy IRL and a little lost about what to improve or continue changing. https://paste.pound-python.org/show/ScHsBnIJVxdZP6D2MGYY/ Thanks in advance.

j1simon commented on 2017-10-24 06:59 (UTC)

I have a problem with 4.13.x. I have opened a bug because this occurs with all kernels 4.13.x that I've tested: stock, zen, ck. https://bugs.archlinux.org/task/56094

artafinde commented on 2017-10-23 09:09 (UTC)

@kyak: as mentioned [here], build yourself from aur [here]: https://bbs.archlinux.org/viewtopic.php?pid=1744646#p1744646

kyak commented on 2017-10-23 08:44 (UTC)

Hi graysky, The virtualbox-ck-host-modules-ivybridge doesn't seem to exist anymore in repo-ck. Is it as intended, and if so, what is the suggested replacement?

graysky commented on 2017-10-22 17:30 (UTC) (edited on 2017-10-22 17:36 (UTC) by graysky)

All - again, the old behavior causes boot freezes thus requiring: 1) users to tweak with udev or the like, 2) something I do with the help of loqs, 3) the best option is for CK to do it and release ck2 with the fix. I know 4.13.x has been delayed and I am no happier about that than you guys are. I emailed ck earlier today asking about his decision re: this fix in ck2 (recall the discussion on his blog last week), but haven't heard back yet. As well, if you're following the repo-ck thread on the bbs, I have asked loqs for his best solution as I neither have the hardware nor to the time to dig into this further right now. Stay tuned and thanks for your time to test and provide feedback.

nTia89 commented on 2017-10-22 17:19 (UTC)

@graysky, since changelog says: -CONFIG_DEFAULT_CFQ=y +CONFIG_DEFAULT_BFQ=y -CONFIG_DEFAULT_IOSCHED="cfq" +CONFIG_DEFAULT_IOSCHED="bfq" I expect "bfq" enabled without ANY trick (both kernel param., udev rule or any other...). Correct me if I am wrong.

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.