diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2023-07-03 03:27:04 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-07-19 16:22:17 +0200 |
commit | 561aaadf0d07ce0503a3ec8e684004345be5c93f (patch) | |
tree | 8eb6e2ce9e8f905e092ed19ae6564fc31386e99c /tools | |
parent | 40f83dd66a823400d8592e3b71e190e3ad978eb5 (diff) | |
download | linux-stable-561aaadf0d07ce0503a3ec8e684004345be5c93f.tar.gz linux-stable-561aaadf0d07ce0503a3ec8e684004345be5c93f.tar.bz2 linux-stable-561aaadf0d07ce0503a3ec8e684004345be5c93f.zip |
wireguard: queueing: use saner cpu selection wrapping
commit 7387943fa35516f6f8017a3b0e9ce48a3bef9faa upstream.
Using `% nr_cpumask_bits` is slow and complicated, and not totally
robust toward dynamic changes to CPU topologies. Rather than storing the
next CPU in the round-robin, just store the last one, and also return
that value. This simplifies the loop drastically into a much more common
pattern.
Fixes: e7096c131e51 ("net: WireGuard secure network tunnel")
Cc: stable@vger.kernel.org
Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
Tested-by: Manuel Leiner <manuel.leiner@gmx.de>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions