Search Criteria
Package Details: linux-cachyos 6.12.9-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-cachyos.git (read-only, click to copy) |
---|---|
Package Base: | linux-cachyos |
Description: | The Linux BORE + LTO + AutoFDO Cachy Sauce Kernel by CachyOS with other patches and improvements. kernel and modules |
Upstream URL: | https://github.com/CachyOS/linux-cachyos |
Keywords: | cachyos kernel linux |
Licenses: | GPL-2.0-only |
Provides: | KSMBD-MODULE, NTSYNC-MODULE, UKSMD-BUILTIN, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE |
Submitter: | ptr1337 |
Maintainer: | ptr1337 (sir_lucjan) |
Last Packager: | sir_lucjan |
Votes: | 26 |
Popularity: | 3.00 |
First Submitted: | 2021-10-12 18:31 (UTC) |
Last Updated: | 2025-01-09 19:50 (UTC) |
Dependencies (20)
- coreutils (coreutils-gitAUR, busybox-coreutilsAUR, coreutils-hybrid-gitAUR, coreutils-selinuxAUR, coreutils-uutilsAUR, coreutils-hybridAUR)
- initramfs (booster-gitAUR, booster-wip-gitAUR, dracut-gitAUR, mkinitcpio-gitAUR, booster, dracut, mkinitcpio)
- kmod (busybox-coreutilsAUR, kmod-gitAUR)
- bc (bc-ghAUR) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cpio (cpio-gitAUR) (make)
- gettext (gettext-gitAUR) (make)
- libelf (elfutils-gitAUR) (make)
- lld (llvm-gitAUR) (make)
- llvm (llvm-gitAUR, llvm-minimal-gitAUR) (make)
- pahole (pahole-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- tar (tar-gitAUR, busybox-coreutilsAUR) (make)
- xz (xz-gitAUR) (make)
- zstd (zstd-gitAUR, zstd-staticAUR) (make)
- linux-firmware (linux-libre-firmwareAUR, linux-firmware-xzAUR, linux-firmware-gitAUR, linux-firmware-uncompressedAUR) (optional) – firmware images needed for some devices
- modprobed-dbAUR (optional) – Keeps track of EVERY kernel module that has ever been probed - useful for those of us who make localmodconfig
- scx-scheds (scx-scheds-gitAUR) (optional) – to use sched-ext schedulers
- wireless-regdb (optional) – to set the correct wireless channels of your country
Required by (14)
- ksmbd-tools (requires KSMBD-MODULE)
- linux-cachyos-headers
- mullvad-wg.sh-git (requires WIREGUARD-MODULE) (optional)
- piavpn-bin (requires WIREGUARD-MODULE) (optional)
- piavpn-manual-git (requires WIREGUARD-MODULE)
- uksmd (requires UKSMD-BUILTIN)
- uksmd-cachyos-nosystemd-git (requires UKSMD-BUILTIN) (optional)
- uksmd-git (requires UKSMD-BUILTIN)
- uksmd-nosystemd-git (requires UKSMD-BUILTIN) (optional)
- uksmdstats-git (requires UKSMD-BUILTIN) (optional)
- virtualbox-guest-utils-nox-svn (requires VIRTUALBOX-GUEST-MODULES)
- virtualbox-guest-utils-svn (requires VIRTUALBOX-GUEST-MODULES)
- wine-osu-spectator (requires NTSYNC-MODULE) (optional)
- wine-osu-spectator-wow64 (requires NTSYNC-MODULE) (optional)
Sources (6)
- auto-cpu-optimization.sh
- config
- https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.12.9.tar.xz
- https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.12/all/0001-cachyos-base-all.patch
- https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.12/misc/dkms-clang.patch
- https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.12/sched/0001-bore-cachy.patch
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »
wustdsh commented on 2024-01-27 06:19 (UTC)
There seems to be something wrong with
bore-tuning-sysctl.patch
, but I don't know how to fix this patch.danisztls commented on 2024-01-12 17:03 (UTC)
There are additional dependencies: flex and bison.
wustdsh commented on 2023-12-20 23:20 (UTC) (edited on 2023-12-20 23:28 (UTC) by wustdsh)
@ptr1337 thanks very much. The "y" at the end confused me a bit, I think I figured out some shell syntax
ptr1337 commented on 2023-12-20 18:44 (UTC) (edited on 2023-12-20 18:46 (UTC) by ptr1337)
@wustdsh
Little example:
The "y" at the end, means it is default enabled.
If the "y" is away, it is disabled.
You can also pass a variable to configure the settings on your own, for example:
Without editing the PKGBUILD at all. Just go with the way, you want to
There is no "anything". Most variables are only "y" or " " (nothing) to disable. There is for llvm LTO: _use_llvm_lto , which should be set to none, thin or full. But it is explained inside of the PKGBUILD
wustdsh commented on 2023-12-20 16:01 (UTC)
I see that each build option has a preset variable, like _cachy_config=${_cachy_config-y} .Should I just modify PKGBUILD or use
env _cachy_config-y=ANYTHING
. sorry probably a dumb questionxuanruiqi commented on 2023-09-18 14:21 (UTC)
Sorry, needs another checksum bump
Anarconda commented on 2023-08-17 07:37 (UTC) (edited on 2023-08-17 07:40 (UTC) by Anarconda)
Hi there, error messages when LTO is selected (both full or thin)
It is compiling as usual without LTO.
Thanks in advance. Regards.
Anarconda commented on 2023-08-15 11:35 (UTC) (edited on 2023-08-15 11:51 (UTC) by Anarconda)
@ptr1337 LTO -> Full Compiling a kernel without LTO right now. I'll edit when tested.
Edit 1. Nope. Messages are gone compiling without LTO.
ptr1337 commented on 2023-08-15 11:16 (UTC)
@ufo_driver
This issue was fixed. Was a regression in a 6.5 Scheduler patch.
@Anarconda Can you try a non LTO kernel? Did you use FULL or Thin LTO ?
Anarconda commented on 2023-08-14 18:31 (UTC) (edited on 2023-08-14 18:32 (UTC) by Anarconda)
Since version 6.4.10 your kernel (other kernels are not showing this) is dumping this:
https://pastebin.com/TgXb9AFr
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »