summaryrefslogtreecommitdiff
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2024-01-22 11:58:15 -0800
committerJakub Kicinski <kuba@kernel.org>2024-01-24 13:55:19 -0800
commit0719b5338a0cbe80d1637a5fb03d8141b5bfc7a1 (patch)
treed7abc9f3db7e0f86a27a6fb40aa746d37076fa46 /net/unix/af_unix.c
parent9f538b415db862e74b8c5d3abbccfc1b2b6caa38 (diff)
selftests: net: fix rps_default_mask with >32 CPUs
If there is more than 32 cpus the bitmask will start to contain commas, leading to: ./rps_default_mask.sh: line 36: [: 00000000,00000000: integer expression expected Remove the commas, bash doesn't interpret leading zeroes as oct so that should be good enough. Switch to bash, Simon reports that not all shells support this type of substitution. Fixes: c12e0d5f267d ("self-tests: introduce self-tests for RPS default mask") Reviewed-by: Simon Horman <horms@kernel.org> Link: https://lore.kernel.org/r/20240122195815.638997-1-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions