* [PR PATCH] linux-asahi: change default gov to schedutil
@ 2025-01-21 14:17 dkwo
2025-01-22 2:46 ` [PR PATCH] [Merged]: " classabbyamp
0 siblings, 1 reply; 2+ messages in thread
From: dkwo @ 2025-01-21 14:17 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 523 bytes --]
There is a new pull request by dkwo against master on the void-packages repository
https://github.com/dkwo/void-packages asahi-small-fix
https://github.com/void-linux/void-packages/pull/54064
linux-asahi: change default gov to schedutil
- I tested the changes in this PR: **YES**
- I built this PR locally for my native architecture, (aarch64-gLIBC)
[ci skip]
cc @classabbyamp This is what upstream recommends in their wiki.
A patch file from https://github.com/void-linux/void-packages/pull/54064.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-asahi-small-fix-54064.patch --]
[-- Type: text/x-diff, Size: 2115 bytes --]
From 0cc491f06024bf28106081400d4cc046430e283a Mon Sep 17 00:00:00 2001
From: dkwo <npiazza@disroot.org>
Date: Tue, 21 Jan 2025 14:44:49 +0100
Subject: [PATCH] linux-asahi: change default gov to schedutil
---
srcpkgs/linux-asahi/files/arm64-dotconfig | 8 ++++----
srcpkgs/linux-asahi/template | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/srcpkgs/linux-asahi/files/arm64-dotconfig b/srcpkgs/linux-asahi/files/arm64-dotconfig
index 06d5a21d81e29f..334de5cb4829f1 100755
--- a/srcpkgs/linux-asahi/files/arm64-dotconfig
+++ b/srcpkgs/linux-asahi/files/arm64-dotconfig
@@ -30,7 +30,7 @@ CONFIG_THREAD_INFO_IN_TASK=y
CONFIG_INIT_ENV_ARG_LIMIT=32
# CONFIG_COMPILE_TEST is not set
# CONFIG_WERROR is not set
-CONFIG_LOCALVERSION="+2-asahi_1"
+CONFIG_LOCALVERSION="+2-asahi_2"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_BUILD_SALT=""
CONFIG_DEFAULT_INIT=""
@@ -607,9 +607,9 @@ CONFIG_CPU_FREQ_STAT=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
-CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
+# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
-# CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL is not set
+CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL=y
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=m
CONFIG_CPU_FREQ_GOV_USERSPACE=m
@@ -6506,7 +6506,7 @@ CONFIG_APPLE_RTKIT=y
CONFIG_APPLE_RTKIT_HELPER=y
CONFIG_APPLE_SART=y
CONFIG_RUST_APPLE_RTKIT=y
-CONFIG_APPLE_AOP=m
+CONFIG_APPLE_AOP=y
CONFIG_APPLE_SEP=y
# end of Apple SoC drivers
diff --git a/srcpkgs/linux-asahi/template b/srcpkgs/linux-asahi/template
index 71e8f0faaca388..a5f7283a035f31 100644
--- a/srcpkgs/linux-asahi/template
+++ b/srcpkgs/linux-asahi/template
@@ -1,7 +1,7 @@
# Template file for 'linux-asahi'
pkgname=linux-asahi
version=6.12.10+2
-revision=1
+revision=2
short_desc="Linux kernel and modules for Apple Silicon"
maintainer="Will Springer <skirmisher@protonmail.com>, dkwo <npiazza@disroot.org>"
license="GPL-2.0-only"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-01-22 2:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-21 14:17 [PR PATCH] linux-asahi: change default gov to schedutil dkwo
2025-01-22 2:46 ` [PR PATCH] [Merged]: " classabbyamp
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).