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: 458
Popularity: 0.094674
First Submitted: 2011-07-22 14:51 (UTC)
Last Updated: 2024-11-26 13:15 (UTC)

Latest Comments

« First ‹ Previous 1 .. 259 260 261 262 263 264 265 266 267 268 269 .. 308 Next › Last »

kyak commented on 2012-05-13 06:50 (UTC)

@skydrome Thanks, but i don't have /sys/kernel/mm/uksm/run on the repo-ck kernel! There is /sys/kernel/mm/ksm/run however, and it's disabled by default. @graysky Can we do the same for uksm? (I.e. provide it, but disable by default for repo-ck users?)

graysky commented on 2012-05-12 20:01 (UTC)

Bump to v3.3.6-1 Changelog: https://lkml.org/lkml/2012/5/12/5 PKG Commit: http://pkgbuild.com/git/aur-mirror.git/commit/linux-ck?id=f3ecfad6ad86ded2888e09e0e152fa8b9d5da102

graysky commented on 2012-05-11 07:37 (UTC)

Because the packager is sloppy... thanks for pointing that out/fixed.

karabaja4 commented on 2012-05-11 07:14 (UTC)

Um... why is UKSM patch enabled by default?

graysky commented on 2012-05-10 14:38 (UTC)

@qcts33 - No need. That flag will make the needed changes to the config for you: sed -i -e '/CONFIG_DEFAULT_IOSCHED/ s,cfq,bfq,' -i -e s'/CONFIG_DEFAULT_CFQ=y/# CONFIG_DEFAULT_CFQ is not set\nCONFIG_DEFAULT_BFQ=y/' ./.config You can verify which is your default with this command: # cat /sys/block/sda/queue/scheduler noop deadline cfq [bfq]

<deleted-account> commented on 2012-05-10 14:34 (UTC)

I want to know if I set _BFQ_enable_="y" and compile the package from source, do I need to add "elevator=bfq" in /etc/default/grub like they said in wiki?

graysky commented on 2012-05-09 19:08 (UTC)

@dkay - no idea on performance benefit. I don't think performance is the goal; more free memory is the goal as I understand it. I don't think the CPU scheduler matters.

skydrome commented on 2012-05-09 15:45 (UTC)

@ryak - Yes, echo [0|1] > /sys/kernel/mm/uksm/run to turn off/on respectively