Skip to content

6.15.0-1#465

Merged
ptr1337 merged 6 commits into
masterfrom
6.15
May 26, 2025
Merged

6.15.0-1#465
ptr1337 merged 6 commits into
masterfrom
6.15

Conversation

@1Naim

@1Naim 1Naim commented May 24, 2025

Copy link
Copy Markdown
Member

Closes #461
Closes #463

Comment thread linux-cachyos-deckify/config Outdated
@ptr1337

ptr1337 commented May 25, 2025

Copy link
Copy Markdown
Member

Kernel Manager needs to be adjusted for new CPU Optimization flags

@1Naim

1Naim commented May 26, 2025

Copy link
Copy Markdown
Member Author

virtualbox dkms is failing, probably needs ccflags-y treatment.

1Naim added 5 commits May 26, 2025 15:32
Signed-off-by: Eric Naim <dnaim@cachyos.org>
[ naim: Move common RUST configs to config file ]

Signed-off-by: Eric Naim <dnaim@cachyos.org>
Some server workloads benefit from omitting ticks for certain CPUs. The
default behaviour is also NOHZ_IDLE unless nohz_full=n is added to boot
cmdline.

Closes: #461
Signed-off-by: Eric Naim <dnaim@cachyos.org>
steamos-manager needs msi-wmi-platform to be loaded for TDP controls on
the MSI Claw to actually work. This can be done in one of three ways:
1. Implement autoloading functionality into the module itself for the
   Claw
2. Add `msi-wmi-platform` to /usr/lib/modules.load.d
3. Build it directly into the kernel

(1) is the best solution, but is the hardest to implement at a distro
level, and there isn't an estimate on when we can expect functionality
to be introduced. This leaves it to (2) and (3). I believe that (2) is
incredibly futile, since building it as a module first and
unconditionally loading it second is incredibly pointless.

There is also precedent in the Steam Deck modules being directly built,
so there's no reason why `msi-wmi-platform` can't be either.

Signed-off-by: Eric Naim <dnaim@cachyos.org>
Signed-off-by: Eric Naim <dnaim@cachyos.org>

@sirlucjan sirlucjan left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested, everything is fine

Signed-off-by: Peter Jung <admin@ptr1337.dev>
@ptr1337 ptr1337 merged commit b9fd92d into master May 26, 2025
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[linux-cachyos] Issues on resume from suspend-to-disk with amdgpu [linux-cachyos-server] Match tickless config with SCX upstream

4 participants