Package Details: linux-cachyos 6.12.9-1

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)

Required by (14)

Sources (6)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

wustdsh commented on 2024-01-27 06:19 (UTC)

Applying patch bore-tuning-sysctl.patch...
patching file kernel/sched/fair.c
Hunk #1 FAILED at 67.
1 out of 1 hunk FAILED -- saving rejects to file kernel/sched/fair.c.rej

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.

_cachy_config=${_cachy_config-y}

If the "y" is away, it is disabled.

_cachy_config=${_cachy_config-}

You can also pass a variable to configure the settings on your own, for example:

env _cachy_config= _build_zfs=y makepkg -si

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 question

xuanruiqi 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)


  UPD     include/generated/compile.h
  CC      scripts/mod/empty.o
clang-15: error: optimization flag '-fexcess-precision=fast' is not supported [-Werror,-Wignored-optimization-argument]
make[1]: *** [scripts/Makefile.build:252: scripts/mod/empty.o] Error 1
make: *** [Makefile:1281: prepare0] Error 2

==> ERROR: Se produjo un fallo en prepare().
    Cancelando...

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

How can I avoid this?

Thanks in advance. Regards.