CHECK: Comparison to NULL could be written "!ctx.offsets" #150: FILE: arch/arm/net/bpf_jit_32.c:2167: + if (ctx.offsets == NULL) CHECK: Comparison to NULL could be written "!ctx.imms" #173: FILE: arch/arm/net/bpf_jit_32.c:2197: + if (ctx.imms == NULL) CHECK: Comparison to NULL could be written "!header" #185: FILE: arch/arm/net/bpf_jit_32.c:2220: + if (header == NULL) CHECK: Comparison to NULL could be written "!ctx.offset" #286: FILE: arch/arm64/net/bpf_jit_comp.c:2072: + if (ctx.offset == NULL) CHECK: Comparison to NULL could be written "!ctx.offset" #444: FILE: arch/loongarch/net/bpf_jit.c:1953: + if (ctx.offset == NULL) CHECK: Comparison to NULL could be written "!addrs" #723: FILE: arch/powerpc/net/bpf_jit_comp.c:183: + if (addrs == NULL) CHECK: Comparison to NULL could be written "!jit.addrs" #968: FILE: arch/s390/net/bpf_jit_comp.c:2334: + if (jit.addrs == NULL) CHECK: Comparison to NULL could be written "!ctx.offset" #1070: FILE: arch/sparc/net/bpf_jit_comp_64.c:1515: + if (ctx.offset == NULL) CHECK: Comparison to NULL could be written "!header" #1094: FILE: arch/sparc/net/bpf_jit_comp_64.c:1553: + if (header == NULL) WARNING: line length of 95 exceeds 80 columns #1463: FILE: kernel/bpf/core.c:1463: + rewritten = bpf_jit_blind_insn(insn, aux, insn_buff, prog->aux->verifier_zext); total: 0 errors, 1 warnings, 9 checks, 1371 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 0c08ad1eec32 ("bpf: Move constants blinding from JIT to verifier") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 1 warnings, 9 checks, 1371 lines checked