WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #33: new file mode 100644 WARNING: line length of 82 exceeds 80 columns #55: FILE: tools/testing/selftests/bpf/prog_tests/test_veristat.c:18: + snprintf(fix->tmpfile, sizeof(fix->tmpfile), "/tmp/test_veristat.XXXXXX"); WARNING: Avoid unnecessary line continuations #76: FILE: tools/testing/selftests/bpf/prog_tests/test_veristat.c:39: + "./veristat set_global_vars.bpf.o"\ WARNING: line length of 89 exceeds 80 columns #98: FILE: tools/testing/selftests/bpf/prog_tests/test_veristat.c:61: + ASSERT_NEQ(NULL, strstr(fix->output, "_w=0x80000000 "), "var_s32 = -0x80000000"); WARNING: line length of 88 exceeds 80 columns #99: FILE: tools/testing/selftests/bpf/prog_tests/test_veristat.c:62: + ASSERT_NEQ(NULL, strstr(fix->output, "_w=0x76543210 "), "var_u32 = 0x76543210"); WARNING: line length of 90 exceeds 80 columns #155: FILE: tools/testing/selftests/bpf/prog_tests/test_veristat.c:118: + ASSERT_NEQ(NULL, strstr(fix->output, "is out of range [-2147483648; 2147483647]"), WARNING: Use of volatile is usually wrong: see Documentation/process/volatile-considered-harmful.rst #179: FILE: tools/testing/selftests/bpf/progs/set_global_vars.c:14: +const volatile __s64 var_s64 = -1; WARNING: Use of volatile is usually wrong: see Documentation/process/volatile-considered-harmful.rst #180: FILE: tools/testing/selftests/bpf/progs/set_global_vars.c:15: +const volatile __u64 var_u64 = 0; WARNING: Use of volatile is usually wrong: see Documentation/process/volatile-considered-harmful.rst #181: FILE: tools/testing/selftests/bpf/progs/set_global_vars.c:16: +const volatile __s32 var_s32 = -1; WARNING: Use of volatile is usually wrong: see Documentation/process/volatile-considered-harmful.rst #182: FILE: tools/testing/selftests/bpf/progs/set_global_vars.c:17: +const volatile __u32 var_u32 = 0; WARNING: Use of volatile is usually wrong: see Documentation/process/volatile-considered-harmful.rst #183: FILE: tools/testing/selftests/bpf/progs/set_global_vars.c:18: +const volatile __s16 var_s16 = -1; WARNING: Use of volatile is usually wrong: see Documentation/process/volatile-considered-harmful.rst #184: FILE: tools/testing/selftests/bpf/progs/set_global_vars.c:19: +const volatile __u16 var_u16 = 0; WARNING: Use of volatile is usually wrong: see Documentation/process/volatile-considered-harmful.rst #185: FILE: tools/testing/selftests/bpf/progs/set_global_vars.c:20: +const volatile __s8 var_s8 = -1; WARNING: Use of volatile is usually wrong: see Documentation/process/volatile-considered-harmful.rst #186: FILE: tools/testing/selftests/bpf/progs/set_global_vars.c:21: +const volatile __u8 var_u8 = 0; WARNING: Use of volatile is usually wrong: see Documentation/process/volatile-considered-harmful.rst #187: FILE: tools/testing/selftests/bpf/progs/set_global_vars.c:22: +const volatile enum Enum var_ea = EA1; WARNING: Use of volatile is usually wrong: see Documentation/process/volatile-considered-harmful.rst #188: FILE: tools/testing/selftests/bpf/progs/set_global_vars.c:23: +const volatile enum Enumu64 var_eb = EB1; WARNING: Use of volatile is usually wrong: see Documentation/process/volatile-considered-harmful.rst #189: FILE: tools/testing/selftests/bpf/progs/set_global_vars.c:24: +const volatile enum Enums64 var_ec = EC1; WARNING: Use of volatile is usually wrong: see Documentation/process/volatile-considered-harmful.rst #190: FILE: tools/testing/selftests/bpf/progs/set_global_vars.c:25: +const volatile bool var_b = false; WARNING: Use of volatile is usually wrong: see Documentation/process/volatile-considered-harmful.rst #197: FILE: tools/testing/selftests/bpf/progs/set_global_vars.c:32: + volatile __s8 a; total: 0 errors, 19 warnings, 0 checks, 176 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. Commit da4a7625471c ("selftests/bpf: introduce veristat test") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. total: 0 errors, 19 warnings, 0 checks, 176 lines checked