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 .. 236 237 238 239 240 241 242 243 244 245 246 .. 308 Next › Last »

graysky commented on 2012-10-28 21:06 (UTC)

Bump to v3.6.4-1 Changelog: https://lkml.org/lkml/2012/10/28/99 Commit:

graysky commented on 2012-10-22 21:58 (UTC)

Bump to v3.6.3-2 Changelog: Incorporated ARCH patches and readded memgroups per ARCH commit https://projects.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/linux&id=af56e226b41a0bb4714a3861bbfaafe2346c66f5 Commit: http://pkgbuild.com/git/aur-mirror.git/commit/linux-ck?id=41e2d71562a9f73c32afee2e6a02a9a9c1e63578 and http://pkgbuild.com/git/aur-mirror.git/commit/linux-ck?id=6f2b745c8cad16488a61eb6e0e212b6146caa89d

ryley commented on 2012-10-22 05:22 (UTC)

Glad to see its not specific to me or iPhones. I just tried out linux-mainline from AUR (3.7-rc2) and it does not have any issues with copying files though nautilus/gvfs-afc, so I guess the issue is only in the 3.6 series atm.

coderkun commented on 2012-10-22 05:01 (UTC)

@ryley: same problem with ck-kernel 3.6.2 and an android (4.0) phone.

ryley commented on 2012-10-22 01:03 (UTC)

Just upgraded from 3.5.6 and it seems copying files to an iPhone thrugh nautilus/gvfs-afc now produces garbage, unusable files. Reverting to 3.5.6 and everything is fine. Is anyone else having this problem?

graysky commented on 2012-10-21 22:04 (UTC)

Bump to 3.6.3-1 Changelog: https://lkml.org/lkml/2012/10/21/107 Commit: http://pkgbuild.com/git/aur-mirror.git/commit/linux-ck?id=45dd6d2b16363b963ec99bf32a6b9ea70053a19f

<deleted-account> commented on 2012-10-15 08:30 (UTC)

@graysky: that's correct. I have a specific BUILDDIR setup in makepkg.conf and I think this is a valid thing to do. It helps keep the older builds around (for debugging, speeding up the builds and so on). So, it's good if the PKGBUILD explicitly references the patches/files to be used.

graysky commented on 2012-10-15 07:56 (UTC)

@naveen - If you look in the source array you'll see that the correct versions are downloaded. I suspect that you are reusing the same directory each time you build and therefore keep older versions of patches.

<deleted-account> commented on 2012-10-15 07:26 (UTC)

Can you modify the PKGBUILD to specifically look for the 3.6 BFQ patches? My source directory happens to have both the older 3.5 patches and the newer 3.6 patches for BFQ. I guess it is probably better to hardcode patch names in PKGBUILd.