Package Details: linux-cachyos-headers 6.11.0-1

Git Clone URL: https://aur.archlinux.org/linux-cachyos.git (read-only, click to copy)
Package Base: linux-cachyos
Description: Headers and scripts for building modules for the Linux SCHED-EXT + BORE + Cachy Sauce Kernel by CachyOS with other patches and improvements kernel
Upstream URL: https://github.com/CachyOS/linux-cachyos
Keywords: cachyos kernel linux
Licenses: GPL-2.0-only
Submitter: ptr1337
Maintainer: ptr1337 (sir_lucjan)
Last Packager: sir_lucjan
Votes: 22
Popularity: 1.09
First Submitted: 2021-10-12 18:31 (UTC)
Last Updated: 2024-09-16 09:16 (UTC)

Latest Comments

1 2 3 4 5 6 7 Next › Last »

pingwt commented on 2024-08-07 22:50 (UTC) (edited on 2024-08-07 23:24 (UTC) by pingwt)

Hello, I believe the hash of sched-ext patch isn't up-to-date to the commit 6.10: Update sched-ext in the kernel-patches source.

This is the same for both this package and the header package (edited, I realized just now they are under the same repo, so fixing one will fix the other).

I believe the correct b2sum should be b36978e78a9a5c4dbf759850d6277e1781e495863963dfaf6d625ea734a3b712d5b1a63a2d18745a70c6d22967c3ef901efe3817c01348f16accad90daef79e4 but feel free to recheck again.

newhotness88 commented on 2024-07-29 16:56 (UTC) (edited on 2024-07-29 17:52 (UTC) by newhotness88)

Hi, is the hash of 0001-cachyos-base-all.patch in the PKGBUILD outdated?

old: wget -qO - 'https://raw.githubusercontent.com/CachyOS/kernel-patches/365e48ccd8e9f31e3b036ebdd47732ad0e7ad720/6.10/all/0001-cachyos-base-all.patch' | b2sum # f7075dcb694165905daff9beddcceb195dfaacef22d9f5a711258707b5c7716ce46578698b02a34b187ff5bea491bc54acc89971193aba2e9ea6a446955dd022 -

current: wget -qO - 'https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.10/all/0001-cachyos-base-all.patch' | b2sum # c9460039fa270fad30a9f9f090a94cb6e05498c9733d715121fa130096d7eba8262d2aaaaf16844fd44110a53902018b512b136c99ea71514917e93660136fd1 -

Franck commented on 2024-07-24 04:31 (UTC)

@ptr managed to get it working with ur suggestions, The games running better this way, Ty, Merci

Franck commented on 2024-07-16 00:13 (UTC)

@ptr

u think its offending having a debug free kernel why and 2cd u make offers which are not really working, i did xpermient, no chnace .. more simply would be an PKGCONFIG Option ...

ptr1337 commented on 2024-07-15 05:24 (UTC)

@Franck

There is no reason to get offensive, just because you are not able to modify your changes correctly. Sched-ext depends on BTF, which depends on Debug being enabled, see:

https://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext.git/commit/?h=for-6.11&id=b5ba2e1a955417e78a6018fb736a14c03df0abcd

So, you need to force to disable sched-ext and should use the "linux-cachyos-eevdf" variant.

Then you remove the line: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=linux-cachyos#n534

and https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=linux-cachyos#n617 tools/bpf/bpftool/vmlinux.h

Really, stop being offensive, this is against the Code of Conduct at archlinux. We are just following arch linux defaults and we wont change this. If you make adjustments to our PKGBUILD, you are responsible for if something does not work.

Franck commented on 2024-07-15 00:52 (UTC)

@ptr it seems after a lot investigation in this problem that the ck-kernel also suffering this thing. So has nothing to to with sched-ext. It seems much more that you developers are not willing to really let us Gamers or other Users of critical intensive Applications can use a debug free Kernel ? If not so, provide pls an Option in PKGCONF as u claiming to offer to be an "Blazingly Fast & Customizable Linux distribution"

ptr1337 commented on 2024-07-13 14:15 (UTC)

Sorry, that will not happen. Compiling this kernels takes massive CPU time and our 2 Server do not have so many ressources left, that we can afford compiling on top 10 kernels or so.

You can simply install them on a update with "sudo pacman -U $LINK" and thats it, otherwise compile them yourself.

ufo_driver commented on 2024-07-13 14:13 (UTC)

@ptr1337 yes, you do have this kernels in your cachyos-vX repo. But that repo also contains like 500 additional packages so we can't just add a single line in our pacman.conf to get kernels only. If you had a separate repo like cachyos-kernel-vX containing only kernels - it would help community a lot.

Franck commented on 2024-07-13 04:43 (UTC)

just furck if u can u seem not be able also not be able having an xtra schuler combined with an kernel , so poor sry

ptr1337 commented on 2024-07-12 14:17 (UTC) (edited on 2024-07-12 14:19 (UTC) by ptr1337)

@Franck

This is not "rude". Dont take me wrong - you are modifying the PKGBUILD and having issues with it. Just use the predefined options and thats it.

Edit: The huge problem is, that sched-ext depends on debug config (btf/bpf support). If we provide an option to disable debug, the user wont know that sched-ext will not work anymore. This just makes it more complicated then it already is.