Skip to content

Commit

Permalink
config-mpi: Reenable /proc/PID/io
Browse files Browse the repository at this point in the history
/proc/PID/io depend on TASK_IO_ACCOUNTING -> TASK_XACCT ->
TASKSTATS.

TASKSTATS has been autoselected by KVM until 63b3f96 ("kvm: Select
SCHED_INFO instead of TASK_DELAY_ACCT ") which landed in v5.14.

To keep this feature, select TASK_IO_ACCOUNTING and its dependencies
explicitly.
  • Loading branch information
donald committed Sep 23, 2022
1 parent 834e8d9 commit 8d0e75e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config-mpi
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ CONFIG_BPF_SYSCALL=y
CONFIG_PREEMPT_VOLUNTARY=y
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_BSD_PROCESS_ACCT_V3=y
CONFIG_TASKSTATS=y
CONFIG_TASK_XACCT=y
CONFIG_TASK_IO_ACCOUNTING=y
CONFIG_PSI=y
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
Expand Down

0 comments on commit 8d0e75e

Please sign in to comment.