Package Details: linux-covolunablu-gaming 6.1.12.arch1-1

Git Clone URL: https://aur.archlinux.org/linux-covolunablu-gaming.git (read-only, click to copy)
Package Base: linux-covolunablu-gaming
Description: The Linux kernel and modules; it includes BFQ as default scheduler (quite vanilla now, will add patches when needed).
Upstream URL: https://github.com/archlinux/linux/commits/v6.1.12-arch1
Keywords: bfq fsync futex futex2 gaming kernel linux proton
Licenses: GPL2
Provides: KSMBD-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE
Replaces: virtualbox-guest-modules-arch, wireguard-arch
Submitter: portaloffreedom
Maintainer: portaloffreedom (sten_gun)
Last Packager: portaloffreedom
Votes: 11
Popularity: 0.000000
First Submitted: 2015-11-11 15:53 (UTC)
Last Updated: 2023-02-19 15:12 (UTC)

Dependencies (20)

Required by (5)

Sources (3)

Latest Comments

1 2 3 4 Next › Last »

saburouta commented on 2022-11-02 06:44 (UTC)

It fails to build:

vmlinux.o: warning: objtool: entry_SYSCALL_compat+0x0: ANNOTATE_NOENDBR on ENDBR
  MODPOST vmlinux.symvers
  MODINFO modules.builtin.modinfo
  GEN     modules.builtin
  CC      .vmlinux.export.o
  LD      .tmp_vmlinux.btf
  BTF     .btf.vmlinux.bin.o
  LD      .tmp_vmlinux.kallsyms1
  KSYMS   .tmp_vmlinux.kallsyms1.S
  AS      .tmp_vmlinux.kallsyms1.S
  LD      .tmp_vmlinux.kallsyms2
  KSYMS   .tmp_vmlinux.kallsyms2.S
  AS      .tmp_vmlinux.kallsyms2.S
  LD      vmlinux
  BTFIDS  vmlinux
FAILED: load BTF from vmlinux: Invalid argument
make: *** [Makefile:1168: vmlinux] Error 255
make: *** Deleting file 'vmlinux'

avzb_arch commented on 2021-08-14 09:19 (UTC) (edited on 2021-08-14 09:26 (UTC) by avzb_arch)

gpg --recv-key 3B94A80E50A477C7 gpg: key 19802F8B0D70FC30: rejected by import screener gpg: Total number processed: 1

Hey guys, can't install it because GPG error when importing. Any solution?

(edit) solved with: gpg --keyserver pgp.mit.edu --recv-key 3B94A80E50A477C7

sten_gun commented on 2021-08-14 03:00 (UTC)

Kernel was updated with futex2 patches taken from linux-tkg (https://github.com/Frogging-Family/linux-tkg). Those futex2 patches are not the simplified ones sent for kernel inclusion on 5/08/2021 (I tried them and while it worked and futex2 showed up in /sys/kernel, no wine build is actually capable of detecting it), but are the last ones that actually work with wine and proton, submitted before that.

Satyrn commented on 2020-05-09 20:54 (UTC)

Your website still cant be reached for me btw. Repo is working tho.

sten_gun commented on 2020-05-09 19:55 (UTC)

Today we did server maintenance, but it should be up and running now.

Satyrn commented on 2020-05-09 17:41 (UTC)

What happened to the main repo?

portaloffreedom commented on 2020-01-20 20:50 (UTC)

Since the last update, I've added a new patch to improve Proton performance. Many thanks to the package https://aur.archlinux.org/packages/linux-fsync/ that provided the patch.

portaloffreedom commented on 2018-01-30 11:42 (UTC)

I keep this package in sync with the archlinux stable version. 4.15 will come out when the archlinux community decides 4.15 is ready to transition from Staging to Core.

sten_gun commented on 2017-12-22 20:51 (UTC) (edited on 2017-12-22 20:54 (UTC) by sten_gun)

@Plexcon for your systemd problem, I think you have to recompile virtual box modules (if you use dkms, recompile them).

About the advantages, if you had spent some time reading the other comments, the description and the patches in general you probably had found the culpirt: originally this kernel's main advantage was the inclusion of the BFQ disk scheduler patchset. After its inclusion on mainline linux since 4.12, we found out that you could not enable this scheduler as the default scheduler from the kernel itself, but you rather had to write udev rules for the disks on wich you want to enable the scheduler. After 4.11 we decided to continue this package adding only a patch that enables BFQ by default for all schedulers, the modified xpad module for the steam controller and HZ=1000 for cpu interrupts (wich is probably the setting wich incides more on the tests you posted) that could help increase system responsiveness/snappyness.

Finally, I want to point out that the bfq version that was accepted to merge into the kernel is based on blk-mq, while the old one that was included in this kernel isn't.

This kernel is intended for people that wants to low latency on disks and system usage in general, non for crunching big numbers. Some users gave us a positive feedback using this kernel for games instead of the stock arch kernel or other patched ones.

I hope I helped you, Happy holydays