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

Dependencies (14)

Required by (6)

Sources (6)

Latest Comments

« First ‹ Previous 1 .. 251 252 253 254 255 256 257 258 259 260 261 .. 307 Next › Last »

blackout24 commented on 2012-07-01 13:05 (UTC)

Worked like a charm.

graysky commented on 2012-06-28 20:24 (UTC)

@oblique - Nope. See ck's comment about this on his blog: http://ck-hack.blogspot.com/2012/06/upgradeable-rwlocks-and-bfs.html

oblique commented on 2012-06-28 18:09 (UTC)

can you also add RIFS-ES scheduler? https://lkml.org/lkml/2012/6/16/123

graysky commented on 2012-06-28 09:03 (UTC)

Sorry dude, I haven't messed with that in a long time. Consult google or the author?

<deleted-account> commented on 2012-06-28 02:25 (UTC)

Actually, I just edited your PKGBUILD to use `make localyesconfig` before `make nconfig`, and the options are still marked as modules. Any ideas? Or is this a question for Steven Rostedt?

<deleted-account> commented on 2012-06-27 14:19 (UTC)

It looks like you ran into similar issues about two years ago! https://bbs.archlinux.org/viewtopic.php?pid=845113 I'm not sure if the script has changed at all, but it looks like it's behaving as intended for the most part. The logic could be improved, but not without breaking some user's configs. I don't think it says it's supposed to mark all current modules to be compiled in, so that would still have to be done manually.

graysky commented on 2012-06-26 20:36 (UTC)

@Klink - You are not misunderstanding. You'll need to email the script's author Steven Rostedt to ask him why it is behaving this way.

<deleted-account> commented on 2012-06-26 14:13 (UTC)

graysky, I'm a little confused by some of the options in the PKGBUILD. If I use _localmodcfg="y" , it loads all of the modules I'd ever need from modprobed_db (love that tool, by the way. Thanks for writing it!) But when combined with _makenconfig="y", I notice that things that ought to be compiled in are marked as modules, and certain areas that wouldn't need anything enabled (modprobed_db has figured out all of the sound modules I need-- no need for any others) still have everything enabled. Are these options incompatible, or am I just misunderstanding the point of localmodcfg? Does it just make sure to mark all of the modules I need, and nothing else?