summaryrefslogtreecommitdiff
path: root/tools/perf/scripts
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2026-08-08 09:34:16 -0700
committerJakub Kicinski <kuba@kernel.org>2026-08-10 16:46:14 -0700
commit4d2cbd620a7f3a02e59a4e65eaf30acee56e613c (patch)
treea693feb0be51819006dda681543cde41bb3bc797 /tools/perf/scripts
parentae2998ab62e40b3e134590dc5a233ae3367a7a2b (diff)
selftests: netdevsim: fix SIGPIPE flake in ethtool-coalesce
The adaptive-rx and adaptive-tx checks use 'ethtool -c | grep -q' under 'set -o pipefail'. grep -q exits as soon as it finds a match, which can happen before ethtool finishes writing its output. When that occurs, ethtool receives SIGPIPE causing (uninformative): # selftests: drivers/net/netdevsim: ethtool-coalesce.sh # FAILED 1/22 checks not ok 1 selftests: drivers/net/netdevsim: ethtool-coalesce.sh # exit=1 This happens on debug kernels in NIPA, ~4% of the time. Link: https://patch.msgid.link/20260808163416.2456810-1-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions