WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #79: new file mode 100644 WARNING: Missing a blank line after declarations #101: FILE: tools/testing/selftests/bpf/progs/verifier_const.c:18: + char buff[] = { '8', '4', '\0' }; + bpf_strtol(buff, sizeof(buff), 0, (long *)&foo); WARNING: Missing a blank line after declarations #111: FILE: tools/testing/selftests/bpf/progs/verifier_const.c:28: + char buff[] = { '8', '4', '\0' }; + bpf_strtol(buff, sizeof(buff), 0, &bar); WARNING: Missing a blank line after declarations #121: FILE: tools/testing/selftests/bpf/progs/verifier_const.c:38: + char buff[] = { '8', '4', '\0' }; + bpf_strtol(buff, sizeof(buff), 0, &bart); total: 0 errors, 4 warnings, 0 checks, 63 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 2a8bd911efe4 ("selftests/bpf: Add a test case to write into .rodata") 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, 4 warnings, 0 checks, 63 lines checked