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 .. 257 258 259 260 261 262 263 264 265 266 267 .. 308 Next › Last »

ValdikSS commented on 2012-05-22 17:20 (UTC)

Oh-oh-oh, what's this in uksm? + uksm_usr_spt_addr.sin_family = AF_INET; + uksm_usr_spt_addr.sin_port = htons(UKSM_USR_SPT_PORT); + uksm_usr_spt_addr.sin_addr.s_addr = in_aton("114.212.190.16"); + + uksm_usr_spt_iov.iov_base = &uksm_usr_spt; + uksm_usr_spt_iov.iov_len = sizeof(uksm_usr_spt); + uksm_usr_spt_msg.msg_name = (struct sockaddr *)&uksm_usr_spt_addr; + uksm_usr_spt_msg.msg_iov = &uksm_usr_spt_iov; + uksm_usr_spt_msg.msg_iovlen = 1; + uksm_usr_spt_msg.msg_control = NULL; + uksm_usr_spt_msg.msg_controllen = 0; + uksm_usr_spt_msg.msg_namelen = sizeof(uksm_usr_spt_addr); + uksm_usr_spt_msg.msg_flags = MSG_DONTWAIT; + + sock_sendmsg(uksm_usr_spt_sock, &uksm_usr_spt_msg, sizeof(uksm_usr_spt)); + uksm_usr_spt_last = jiffies;

graysky commented on 2012-05-22 11:51 (UTC)

ghen - why out of date?

graysky commented on 2012-05-22 01:30 (UTC)

Sorry guys, a single character typo caused mkinitcpio NOT to run. I have corrected it and re-uploaded 3.3.7-1 without bumping the pkgver. Sorry for the inconvenience.

graysky commented on 2012-05-21 23:05 (UTC)

Bump to v3.3.7-1 Changelog: https://lkml.org/lkml/2012/5/21/395 PKG Commit: http://pkgbuild.com/git/aur-mirror.git/commit/linux-ck?id=eb049a0cbcb676039312ec4ffbba61840711c341 As to the release of v3.4.0-1 ... CK emailed me to say that he is swamped with his personal life at the moment so it is unclear when we can expect a ck1 patchset for the 3.4 tree. As usual, please use the out-of-date button when CK pushes something.

graysky commented on 2012-05-21 22:44 (UTC)

Of course not, Latjay. Updating and testing. Should post here soon.

graysky commented on 2012-05-21 22:06 (UTC)

Thanks for the enthusiasm, but package is not out-of-date just yet... 1) No BFS 2) No ck1 3) No BFQ :p As usual, I will provide an initial release of source once we have something from CK. In case I miss it, please use the out-of-date button when CK pushes something.