sched/topology: Fix off by one bug
authorPeter Zijlstra <peterz@infradead.org>
Fri, 2 Nov 2018 13:22:25 +0000 (14:22 +0100)
committerIngo Molnar <mingo@kernel.org>
Sat, 3 Nov 2018 23:40:03 +0000 (00:40 +0100)
commit993f0b0510dad98b4e6e39506834dab0d13fd539
treea87e1227438aed493097db201463da1a95e4bdb5
parenta68d75081aeccfb169575bea6f452a5a12b9f49b
sched/topology: Fix off by one bug

With the addition of the NUMA identity level, we increased @level by
one and will run off the end of the array in the distance sort loop.

Fixed: 051f3ca02e46 ("sched/topology: Introduce NUMA identity node sched domain")
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/sched/topology.c