WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #58: new file mode 100644 WARNING: line length of 81 exceeds 80 columns #175: FILE: kernel/kexec_bpf/kexec_pe_parser_bpf.c:44: + * This function ensures that the sections .rodata, .data .bss and .rodata.str1.1 WARNING: Prefer __used over __attribute__((used)) #178: FILE: kernel/kexec_bpf/kexec_pe_parser_bpf.c:47: +__attribute__((used)) static int dummy(void) WARNING: line length of 107 exceeds 80 columns #180: FILE: kernel/kexec_bpf/kexec_pe_parser_bpf.c:49: + static const char res_kernel[16] __attribute__((used, section(".rodata"))) = KEXEC_RES_KERNEL_NAME; WARNING: Prefer __used over __attribute__((used)) #180: FILE: kernel/kexec_bpf/kexec_pe_parser_bpf.c:49: + static const char res_kernel[16] __attribute__((used, section(".rodata"))) = KEXEC_RES_KERNEL_NAME; WARNING: Prefer __section(".rodata") over __attribute__((section(".rodata"))) #180: FILE: kernel/kexec_bpf/kexec_pe_parser_bpf.c:49: + static const char res_kernel[16] __attribute__((used, section(".rodata"))) = KEXEC_RES_KERNEL_NAME; WARNING: line length of 100 exceeds 80 columns #181: FILE: kernel/kexec_bpf/kexec_pe_parser_bpf.c:50: + static char local_name[16] __attribute__((used, section(".data"))) = KEXEC_RES_CMDLINE_NAME; WARNING: Prefer __used over __attribute__((used)) #181: FILE: kernel/kexec_bpf/kexec_pe_parser_bpf.c:50: + static char local_name[16] __attribute__((used, section(".data"))) = KEXEC_RES_CMDLINE_NAME; WARNING: Prefer __section(".data") over __attribute__((section(".data"))) #181: FILE: kernel/kexec_bpf/kexec_pe_parser_bpf.c:50: + static char local_name[16] __attribute__((used, section(".data"))) = KEXEC_RES_CMDLINE_NAME; WARNING: Prefer __used over __attribute__((used)) #182: FILE: kernel/kexec_bpf/kexec_pe_parser_bpf.c:51: + static char res_cmdline[16] __attribute__((used, section(".bss"))); WARNING: Prefer __section(".bss") over __attribute__((section(".bss"))) #182: FILE: kernel/kexec_bpf/kexec_pe_parser_bpf.c:51: + static char res_cmdline[16] __attribute__((used, section(".bss"))); WARNING: Prefer __used over __attribute__((used)) #189: FILE: kernel/kexec_bpf/kexec_pe_parser_bpf.c:58: +__attribute__((used)) int BPF_PROG(parse_pe, struct kexec_context *context) WARNING: Prefer __used over __attribute__((used)) #195: FILE: kernel/kexec_bpf/kexec_pe_parser_bpf.c:64: +__attribute__((used)) int BPF_PROG(post_parse_pe, struct kexec_context *context) CHECK: Please use a blank line after function/struct/union/enum declarations #272: FILE: kernel/kexec_bpf/kexec_pe_parser_bpf.lskel.h:68: +} +static void CHECK: Please use a blank line after function/struct/union/enum declarations #290: FILE: kernel/kexec_bpf/kexec_pe_parser_bpf.lskel.h:86: +} +static inline struct kexec_pe_parser_bpf * WARNING: Avoid line continuations in quoted strings #310: FILE: kernel/kexec_bpf/kexec_pe_parser_bpf.lskel.h:106: + static const char opts_data[] __attribute__((__aligned__(8))) = "\ WARNING: Prefer __aligned(8) over __attribute__((__aligned__(8))) #310: FILE: kernel/kexec_bpf/kexec_pe_parser_bpf.lskel.h:106: + static const char opts_data[] __attribute__((__aligned__(8))) = "\ WARNING: Avoid line continuations in quoted strings #443: FILE: kernel/kexec_bpf/kexec_pe_parser_bpf.lskel.h:239: + static const char opts_insn[] __attribute__((__aligned__(8))) = "\ WARNING: Prefer __aligned(8) over __attribute__((__aligned__(8))) #443: FILE: kernel/kexec_bpf/kexec_pe_parser_bpf.lskel.h:239: + static const char opts_insn[] __attribute__((__aligned__(8))) = "\ WARNING: __always_unused or __maybe_unused is preferred over __attribute__((__unused__)) #624: FILE: kernel/kexec_bpf/kexec_pe_parser_bpf.lskel.h:420: +__attribute__((unused)) static void WARNING: line length of 82 exceeds 80 columns #625: FILE: kernel/kexec_bpf/kexec_pe_parser_bpf.lskel.h:421: +kexec_pe_parser_bpf__assert(struct kexec_pe_parser_bpf *s __attribute__((unused))) WARNING: __always_unused or __maybe_unused is preferred over __attribute__((__unused__)) #625: FILE: kernel/kexec_bpf/kexec_pe_parser_bpf.lskel.h:421: +kexec_pe_parser_bpf__assert(struct kexec_pe_parser_bpf *s __attribute__((unused))) total: 0 errors, 20 warnings, 2 checks, 561 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 003bcb05311a ("kexec: Introduce a bpf-prog lskel to parse PE file") 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, 20 warnings, 2 checks, 561 lines checked