summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorTanner Love <tannerlove@google.com>2020-07-27 12:25:28 -0400
committerDavid S. Miller <davem@davemloft.net>2020-07-27 12:56:58 -0700
commit955cbe91bcf782c09afe369c95a20f0a4b6dcc3c (patch)
treea3f5d7cc9bcfc3a985224a87f12a5ec9aeca9c37 /security
parent5fd82200d870a5dd3e509c98ef2041f580b2c0e1 (diff)
downloadlinux-955cbe91bcf782c09afe369c95a20f0a4b6dcc3c.tar.bz2
selftests/net: rxtimestamp: fix clang issues for target arch PowerPC
The signedness of char is implementation-dependent. Some systems (including PowerPC and ARM) use unsigned char. Clang 9 threw: warning: result of comparison of constant -1 with expression of type \ 'char' is always true [-Wtautological-constant-out-of-range-compare] &arg_index)) != -1) { Tested: make -C tools/testing/selftests TARGETS="net" run_tests Fixes: 16e781224198 ("selftests/net: Add a test to validate behavior of rx timestamps") Signed-off-by: Tanner Love <tannerlove@google.com> Acked-by: Willem de Bruijn <willemb@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'security')
0 files changed, 0 insertions, 0 deletions