This commit is contained in:
P. Jung 2021-12-14 16:49:47 +00:00
parent 0a6db86087
commit c22cf35a65
No known key found for this signature in database
GPG key ID: AFC052D06215E148
2 changed files with 178 additions and 178 deletions

View file

@ -1,7 +1,7 @@
pkgbase = linux-cachyos-bmq
pkgdesc = Linux CFS scheduler Kernel by CachyOS and with some other patches and other improvements
pkgver = 5.15.7
pkgrel = 2
pkgver = 5.15.8
pkgrel = 1
url = https://github.com/CachyOS/linux-cachyos
arch = x86_64
arch = x86_64_v3
@ -19,7 +19,7 @@ pkgbase = linux-cachyos-bmq
makedepends = tar
makedepends = xz
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.7.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.8.tar.xz
source = config
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-prjc.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-arch-patches.patch
@ -32,6 +32,7 @@ pkgbase = linux-cachyos-bmq
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-block-patches.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-cpu-patches.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-misc.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-page-table-check.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-btrfs-patches.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-clearlinux-patches.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-intel-patches.patch
@ -40,7 +41,6 @@ pkgbase = linux-cachyos-bmq
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-futex-wait.v-fsync-winesync.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-hwmon-patches.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-ksmbd-patches.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-damon.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-pf-patches.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-lqx-patches.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-lrng-patches.patch
@ -51,7 +51,7 @@ pkgbase = linux-cachyos-bmq
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-zstd.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-xfs-backport.patch
source = auto-cpu-optimization.sh
md5sums = b79700122766ccf561f032eb3c8da27e
md5sums = 5b04a1db6305c993d7f55db334a2b415
md5sums = d97e86d9464dd34683f67de4d4a595c0
md5sums = 25fe602949e5b92d08df96e55e418d7a
md5sums = 2627c6fcd9760b0e7a3553500db0a7e1
@ -64,6 +64,7 @@ pkgbase = linux-cachyos-bmq
md5sums = 56ceaed8bfb44eca93298ccc5fe11ca7
md5sums = 67764a5824b567b49bcce19c01d4e1b3
md5sums = 299b176cbfc1b386d74406387e9e2d6b
md5sums = 152706f6ebbe9917c6a5955cd5447344
md5sums = 5b9a009ab68ba548e9d06e0932ab967d
md5sums = 41887f2f959068e41756f4c39671ca79
md5sums = b04c8a3f01b3dfba1410e2c26ec7d975
@ -72,7 +73,6 @@ pkgbase = linux-cachyos-bmq
md5sums = 8c354c3d1962ec6785db7f0c3fbbab03
md5sums = 9b6369bc4c58ad0d9195b5c204ed4b8a
md5sums = c6efda5716e4ff79ebdbc963bebd851a
md5sums = 408dfabb34f2b79aa2f5044b052703db
md5sums = 08c84362cb916b30d9c77e35b1b3bc54
md5sums = 56fdf3562b041c0408d9751b7e447977
md5sums = b09b84168822521426f197610727618b
@ -97,5 +97,5 @@ pkgname = linux-cachyos-bmq
pkgname = linux-cachyos-bmq-headers
pkgdesc = Headers and scripts for building modules for the Linux CFS scheduler Kernel by CachyOS and with some other patches and other improvements
depends = linux-cachyos-bmq=5.15.7
depends = linux-cachyos-bmq=5.15.8
depends = pahole

342
PKGBUILD
View file

@ -79,6 +79,8 @@ _use_optimization_select=
### Enable DAMON
_damon=
_use_page_check=y
### Selecting the ZSTD compression level
# ATTENTION - one of two predefined values should be selected!
# 'ultra' - highest compression ratio
@ -121,13 +123,13 @@ else
pkgbase=linux-cachyos-bmq
fi
_major=5.15
_minor=7
_minor=8
pkgver=${_major}.${_minor}
_srcname=linux-${pkgver}
arch=(x86_64 x86_64_v3)
pkgdesc='Linux CFS scheduler Kernel by CachyOS and with some other patches and other improvements'
_srcname=linux-${pkgver}
pkgrel=2
pkgrel=1
arch=('x86_64' 'x86_64_v3')
url="https://github.com/CachyOS/linux-cachyos"
license=('GPL2')
@ -154,16 +156,16 @@ source=("https://cdn.kernel.org/pub/linux/kernel/v${pkgver%%.*}.x/${_srcname}.ta
"${_patchsource}/0001-block-patches.patch"
"${_patchsource}/0001-cpu-patches.patch"
"${_patchsource}/0001-misc.patch"
"${_patchsource}/0001-page-table-check.patch"
"${_patchsource}/0001-btrfs-patches.patch"
"${_patchsource}/0001-clearlinux-patches.patch"
"${_patchsource}/0001-intel-patches.patch"
"${_patchsource}/0001-ntfs3.patch"
# "${_patchsource}/0001-ck-hrtimer.patch"
"${_patchsource}/0001-fixes-miscellaneous.patch"
"${_patchsource}/0001-futex-wait.v-fsync-winesync.patch"
"${_patchsource}/0001-hwmon-patches.patch"
"${_patchsource}/0001-ksmbd-patches.patch"
"${_patchsource}/0001-damon.patch"
# "${_patchsource}/0001-damon-patches.patch"
"${_patchsource}/0001-pf-patches.patch"
"${_patchsource}/0001-lqx-patches.patch"
"${_patchsource}/0001-lrng-patches.patch"
@ -256,185 +258,183 @@ prepare() {
fi
if [ -n "$_use_cfi" ] && [ -n "$_use_llvm_lto" ]; then
scripts/config --enable CONFIG_ARCH_SUPPORTS_CFI_CLANG
scripts/config --enable CONFIG_CFI_CLANG
fi
scripts/config --enable CONFIG_ARCH_SUPPORTS_CFI_CLANG
scripts/config --enable CONFIG_CFI_CLANG
fi
if [ -n "$_use_pgo" ]; then
scripts/config --enable CONFIG_ARCH_SUPPORTS_PGO_CLANG
scripts/config --enable DEBUG_FS
scripts/config --enable CONFIG_PGO_CLANG
fi
if [ -n "$_use_pgo" ]; then
scripts/config --enable CONFIG_ARCH_SUPPORTS_PGO_CLANG
scripts/config --enable DEBUG_FS
scripts/config --enable CONFIG_PGO_CLANG
fi
### Microarchitecture Optimization (GCC/CLANG)
if [ -n "$_use_auto_optimization" ]; then
"${srcdir}"/auto-cpu-optimization.sh
fi
### Microarchitecture Optimization (GCC/CLANG)
if [ -n "$_use_auto_optimization" ]; then
"${srcdir}"/auto-cpu-optimization.sh
fi
if [ -n "$_use_optimization_select" ]; then
source "${startdir}"/configure
cpu_arch
fi
if [ -n "$_use_optimization_select" ]; then
source "${startdir}"/configure
cpu_arch
fi
### Optionally set tickrate to 1000
if [ -n "$_1k_HZ_ticks" ]; then
echo "Setting tick rate to 1k..."
scripts/config --disable CONFIG_HZ_300
scripts/config --enable CONFIG_HZ_1000
scripts/config --set-val CONFIG_HZ 1000
fi
### Optionally set tickrate to 750HZ
if [ -n "$_750_HZ_ticks" ]; then
echo "Setting tick rate to 750HZ..."
scripts/config --disable CONFIG_HZ_300
scripts/config --enable CONFIG_HZ_750
scripts/config --set-val CONFIG_HZ 750
fi
### Optionally set tickrate to 600HZ
if [ -n "$_600_HZ_ticks" ]; then
echo "Setting tick rate to 600HZ..."
scripts/config --disable CONFIG_HZ_300
scripts/config --enable CONFIG_HZ_600
scripts/config --set-val CONFIG_HZ 600
fi
### Optionally set tickrate to 500HZ
if [ -n "$_500_HZ_ticks" ]; then
echo "Setting tick rate to 500HZ..."
scripts/config --disable CONFIG_HZ_300
scripts/config --enable CONFIG_HZ_500
scripts/config --set-val CONFIG_HZ 500
fi
### Optionally disable NUMA for 64-bit kernels only
# (x86 kernels do not support NUMA)
if [ -n "$_NUMAdisable" ]; then
echo "Disabling NUMA from kernel config..."
scripts/config --disable CONFIG_NUMA
fi
if [ -n "$_fsync" ]; then
echo "Enable Fsync support"
scripts/config --enable CONFIG_FUTEX
scripts/config --enable CONFIG_FUTEX_PI
fi
### Optionally set tickrate to 2000HZ
if [ -n "$_2k_HZ_ticks" ]; then
echo "Setting tick rate to 2k..."
scripts/config --disable CONFIG_HZ_300
scripts/config --enable CONFIG_HZ_2000
scripts/config --set-val CONFIG_HZ 2000
fi
if [ -n "$_winesync" ]; then
echo "Enable winesync support"
scripts/config --module CONFIG_WINESYNC
fi
### Optionally set tickrate to 1000
if [ -n "$_1k_HZ_ticks" ]; then
echo "Setting tick rate to 1k..."
scripts/config --disable CONFIG_HZ_300
scripts/config --enable CONFIG_HZ_1000
scripts/config --set-val CONFIG_HZ 1000
fi
### Disable MQ-Deadline I/O scheduler
if [ -n "$_mq_deadline_disable" ]; then
echo "Disabling MQ-Deadline I/O scheduler..."
scripts/config --disable CONFIG_MQ_IOSCHED_DEADLINE
fi
### Optionally set tickrate to 750HZ
if [ -n "$_750_HZ_ticks" ]; then
echo "Setting tick rate to 750HZ..."
scripts/config --disable CONFIG_HZ_300
scripts/config --enable CONFIG_HZ_750
scripts/config --set-val CONFIG_HZ 750
fi
### Optionally set tickrate to 600HZ
if [ -n "$_600_HZ_ticks" ]; then
echo "Setting tick rate to 600HZ..."
scripts/config --disable CONFIG_HZ_300
scripts/config --enable CONFIG_HZ_600
scripts/config --set-val CONFIG_HZ 600
fi
### Optionally set tickrate to 500HZ
if [ -n "$_500_HZ_ticks" ]; then
echo "Setting tick rate to 500HZ..."
scripts/config --disable CONFIG_HZ_300
scripts/config --enable CONFIG_HZ_500
scripts/config --set-val CONFIG_HZ 500
fi
### Optionally disable NUMA for 64-bit kernels only
# (x86 kernels do not support NUMA)
if [ -n "$_NUMAdisable" ]; then
echo "Disabling NUMA from kernel config..."
scripts/config --disable CONFIG_NUMA
fi
if [ -n "$_fsync" ]; then
echo "Enable Fsync support"
scripts/config --enable CONFIG_FUTEX
scripts/config --enable CONFIG_FUTEX_PI
fi
### Disable Kyber I/O scheduler
if [ -n "$_kyber_disable" ]; then
echo "Disabling Kyber I/O scheduler..."
scripts/config --disable CONFIG_MQ_IOSCHED_KYBER
fi
if [ -n "$_winesync" ]; then
echo "Enable winesync support"
scripts/config --module CONFIG_WINESYNC
fi
### Enable protect mappings under memory pressure
if [ -n "$_mm_protect" ]; then
echo "Enabling protect file mappings under memory pressure..."
scripts/config --enable CONFIG_UNEVICTABLE_FILE
scripts/config --set-val CONFIG_UNEVICTABLE_FILE_KBYTES_LOW 0
scripts/config --set-val CONFIG_UNEVICTABLE_FILE_KBYTES_MIN 0
echo "Enabling protect anonymous mappings under memory pressure..."
scripts/config --enable CONFIG_UNEVICTABLE_ANON
scripts/config --set-val CONFIG_UNEVICTABLE_ANON_KBYTES_LOW 0
scripts/config --set-val CONFIG_UNEVICTABLE_ANON_KBYTES_MIN 0
fi
### Disable MQ-Deadline I/O scheduler
if [ -n "$_mq_deadline_disable" ]; then
echo "Disabling MQ-Deadline I/O scheduler..."
scripts/config --disable CONFIG_MQ_IOSCHED_DEADLINE
fi
### Enable multigenerational LRU
if [ -n "$_lru_enable" ]; then
echo "Enabling multigenerational LRU..."
scripts/config --enable CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNG
scripts/config --enable CONFIG_LRU_GEN
scripts/config --set-val CONFIG_NR_LRU_GENS 7
scripts/config --set-val CONFIG_TIERS_PER_GEN 4
scripts/config --enable CONFIG_LRU_GEN_ENABLED
scripts/config --disable CONFIG_LRU_GEN_STATS
fi
### Disable Kyber I/O scheduler
if [ -n "$_kyber_disable" ]; then
echo "Disabling Kyber I/O scheduler..."
scripts/config --disable CONFIG_MQ_IOSCHED_KYBER
fi
### Enable DAMON
if [ -n "$_damon" ]; then
echo "Enabling DAMON..."
scripts/config --enable CONFIG_DAMON
scripts/config --disable CONFIG_DAMON_VADDR
scripts/config --disable CONFIG_DAMON_DBGFS
scripts/config --enable CONFIG_DAMON_PADDR
scripts/config --enable CONFIG_DAMON_RECLAIM
fi
### Enable Linux Random Number Generator
if [ -n "$_lrng_enable" ]; then
echo "Enabling Linux Random Number Generator ..."
echo "Enabling Linux Random Number Generator with pfkernel config..."
scripts/config --enable CONFIG_LRNG
scripts/config --enable CONFIG_LRNG_OVERSAMPLE_ENTROPY_SOURCES
scripts/config --set-val CONFIG_CONFIG_LRNG_OVERSAMPLE_ES_BITS 64
scripts/config --set-val CONFIG_LRNG_SEED_BUFFER_INIT_ADD_BITS 128
scripts/config --enable CONFIG_LRNG_IRQ
scripts/config --enable CONFIG_LRNG_CONTINUOUS_COMPRESSION_ENABLED
scripts/config --disable CONFIG_LRNG_CONTINUOUS_COMPRESSION_DISABLED
scripts/config --enable CONFIG_LRNG_ENABLE_CONTINUOUS_COMPRESSION
scripts/config --enable CONFIG_LRNG_SWITCHABLE_CONTINUOUS_COMPRESSION
scripts/config --disable CONFIG_LRNG_COLLECTION_SIZE_512
scripts/config --enable CONFIG_LRNG_COLLECTION_SIZE_1024
scripts/config --disable CONFIG_LRNG_COLLECTION_SIZE_2048
scripts/config --disable CONFIG_LRNG_COLLECTION_SIZE_4096
scripts/config --disable CONFIG_LRNG_COLLECTION_SIZE_8192
scripts/config --set-val CONFIG_LRNG_COLLECTION_SIZE 1024
scripts/config --enable CONFIG_LRNG_HEALTH_TESTS
scripts/config --set-val CONFIG_LRNG_RCT_CUTOFF 31
scripts/config --set-val CONFIG_LRNG_APT_CUTOFF 325
scripts/config --set-val CONFIG_LRNG_IRQ_ENTROPY_RATE 256
scripts/config --enable CONFIG_LRNG_JENT
scripts/config --set-val CONFIG_LRNG_JENT_ENTROPY_RATE 16
scripts/config --enable CONFIG_LRNG_CPU
scripts/config --set-val CONFIG_LRNG_CPU_ENTROPY_RATE 8
scripts/config --enable CONFIG_LRNG_DRNG_SWITCH
scripts/config --enable CONFIG_LRNG_KCAPI_HASH
scripts/config --module CONFIG_LRNG_DRBG
scripts/config --module CONFIG_LRNG_KCAPI
scripts/config --enable CONFIG_LRNG_TESTING_MENU
scripts/config --disable CONFIG_LRNG_RAW_HIRES_ENTROPY
scripts/config --disable CONFIG_LRNG_RAW_JIFFIES_ENTROPY
scripts/config --disable CONFIG_LRNG_RAW_IRQ_ENTROPY
scripts/config --disable CONFIG_LRNG_RAW_IRQFLAGS_ENTROPY
scripts/config --disable CONFIG_LRNG_RAW_RETIP_ENTROPY
scripts/config --disable CONFIG_LRNG_RAW_REGS_ENTROPY
scripts/config --disable CONFIG_LRNG_RAW_ARRAY
scripts/config --disable CONFIG_LRNG_IRQ_PERF
scripts/config --disable CONFIG_LRNG_ACVT_HASH
scripts/config --enable CONFIG_LRNG_RUNTIME_ES_CONFIG
scripts/config --disable CONFIG_LRNG_RUNTIME_MAX_WO_RESEED_CONFIG
scripts/config --disable CONFIG_LRNG_TEST_CPU_ES_COMPRESSION
scripts/config --enable CONFIG_LRNG_SELFTEST
scripts/config --disable CONFIG_LRNG_SELFTEST_PANIC
fi
### Enable protect mappings under memory pressure
if [ -n "$_mm_protect" ]; then
echo "Enabling protect file mappings under memory pressure..."
scripts/config --enable CONFIG_UNEVICTABLE_FILE
scripts/config --set-val CONFIG_UNEVICTABLE_FILE_KBYTES_LOW 0
scripts/config --set-val CONFIG_UNEVICTABLE_FILE_KBYTES_MIN 0
echo "Enabling protect anonymous mappings under memory pressure..."
scripts/config --enable CONFIG_UNEVICTABLE_ANON
scripts/config --set-val CONFIG_UNEVICTABLE_ANON_KBYTES_LOW 0
scripts/config --set-val CONFIG_UNEVICTABLE_ANON_KBYTES_MIN 0
fi
echo "Enable LLVM LTO"
if [ -n "$_use_llvm_lto" ]; then
scripts/config --disable CONFIG_LTO_NONE
fi
### Enable multigenerational LRU
if [ -n "$_lru_enable" ]; then
echo "Enabling multigenerational LRU..."
scripts/config --enable CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNG
scripts/config --enable CONFIG_LRU_GEN
scripts/config --set-val CONFIG_NR_LRU_GENS 7
scripts/config --set-val CONFIG_TIERS_PER_GEN 4
scripts/config --enable CONFIG_LRU_GEN_ENABLED
scripts/config --disable CONFIG_LRU_GEN_STATS
fi
### Enable DAMON
if [ -n "$_damon" ]; then
echo "Enabling DAMON..."
scripts/config --enable CONFIG_DAMON
scripts/config --disable CONFIG_DAMON_VADDR
scripts/config --disable CONFIG_DAMON_DBGFS
scripts/config --enable CONFIG_DAMON_PADDR
scripts/config --enable CONFIG_DAMON_RECLAIM
fi
### Enable Linux Random Number Generator
if [ -n "$_lrng_enable" ]; then
echo "Enabling Linux Random Number Generator ..."
echo "Enabling Linux Random Number Generator with pfkernel config..."
scripts/config --enable CONFIG_LRNG
scripts/config --enable CONFIG_LRNG_OVERSAMPLE_ENTROPY_SOURCES
scripts/config --set-val CONFIG_CONFIG_LRNG_OVERSAMPLE_ES_BITS 64
scripts/config --set-val CONFIG_LRNG_SEED_BUFFER_INIT_ADD_BITS 128
scripts/config --enable CONFIG_LRNG_IRQ
scripts/config --enable CONFIG_LRNG_CONTINUOUS_COMPRESSION_ENABLED
scripts/config --disable CONFIG_LRNG_CONTINUOUS_COMPRESSION_DISABLED
scripts/config --enable CONFIG_LRNG_ENABLE_CONTINUOUS_COMPRESSION
scripts/config --enable CONFIG_LRNG_SWITCHABLE_CONTINUOUS_COMPRESSION
scripts/config --disable CONFIG_LRNG_COLLECTION_SIZE_512
scripts/config --enable CONFIG_LRNG_COLLECTION_SIZE_1024
scripts/config --disable CONFIG_LRNG_COLLECTION_SIZE_2048
scripts/config --disable CONFIG_LRNG_COLLECTION_SIZE_4096
scripts/config --disable CONFIG_LRNG_COLLECTION_SIZE_8192
scripts/config --set-val CONFIG_LRNG_COLLECTION_SIZE 1024
scripts/config --enable CONFIG_LRNG_HEALTH_TESTS
scripts/config --set-val CONFIG_LRNG_RCT_CUTOFF 31
scripts/config --set-val CONFIG_LRNG_APT_CUTOFF 325
scripts/config --set-val CONFIG_LRNG_IRQ_ENTROPY_RATE 256
scripts/config --enable CONFIG_LRNG_JENT
scripts/config --set-val CONFIG_LRNG_JENT_ENTROPY_RATE 16
scripts/config --enable CONFIG_LRNG_CPU
scripts/config --set-val CONFIG_LRNG_CPU_ENTROPY_RATE 8
scripts/config --enable CONFIG_LRNG_DRNG_SWITCH
scripts/config --enable CONFIG_LRNG_KCAPI_HASH
scripts/config --module CONFIG_LRNG_DRBG
scripts/config --module CONFIG_LRNG_KCAPI
scripts/config --enable CONFIG_LRNG_TESTING_MENU
scripts/config --disable CONFIG_LRNG_RAW_HIRES_ENTROPY
scripts/config --disable CONFIG_LRNG_RAW_JIFFIES_ENTROPY
scripts/config --disable CONFIG_LRNG_RAW_IRQ_ENTROPY
scripts/config --disable CONFIG_LRNG_RAW_IRQFLAGS_ENTROPY
scripts/config --disable CONFIG_LRNG_RAW_RETIP_ENTROPY
scripts/config --disable CONFIG_LRNG_RAW_REGS_ENTROPY
scripts/config --disable CONFIG_LRNG_RAW_ARRAY
scripts/config --disable CONFIG_LRNG_IRQ_PERF
scripts/config --disable CONFIG_LRNG_ACVT_HASH
scripts/config --enable CONFIG_LRNG_RUNTIME_ES_CONFIG
scripts/config --disable CONFIG_LRNG_RUNTIME_MAX_WO_RESEED_CONFIG
scripts/config --disable CONFIG_LRNG_TEST_CPU_ES_COMPRESSION
scripts/config --enable CONFIG_LRNG_SELFTEST
scripts/config --disable CONFIG_LRNG_SELFTEST_PANIC
fi
echo "Enable LLVM LTO"
if [ -n "$_use_llvm_lto" ]; then
scripts/config --disable CONFIG_LTO_NONE
fi
if [ -n "$_use_page_check" ]; then
echo "Enable Page Table Check"
scripts/config --enable ARCH_SUPPORTS_PAGE_TABLE_CHECK
scripts/config --enable CONFIG_PAGE_TABLE_CHECK
scripts/config --enable CONFIG_PAGE_TABLE_CHECK_ENFORCED
fi
### Selecting the ZSTD compression level
if [ "$_zstd_level" = "ultra" ]; then
@ -494,7 +494,7 @@ prepare() {
scripts/config --enable CONFIG_CPU_FREQ_GOV_CONSERVATIVE
scripts/config --enable CONFIG_CPU_FREQ_GOV_USERSPACE
scripts/config --enable CONFIG_CPU_FREQ_GOV_SCHEDUTIL
echo "Enable AMD PSTATE v2 driver"
echo "Enable AMD PSTATE driver"
scripts/config --enable CONFIG_X86_AMD_PSTATE
scripts/config --enable CONFIG_AMD_PTDMA
echo "Enable Anbox"
@ -666,7 +666,7 @@ for _p in "${pkgname[@]}"; do
}"
done
md5sums=('b79700122766ccf561f032eb3c8da27e'
md5sums=('5b04a1db6305c993d7f55db334a2b415'
'd97e86d9464dd34683f67de4d4a595c0'
'25fe602949e5b92d08df96e55e418d7a'
'2627c6fcd9760b0e7a3553500db0a7e1'
@ -679,6 +679,7 @@ md5sums=('b79700122766ccf561f032eb3c8da27e'
'56ceaed8bfb44eca93298ccc5fe11ca7'
'67764a5824b567b49bcce19c01d4e1b3'
'299b176cbfc1b386d74406387e9e2d6b'
'152706f6ebbe9917c6a5955cd5447344'
'5b9a009ab68ba548e9d06e0932ab967d'
'41887f2f959068e41756f4c39671ca79'
'b04c8a3f01b3dfba1410e2c26ec7d975'
@ -687,7 +688,6 @@ md5sums=('b79700122766ccf561f032eb3c8da27e'
'8c354c3d1962ec6785db7f0c3fbbab03'
'9b6369bc4c58ad0d9195b5c204ed4b8a'
'c6efda5716e4ff79ebdbc963bebd851a'
'408dfabb34f2b79aa2f5044b052703db'
'08c84362cb916b30d9c77e35b1b3bc54'
'56fdf3562b041c0408d9751b7e447977'
'b09b84168822521426f197610727618b'