commit | 87227faf46b25dc70ce50c9d05efa2157917c18a | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Sat Sep 15 01:30:45 2018 +1000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Nov 20 18:00:10 2019 +0100 |
tree | cf22445d5c2138d4335799ce88b2f963b0af8379 | |
parent | be0255db201fab9550cd807a1293d4ec722b6cd5 [diff] |
powerpc/64s/hash: Fix stab_rr off by one initialization [ Upstream commit 09b4438db13fa83b6219aee5993711a2aa2a0c64 ] This causes SLB alloation to start 1 beyond the start of the SLB. There is no real problem because after it wraps it stats behaving properly, it's just surprisig to see when looking at SLB traces. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Signed-off-by: Sasha Levin <sashal@kernel.org>