]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: arm64: Select TASK_DELAY_ACCT+TASKSTATS rather than SCHEDSTATS
authorSteven Price <steven.price@arm.com>
Thu, 24 Oct 2019 13:31:11 +0000 (14:31 +0100)
committerMarc Zyngier <maz@kernel.org>
Thu, 24 Oct 2019 13:49:45 +0000 (14:49 +0100)
commit133d2ea69210f26a2b0fab36946a9bc3810f3558
tree7805ab4f2d9215e71f0155028819f27bfe73e699
parent5189a98f449c2c2d278f46cd874732508ad98089
KVM: arm64: Select TASK_DELAY_ACCT+TASKSTATS rather than SCHEDSTATS

SCHEDSTATS requires DEBUG_KERNEL (and PROC_FS) and therefore isn't a
good choice for enabling the scheduling statistics required for stolen
time.

Instead match the x86 configuration and select TASK_DELAY_ACCT and
TASKSTATS. This adds the dependencies of NET && MULTIUSER for arm64 KVM.

Suggested-by: Marc Zyngier <maz@kernel.org>
Fixes: bdecae71bb3e ("KVM: arm64: Support stolen time reporting via shared structure")
Signed-off-by: Steven Price <steven.price@arm.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/kvm/Kconfig