Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
pmaports
Commits
b742be28
Commit
b742be28
authored
3 years ago
by
Bart Ribbers
Browse files
Options
Downloads
Patches
Plain Diff
main/linux-postmarketos-qcom-msm8939: enable CONFIG_PSI
parent
6f2c87c4
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/linux-postmarketos-qcom-msm8939/APKBUILD
+2
-2
2 additions, 2 deletions
main/linux-postmarketos-qcom-msm8939/APKBUILD
main/linux-postmarketos-qcom-msm8939/config-postmarketos-qcom-msm8939.aarch64
+9
-1
9 additions, 1 deletion
...tos-qcom-msm8939/config-postmarketos-qcom-msm8939.aarch64
with
11 additions
and
3 deletions
main/linux-postmarketos-qcom-msm8939/APKBUILD
+
2
−
2
View file @
b742be28
...
...
@@ -4,7 +4,7 @@
_flavor
=
"postmarketos-qcom-msm8939"
pkgname
=
linux-
$_flavor
pkgver
=
5.9_rc7_git20210713
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"Mainline kernel fork for Qualcomm MSM8939 devices"
arch
=
"aarch64"
_carch
=
"arm64"
...
...
@@ -53,5 +53,5 @@ package() {
}
sha512sums
=
"
a50083ea1ef33b2326a4b241a82f923f7529155969523052dd3c3f330a7ff194f1ef081cb698fc1d866efca2d73ca027dbbc68edf265b88daebabde901a31613 linux-postmarketos-qcom-msm8939-5.9-rc7-v1.tar.gz
e397231c446d40cfc9e7054cf471203e8776ff0104f3d938c73bb854f9366c926cf4b6315939ee915b7a75dc82b95bcd81012c460e26e861cc5141f521116b66
config-postmarketos-qcom-msm8939.aarch64
63bcac95c93c3cce9aed6451df4d2e5ae41417fc379b408ffb0b8124c4363cc78ca94e1e640aed24c566110ffa79aaebbb7c3f7bbb524da780b83274e144d1eb
config-postmarketos-qcom-msm8939.aarch64
"
This diff is collapsed.
Click to expand it.
main/linux-postmarketos-qcom-msm8939/config-postmarketos-qcom-msm8939.aarch64
+
9
−
1
View file @
b742be28
...
...
@@ -94,7 +94,8 @@ CONFIG_TASKSTATS=y
CONFIG_TASK_DELAY_ACCT=y
CONFIG_TASK_XACCT=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
CONFIG_CPU_ISOLATION=y
...
...
@@ -668,6 +669,9 @@ CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y
# end of GCOV-based kernel profiling
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
CONFIG_RT_MUTEXES=y
...
...
@@ -5064,6 +5068,10 @@ CONFIG_LSM="lockdown,yama,loadpin,safesetid,integrity,bpf"
# Memory initialization
#
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_FREE_DEFAULT_ON is not set
# end of Memory initialization
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment