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 (6)

Sources (6)

Latest Comments

« First ‹ Previous 1 .. 295 296 297 298 299 300 301 302 303 304 305 .. 308 Next › Last »

Det commented on 2011-08-28 13:15 (UTC)

Oh, there's multiple optimized versions there. But how would you know that t3ddy didn't just try the generic one?

graysky commented on 2011-08-28 12:36 (UTC)

@teddy - The entries look file. I am at a loss. @Det - It can't be the flags because they are the same as I used when I compiled the packages for the repo. See my github script (URL on the wiki page). Also, I missed your previous question about the flags. I guess I'm reluctant to change them until I can confirm within the files from the linux package which flags are defaulted when not specified.

t3ddy commented on 2011-08-28 12:11 (UTC)

Here is my grub.cfg: http://pastebin.com/PUJud6YY Now I'll try to do what Det says.

Det commented on 2011-08-28 10:21 (UTC)

@t3ddy, doesn't happen with the packages from his repository? Are we talking about a binary repo for this package? If that's the case, and you haven't modified the kernel config (or PKGBUILD or anything else), then there's only 1 possibility I can think of and that's the gcc flags of the kernel image. So instead of: make ${MAKEFLAGS} KCFLAGS="-march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2" KCPPFLAGS="-march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2" bzImage modules You should try with: make ${MAKEFLAGS} bzImage modules And see what happens.

graysky commented on 2011-08-28 08:08 (UTC)

Post your grub.cfg to pastebin

t3ddy commented on 2011-08-28 07:46 (UTC)

I use grub2, it says "loading initial ramdisk" and then the pc reboot itself, although this doesn't happen with the packages from your repository (without making any change to grub.cfg)

graysky commented on 2011-08-27 18:13 (UTC)

@t3ddy - hmm... how far into the boot process does it get before rebooting? You using grub or grub2? Post the menu.lst or grub.cfg for your system to pastebin, then link it here. Or you can start a discussion thread on the bbs, just be sure you use the work "linux-ck" in the title so I see it :p

t3ddy commented on 2011-08-27 16:39 (UTC)

I've got a problem with this pkgbuild. I can't understand why, but if I compile it, then on boot the pc reboot itself continuously (I think due to initramfs problems). Although the packages from repository works well and with other kernels I've got no problem to initramfs.

Det commented on 2011-08-26 11:11 (UTC)

Well that explains it. But what about my changes? :) You convinced yet?

graysky commented on 2011-08-26 07:35 (UTC)

I emailed Paolo about BFQ. Here is the exchange: > See here: http://pf.natalenko.name/sources/3.0/ > The pf patchset includes BFQ for 3.0? Is it official? Did not know it > Did you release it yet? Unfortunately no, I did not yet find the time to complete the new version. The bright side is that it will not be just a port to 3.0, but it will contain new improvements.