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: 458
Popularity: 0.160511
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 .. 15 16 17 18 19 20 21 22 23 24 25 .. 308 Next › Last »

vltr commented on 2020-07-23 14:54 (UTC)

@graysky that's ODD. I always build after cleaning up the git repository (git clean -dfx) ... and the file had that signature I mentioned (hence my build failed). I cleaned (again), ran makepkg and everything went smoothly this time (with unfuck-ck1-fix-suspend-to-ram.patch signature being, indeed, 961ed94b8d905f1e901cacb08d253c4170af0a25828111b7558d9c874e923558). that's really weird ... sorry about the confusion, whatever it happened.

graysky commented on 2020-07-23 13:22 (UTC)

@vltr - You sure?

% sha256sum unfuck-ck1-fix-suspend-to-ram.patch
961ed94b8d905f1e901cacb08d253c4170af0a25828111b7558d9c874e923558  unfuck-ck1-fix-suspend-to-ram.patch

vltr commented on 2020-07-23 12:53 (UTC)

hi there, @graysky! just one problem with 5.7.10: the unfuck-ck1-fix-suspend-to-ram.patch has a sha256sum of value 961ed94b8d905f1e901cacb08d253c4170af0a25828111b7558d9c874e923558 in the PKGBUILD, which would not pass the validity check since the correct sha256sum should be 9ad11f720d4dd83ddb8876b453f4526ad35f1ff72465213764fb1d206fea0379. apart from that, everything works fine. thanks!

nTia89 commented on 2020-06-12 16:05 (UTC)

Above all, thanks @graysky for the change! Anyway, /tmp defaults to tmpfs with size=50% but not everybody has so much RAM. By my own, this is the biggest mistake behind that choice...

dimosd commented on 2020-06-12 15:23 (UTC)

I suggest that you disable CONFIG_DEBUG_INFO, as it was before 5.7.2. That's what I am doing in my own builds anyway to build with a 4GB /tmp.

artafinde commented on 2020-06-12 12:23 (UTC)

graysky: Got my answer: https://bugs.archlinux.org/task/66260

artafinde commented on 2020-06-12 10:14 (UTC)

Kr1ss: I think devs would probably reply don't build in tmpfs (and require ~15G of space instead of ~3.5G) but that's a discussion for forums possibly :D - Thanks graysky.

Kr1ss commented on 2020-06-12 09:54 (UTC)

Thx @graysky ! I was only able to build 5.7.2-1 after blowing up /tmp to 20GiB, that's kind of ridiculous. If a user needs debug symbols they can enable them; I think most users wouldn't need'em anyways.

Cheers !

graysky commented on 2020-06-12 09:21 (UTC)

@artafinde - Fuck it, 5.7.2-2-ck1. Change my mind.

artafinde commented on 2020-06-12 09:13 (UTC)

@graysky - Agree, especially since later we strip it from the bug symbols. I raised the question in IRC but no answer. I guess forums or a bug might have better luck.