• Paul E. McKenney's avatar
    torture: Use numeric taskset argument in jitter.sh · 4567c76a
    Paul E. McKenney authored
    The jitter.sh script has some entertaining awk code to generate a
    hex mask from a randomly selected CPU number, which is handed to the
    "taskset" command.  Except that this command has a "-c" parameter to
    take a comma/dash-separated list of CPU numbers.  This commit therefore
    saves a few lines of awk by switching to a single-number CPU list.
    Signed-off-by: default avatarPaul E. McKenney <paulmck@kernel.org>
    4567c76a
jitter.sh 2.19 KB