From 00edfec954c4210e63e7faee1261a693bd79963e Mon Sep 17 00:00:00 2001 From: MOVZX Date: Thu, 4 Dec 2025 17:59:07 +0700 Subject: [PATCH] Darkness descends Signed-off-by: MOVZX --- arch/arm64/configs/atoll_defconfig | 15 +++++++++------ scripts/mkcompile_h | 2 +- scripts/setlocalversion | 4 ++-- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/arch/arm64/configs/atoll_defconfig b/arch/arm64/configs/atoll_defconfig index 8229e743c65a..53a478fbd200 100644 --- a/arch/arm64/configs/atoll_defconfig +++ b/arch/arm64/configs/atoll_defconfig @@ -1,11 +1,11 @@ # CONFIG_ZONE_DMA is not set CONFIG_HOTPLUG_SIZE_BITS=29 -CONFIG_LOCALVERSION="-ShadowBladeX-TheNoah77-" +CONFIG_LOCALVERSION="-Darkness" CONFIG_LOCALVERSION_AUTO=n # CONFIG_FHANDLE is not set CONFIG_AUDIT=y # CONFIG_AUDITSYSCALL is not set -CONFIG_DEFAULT_HOSTNAME="Shahid Shamim" +CONFIG_DEFAULT_HOSTNAME="Telegram.org" CONFIG_NO_HZ=y CONFIG_HIGH_RES_TIMERS=y CONFIG_IRQ_TIME_ACCOUNTING=y @@ -1127,11 +1127,14 @@ CONFIG_TCP_CONG_WESTWOOD=y # CONFIG_TCP_CONG_CDG is not set CONFIG_TCP_CONG_BBR=y # CONFIG_DEFAULT_CUBIC is not set -CONFIG_DEFAULT_WESTWOOD=y -# CONFIG_DEFAULT_BBR is not set +# CONFIG_DEFAULT_WESTWOOD is not set +CONFIG_DEFAULT_BBR=y # CONFIG_DEFAULT_RENO is not set -CONFIG_DEFAULT_TCP_CONG="westwood" +CONFIG_DEFAULT_TCP_CONG="bbr" # CONFIG_TCP_MD5SIG is not set # ANDROID_SIMPLE_LMK -CONFIG_ANDROID_SIMPLE_LMK=y \ No newline at end of file +CONFIG_ANDROID_SIMPLE_LMK=y + +# BORE Scheduler +CONFIG_SCHED_BORE=y diff --git a/scripts/mkcompile_h b/scripts/mkcompile_h index 29a1589e2f0b..13370b41571f 100755 --- a/scripts/mkcompile_h +++ b/scripts/mkcompile_h @@ -81,7 +81,7 @@ UTS_TRUNCATE="cut -b -$UTS_LEN" CC_VERSION=$($CC -v 2>&1 | grep ' version ' | sed 's/[[:space:]]*$//') LD_VERSION=$($LD -v | head -n1 | sed 's/(compatible with [^)]*)//' \ | sed 's/[[:space:]]*$//') - printf '#define LINUX_COMPILER "%s"\n' "$CC_VERSION, $LD_VERSION" + printf '#define LINUX_COMPILER "%s"\n' "Clang" ) > .tmpcompile # Only replace the real compile.h if the new one is different, diff --git a/scripts/setlocalversion b/scripts/setlocalversion index 57588c303895..f8d64f9ec0d1 100755 --- a/scripts/setlocalversion +++ b/scripts/setlocalversion @@ -75,7 +75,7 @@ scm_version() # again using exactly 12 hex chars. else head="$(echo $head | cut -c1-12)" - printf '%s%s' -g $head + printf '%s%s' fi fi @@ -94,7 +94,7 @@ scm_version() git --no-optional-locks status -uno --porcelain 2>/dev/null || git diff-index --name-only HEAD } | grep -qvE '^(.. )?scripts/package'; then - printf '%s' -dirty + printf '%s' fi # All done with git