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.24
First Submitted: 2011-07-22 14:51 (UTC)
Last Updated: 2024-11-23 13:58 (UTC)

Dependencies (14)

Required by (7)

Sources (6)

Latest Comments

« First ‹ Previous 1 .. 230 231 232 233 234 235 236 237 238 239 240 .. 308 Next › Last »

graysky commented on 2012-12-17 21:17 (UTC)

Bump to v3.7.1-1 Changelog: https://lkml.org/lkml/2012/12/17/361 Commit: http://pkgbuild.com/git/aur-mirror.git/commit/linux-ck?id=4ca16d6cef9d9f08289e545882a8fc75a3738c49

fincan commented on 2012-12-17 19:36 (UTC)

3.7.1

graysky commented on 2012-12-15 15:02 (UTC)

Refreshed v3.7.0-1 Changelog: Updated URL to ck1. There is no functional change. Commit: http://pkgbuild.com/git/aur-mirror.git/commit/linux-ck?id=e711b74e859f19ee6da58fc64ab00fdd17a98e48

graysky commented on 2012-12-14 01:21 (UTC)

Bump to v3.7.0-1 Changelog: https://lkml.org/lkml/2012/12/10/688 and http://kernelnewbies.org/LinuxChanges Commit: http://pkgbuild.com/git/aur-mirror.git/commit/linux-ck?id=2b602c4160d4aa622d08e3485059deb39e1e9dca

snack commented on 2012-12-12 14:00 (UTC)

@graysky: key downloaded & signed, everything works now. Thanks.

graysky commented on 2012-12-12 13:52 (UTC)

Looks like Paolo already released a BFQ for 3.7 and I have been in email contact with CK. The ck1 patchset is currently being tested and should be released soon.

graysky commented on 2012-12-12 12:57 (UTC)

@kyak - Yes, it should. Thank you for reporting. It was a typo on my part in my repo build script which has been corrected a few min ago: https://github.com/graysky2/repo-ck/commit/fb41c335aeff95c5873b53ec5e5e1bb065fbe946 @mrbit - This is an unfortunate limitation of the ncurses interface. You have two options: 1) Make your terminal larger before your run makepkg 2) Change line 183 to: make menuconfig This should do it for you: sed -i 's/make nconfig/make menuconfig/' PKGBUILD

mrbit commented on 2012-12-12 12:40 (UTC)

_makenconfig="y" ==> Running make nconfig HOSTCC scripts/kconfig/nconf.gui.o HOSTCC scripts/kconfig/nconf.o HOSTLD scripts/kconfig/nconf scripts/kconfig/nconf Kconfig Your terminal should have at least 20 lines and 75 columns make[1]: *** [nconfig] Errore 1 make: *** [nconfig] Errore 2 ==> ERRORE:

kyak commented on 2012-12-12 12:36 (UTC)

Hi graysky, I think that virtualbox-ck-host-modules-core2 should replace virtualbox-ck-host-modules-corex. Otherwise i have to resolve conflict between virtualbox-ck-host-modules-corex and linux-ck-core2 manually (i.e. remove virtualbox-ck-host-modules-corex, then replace linux-ck-corex with repo-ck/linux-ck-core2, then install virtualbox-ck-host-modules-core2).