mbox series

[v2,0/2] sched, arm64: enable CONFIG_SCHED_SMT for arm64

Message ID 20200227191433.31994-1-valentin.schneider@arm.com (mailing list archive)
Headers show
Series sched, arm64: enable CONFIG_SCHED_SMT for arm64 | expand

Message

Valentin Schneider Feb. 27, 2020, 7:14 p.m. UTC
Hi,

Strictly speaking those two patches are independent, but I figured it would
make sense to send them together (since one led to the other).

Patch 1 adds a sanity check against EAS + SMT.
Patch 2 enables CONFIG_SCHED_SMT in the arm64 defconfig.

Cheers,
Valentin

Revisions
=========

v1 -> v2
--------
o Collected Reviewed-by, Acked-by (Dietmar, Quentin)
o Added a warning when disabling EAS due to SMT (Dietmar)

Valentin Schneider (2):
  sched/topology: Don't enable EAS on SMT systems
  arm64: defconfig: enable CONFIG_SCHED_SMT

 arch/arm64/configs/defconfig |  1 +
 kernel/sched/topology.c      | 12 ++++++++++--
 2 files changed, 11 insertions(+), 2 deletions(-)

--
2.24.0

Comments

Peter Zijlstra March 2, 2020, 1:42 p.m. UTC | #1
On Thu, Feb 27, 2020 at 07:14:31PM +0000, Valentin Schneider wrote:
> Hi,
> 
> Strictly speaking those two patches are independent, but I figured it would
> make sense to send them together (since one led to the other).
> 
> Patch 1 adds a sanity check against EAS + SMT.
> Patch 2 enables CONFIG_SCHED_SMT in the arm64 defconfig.
> 

Thanks!