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

Latest Comments

« First ‹ Previous 1 .. 96 97 98 99 100 101 102 103 104 105 106 .. 308 Next › Last »

graysky commented on 2016-11-12 10:36 (UTC)

Bump to v4.8.7-2 Changelog: Bump to ck7 with MuQSS 0.140 Commit: https://wiki.archlinux.org/index.php/Linux-ck/Changelog

QuartzDragon commented on 2016-11-12 01:28 (UTC)

https://ck-hack.blogspot.com.au/2016/11/linux-48-ck7-muqss-version-0140.html :)

graysky commented on 2016-11-11 20:52 (UTC) (edited on 2016-11-11 20:53 (UTC) by graysky)

Bump to v4.8.7-1 Changelog: https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.8.7 Commit: https://wiki.archlinux.org/index.php/Linux-ck/Changelog

<deleted-account> commented on 2016-11-10 10:44 (UTC)

@QuartzDragon & artafinde: https://ck-hack.blogspot.fr/2016/10/linux-48-ck2-muqss-version-0114.html => "In addition to the most up to date version of MuQSS replacing BFS, this is the first release with BFQ included. It is configurable and is set by default in -ck though it is entirely optional".

QuartzDragon commented on 2016-11-10 09:27 (UTC) (edited on 2016-11-10 09:29 (UTC) by QuartzDragon)

@artafinde I suspect so: http://ck.kolivas.org/patches/4.0/4.8/4.8-ck6/patches/0012-BFQ-version-4.8.0-v8r4-by-Paolo-Valente.patch I applaud Con for adding BFQ to the CK patchset! :D Though, I wonder why he did it silently? Or was there an announcement somewhere that we missed?

artafinde commented on 2016-11-09 23:50 (UTC)

@graysky: after https://aur.archlinux.org/cgit/aur.git/commit/?h=linux-ck&id=8a91519b68ce6683a379ea8d37fed029d6de6fcf the BFQ patches are excluded. But the scheduler is still available. Is this now included with -ck patch or merged on main kernel?

graysky commented on 2016-11-07 20:08 (UTC)

@Tahu - Please report to CK's blog if you haven't already.

Tahu363 commented on 2016-11-07 14:43 (UTC)

Latest changes break wireless from working after suspend. Full reboot required to gain wireless functionality. ifconfig up/down has no effect.

graysky commented on 2016-11-05 19:10 (UTC)

Thanks updated without bumping the pkgver since purely cosmetic.

glitsj16 commented on 2016-11-05 19:05 (UTC)

Suggestions for your most recent PKGBUILD: --- a/PKGBUILD +++ b/PKGBUILD @@ -118,7 +118,7 @@ # this as the default choice for it leads to more throughput and power # savings as well. # - # http://ck-hack.blogspot.com/2016/10/linux-48-ck5-muqss-version-0120.html + # http://ck-hack.blogspot.com/2016/11/linux-48-ck6-muqss-version-0135.html sed -i -e 's/^CONFIG_HZ_300=y/# CONFIG_HZ_300 is not set/' \ -i -e 's/^# CONFIG_HZ_100 is not set/CONFIG_HZ_100=y/' \ -i -e 's/^CONFIG_HZ=300/CONFIG_HZ=100/' .config @@ -149,7 +149,7 @@ # modprobe configs zcat /proc/config.gz > ./.config else - warning "You kernel was not compiled with IKCONFIG_PROC!" + warning "Your kernel was not compiled with IKCONFIG_PROC!" warning "You cannot read the current config!" warning "Aborting!" exit