diff options
author | Paul E. McKenney <paulmck@kernel.org> | 2021-02-10 22:25:58 +0100 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2021-03-08 23:21:41 +0100 |
commit | 8126c57f00cea3502a017b7c76df1fac58f89e88 (patch) | |
tree | c81e5682d92d418dff541a4d5d8ea20185a1224c /Documentation/admin-guide | |
parent | rcu: Make rcu_read_unlock_special() expedite strict grace periods (diff) | |
download | linux-8126c57f00cea3502a017b7c76df1fac58f89e88.tar.xz linux-8126c57f00cea3502a017b7c76df1fac58f89e88.zip |
torture: Make jitter.sh handle large systems
The current jitter.sh script expects cpumask bits to fit into whatever
the awk interpreter uses for an integer, which clearly does not hold for
even medium-sized systems these days. This means that on a large system,
only the first 32 or 64 CPUs (depending) are subjected to jitter.sh
CPU-time perturbations. This commit therefore computes a given CPU's
cpumask using text manipulation rather than arithmetic shifts.
Reported-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'Documentation/admin-guide')
0 files changed, 0 insertions, 0 deletions