Package Details: linux-ck 6.11-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.92
First Submitted: 2011-07-22 14:51 (UTC)
Last Updated: 2024-09-19 13:04 (UTC)

Dependencies (14)

Required by (6)

Sources (6)

Latest Comments

« First ‹ Previous 1 .. 47 48 49 50 51 52 53 54 55 56 57 .. 307 Next › Last »

account60217652 commented on 2018-03-21 00:27 (UTC) (edited on 2018-03-21 00:30 (UTC) by account60217652)

I tried pacaur instead of yaourt but it freezes at:

==> Validating source files with sha256sums... linux-4.15.tar.xz ... Passed linux-4.15.tar.sign ... Skipped patch-4.15.11.xz ... Passed patch-4.15.11.sign ... Skipped config ... Passed 60-linux.hook ... Passed 90-linux.hook ... Passed linux.preset ... Passed enable_additional_cpu_optimizations-20180310.tar.gz ... Passed patch-4.15-ck1.xz ... Passed 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch ... Passed 0002-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch ... Passed ==> Verifying source file signatures with gpg... linux-4.15.tar ... Passed patch-4.15.11 ... Passed

account60217652 commented on 2018-03-20 23:35 (UTC) (edited on 2018-03-20 23:36 (UTC) by account60217652)

@Morganamilo I run through yaourt -Syua. Month ago there was no such problem

Morganamilo commented on 2018-03-20 23:13 (UTC)

@LinX It wants user input, are you running makepkg through a script that doesn't pass on stdin or something?

account60217652 commented on 2018-03-20 23:05 (UTC)

I'm stuck on "Support for P6_NOPs". This line appears endlessly: https://i.imgur.com/N8FzBst.gif

sir_lucjan commented on 2018-03-20 15:38 (UTC)

@shanti:

### Patch source with BFQ-SQ-MQ
        msg "Fix naming schema in BFQ-SQ-MQ patch"
        sed -i -e "s|SUBLEVEL = 0|SUBLEVEL = 11|g" \
            -i -e "s|EXTRAVERSION = -bfq|EXTRAVERSION =|g" \
            -i -e "s|EXTRAVERSION =-mq|EXTRAVERSION =|g" ../${_bfq_sq_mq_patch}
        msg "Patching source with BFQ-SQ-MQ patches"
        patch -Np1 -i ../${_bfq_sq_mq_patch}

Works fine.

shanti commented on 2018-03-20 15:34 (UTC)

@sir_lucjan

Thank you very much, unfortunately despite my trials, the patch fails to apply. I reverted to 4.14.12-2-ck which seem to be the last linux-ck including bfq-sq scheduler.

So to my understanding, bfq-sq has been removed from ck patchset itself but I couldn't find relevant information on Paolo Valente's website.

Can somebody elaborate why? or have any information whether it may come back or not.

RaskAr commented on 2018-03-16 10:47 (UTC)

@CarterCox See https://bbs.archlinux.org/viewtopic.php?pid=1488777#p1488777

CarterCox commented on 2018-03-16 03:02 (UTC)

==> ERROR: One or more PGP signatures could not be verified!

This is what I'm getting. Anyone knows how to solve it?

sir_lucjan commented on 2018-03-13 14:07 (UTC)

@shanti

You can add bfq-sq/bfq-mq patchset:

Download:

https://github.com/sirlucjan/kernel-patches/blob/master/4.15/4.15-bfq-sq-mq-git-20180227.patch

shanti commented on 2018-03-13 13:55 (UTC)

As mentioned by someone earlier, bfq-sq scheduler is gone in recent releases. Can someone please explain why such an important feature of this kernel is being omitted or dropped? Thanks