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 .. 59 60 61 62 63 64 65 66 67 68 69 .. 307 Next › Last »

artafinde commented on 2017-11-22 17:38 (UTC)

Open the modprobed-db database (it's a file) and remove them from the list.

Terence commented on 2017-11-22 17:30 (UTC)

@artafinde @graysky Thanks but I knew that, that's why they are built using dkms and I took care of blacklisting all of them, making sure they are not appearing in the modprobe-db file, but problem persists.

artafinde commented on 2017-11-22 17:25 (UTC)

@Terence: The nvidia is external same as virtualbox modules. If you have dkms packages it should trigger a build after you install (provided you have headers). modprobed-db should probably exclude them with IGNORE list - see wiki.

graysky commented on 2017-11-22 17:19 (UTC)

@Terence - These are either provided by some other package or not included in the kernel anymore. See man modprobed-db.

Terence commented on 2017-11-22 17:10 (UTC)

I've never been able to find anywhere a solution to this problem with localmodconfig, modprobed-db and dkms modules: ==> If you have modprobed-db installed, running it in recall mode now Modprobed-db v2.37 164 modules currently loaded per /proc/modules 168 modules are in /home/terence/.config/modprobed.db Attempting to modprobe the contents of /home/terence/.config/modprobed.db 164 modules are now loaded per /proc/modules ==> Running Steven Rostedt's make localmodconfig now using config: '.config' vboxpci config not found!! nvidia config not found!! nvidia_uvm config not found!! vboxnetflt config not found!! vboxnetadp config not found!! vboxdrv config not found!! 8812au config not found!! nvidia_drm config not found!! nvidia_modeset config not found!! Any insight?

sir_lucjan commented on 2017-11-21 21:04 (UTC)

@johnnybegood I also recommended blk-mq patches.

johnnybegood commented on 2017-11-21 20:55 (UTC)

Works perfect for me as well. However, I still miss the old single queue bfq, the now called "bfq-sq" that was never merged into the official kernel, so I compiled ck with sirlucjan latest patch for 4.14 (https://raw.githubusercontent.com/sirlucjan/kernel-patches/master/4.14/4.14-bfq-sq-mq-git-20171114.patch) I find the combination of -ck and bfq-sq unbeatable. Maybe it's just me but it could be an addition to this excellent kernel. Graysky, thanks for your work and CK's!

zebulon commented on 2017-11-21 12:07 (UTC)

Works for me. Need to use scsi_mod.use_blk_mq=1 init option for blq as expected. @silvik: I do not need to use elevator=bfq, scsi_mod.use_blk_mq=1 is sufficient. I need however to set udev rules to set bfq.

graysky commented on 2017-11-20 21:37 (UTC)

CK pushed MuQSS v0.162 into ck1 for 4.14 so it's official. I merged with ARCH changes and here we go. Please test/provide feedback. I will hold off on pushing to [repo-ck] for at least 24 h to get some feedback.

silvik commented on 2017-11-20 20:12 (UTC)

BFQ works for me with scsi_mod.use_blk_mq=1 elevator=bfq kernel options.