refperf: Dynamically allocate experiment-summary output buffer
authorPaul E. McKenney <paulmck@kernel.org>
Tue, 26 May 2020 00:32:56 +0000 (17:32 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 29 Jun 2020 19:00:44 +0000 (12:00 -0700)
commitf518f154ecef347777db33b7c9b0581f245159f0
tree84008c5f471723313840f5399fda35a808e59a7c
parentdbf28efdae7bb51032eeb0fe1b6bd07d6f0f9b6c
refperf: Dynamically allocate experiment-summary output buffer

Currently, the buffer used to accumulate the experiment-summary output
is fixed size, which will cause problems if someone decides to run
one hundred experiments.  This commit therefore dynamically allocates
this buffer.

Cc: Joel Fernandes (Google) <joel@joelfernandes.org>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/rcu/refperf.c