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 .. 201 202 203 204 205 206 207 208 209 210 211 .. 308 Next › Last »

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

jonhoo commented on 2013-08-12 19:26 (UTC)

Quite often when a new patch level is released and I run makepkg, I see: The next patch would create the file ..., which already exists! Assume -R? [n] This is rather annoying, as the only solution I've found thus far is to rm -r src/. Not entirely sure why this is happening? This time the file in question was "drivers/acpi/acpi_cmos_rtc.c", but I'm fairly certain other files have been the problem before.

graysky commented on 2013-08-11 11:01 (UTC)

@Det - Ah, thanks. It technically is but the difference there is purely cosmetic[1] and will be included in 3.10.6-1 whenever Greg releases that. It seems too that tpowa has been tweaking the Arch configs and added a patch[2] which I have incorporated into linux-ck, again these will be included in 3.10.6-1. When you guys hit the flag button, I always have to review the various patchsets (ck, BFQ, upstream, etc.) to figure out why it's out-of-date :p 1. https://github.com/graysky2/kernel_gcc_patch/commit/8a8b2af1c9891d13665088eb09d93c08f9272657 2. https://projects.archlinux.org/svntogit/packages.git/log/trunk?h=packages/linux

Det commented on 2013-08-11 10:54 (UTC)

I just thought your own patch was out of date.

graysky commented on 2013-08-10 21:12 (UTC)

@Det - Why out-of-date? 3.10.6 isn't due out for at least 4 more hours[1]. When I checked kernel.org, 3.10.6-rc1 is still current. Did I miss something? 1. https://lkml.org/lkml/2013/8/8/775

Herbstmensch commented on 2013-08-07 11:44 (UTC)

Same here, suspend and hibernate doesn't work on archlinux 3.10.5-1-ck-sandybridge.