WARNING: Prefer __aligned(8) over __attribute__((aligned(8))) #59: FILE: tools/testing/selftests/bpf/progs/verifier_array_access.c:548: + __u32 __attribute__((aligned(8))) key = 1; WARNING: line length of 88 exceeds 80 columns #69: FILE: tools/testing/selftests/bpf/progs/verifier_array_access.c:558: +__description("valid multiple map access into an array using constant without nullness") WARNING: Prefer __aligned(8) over __attribute__((aligned(8))) #73: FILE: tools/testing/selftests/bpf/progs/verifier_array_access.c:562: + __u32 __attribute__((aligned(8))) key = 1; WARNING: Prefer __aligned(8) over __attribute__((aligned(8))) #74: FILE: tools/testing/selftests/bpf/progs/verifier_array_access.c:563: + __u32 __attribute__((aligned(8))) key2 = 0; WARNING: line length of 104 exceeds 80 columns #87: FILE: tools/testing/selftests/bpf/progs/verifier_array_access.c:576: +__description("valid map access into an array using natural aligned 32-bit constant 0 without nullness") WARNING: line length of 83 exceeds 80 columns #105: FILE: tools/testing/selftests/bpf/progs/verifier_array_access.c:594: +__description("valid map access into a pcpu array using constant without nullness") WARNING: Prefer __aligned(8) over __attribute__((aligned(8))) #109: FILE: tools/testing/selftests/bpf/progs/verifier_array_access.c:598: + __u32 __attribute__((aligned(8))) key = 1; WARNING: line length of 81 exceeds 80 columns #119: FILE: tools/testing/selftests/bpf/progs/verifier_array_access.c:608: +__description("invalid map access into an array using constant without nullness") WARNING: Prefer __aligned(8) over __attribute__((aligned(8))) #124: FILE: tools/testing/selftests/bpf/progs/verifier_array_access.c:613: + __u32 __attribute__((aligned(8))) key = 3; WARNING: line length of 86 exceeds 80 columns #134: FILE: tools/testing/selftests/bpf/progs/verifier_array_access.c:623: +__description("invalid map access into an array using constant smaller than key_size") WARNING: Prefer __aligned(8) over __attribute__((aligned(8))) #138: FILE: tools/testing/selftests/bpf/progs/verifier_array_access.c:627: + __u32 __attribute__((aligned(8))) key; WARNING: line length of 85 exceeds 80 columns #157: FILE: tools/testing/selftests/bpf/progs/verifier_array_access.c:646: +__description("invalid map access into an array using constant larger than key_size") WARNING: line length of 81 exceeds 80 columns #165: FILE: tools/testing/selftests/bpf/progs/verifier_array_access.c:654: + * larger than the key size, the set bits may not be where we expect them WARNING: Prefer __aligned(8) over __attribute__((aligned(8))) #179: FILE: tools/testing/selftests/bpf/progs/verifier_array_access.c:668: + __u32 __attribute__((aligned(8))) key; WARNING: Avoid line continuations in quoted strings #194: FILE: tools/testing/selftests/bpf/progs/verifier_array_access.c:683: + asm volatile (" \ total: 0 errors, 15 warnings, 0 checks, 178 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 855ea499de89 ("bpf: selftests: verifier: Add nullness elision tests") 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, 15 warnings, 0 checks, 178 lines checked