Package Details: linux-ck 6.11-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.86
First Submitted: 2011-07-22 14:51 (UTC)
Last Updated: 2024-09-19 13:04 (UTC)

Dependencies (14)

Required by (6)

Sources (6)

Latest Comments

« First ‹ Previous 1 .. 200 201 202 203 204 205 206 207 208 209 210 .. 307 Next › Last »

<deleted-account> commented on 2013-08-13 21:44 (UTC)

suspend & hibernation still broken for me (intel sandy bridge, ck-sandybridge, 3.10.6-2-ck) :(

graysky commented on 2013-08-13 14:34 (UTC)

Bump to v3.10.6-2 Changelog: fixed flayspray #35991 and #36296 Commit: http://pkgbuild.com/git/aur-mirror.git/commit/linux-ck?id=3dcb0c9920cec68fe946d7b390e1fcb5ed4a7f0c

jonhoo commented on 2013-08-13 13:52 (UTC)

I guess recompiling from scatch is the way to go then. At least ccache is helping a bit :)

graysky commented on 2013-08-13 12:32 (UTC)

@jonhoo - I don't believe this is a limitation of the linux-ck package but of how makepkg works. I am not an expert; I recommend that you open a thread asking how to compile a kernel as you want to do for someone with real knowledge about it to comment.

dlh commented on 2013-08-13 12:23 (UTC)

Well in gentoo linux, first of all you downloading the whole source of proper series, for instance 3.10 and then set of patches. Then scripts for managing updates will unpack 3.10 and then apply all patches starting from 3.10.1 to one which is demand in this case 3.10.6 so 6 patches will be applied during this process.

qpalz commented on 2013-08-13 12:18 (UTC)

@Jonhoo Kernel patches is not totally incremental. Patch for 3.10.6 is for 3.10.0 -> 3.10.6, but NOT for 3.10.5 -> 3.10.6. You cannot update the src from 3.10.5 to 3.10.6 by simply applying the patch of 3.10.6. Also, as far as I know, you should always recompile everything even if you have only changed some configuration. There is some bugs in the Makefile. (Not sure whether this is true now)

jonhoo commented on 2013-08-13 10:43 (UTC)

@graysky: As I wrote, removing src/ is what I'm currently doing, but this means make has to recompile every single file, which is a bit of a waste. The kernel patches are incremental, so applying them on top of an existing source tree should upgrade that source tree without needing to run make from scratch. I don't know why this isn't working with linux-ck though...

graysky commented on 2013-08-13 10:16 (UTC)

Bump to v3.10.6-1 Changelog: https://lkml.org/lkml/2013/8/11/143 Commit: http://pkgbuild.com/git/aur-mirror.git/commit/linux-ck?id=2f5a2c4a30883b51da063e753473decf6e173aba

graysky commented on 2013-08-13 10:15 (UTC)

@Jonhoo - You need to remove your src dir prior to building: % rm -rf src pkg && makepkg -srci