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

Dependencies (14)

Required by (7)

Sources (6)

Latest Comments

« First ‹ Previous 1 .. 205 206 207 208 209 210 211 212 213 214 215 .. 308 Next › Last »

graysky commented on 2013-07-18 11:31 (UTC)

I've read mixed reports about this... Can you suspend the ARCH kernel of the same version? I would recommend that you st on the ck blog. http://ck-hack.blogspot.com/2013/07/bfs-0440-ck-for-linux-310.html?m=1

dlh commented on 2013-07-18 11:00 (UTC)

I didn't know where to post, I couldn't find bugzilla or something similar. So I decided to do it right here. I'm using precompiled kernel linux-ck-core2 from your repository and I no more able to suspend my machine. lip 18 10:12:48 HALF-BLOOD systemd[1]: Stopped A simple open wireless connection. lip 18 10:12:48 HALF-BLOOD systemd[1]: Started netctl sleep hook. lip 18 10:12:48 HALF-BLOOD systemd[1]: Starting Sleep. lip 18 10:12:48 HALF-BLOOD systemd[1]: Reached target Sleep. lip 18 10:12:48 HALF-BLOOD systemd[1]: Starting Suspend... lip 18 10:12:48 HALF-BLOOD systemd-sleep[4388]: Suspending system... Looks like everything is fine, but I end up with flashing dash and all I can do is manually switch power off.

xzy3186 commented on 2013-07-16 03:24 (UTC)

Hi graysky, I see... Because I enabled CONFIG_HIGHMEM64G in the config of 32-bit linux-ck, there maybe some conflicts between CONFIG_HIGHMEM64G and CONFIG_OF_I2C... Thanks very much.

graysky commented on 2013-07-15 19:38 (UTC)

@xyz - Well, it seems that this is i686 only and does exist in the my ck1 builds. % ls -l /usr/lib/modules/3.10.1-2-ck/kernel/drivers/of total 8 -rw-r--r-- 1 graysky users 2233 Jul 14 08:52 of_i2c.ko.gz -rw-r--r-- 1 graysky users 2776 Jul 14 08:52 of_mdio.ko.gz Dunno what to say about suspend. There is actually an Arch flyspray[1] about this so others are having problems without the ck1 patchset I think. 1. https://bugs.archlinux.org/task/36107

xzy3186 commented on 2013-07-15 15:17 (UTC)

Hi graysky, Thanks for your reply. Yes, the full name of the module is called of_i2c. I am using a 32-bit kernel with which I have the following output: yaourt -Ql linux | grep of_i2c linux /usr/lib/modules/3.10.1-1-ARCH/kernel/drivers/of/of_i2c.ko.gz Another problem I am suffering with linux-ck is that I could not suspend my system. If I do so, the system will get frozen (no way to wake it up without turning off the power). However, everything is working properly under official kernel...

graysky commented on 2013-07-14 12:16 (UTC)

Bump to v3.10.1-2 Changelog: Set the CONFIG_INTEL_MEI* from hardcoded to modules following flyspray #36144[1] and the ubuntu bug report/lkml discussion therein. This may have positive effects for users experiencing graphical corruptions/black screens from suspend. Commit: http://pkgbuild.com/git/aur-mirror.git/commit/linux-ck?id=e6d9e50667e2439217e15c3a8ca5b53985147c6c 1. https://bugs.archlinux.org/task/36144

graysky commented on 2013-07-14 11:26 (UTC)

@xzy - I just copy the config/config.x86_64 from the ARCH set, and apply the ck1+bfq to it. What is the full name of the module? Is it 'of_i2c'? If I extract the 3.9.9-1-ARCH source and find for it, I do not find it. % find /scratch/old/usr/lib/modules -name 'of_i2c*' If I compare 3.10.1-2-ck to 3.10.1-1-ARCH, there are 107 modules that contain the term 'i2c': % find /scratch/arch/usr/lib/modules -name '*.ko.gz' | grep i2c | wc -l 107 % find /scratch/ck/usr/lib/modules -name '*.ko.gz' | grep i2c | wc -l 107

xzy3186 commented on 2013-07-14 02:08 (UTC)

Hi graysky, Do you have any idea why the kernel module of of_i2c is never compiled for linux-ck, including 3.10 and previous versions? I checked the official kernel and it is there. Furthermore, CONFIG_OF_I2C is set to 'm' in the config of linux-ck. In my sense, it should be compiled.

graysky commented on 2013-07-13 22:51 (UTC)

Bump to v3.10.1-1 Changelog: https://lkml.org/lkml/2013/7/13/115 Commit: http://pkgbuild.com/git/aur-mirror.git/commit/linux-ck?id=edc146d99f984adec3b10b65f1a0858b79d0feef

graysky commented on 2013-07-13 09:32 (UTC)

Bump to v3.10-2 Changelog: Disabled the 'enable_haswell_pstate_driver.patch' by default. Users may enable it in the PKGBUILD if they like. Please see discussion thread wherein one Haswell user observed some funky behavior[1]. Commit: http://pkgbuild.com/git/aur-mirror.git/commit/linux-ck?id=bd706801e7fbbb9aa6081c83c93791d6dd1f5032 1. https://bbs.archlinux.org/viewtopic.php?id=166623