From 6f1938b047e0d89b60b117e7153f5a435b0bbb78 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 9 Aug 2019 11:44:59 +0200 Subject: [PATCH] linux5.2: enable CONFIG_PSI=y This gives better metrics for user-space out-of-memory handlers. No revbump to pick up at next minor release. --- srcpkgs/linux5.2/files/arm-dotconfig | 3 ++- srcpkgs/linux5.2/files/arm64-dotconfig | 3 ++- srcpkgs/linux5.2/files/i386-dotconfig | 3 ++- srcpkgs/linux5.2/files/ppc64-dotconfig | 3 ++- srcpkgs/linux5.2/files/ppc64le-dotconfig | 3 ++- srcpkgs/linux5.2/files/x86_64-dotconfig | 3 ++- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/srcpkgs/linux5.2/files/arm-dotconfig b/srcpkgs/linux5.2/files/arm-dotconfig index 5e8e25ea22d..49f723b4e2c 100644 --- a/srcpkgs/linux5.2/files/arm-dotconfig +++ b/srcpkgs/linux5.2/files/arm-dotconfig @@ -92,7 +92,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=y # end of CPU/Task time and stats accounting # diff --git a/srcpkgs/linux5.2/files/arm64-dotconfig b/srcpkgs/linux5.2/files/arm64-dotconfig index ff6eebf59cb..19ad0dd36de 100644 --- a/srcpkgs/linux5.2/files/arm64-dotconfig +++ b/srcpkgs/linux5.2/files/arm64-dotconfig @@ -93,7 +93,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=y # end of CPU/Task time and stats accounting CONFIG_CPU_ISOLATION=y diff --git a/srcpkgs/linux5.2/files/i386-dotconfig b/srcpkgs/linux5.2/files/i386-dotconfig index 98dc1a1f70a..95e3ee21773 100644 --- a/srcpkgs/linux5.2/files/i386-dotconfig +++ b/srcpkgs/linux5.2/files/i386-dotconfig @@ -106,7 +106,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=y # end of CPU/Task time and stats accounting CONFIG_CPU_ISOLATION=y diff --git a/srcpkgs/linux5.2/files/ppc64-dotconfig b/srcpkgs/linux5.2/files/ppc64-dotconfig index 0b397479ffc..0fe0db03e3d 100644 --- a/srcpkgs/linux5.2/files/ppc64-dotconfig +++ b/srcpkgs/linux5.2/files/ppc64-dotconfig @@ -92,7 +92,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=y # end of CPU/Task time and stats accounting CONFIG_CPU_ISOLATION=y diff --git a/srcpkgs/linux5.2/files/ppc64le-dotconfig b/srcpkgs/linux5.2/files/ppc64le-dotconfig index 0f9987af921..9d993bc6eb1 100644 --- a/srcpkgs/linux5.2/files/ppc64le-dotconfig +++ b/srcpkgs/linux5.2/files/ppc64le-dotconfig @@ -91,7 +91,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=y # end of CPU/Task time and stats accounting CONFIG_CPU_ISOLATION=y diff --git a/srcpkgs/linux5.2/files/x86_64-dotconfig b/srcpkgs/linux5.2/files/x86_64-dotconfig index cee35c0ec99..b9609bb0ca9 100644 --- a/srcpkgs/linux5.2/files/x86_64-dotconfig +++ b/srcpkgs/linux5.2/files/x86_64-dotconfig @@ -108,7 +108,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=y # end of CPU/Task time and stats accounting CONFIG_CPU_ISOLATION=y