main/linux-postmarketos-qcom-msm8939: enable CONFIG_PSI (MR 2497)
This commit is contained in:
parent
2431f5ec53
commit
536a5002ab
2 changed files with 11 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
_flavor="postmarketos-qcom-msm8939"
|
_flavor="postmarketos-qcom-msm8939"
|
||||||
pkgname=linux-$_flavor
|
pkgname=linux-$_flavor
|
||||||
pkgver=5.9_rc7_git20210713
|
pkgver=5.9_rc7_git20210713
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Mainline kernel fork for Qualcomm MSM8939 devices"
|
pkgdesc="Mainline kernel fork for Qualcomm MSM8939 devices"
|
||||||
arch="aarch64"
|
arch="aarch64"
|
||||||
_carch="arm64"
|
_carch="arm64"
|
||||||
|
@ -53,5 +53,5 @@ package() {
|
||||||
}
|
}
|
||||||
sha512sums="
|
sha512sums="
|
||||||
a50083ea1ef33b2326a4b241a82f923f7529155969523052dd3c3f330a7ff194f1ef081cb698fc1d866efca2d73ca027dbbc68edf265b88daebabde901a31613 linux-postmarketos-qcom-msm8939-5.9-rc7-v1.tar.gz
|
a50083ea1ef33b2326a4b241a82f923f7529155969523052dd3c3f330a7ff194f1ef081cb698fc1d866efca2d73ca027dbbc68edf265b88daebabde901a31613 linux-postmarketos-qcom-msm8939-5.9-rc7-v1.tar.gz
|
||||||
e397231c446d40cfc9e7054cf471203e8776ff0104f3d938c73bb854f9366c926cf4b6315939ee915b7a75dc82b95bcd81012c460e26e861cc5141f521116b66 config-postmarketos-qcom-msm8939.aarch64
|
63bcac95c93c3cce9aed6451df4d2e5ae41417fc379b408ffb0b8124c4363cc78ca94e1e640aed24c566110ffa79aaebbb7c3f7bbb524da780b83274e144d1eb config-postmarketos-qcom-msm8939.aarch64
|
||||||
"
|
"
|
||||||
|
|
|
@ -94,7 +94,8 @@ CONFIG_TASKSTATS=y
|
||||||
CONFIG_TASK_DELAY_ACCT=y
|
CONFIG_TASK_DELAY_ACCT=y
|
||||||
CONFIG_TASK_XACCT=y
|
CONFIG_TASK_XACCT=y
|
||||||
CONFIG_TASK_IO_ACCOUNTING=y
|
CONFIG_TASK_IO_ACCOUNTING=y
|
||||||
# CONFIG_PSI is not set
|
CONFIG_PSI=y
|
||||||
|
# CONFIG_PSI_DEFAULT_DISABLED is not set
|
||||||
# end of CPU/Task time and stats accounting
|
# end of CPU/Task time and stats accounting
|
||||||
|
|
||||||
CONFIG_CPU_ISOLATION=y
|
CONFIG_CPU_ISOLATION=y
|
||||||
|
@ -668,6 +669,9 @@ CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y
|
||||||
# end of GCOV-based kernel profiling
|
# end of GCOV-based kernel profiling
|
||||||
|
|
||||||
CONFIG_HAVE_GCC_PLUGINS=y
|
CONFIG_HAVE_GCC_PLUGINS=y
|
||||||
|
CONFIG_GCC_PLUGINS=y
|
||||||
|
# CONFIG_GCC_PLUGIN_LATENT_ENTROPY is not set
|
||||||
|
# CONFIG_GCC_PLUGIN_RANDSTRUCT is not set
|
||||||
# end of General architecture-dependent options
|
# end of General architecture-dependent options
|
||||||
|
|
||||||
CONFIG_RT_MUTEXES=y
|
CONFIG_RT_MUTEXES=y
|
||||||
|
@ -5064,6 +5068,10 @@ CONFIG_LSM="lockdown,yama,loadpin,safesetid,integrity,bpf"
|
||||||
# Memory initialization
|
# Memory initialization
|
||||||
#
|
#
|
||||||
CONFIG_INIT_STACK_NONE=y
|
CONFIG_INIT_STACK_NONE=y
|
||||||
|
# CONFIG_GCC_PLUGIN_STRUCTLEAK_USER is not set
|
||||||
|
# CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF is not set
|
||||||
|
# CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL is not set
|
||||||
|
# CONFIG_GCC_PLUGIN_STACKLEAK is not set
|
||||||
# CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set
|
# CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set
|
||||||
# CONFIG_INIT_ON_FREE_DEFAULT_ON is not set
|
# CONFIG_INIT_ON_FREE_DEFAULT_ON is not set
|
||||||
# end of Memory initialization
|
# end of Memory initialization
|
||||||
|
|
Loading…
Reference in a new issue