-
-
Save conor-pwbot/3401e4adc30d050d51eca89a539acffd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Errors and warnings before: 2054 this patch: 2055 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
W: Support for running offline not available (unshare: unshare failed: Operation not permitted) | |
I: config: PASS in 0:00:01.428007 | |
I: default: PASS in 0:20:12.337189 | |
I: kernel: PASS in 0:00:09.594712 | |
I: xipkernel: SKIP in 0:00:00.001317 | |
I: modules: PASS in 0:00:07.241631 | |
I: dtbs: PASS in 0:00:00.202662 | |
I: dtbs-legacy: SKIP in 0:00:00.001230 | |
I: debugkernel: PASS in 0:00:00.000942 | |
I: headers: PASS in 0:00:00.146010 | |
I: build output in /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/build | |
W: Support for running offline not available (unshare: unshare failed: Operation not permitted) | |
I: config: PASS in 0:00:01.475105 | |
I: default: PASS in 0:03:07.291800 | |
I: kernel: PASS in 0:00:09.578632 | |
I: xipkernel: SKIP in 0:00:00.001368 | |
I: modules: PASS in 0:00:07.226731 | |
I: dtbs: PASS in 0:00:00.216872 | |
I: dtbs-legacy: SKIP in 0:00:00.001277 | |
I: debugkernel: PASS in 0:00:00.000968 | |
I: headers: PASS in 0:00:00.160424 | |
I: build output in /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/build | |
W: Support for running offline not available (unshare: unshare failed: Operation not permitted) | |
I: config: PASS in 0:00:01.429532 | |
I: default: PASS in 0:20:47.409817 | |
I: kernel: PASS in 0:00:09.338405 | |
I: xipkernel: SKIP in 0:00:00.001338 | |
I: modules: PASS in 0:00:07.235801 | |
I: dtbs: PASS in 0:00:00.227072 | |
I: dtbs-legacy: SKIP in 0:00:00.001217 | |
I: debugkernel: PASS in 0:00:00.000939 | |
I: headers: PASS in 0:00:00.144908 | |
I: build output in /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/build | |
New errors added | |
--- /tmp/tmp.LAKsJZgvbb 2023-01-03 13:18:48.310905592 +0000 | |
+++ /tmp/tmp.sUS2H5q4tK 2023-01-03 13:39:58.566881596 +0000 | |
@@ -36,4 +36,7 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/io_uring/io_uring.c: In function '__io_submit_flush_completions': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/io_uring/io_uring.c:1439:40: warning: variable 'prev' set but not used [-Wunused-but-set-variable] | |
- 1439 | struct io_wq_work_node *node, *prev; | |
- | ^~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/tomoyo/audit.c: In function 'tomoyo_init_log': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/tomoyo/audit.c:290:9: warning: function 'tomoyo_init_log' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
+ 290 | vsnprintf(buf + pos, len - pos, fmt, args); | |
+ | ^~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/init/calibrate.c:261:37: warning: no previous prototype for 'calibrate_delay_is_known' [-Wmissing-prototypes] | |
+ 261 | unsigned long __attribute__((weak)) calibrate_delay_is_known(void) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~ | |
@@ -50,4 +53,5 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/tomoyo/audit.c: In function 'tomoyo_init_log': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/tomoyo/audit.c:290:9: warning: function 'tomoyo_init_log' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
- 290 | vsnprintf(buf + pos, len - pos, fmt, args); | |
- | ^~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/io_uring/io_uring.c: In function '__io_submit_flush_completions': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/io_uring/io_uring.c:1439:40: warning: variable 'prev' set but not used [-Wunused-but-set-variable] | |
+ 1439 | struct io_wq_work_node *node, *prev; | |
+ | ^~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/printk/printk.c:1907: warning: Function parameter or member 'cookie' not described in 'console_lock_spinning_disable_and_check' | |
@@ -62 +65,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/keys/trusted-keys/trusted_tpm2.c:203: warning: expecting prototype for tpm_buf_append_auth(). Prototype was for tpm2_buf_append_auth() instead | |
@@ -65,8 +68,4 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/audit.c:150: warning: Function parameter or member 'type' not described in 'aa_audit_msg' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/init/calibrate.c:261:37: warning: no previous prototype for 'calibrate_delay_is_known' [-Wmissing-prototypes] | |
- 261 | unsigned long __attribute__((weak)) calibrate_delay_is_known(void) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/lib.c:33: warning: Function parameter or member 't' not described in 'aa_free_str_table' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/lib.c:33: warning: Excess function parameter 'str' description in 'aa_free_str_table' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/lib.c:94: warning: Function parameter or member 'n' not described in 'skipn_spaces' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/lib.c:390: warning: Excess function parameter 'deny' description in 'aa_check_perms' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/keys/trusted-keys/trusted_tpm2.c:203: warning: expecting prototype for tpm_buf_append_auth(). Prototype was for tpm2_buf_append_auth() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/locking/lock_events.c:61:16: warning: no previous prototype for 'lockevent_read' [-Wmissing-prototypes] | |
+ 61 | ssize_t __weak lockevent_read(struct file *file, char __user *user_buf, | |
+ | ^~~~~~~~~~~~~~ | |
@@ -75,3 +74,17 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/match.c:148: warning: Function parameter or member 'tables' not described in 'verify_table_headers' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/match.c:289: warning: Function parameter or member 'kref' not described in 'aa_dfa_free_kref' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/match.c:289: warning: Excess function parameter 'kr' description in 'aa_dfa_free_kref' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:18: warning: cannot understand function prototype: 'struct page *pq_scribble_page; ' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:40: warning: Function parameter or member 'chan' not described in 'do_async_gen_syndrome' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:40: warning: Function parameter or member 'scfs' not described in 'do_async_gen_syndrome' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:40: warning: Function parameter or member 'disks' not described in 'do_async_gen_syndrome' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:40: warning: Function parameter or member 'unmap' not described in 'do_async_gen_syndrome' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:40: warning: Function parameter or member 'dma_flags' not described in 'do_async_gen_syndrome' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:40: warning: Function parameter or member 'submit' not described in 'do_async_gen_syndrome' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:109: warning: Function parameter or member 'blocks' not described in 'do_sync_gen_syndrome' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:109: warning: Function parameter or member 'offsets' not described in 'do_sync_gen_syndrome' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:109: warning: Function parameter or member 'disks' not described in 'do_sync_gen_syndrome' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:109: warning: Function parameter or member 'len' not described in 'do_sync_gen_syndrome' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:109: warning: Function parameter or member 'submit' not described in 'do_sync_gen_syndrome' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:301: warning: Function parameter or member 'offsets' not described in 'async_syndrome_val' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:301: warning: Excess function parameter 'offset' description in 'async_syndrome_val' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/arch/riscv/kernel/irq.c:27:25: warning: no previous prototype for 'do_riscv_irq' [-Wmissing-prototypes] | |
+ 27 | asmlinkage void noinstr do_riscv_irq(struct pt_regs *regs) | |
+ | ^~~~~~~~~~~~ | |
@@ -196,20 +209,39 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:18: warning: cannot understand function prototype: 'struct page *pq_scribble_page; ' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:40: warning: Function parameter or member 'chan' not described in 'do_async_gen_syndrome' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:40: warning: Function parameter or member 'scfs' not described in 'do_async_gen_syndrome' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:40: warning: Function parameter or member 'disks' not described in 'do_async_gen_syndrome' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:40: warning: Function parameter or member 'unmap' not described in 'do_async_gen_syndrome' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:40: warning: Function parameter or member 'dma_flags' not described in 'do_async_gen_syndrome' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:40: warning: Function parameter or member 'submit' not described in 'do_async_gen_syndrome' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:109: warning: Function parameter or member 'blocks' not described in 'do_sync_gen_syndrome' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:109: warning: Function parameter or member 'offsets' not described in 'do_sync_gen_syndrome' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:109: warning: Function parameter or member 'disks' not described in 'do_sync_gen_syndrome' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:109: warning: Function parameter or member 'len' not described in 'do_sync_gen_syndrome' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:109: warning: Function parameter or member 'submit' not described in 'do_sync_gen_syndrome' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:301: warning: Function parameter or member 'offsets' not described in 'async_syndrome_val' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:301: warning: Excess function parameter 'offset' description in 'async_syndrome_val' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/domain.c:279: warning: Function parameter or member 'perms' not described in 'change_profile_perms' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/domain.c:380: warning: Function parameter or member 'bprm' not described in 'find_attach' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/domain.c:380: warning: Function parameter or member 'head' not described in 'find_attach' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/domain.c:380: warning: Function parameter or member 'name' not described in 'find_attach' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/domain.c:380: warning: Function parameter or member 'info' not described in 'find_attach' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/domain.c:558: warning: Function parameter or member 'info' not described in 'x_to_label' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:1921:13: warning: no previous prototype for 'irq_domain_debugfs_init' [-Wmissing-prototypes] | |
+ 1921 | void __init irq_domain_debugfs_init(struct dentry *root) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:114: warning: Function parameter or member 'fwnode' not described in 'irq_domain_free_fwnode' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:947: warning: Function parameter or member 'd' not described in 'irq_domain_xlate_onecell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:947: warning: Function parameter or member 'ctrlr' not described in 'irq_domain_xlate_onecell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:947: warning: Function parameter or member 'intspec' not described in 'irq_domain_xlate_onecell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:947: warning: Function parameter or member 'intsize' not described in 'irq_domain_xlate_onecell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:947: warning: Function parameter or member 'out_hwirq' not described in 'irq_domain_xlate_onecell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:947: warning: Function parameter or member 'out_type' not described in 'irq_domain_xlate_onecell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:966: warning: Function parameter or member 'd' not described in 'irq_domain_xlate_twocell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:966: warning: Function parameter or member 'ctrlr' not described in 'irq_domain_xlate_twocell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:966: warning: Function parameter or member 'intspec' not described in 'irq_domain_xlate_twocell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:966: warning: Function parameter or member 'intsize' not described in 'irq_domain_xlate_twocell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:966: warning: Function parameter or member 'out_hwirq' not described in 'irq_domain_xlate_twocell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:966: warning: Function parameter or member 'out_type' not described in 'irq_domain_xlate_twocell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:989: warning: Function parameter or member 'd' not described in 'irq_domain_xlate_onetwocell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:989: warning: Function parameter or member 'ctrlr' not described in 'irq_domain_xlate_onetwocell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:989: warning: Function parameter or member 'intspec' not described in 'irq_domain_xlate_onetwocell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:989: warning: Function parameter or member 'intsize' not described in 'irq_domain_xlate_onetwocell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:989: warning: Function parameter or member 'out_hwirq' not described in 'irq_domain_xlate_onetwocell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:989: warning: Function parameter or member 'out_type' not described in 'irq_domain_xlate_onetwocell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:1014: warning: Function parameter or member 'd' not described in 'irq_domain_translate_onecell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:1014: warning: Function parameter or member 'fwspec' not described in 'irq_domain_translate_onecell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:1014: warning: Function parameter or member 'out_hwirq' not described in 'irq_domain_translate_onecell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:1014: warning: Function parameter or member 'out_type' not described in 'irq_domain_translate_onecell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:1035: warning: Function parameter or member 'd' not described in 'irq_domain_translate_twocell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:1035: warning: Function parameter or member 'fwspec' not described in 'irq_domain_translate_twocell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:1035: warning: Function parameter or member 'out_hwirq' not described in 'irq_domain_translate_twocell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:1035: warning: Function parameter or member 'out_type' not described in 'irq_domain_translate_twocell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/audit.c:150: warning: Function parameter or member 'type' not described in 'aa_audit_msg' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/tomoyo/common.c: In function 'tomoyo_addprintf': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/tomoyo/common.c:193:9: warning: function 'tomoyo_addprintf' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
+ 193 | vsnprintf(buffer + pos, len - pos - 1, fmt, args); | |
+ | ^~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/dma/debug.c:82: warning: Function parameter or member 'dev_addr' not described in 'dma_debug_entry' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/dma/debug.c:82: warning: Function parameter or member 'stack_len' not described in 'dma_debug_entry' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/dma/debug.c:82: warning: Function parameter or member 'stack_entries' not described in 'dma_debug_entry' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/yama/yama_lsm.c:116: warning: Function parameter or member 'work' not described in 'yama_relation_cleanup' | |
@@ -225,2 +257,2 @@ | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/arch/riscv/include/asm/syscall.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/arch/riscv/kernel/ptrace.c:11: | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/context_tracking.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/entry/common.c:3: | |
@@ -231,0 +264,20 @@ | |
+In function 'fortify_memcpy_chk', | |
+ inlined from 'syscall_get_arguments' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/arch/riscv/include/asm/syscall.h:65:2, | |
+ inlined from 'syscall_enter_audit' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/entry/common.c:43:3, | |
+ inlined from 'syscall_trace_enter.constprop' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/entry/common.c:83:2: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
+ 522 | __read_overflow2_field(q_size_field, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/match.c:148: warning: Function parameter or member 'tables' not described in 'verify_table_headers' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/match.c:289: warning: Function parameter or member 'kref' not described in 'aa_dfa_free_kref' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/match.c:289: warning: Excess function parameter 'kr' description in 'aa_dfa_free_kref' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/lib.c:33: warning: Function parameter or member 't' not described in 'aa_free_str_table' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/lib.c:33: warning: Excess function parameter 'str' description in 'aa_free_str_table' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/lib.c:94: warning: Function parameter or member 'n' not described in 'skipn_spaces' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/lib.c:390: warning: Excess function parameter 'deny' description in 'aa_check_perms' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/domain.c:279: warning: Function parameter or member 'perms' not described in 'change_profile_perms' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/domain.c:380: warning: Function parameter or member 'bprm' not described in 'find_attach' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/domain.c:380: warning: Function parameter or member 'head' not described in 'find_attach' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/domain.c:380: warning: Function parameter or member 'name' not described in 'find_attach' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/domain.c:380: warning: Function parameter or member 'info' not described in 'find_attach' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/domain.c:558: warning: Function parameter or member 'info' not described in 'x_to_label' | |
@@ -247,7 +299 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/arch/riscv/kernel/signal.c:319:27: warning: no previous prototype for 'do_work_pending' [-Wmissing-prototypes] | |
- 319 | asmlinkage __visible void do_work_pending(struct pt_regs *regs, | |
- | ^~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/tomoyo/common.c: In function 'tomoyo_addprintf': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/tomoyo/common.c:193:9: warning: function 'tomoyo_addprintf' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
- 193 | vsnprintf(buffer + pos, len - pos - 1, fmt, args); | |
- | ^~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/core/dev_ioctl.c:475: warning: Function parameter or member 'data' not described in 'dev_ioctl' | |
@@ -301,0 +348,18 @@ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/buildid.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/module.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/netfilter/ipset/ip_set_core.c:10: | |
+In function 'strncpy', | |
+ inlined from 'ip_set_rename' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/netfilter/ipset/ip_set_core.c:1331:2: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' specified bound 32 equals destination size [-Wstringop-truncation] | |
+ 68 | #define __underlying_strncpy __builtin_strncpy | |
+ | ^ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:144:16: note: in expansion of macro '__underlying_strncpy' | |
+ 144 | return __underlying_strncpy(p, q, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/time.c:479: warning: expecting prototype for set_normalized_timespec(). Prototype was for set_normalized_timespec64() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/time.c:553: warning: expecting prototype for msecs_to_jiffies(). Prototype was for __msecs_to_jiffies() instead | |
@@ -308,0 +373,30 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/hrtimer.c:120:35: warning: initialized field overwritten [-Woverride-init] | |
+ 120 | [CLOCK_REALTIME] = HRTIMER_BASE_REALTIME, | |
+ | ^~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/hrtimer.c:120:35: note: (near initialization for 'hrtimer_clock_to_base_table[0]') | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/hrtimer.c:121:35: warning: initialized field overwritten [-Woverride-init] | |
+ 121 | [CLOCK_MONOTONIC] = HRTIMER_BASE_MONOTONIC, | |
+ | ^~~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/hrtimer.c:121:35: note: (near initialization for 'hrtimer_clock_to_base_table[1]') | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/hrtimer.c:122:35: warning: initialized field overwritten [-Woverride-init] | |
+ 122 | [CLOCK_BOOTTIME] = HRTIMER_BASE_BOOTTIME, | |
+ | ^~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/hrtimer.c:122:35: note: (near initialization for 'hrtimer_clock_to_base_table[7]') | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/hrtimer.c:123:35: warning: initialized field overwritten [-Woverride-init] | |
+ 123 | [CLOCK_TAI] = HRTIMER_BASE_TAI, | |
+ | ^~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/hrtimer.c:123:35: note: (near initialization for 'hrtimer_clock_to_base_table[11]') | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/devpts/inode.c:563: warning: Function parameter or member 'fsi' not described in 'devpts_pty_new' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/devpts/inode.c:563: warning: Excess function parameter 'ptmx_inode' description in 'devpts_pty_new' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/devpts/inode.c:563: warning: Excess function parameter 'device' description in 'devpts_pty_new' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/devpts/inode.c:606: warning: Function parameter or member 'dentry' not described in 'devpts_get_priv' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/devpts/inode.c:606: warning: Excess function parameter 'pts_inode' description in 'devpts_get_priv' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/devpts/inode.c:619: warning: Function parameter or member 'dentry' not described in 'devpts_pty_kill' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/devpts/inode.c:619: warning: Excess function parameter 'inode' description in 'devpts_pty_kill' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/timekeeping.c:1705: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * We have three kinds of time sources to use for sleep time | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/timekeeping.c:1726: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * 1) can be determined whether to use or not only when doing | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/timekeeping.c:2423: warning: Function parameter or member 'txc' not described in 'do_adjtimex' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/timekeeping.c:2491: warning: Function parameter or member 'phase_ts' not described in 'hardpps' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/timekeeping.c:2491: warning: Function parameter or member 'raw_ts' not described in 'hardpps' | |
@@ -324,51 +418,3 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/locking/lock_events.c:61:16: warning: no previous prototype for 'lockevent_read' [-Wmissing-prototypes] | |
- 61 | ssize_t __weak lockevent_read(struct file *file, char __user *user_buf, | |
- | ^~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/capability.c:45: warning: Function parameter or member 'ab' not described in 'audit_cb' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/capability.c:45: warning: Function parameter or member 'va' not described in 'audit_cb' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/resource.c:111: warning: Function parameter or member 'label' not described in 'aa_task_setrlimit' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/resource.c:111: warning: Function parameter or member 'task' not described in 'aa_task_setrlimit' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/resource.c:111: warning: Function parameter or member 'resource' not described in 'aa_task_setrlimit' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/resource.c:111: warning: Function parameter or member 'new_rlim' not described in 'aa_task_setrlimit' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/printk/printk.c:1907: warning: Function parameter or member 'cookie' not described in 'console_lock_spinning_disable_and_check' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/yama/yama_lsm.c:116: warning: Function parameter or member 'work' not described in 'yama_relation_cleanup' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:1921:13: warning: no previous prototype for 'irq_domain_debugfs_init' [-Wmissing-prototypes] | |
- 1921 | void __init irq_domain_debugfs_init(struct dentry *root) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:114: warning: Function parameter or member 'fwnode' not described in 'irq_domain_free_fwnode' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:947: warning: Function parameter or member 'd' not described in 'irq_domain_xlate_onecell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:947: warning: Function parameter or member 'ctrlr' not described in 'irq_domain_xlate_onecell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:947: warning: Function parameter or member 'intspec' not described in 'irq_domain_xlate_onecell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:947: warning: Function parameter or member 'intsize' not described in 'irq_domain_xlate_onecell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:947: warning: Function parameter or member 'out_hwirq' not described in 'irq_domain_xlate_onecell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:947: warning: Function parameter or member 'out_type' not described in 'irq_domain_xlate_onecell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:966: warning: Function parameter or member 'd' not described in 'irq_domain_xlate_twocell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:966: warning: Function parameter or member 'ctrlr' not described in 'irq_domain_xlate_twocell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:966: warning: Function parameter or member 'intspec' not described in 'irq_domain_xlate_twocell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:966: warning: Function parameter or member 'intsize' not described in 'irq_domain_xlate_twocell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:966: warning: Function parameter or member 'out_hwirq' not described in 'irq_domain_xlate_twocell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:966: warning: Function parameter or member 'out_type' not described in 'irq_domain_xlate_twocell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:989: warning: Function parameter or member 'd' not described in 'irq_domain_xlate_onetwocell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:989: warning: Function parameter or member 'ctrlr' not described in 'irq_domain_xlate_onetwocell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:989: warning: Function parameter or member 'intspec' not described in 'irq_domain_xlate_onetwocell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:989: warning: Function parameter or member 'intsize' not described in 'irq_domain_xlate_onetwocell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:989: warning: Function parameter or member 'out_hwirq' not described in 'irq_domain_xlate_onetwocell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:989: warning: Function parameter or member 'out_type' not described in 'irq_domain_xlate_onetwocell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:1014: warning: Function parameter or member 'd' not described in 'irq_domain_translate_onecell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:1014: warning: Function parameter or member 'fwspec' not described in 'irq_domain_translate_onecell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:1014: warning: Function parameter or member 'out_hwirq' not described in 'irq_domain_translate_onecell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:1014: warning: Function parameter or member 'out_type' not described in 'irq_domain_translate_onecell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:1035: warning: Function parameter or member 'd' not described in 'irq_domain_translate_twocell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:1035: warning: Function parameter or member 'fwspec' not described in 'irq_domain_translate_twocell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:1035: warning: Function parameter or member 'out_hwirq' not described in 'irq_domain_translate_twocell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:1035: warning: Function parameter or member 'out_type' not described in 'irq_domain_translate_twocell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/integrity/ima/ima_policy.c:740: warning: Function parameter or member 'flags' not described in 'ima_match_policy' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/integrity/ima/ima_policy.c:1920: warning: Function parameter or member 'rule' not described in 'ima_parse_add_rule' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/integrity/ima/ima_policy.c:1964: warning: expecting prototype for ima_delete_rules() called to cleanup invalid in(). Prototype was for ima_delete_rules() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/pinctrl/mediatek/pinctrl-mt7986.c:68: warning: Enum value 'GPIO_BASE' not described in enum '(anonymous)' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/pinctrl/mediatek/pinctrl-mt7986.c:68: warning: Enum value 'IOCFG_RT_BASE' not described in enum '(anonymous)' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/pinctrl/mediatek/pinctrl-mt7986.c:68: warning: Enum value 'IOCFG_RB_BASE' not described in enum '(anonymous)' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/pinctrl/mediatek/pinctrl-mt7986.c:68: warning: Enum value 'IOCFG_LT_BASE' not described in enum '(anonymous)' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/pinctrl/mediatek/pinctrl-mt7986.c:68: warning: Enum value 'IOCFG_LB_BASE' not described in enum '(anonymous)' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/pinctrl/mediatek/pinctrl-mt7986.c:68: warning: Enum value 'IOCFG_TR_BASE' not described in enum '(anonymous)' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/pinctrl/mediatek/pinctrl-mt7986.c:68: warning: Enum value 'IOCFG_TL_BASE' not described in enum '(anonymous)' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/proc/meminfo.c:22:28: warning: no previous prototype for 'arch_report_meminfo' [-Wmissing-prototypes] | |
+ 22 | void __attribute__((weak)) arch_report_meminfo(struct seq_file *m) | |
+ | ^~~~~~~~~~~~~~~~~~~ | |
@@ -1233 +1279,2 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/uapi/asm-generic/unistd.h:26:37: note: in expansion of macro '__SYSCALL' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/tr/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/device_cgroup.c:835: warning: Excess function parameter 'dev_cgroup' description in 'devcgroup_legacy_check_permission' | |
+ees_rv/for-next/include/uapi/asm-generic/unistd.h:26:37: note: in expansion of macro '__SYSCALL' | |
@@ -4809,3 +4856,9 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/proc/meminfo.c:22:28: warning: no previous prototype for 'arch_report_meminfo' [-Wmissing-prototypes] | |
- 22 | void __attribute__((weak)) arch_report_meminfo(struct seq_file *m) | |
- | ^~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/integrity/ima/ima_policy.c:740: warning: Function parameter or member 'flags' not described in 'ima_match_policy' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/integrity/ima/ima_policy.c:1920: warning: Function parameter or member 'rule' not described in 'ima_parse_add_rule' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/integrity/ima/ima_policy.c:1964: warning: expecting prototype for ima_delete_rules() called to cleanup invalid in(). Prototype was for ima_delete_rules() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/capability.c:45: warning: Function parameter or member 'ab' not described in 'audit_cb' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/capability.c:45: warning: Function parameter or member 'va' not described in 'audit_cb' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/resource.c:111: warning: Function parameter or member 'label' not described in 'aa_task_setrlimit' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/resource.c:111: warning: Function parameter or member 'task' not described in 'aa_task_setrlimit' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/resource.c:111: warning: Function parameter or member 'resource' not described in 'aa_task_setrlimit' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/resource.c:111: warning: Function parameter or member 'new_rlim' not described in 'aa_task_setrlimit' | |
@@ -4815,69 +4868 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/integrity/evm/evm_main.c:335: warning: Excess function parameter 'inode' description in 'evm_read_protected_xattrs' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/integrity/evm/evm_main.c:407: warning: Function parameter or member 'iint' not described in 'evm_verifyxattr' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/integrity/evm/evm_main.c:805: warning: Function parameter or member 'mnt_userns' not described in 'evm_inode_setattr' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/integrity/evm/evm_main.c:805: warning: Function parameter or member 'attr' not described in 'evm_inode_setattr' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/integrity/evm/evm_crypto.c:53: warning: Function parameter or member 'keylen' not described in 'evm_set_key' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/integrity/evm/evm_crypto.c:53: warning: Excess function parameter 'size' description in 'evm_set_key' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/sched/sch_htb.c:214: warning: expecting prototype for htb_classify(). Prototype was for HTB_DIRECT() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/dma/debug.c:82: warning: Function parameter or member 'dev_addr' not described in 'dma_debug_entry' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/dma/debug.c:82: warning: Function parameter or member 'stack_len' not described in 'dma_debug_entry' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/dma/debug.c:82: warning: Function parameter or member 'stack_entries' not described in 'dma_debug_entry' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/core/dev_ioctl.c:475: warning: Function parameter or member 'data' not described in 'dev_ioctl' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/proc/proc_net.c:161: warning: Function parameter or member 'state_size' not described in 'proc_create_net_data_write' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/kunit/debugfs.c:28:6: warning: no previous prototype for 'kunit_debugfs_cleanup' [-Wmissing-prototypes] | |
- 28 | void kunit_debugfs_cleanup(void) | |
- | ^~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/kunit/debugfs.c:33:6: warning: no previous prototype for 'kunit_debugfs_init' [-Wmissing-prototypes] | |
- 33 | void kunit_debugfs_init(void) | |
- | ^~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/kunit/debugfs.c:92:6: warning: no previous prototype for 'kunit_debugfs_create_suite' [-Wmissing-prototypes] | |
- 92 | void kunit_debugfs_create_suite(struct kunit_suite *suite) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/kunit/debugfs.c:108:6: warning: no previous prototype for 'kunit_debugfs_destroy_suite' [-Wmissing-prototypes] | |
- 108 | void kunit_debugfs_destroy_suite(struct kunit_suite *suite) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/842/842_compress.c:479: warning: Function parameter or member 'in' not described in 'sw842_compress' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/842/842_compress.c:479: warning: Function parameter or member 'ilen' not described in 'sw842_compress' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/842/842_compress.c:479: warning: Function parameter or member 'out' not described in 'sw842_compress' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/842/842_compress.c:479: warning: Function parameter or member 'olen' not described in 'sw842_compress' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/842/842_compress.c:479: warning: Function parameter or member 'wmem' not described in 'sw842_compress' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/time.c:479: warning: expecting prototype for set_normalized_timespec(). Prototype was for set_normalized_timespec64() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/time.c:553: warning: expecting prototype for msecs_to_jiffies(). Prototype was for __msecs_to_jiffies() instead | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/buildid.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/module.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/netfilter/ipset/ip_set_core.c:10: | |
-In function 'strncpy', | |
- inlined from 'ip_set_rename' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/netfilter/ipset/ip_set_core.c:1331:2: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' specified bound 32 equals destination size [-Wstringop-truncation] | |
- 68 | #define __underlying_strncpy __builtin_strncpy | |
- | ^ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:144:16: note: in expansion of macro '__underlying_strncpy' | |
- 144 | return __underlying_strncpy(p, q, size); | |
- | ^~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/842/842_decompress.c:279: warning: Function parameter or member 'in' not described in 'sw842_decompress' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/842/842_decompress.c:279: warning: Function parameter or member 'ilen' not described in 'sw842_decompress' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/842/842_decompress.c:279: warning: Function parameter or member 'out' not described in 'sw842_decompress' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/842/842_decompress.c:279: warning: Function parameter or member 'olen' not described in 'sw842_decompress' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/mm/mmu_gather.c:73: warning: Function parameter or member 'vma' not described in 'tlb_flush_rmaps' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/device_cgroup.c:835: warning: Excess function parameter 'dev_cgroup' description in 'devcgroup_legacy_check_permission' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/hrtimer.c:120:35: warning: initialized field overwritten [-Woverride-init] | |
- 120 | [CLOCK_REALTIME] = HRTIMER_BASE_REALTIME, | |
- | ^~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/hrtimer.c:120:35: note: (near initialization for 'hrtimer_clock_to_base_table[0]') | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/hrtimer.c:121:35: warning: initialized field overwritten [-Woverride-init] | |
- 121 | [CLOCK_MONOTONIC] = HRTIMER_BASE_MONOTONIC, | |
- | ^~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/hrtimer.c:121:35: note: (near initialization for 'hrtimer_clock_to_base_table[1]') | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/hrtimer.c:122:35: warning: initialized field overwritten [-Woverride-init] | |
- 122 | [CLOCK_BOOTTIME] = HRTIMER_BASE_BOOTTIME, | |
- | ^~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/hrtimer.c:122:35: note: (near initialization for 'hrtimer_clock_to_base_table[7]') | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/hrtimer.c:123:35: warning: initialized field overwritten [-Woverride-init] | |
- 123 | [CLOCK_TAI] = HRTIMER_BASE_TAI, | |
- | ^~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/hrtimer.c:123:35: note: (near initialization for 'hrtimer_clock_to_base_table[11]') | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/tick-broadcast.c:1020: warning: Function parameter or member 'bc' not described in 'tick_broadcast_setup_oneshot' | |
@@ -4885,31 +4870 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/timekeeping.c:1705: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * We have three kinds of time sources to use for sleep time | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/timekeeping.c:1726: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * 1) can be determined whether to use or not only when doing | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/timekeeping.c:2423: warning: Function parameter or member 'txc' not described in 'do_adjtimex' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/timekeeping.c:2491: warning: Function parameter or member 'phase_ts' not described in 'hardpps' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/timekeeping.c:2491: warning: Function parameter or member 'raw_ts' not described in 'hardpps' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/argv_split.c:36: warning: Function parameter or member 'argv' not described in 'argv_free' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/video/backlight/ili922x.c:85: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * START_BYTE(id, rs, rw) | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/video/backlight/ili922x.c:118: warning: expecting prototype for CHECK_FREQ_REG(spi_device s, spi_transfer x)(). Prototype was for CHECK_FREQ_REG() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/pci/endpoint/functions/pci-epf-vntb.c:657: warning: Function parameter or member 'num_mws' not described in 'epf_ntb_mw_bar_clear' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/devpts/inode.c:563: warning: Function parameter or member 'fsi' not described in 'devpts_pty_new' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/devpts/inode.c:563: warning: Excess function parameter 'ptmx_inode' description in 'devpts_pty_new' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/devpts/inode.c:563: warning: Excess function parameter 'device' description in 'devpts_pty_new' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/devpts/inode.c:606: warning: Function parameter or member 'dentry' not described in 'devpts_get_priv' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/devpts/inode.c:606: warning: Excess function parameter 'pts_inode' description in 'devpts_get_priv' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/devpts/inode.c:619: warning: Function parameter or member 'dentry' not described in 'devpts_pty_kill' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/devpts/inode.c:619: warning: Excess function parameter 'inode' description in 'devpts_pty_kill' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpio/gpio-max730x.c:3: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * Copyright (C) 2006 Juergen Beisert, Pengutronix | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/cpumask.c:59: warning: Function parameter or member 'node' not described in 'alloc_cpumask_var_node' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/cpumask.c:154: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * Returns an arbitrary cpu within srcp1 & srcp2. | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/cgroup/rdma.c:209: warning: Function parameter or member 'cg' not described in 'rdmacg_uncharge_hierarchy' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/cgroup/rdma.c:230: warning: Function parameter or member 'cg' not described in 'rdmacg_uncharge' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/cgroup/cpuset.c:1309: warning: Function parameter or member 'cs' not described in 'update_parent_subparts_cpumask' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/cgroup/cpuset.c:1309: warning: Excess function parameter 'cpuset' description in 'update_parent_subparts_cpumask' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/cgroup/cpuset.c:3539: warning: Function parameter or member 'work' not described in 'cpuset_hotplug_workfn' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/cgroup/cpuset.c:3909: warning: Function parameter or member 'rotor' not described in 'cpuset_spread_node' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/cgroup/cpuset.c:3909: warning: expecting prototype for cpuset_mem_spread_node(). Prototype was for cpuset_spread_node() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/proc/proc_net.c:161: warning: Function parameter or member 'state_size' not described in 'proc_create_net_data_write' | |
@@ -4929,2 +4884,6 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/phy/qualcomm/phy-qcom-snps-femto-v2.c:136: warning: Function parameter or member 'update_seq_cfg' not described in 'qcom_snps_hsphy' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/tick-broadcast.c:1020: warning: Function parameter or member 'bc' not described in 'tick_broadcast_setup_oneshot' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/integrity/evm/evm_main.c:335: warning: Excess function parameter 'inode' description in 'evm_read_protected_xattrs' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/integrity/evm/evm_main.c:407: warning: Function parameter or member 'iint' not described in 'evm_verifyxattr' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/integrity/evm/evm_main.c:805: warning: Function parameter or member 'mnt_userns' not described in 'evm_inode_setattr' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/integrity/evm/evm_main.c:805: warning: Function parameter or member 'attr' not described in 'evm_inode_setattr' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/integrity/evm/evm_crypto.c:53: warning: Function parameter or member 'keylen' not described in 'evm_set_key' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/integrity/evm/evm_crypto.c:53: warning: Excess function parameter 'size' description in 'evm_set_key' | |
@@ -4938 +4896,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/video/fbdev/core/fbmon.c:1073: warning: expecting prototype for fb_get_hblank_by_freq(). Prototype was for fb_get_hblank_by_hfreq() instead | |
@@ -4941,3 +4898,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/decompress_inflate.c:42:17: warning: no previous prototype for '__gunzip' [-Wmissing-prototypes] | |
- 42 | STATIC int INIT __gunzip(unsigned char *buf, long len, | |
- | ^~~~~~~~ | |
@@ -4971,10 +4926,18 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/decompress_unxz.c:251:17: warning: no previous prototype for 'unxz' [-Wmissing-prototypes] | |
- 251 | STATIC int INIT unxz(unsigned char *in, long in_size, | |
- | ^~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/decompress_unzstd.c:331:17: warning: no previous prototype for 'unzstd' [-Wmissing-prototypes] | |
- 331 | STATIC int INIT unzstd(unsigned char *buf, long len, | |
- | ^~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/video/backlight/sky81452-backlight.c:64: warning: expecting prototype for struct sky81452_platform_data. Prototype was for struct sky81452_bl_platform_data instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpio/gpio-pcie-idio-24.c:139: warning: Function parameter or member 'plx' not described in 'idio_24_gpio' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/trace/rv/rv.c:252: warning: Function parameter or member 'mdef' not described in 'rv_disable_monitor' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/trace/rv/rv.c:263: warning: Function parameter or member 'mdef' not described in 'rv_enable_monitor' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/mm/mmu_gather.c:73: warning: Function parameter or member 'vma' not described in 'tlb_flush_rmaps' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/sched/sch_htb.c:214: warning: expecting prototype for htb_classify(). Prototype was for HTB_DIRECT() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/cgroup/rdma.c:209: warning: Function parameter or member 'cg' not described in 'rdmacg_uncharge_hierarchy' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/cgroup/rdma.c:230: warning: Function parameter or member 'cg' not described in 'rdmacg_uncharge' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/842/842_compress.c:479: warning: Function parameter or member 'in' not described in 'sw842_compress' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/842/842_compress.c:479: warning: Function parameter or member 'ilen' not described in 'sw842_compress' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/842/842_compress.c:479: warning: Function parameter or member 'out' not described in 'sw842_compress' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/842/842_compress.c:479: warning: Function parameter or member 'olen' not described in 'sw842_compress' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/842/842_compress.c:479: warning: Function parameter or member 'wmem' not described in 'sw842_compress' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/842/842_decompress.c:279: warning: Function parameter or member 'in' not described in 'sw842_decompress' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/842/842_decompress.c:279: warning: Function parameter or member 'ilen' not described in 'sw842_decompress' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/842/842_decompress.c:279: warning: Function parameter or member 'out' not described in 'sw842_decompress' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/842/842_decompress.c:279: warning: Function parameter or member 'olen' not described in 'sw842_decompress' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/cgroup/cpuset.c:1309: warning: Function parameter or member 'cs' not described in 'update_parent_subparts_cpumask' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/cgroup/cpuset.c:1309: warning: Excess function parameter 'cpuset' description in 'update_parent_subparts_cpumask' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/cgroup/cpuset.c:3539: warning: Function parameter or member 'work' not described in 'cpuset_hotplug_workfn' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/cgroup/cpuset.c:3909: warning: Function parameter or member 'rotor' not described in 'cpuset_spread_node' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/cgroup/cpuset.c:3909: warning: expecting prototype for cpuset_mem_spread_node(). Prototype was for cpuset_spread_node() instead | |
@@ -4983,0 +4947,32 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/reiserfs/prints.c: In function 'prepare_error_buf': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/reiserfs/prints.c:221:17: warning: function 'prepare_error_buf' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
+ 221 | p += vscnprintf(p, end - p, fmt1, args); | |
+ | ^ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/reiserfs/prints.c:260:9: warning: function 'prepare_error_buf' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
+ 260 | p += vscnprintf(p, end - p, fmt1, args); | |
+ | ^ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/pinctrl/mediatek/pinctrl-mt7986.c:68: warning: Enum value 'GPIO_BASE' not described in enum '(anonymous)' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/pinctrl/mediatek/pinctrl-mt7986.c:68: warning: Enum value 'IOCFG_RT_BASE' not described in enum '(anonymous)' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/pinctrl/mediatek/pinctrl-mt7986.c:68: warning: Enum value 'IOCFG_RB_BASE' not described in enum '(anonymous)' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/pinctrl/mediatek/pinctrl-mt7986.c:68: warning: Enum value 'IOCFG_LT_BASE' not described in enum '(anonymous)' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/pinctrl/mediatek/pinctrl-mt7986.c:68: warning: Enum value 'IOCFG_LB_BASE' not described in enum '(anonymous)' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/pinctrl/mediatek/pinctrl-mt7986.c:68: warning: Enum value 'IOCFG_TR_BASE' not described in enum '(anonymous)' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/pinctrl/mediatek/pinctrl-mt7986.c:68: warning: Enum value 'IOCFG_TL_BASE' not described in enum '(anonymous)' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/kunit/debugfs.c:28:6: warning: no previous prototype for 'kunit_debugfs_cleanup' [-Wmissing-prototypes] | |
+ 28 | void kunit_debugfs_cleanup(void) | |
+ | ^~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/kunit/debugfs.c:33:6: warning: no previous prototype for 'kunit_debugfs_init' [-Wmissing-prototypes] | |
+ 33 | void kunit_debugfs_init(void) | |
+ | ^~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/kunit/debugfs.c:92:6: warning: no previous prototype for 'kunit_debugfs_create_suite' [-Wmissing-prototypes] | |
+ 92 | void kunit_debugfs_create_suite(struct kunit_suite *suite) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/kunit/debugfs.c:108:6: warning: no previous prototype for 'kunit_debugfs_destroy_suite' [-Wmissing-prototypes] | |
+ 108 | void kunit_debugfs_destroy_suite(struct kunit_suite *suite) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/trace/rv/rv.c:252: warning: Function parameter or member 'mdef' not described in 'rv_disable_monitor' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/trace/rv/rv.c:263: warning: Function parameter or member 'mdef' not described in 'rv_enable_monitor' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ext2/balloc.c:758: warning: Function parameter or member 'my_rsv' not described in 'find_next_reservable_window' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ext2/inode.c:398: warning: Function parameter or member 'inode' not described in 'ext2_alloc_blocks' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ext2/inode.c:398: warning: Function parameter or member 'goal' not described in 'ext2_alloc_blocks' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ext2/inode.c:398: warning: Function parameter or member 'err' not described in 'ext2_alloc_blocks' | |
@@ -4986,0 +4982,4 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/argv_split.c:36: warning: Function parameter or member 'argv' not described in 'argv_free' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/cpumask.c:59: warning: Function parameter or member 'node' not described in 'alloc_cpumask_var_node' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/cpumask.c:154: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * Returns an arbitrary cpu within srcp1 & srcp2. | |
@@ -5020,0 +5020,18 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/pci/endpoint/functions/pci-epf-vntb.c:657: warning: Function parameter or member 'num_mws' not described in 'epf_ntb_mw_bar_clear' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/decompress_inflate.c:42:17: warning: no previous prototype for '__gunzip' [-Wmissing-prototypes] | |
+ 42 | STATIC int INIT __gunzip(unsigned char *buf, long len, | |
+ | ^~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/fork.c:162:13: warning: no previous prototype for 'arch_release_task_struct' [-Wmissing-prototypes] | |
+ 162 | void __weak arch_release_task_struct(struct task_struct *tsk) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/fork.c:862:20: warning: no previous prototype for 'arch_task_cache_init' [-Wmissing-prototypes] | |
+ 862 | void __init __weak arch_task_cache_init(void) { } | |
+ | ^~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/fork.c:1264: warning: Function parameter or member 'mm' not described in 'set_mm_exe_file' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/fork.c:1264: warning: Function parameter or member 'new_exe_file' not described in 'set_mm_exe_file' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/fork.c:1301: warning: Function parameter or member 'mm' not described in 'replace_mm_exe_file' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/fork.c:1301: warning: Function parameter or member 'new_exe_file' not described in 'replace_mm_exe_file' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/fork.c:1353: warning: Function parameter or member 'mm' not described in 'get_mm_exe_file' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/fork.c:1372: warning: Function parameter or member 'task' not described in 'get_task_exe_file' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/fork.c:1396: warning: Function parameter or member 'task' not described in 'get_task_mm' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/fork.c:2965: warning: expecting prototype for clone3(). Prototype was for sys_clone3() instead | |
@@ -5025,0 +5043,9 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/video/backlight/ili922x.c:85: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * START_BYTE(id, rs, rw) | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/video/backlight/ili922x.c:118: warning: expecting prototype for CHECK_FREQ_REG(spi_device s, spi_transfer x)(). Prototype was for CHECK_FREQ_REG() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/decompress_unxz.c:251:17: warning: no previous prototype for 'unxz' [-Wmissing-prototypes] | |
+ 251 | STATIC int INIT unxz(unsigned char *in, long in_size, | |
+ | ^~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/decompress_unzstd.c:331:17: warning: no previous prototype for 'unzstd' [-Wmissing-prototypes] | |
+ 331 | STATIC int INIT unzstd(unsigned char *buf, long len, | |
+ | ^~~~~~ | |
@@ -5027,9 +5053,49 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/reiserfs/prints.c: In function 'prepare_error_buf': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/reiserfs/prints.c:221:17: warning: function 'prepare_error_buf' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
- 221 | p += vscnprintf(p, end - p, fmt1, args); | |
- | ^ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/reiserfs/prints.c:260:9: warning: function 'prepare_error_buf' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
- 260 | p += vscnprintf(p, end - p, fmt1, args); | |
- | ^ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/virtio/virtio_dma_buf.c:42: warning: Function parameter or member 'dma_buf' not described in 'virtio_dma_buf_attach' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/virtio/virtio_dma_buf.c:42: warning: Function parameter or member 'attach' not described in 'virtio_dma_buf_attach' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c: In function 'venus_setattr': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c:115:27: warning: variable 'outp' set but not used [-Wunused-but-set-variable] | |
+ 115 | union outputArgs *outp; | |
+ | ^~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c: In function 'venus_close': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c:164:27: warning: variable 'outp' set but not used [-Wunused-but-set-variable] | |
+ 164 | union outputArgs *outp; | |
+ | ^~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c: In function 'venus_rename': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c:238:27: warning: variable 'outp' set but not used [-Wunused-but-set-variable] | |
+ 238 | union outputArgs *outp; | |
+ | ^~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c: In function 'venus_rmdir': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c:306:27: warning: variable 'outp' set but not used [-Wunused-but-set-variable] | |
+ 306 | union outputArgs *outp; | |
+ | ^~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c: In function 'venus_remove': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c:329:27: warning: variable 'outp' set but not used [-Wunused-but-set-variable] | |
+ 329 | union outputArgs *outp; | |
+ | ^~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c: In function 'venus_link': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c:383:27: warning: variable 'outp' set but not used [-Wunused-but-set-variable] | |
+ 383 | union outputArgs *outp; | |
+ | ^~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c: In function 'venus_symlink': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c:410:27: warning: variable 'outp' set but not used [-Wunused-but-set-variable] | |
+ 410 | union outputArgs *outp; | |
+ | ^~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c: In function 'venus_fsync': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c:443:27: warning: variable 'outp' set but not used [-Wunused-but-set-variable] | |
+ 443 | union outputArgs *outp; | |
+ | ^~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c: In function 'venus_access': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c:459:27: warning: variable 'outp' set but not used [-Wunused-but-set-variable] | |
+ 459 | union outputArgs *outp; | |
+ | ^~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c: In function 'venus_access_intent': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c:577:27: warning: variable 'outp' set but not used [-Wunused-but-set-variable] | |
+ 577 | union outputArgs *outp; | |
+ | ^~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/panic.c: In function '__warn': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/panic.c:657:17: warning: function '__warn' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
+ 657 | vprintk(args->fmt, args->args); | |
+ | ^~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/panic.c: At top level: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/panic.c:743:24: warning: no previous prototype for '__stack_chk_fail' [-Wmissing-prototypes] | |
+ 743 | __visible noinstr void __stack_chk_fail(void) | |
+ | ^~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/video/fbdev/core/fbmon.c:1073: warning: expecting prototype for fb_get_hblank_by_freq(). Prototype was for fb_get_hblank_by_hfreq() instead | |
@@ -5037,4 +5103,9 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ext2/balloc.c:758: warning: Function parameter or member 'my_rsv' not described in 'find_next_reservable_window' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/radix-tree.c:288:6: warning: no previous prototype for 'radix_tree_node_rcu_free' [-Wmissing-prototypes] | |
- 288 | void radix_tree_node_rcu_free(struct rcu_head *head) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fat/dir.c:282: warning: Function parameter or member 'dir' not described in 'fat_parse_long' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fat/dir.c:282: warning: Function parameter or member 'pos' not described in 'fat_parse_long' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fat/dir.c:282: warning: Function parameter or member 'bh' not described in 'fat_parse_long' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fat/dir.c:282: warning: Function parameter or member 'de' not described in 'fat_parse_long' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fat/dir.c:282: warning: Function parameter or member 'unicode' not described in 'fat_parse_long' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fat/dir.c:282: warning: Function parameter or member 'nr_slots' not described in 'fat_parse_long' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/exit.c:1901:13: warning: no previous prototype for 'abort' [-Wmissing-prototypes] | |
+ 1901 | __weak void abort(void) | |
+ | ^~~~~ | |
@@ -5047,5 +5118,6 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/regulator/fixed-helper.c:32: warning: expecting prototype for regulator_register_fixed_name(). Prototype was for regulator_register_always_on() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ext2/inode.c:398: warning: Function parameter or member 'inode' not described in 'ext2_alloc_blocks' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ext2/inode.c:398: warning: Function parameter or member 'goal' not described in 'ext2_alloc_blocks' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ext2/inode.c:398: warning: Function parameter or member 'err' not described in 'ext2_alloc_blocks' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/regulator/helpers.c:947: warning: Function parameter or member 'ramp_delay' not described in 'regulator_set_ramp_delay_regmap' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/phy/qualcomm/phy-qcom-snps-femto-v2.c:136: warning: Function parameter or member 'update_seq_cfg' not described in 'qcom_snps_hsphy' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/radix-tree.c:288:6: warning: no previous prototype for 'radix_tree_node_rcu_free' [-Wmissing-prototypes] | |
+ 288 | void radix_tree_node_rcu_free(struct rcu_head *head) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpio/gpio-max730x.c:3: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * Copyright (C) 2006 Juergen Beisert, Pengutronix | |
@@ -5061,0 +5134 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/video/backlight/sky81452-backlight.c:64: warning: expecting prototype for struct sky81452_platform_data. Prototype was for struct sky81452_bl_platform_data instead | |
@@ -5074,14 +5147,3 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/fork.c:162:13: warning: no previous prototype for 'arch_release_task_struct' [-Wmissing-prototypes] | |
- 162 | void __weak arch_release_task_struct(struct task_struct *tsk) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/fork.c:862:20: warning: no previous prototype for 'arch_task_cache_init' [-Wmissing-prototypes] | |
- 862 | void __init __weak arch_task_cache_init(void) { } | |
- | ^~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/bpf/btf.c: In function 'btf_seq_show': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/bpf/btf.c:6962:29: warning: function 'btf_seq_show' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
- 6962 | seq_vprintf((struct seq_file *)show->target, fmt, args); | |
- | ^~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/bpf/btf.c: In function 'btf_snprintf_show': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/bpf/btf.c:6999:9: warning: function 'btf_snprintf_show' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
- 6999 | len = vsnprintf(show->target, ssnprintf->len_left, fmt, args); | |
- | ^~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/hfsplus/wrapper.c:49: warning: Function parameter or member 'opf' not described in 'hfsplus_submit_bio' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/hfsplus/wrapper.c:49: warning: Excess function parameter 'op' description in 'hfsplus_submit_bio' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/hfsplus/wrapper.c:49: warning: Excess function parameter 'op_flags' description in 'hfsplus_submit_bio' | |
@@ -5091,14 +5152,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/fork.c:1264: warning: Function parameter or member 'mm' not described in 'set_mm_exe_file' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/fork.c:1264: warning: Function parameter or member 'new_exe_file' not described in 'set_mm_exe_file' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/fork.c:1301: warning: Function parameter or member 'mm' not described in 'replace_mm_exe_file' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/fork.c:1301: warning: Function parameter or member 'new_exe_file' not described in 'replace_mm_exe_file' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/fork.c:1353: warning: Function parameter or member 'mm' not described in 'get_mm_exe_file' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/fork.c:1372: warning: Function parameter or member 'task' not described in 'get_task_exe_file' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/fork.c:1396: warning: Function parameter or member 'task' not described in 'get_task_mm' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/fork.c:2965: warning: expecting prototype for clone3(). Prototype was for sys_clone3() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/regulator/act8945a-regulator.c:19: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * ACT8945A Global Register Map. | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/regulator/act8945a-regulator.c:50: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * Field Definitions. | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/regulator/act8945a-regulator.c:56: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * ACT8945A Voltage Number | |
@@ -5106,0 +5155,8 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/win_minmax.c:31: warning: Function parameter or member 'm' not described in 'minmax_subwin_update' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/win_minmax.c:31: warning: Function parameter or member 'win' not described in 'minmax_subwin_update' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/win_minmax.c:31: warning: Function parameter or member 'val' not described in 'minmax_subwin_update' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/win_minmax.c:31: warning: expecting prototype for lib/minmax.c(). Prototype was for minmax_subwin_update() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/vsprintf.c: In function 'va_format': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/vsprintf.c:1681:9: warning: function 'va_format' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
+ 1681 | buf += vsnprintf(buf, end > buf ? end - buf : 0, va_fmt->fmt, va); | |
+ | ^~~ | |
@@ -5109,0 +5166,9 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/bpf/btf.c: In function 'btf_seq_show': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/bpf/btf.c:6962:29: warning: function 'btf_seq_show' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
+ 6962 | seq_vprintf((struct seq_file *)show->target, fmt, args); | |
+ | ^~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/bpf/btf.c: In function 'btf_snprintf_show': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/bpf/btf.c:6999:9: warning: function 'btf_snprintf_show' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
+ 6999 | len = vsnprintf(show->target, ssnprintf->len_left, fmt, args); | |
+ | ^~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpio/gpio-pcie-idio-24.c:139: warning: Function parameter or member 'plx' not described in 'idio_24_gpio' | |
@@ -5111,0 +5177,40 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/scatterlist.c:286: warning: Function parameter or member 'first_chunk' not described in '__sg_alloc_table' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/scatterlist.c:793: warning: Function parameter or member 'flags' not described in 'sg_miter_start' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/regulator/fixed-helper.c:32: warning: expecting prototype for regulator_register_fixed_name(). Prototype was for regulator_register_always_on() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/regulator/helpers.c:947: warning: Function parameter or member 'ramp_delay' not described in 'regulator_set_ramp_delay_regmap' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/freevxfs/vxfs_bmap.c:44: warning: Function parameter or member 'bn' not described in 'vxfs_bmap_ext4' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/freevxfs/vxfs_bmap.c:44: warning: Excess function parameter 'iblock' description in 'vxfs_bmap_ext4' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/virtio/virtio_dma_buf.c:42: warning: Function parameter or member 'dma_buf' not described in 'virtio_dma_buf_attach' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/virtio/virtio_dma_buf.c:42: warning: Function parameter or member 'attach' not described in 'virtio_dma_buf_attach' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/freevxfs/vxfs_immed.c:32: warning: Function parameter or member 'fp' not described in 'vxfs_immed_read_folio' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/freevxfs/vxfs_immed.c:32: warning: Excess function parameter 'file' description in 'vxfs_immed_read_folio' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/freevxfs/vxfs_lookup.c:192: warning: Function parameter or member 'ctx' not described in 'vxfs_readdir' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/freevxfs/vxfs_lookup.c:192: warning: Excess function parameter 'retp' description in 'vxfs_readdir' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/freevxfs/vxfs_lookup.c:192: warning: Excess function parameter 'filler' description in 'vxfs_readdir' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ecryptfs/mmap.c:270: warning: Excess function parameter 'flags' description in 'ecryptfs_write_begin' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/freevxfs/vxfs_subr.c:45: warning: Function parameter or member 'mapping' not described in 'vxfs_get_page' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/freevxfs/vxfs_subr.c:45: warning: Excess function parameter 'ip' description in 'vxfs_get_page' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/freevxfs/vxfs_subr.c:101: warning: expecting prototype for vxfs_get_block(). Prototype was for vxfs_getblk() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/freevxfs/vxfs_super.c:184: warning: expecting prototype for vxfs_read_super(). Prototype was for vxfs_fill_super() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/pcmcia/synclink_cs.c:487: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * line discipline callback wrappers | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/pcmcia/synclink_cs.c:3861: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * called by generic HDLC layer when protocol selected (PPP, frame relay, etc.) | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/pcmcia/synclink_cs.c:3914: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * called by generic HDLC layer to send frame | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/pcmcia/synclink_cs.c:3959: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * called by network layer when interface enabled | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/pcmcia/synclink_cs.c:4022: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * called by network layer when interface is disabled | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/pcmcia/synclink_cs.c:4053: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * called by network layer to process IOCTL call to network device | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/pcmcia/synclink_cs.c:4156: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * called by network layer when transmit timeout is detected | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/pcmcia/synclink_cs.c:4179: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * called by device driver when transmit completes | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/pcmcia/synclink_cs.c:4191: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * called by device driver when frame received | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/pcmcia/synclink_cs.c:4231: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * called by device driver when adding device instance | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/pcmcia/synclink_cs.c:4279: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * called by device driver when removing device instance | |
@@ -5124,8 +5229,6 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/panic.c: In function '__warn': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/panic.c:657:17: warning: function '__warn' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
- 657 | vprintk(args->fmt, args->args); | |
- | ^~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/panic.c: At top level: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/panic.c:743:24: warning: no previous prototype for '__stack_chk_fail' [-Wmissing-prototypes] | |
- 743 | __visible noinstr void __stack_chk_fail(void) | |
- | ^~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/regulator/act8945a-regulator.c:19: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * ACT8945A Global Register Map. | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/regulator/act8945a-regulator.c:50: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * Field Definitions. | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/regulator/act8945a-regulator.c:56: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * ACT8945A Voltage Number | |
@@ -5133,51 +5236,2 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/exit.c:1901:13: warning: no previous prototype for 'abort' [-Wmissing-prototypes] | |
- 1901 | __weak void abort(void) | |
- | ^~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/vsprintf.c: In function 'va_format': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/vsprintf.c:1681:9: warning: function 'va_format' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
- 1681 | buf += vsnprintf(buf, end > buf ? end - buf : 0, va_fmt->fmt, va); | |
- | ^~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/win_minmax.c:31: warning: Function parameter or member 'm' not described in 'minmax_subwin_update' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/win_minmax.c:31: warning: Function parameter or member 'win' not described in 'minmax_subwin_update' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/win_minmax.c:31: warning: Function parameter or member 'val' not described in 'minmax_subwin_update' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/win_minmax.c:31: warning: expecting prototype for lib/minmax.c(). Prototype was for minmax_subwin_update() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c: In function 'venus_setattr': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c:115:27: warning: variable 'outp' set but not used [-Wunused-but-set-variable] | |
- 115 | union outputArgs *outp; | |
- | ^~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c: In function 'venus_close': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c:164:27: warning: variable 'outp' set but not used [-Wunused-but-set-variable] | |
- 164 | union outputArgs *outp; | |
- | ^~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c: In function 'venus_rename': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c:238:27: warning: variable 'outp' set but not used [-Wunused-but-set-variable] | |
- 238 | union outputArgs *outp; | |
- | ^~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c: In function 'venus_rmdir': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c:306:27: warning: variable 'outp' set but not used [-Wunused-but-set-variable] | |
- 306 | union outputArgs *outp; | |
- | ^~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c: In function 'venus_remove': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c:329:27: warning: variable 'outp' set but not used [-Wunused-but-set-variable] | |
- 329 | union outputArgs *outp; | |
- | ^~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c: In function 'venus_link': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c:383:27: warning: variable 'outp' set but not used [-Wunused-but-set-variable] | |
- 383 | union outputArgs *outp; | |
- | ^~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c: In function 'venus_symlink': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c:410:27: warning: variable 'outp' set but not used [-Wunused-but-set-variable] | |
- 410 | union outputArgs *outp; | |
- | ^~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c: In function 'venus_fsync': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c:443:27: warning: variable 'outp' set but not used [-Wunused-but-set-variable] | |
- 443 | union outputArgs *outp; | |
- | ^~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c: In function 'venus_access': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c:459:27: warning: variable 'outp' set but not used [-Wunused-but-set-variable] | |
- 459 | union outputArgs *outp; | |
- | ^~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c: In function 'venus_access_intent': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c:577:27: warning: variable 'outp' set but not used [-Wunused-but-set-variable] | |
- 577 | union outputArgs *outp; | |
- | ^~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/block/rnbd/Makefile: rnbd-common.o is added to multiple modules: rnbd-client rnbd-server | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/base/power/runtime.c:362: warning: Excess function parameter 'dev' description in '__rpm_callback' | |
@@ -5202,6 +5256,2 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/tpm/tpm_tis_i2c_cr50.c:682: warning: Excess function parameter 'id' description in 'tpm_cr50_i2c_probe' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/signal.c:4772:6: warning: no previous prototype for 'kdb_send_sig' [-Wmissing-prototypes] | |
- 4772 | void kdb_send_sig(struct task_struct *t, int sig) | |
- | ^~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/scatterlist.c:286: warning: Function parameter or member 'first_chunk' not described in '__sg_alloc_table' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/scatterlist.c:793: warning: Function parameter or member 'flags' not described in 'sg_miter_start' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/hweight.c:14: warning: Function parameter or member 'w' not described in '__sw_hweight32' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/hweight.c:14: warning: expecting prototype for hweightN(). Prototype was for __sw_hweight32() instead | |
@@ -5216,3 +5266 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/pid.c:630: warning: expecting prototype for pidfd_open(). Prototype was for sys_pidfd_open() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/task_work.c:89: warning: Function parameter or member 'data' not described in 'task_work_cancel_match' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/base/power/runtime.c:362: warning: Excess function parameter 'dev' description in '__rpm_callback' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/base/power/domain_governor.c:412: warning: cannot understand function prototype: 'struct dev_power_governor pm_domain_always_on_gov = ' | |
@@ -5223,31 +5271,35 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fat/dir.c:282: warning: Function parameter or member 'dir' not described in 'fat_parse_long' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fat/dir.c:282: warning: Function parameter or member 'pos' not described in 'fat_parse_long' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fat/dir.c:282: warning: Function parameter or member 'bh' not described in 'fat_parse_long' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fat/dir.c:282: warning: Function parameter or member 'de' not described in 'fat_parse_long' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fat/dir.c:282: warning: Function parameter or member 'unicode' not described in 'fat_parse_long' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fat/dir.c:282: warning: Function parameter or member 'nr_slots' not described in 'fat_parse_long' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/block/rnbd/Makefile: rnbd-common.o is added to multiple modules: rnbd-client rnbd-server | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/pcmcia/synclink_cs.c:487: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * line discipline callback wrappers | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/pcmcia/synclink_cs.c:3861: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * called by generic HDLC layer when protocol selected (PPP, frame relay, etc.) | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/pcmcia/synclink_cs.c:3914: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * called by generic HDLC layer to send frame | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/pcmcia/synclink_cs.c:3959: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * called by network layer when interface enabled | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/pcmcia/synclink_cs.c:4022: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * called by network layer when interface is disabled | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/pcmcia/synclink_cs.c:4053: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * called by network layer to process IOCTL call to network device | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/pcmcia/synclink_cs.c:4156: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * called by network layer when transmit timeout is detected | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/pcmcia/synclink_cs.c:4179: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * called by device driver when transmit completes | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/pcmcia/synclink_cs.c:4191: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * called by device driver when frame received | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/pcmcia/synclink_cs.c:4231: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * called by device driver when adding device instance | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/pcmcia/synclink_cs.c:4279: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * called by device driver when removing device instance | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/regulator/mcp16502.c:90: warning: Enum value 'MCP16502_REG_HPM' not described in enum 'mcp16502_reg' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/base/power/domain_governor.c:412: warning: cannot understand function prototype: 'struct dev_power_governor pm_domain_always_on_gov = ' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/tpm/tpm_tis_i2c_cr50.c:682: warning: Excess function parameter 'id' description in 'tpm_cr50_i2c_probe' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/signal.c:4772:6: warning: no previous prototype for 'kdb_send_sig' [-Wmissing-prototypes] | |
+ 4772 | void kdb_send_sig(struct task_struct *t, int sig) | |
+ | ^~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/pid.c:630: warning: expecting prototype for pidfd_open(). Prototype was for sys_pidfd_open() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/task_work.c:89: warning: Function parameter or member 'data' not described in 'task_work_cancel_match' | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/rcupdate.h:29, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/rculist.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/pid.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/sched.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/ptrace.h:6, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/syscall.c:2: | |
+In function 'fortify_memcpy_chk', | |
+ inlined from 'syscall_get_arguments' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/arch/riscv/include/asm/syscall.h:65:2, | |
+ inlined from 'collect_syscall' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/syscall.c:31:3: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
+ 522 | __read_overflow2_field(q_size_field, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/errname.c:16:67: warning: initialized field overwritten [-Woverride-init] | |
+ 16 | #define E(err) [err + BUILD_BUG_ON_ZERO(err <= 0 || err > 300)] = "-" #err | |
+ | ^~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/errname.c:173:9: note: in expansion of macro 'E' | |
+ 173 | E(EDEADLK), /* EDEADLOCK */ | |
+ | ^ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/errname.c:16:67: note: (near initialization for 'names_0[35]') | |
+ 16 | #define E(err) [err + BUILD_BUG_ON_ZERO(err <= 0 || err > 300)] = "-" #err | |
+ | ^~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/errname.c:173:9: note: in expansion of macro 'E' | |
+ 173 | E(EDEADLK), /* EDEADLOCK */ | |
+ | ^ | |
@@ -5283,3 +5335,6 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/hfsplus/wrapper.c:49: warning: Function parameter or member 'opf' not described in 'hfsplus_submit_bio' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/hfsplus/wrapper.c:49: warning: Excess function parameter 'op' description in 'hfsplus_submit_bio' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/hfsplus/wrapper.c:49: warning: Excess function parameter 'op_flags' description in 'hfsplus_submit_bio' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/dma-buf/dma-heap.c:44: warning: Function parameter or member 'priv' not described in 'dma_heap' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/dma-buf/dma-heap.c:44: warning: Function parameter or member 'heap_devt' not described in 'dma_heap' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/dma-buf/dma-heap.c:44: warning: Function parameter or member 'list' not described in 'dma_heap' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/dma-buf/dma-heap.c:44: warning: Function parameter or member 'heap_cdev' not described in 'dma_heap' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/stacktrace.c:138: warning: Function parameter or member 'tsk' not described in 'stack_trace_save_tsk' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/stacktrace.c:138: warning: Excess function parameter 'task' description in 'stack_trace_save_tsk' | |
@@ -5304,8 +5358,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/tty/serial/uartlite.c:79: warning: Function parameter or member 'reg_ops' not described in 'uartlite_data' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/tty/serial/uartlite.c:79: warning: Function parameter or member 'clk' not described in 'uartlite_data' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/tty/serial/uartlite.c:79: warning: Function parameter or member 'baud' not described in 'uartlite_data' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/tty/serial/uartlite.c:79: warning: Function parameter or member 'cflags' not described in 'uartlite_data' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/stacktrace.c:138: warning: Function parameter or member 'tsk' not described in 'stack_trace_save_tsk' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/stacktrace.c:138: warning: Excess function parameter 'task' description in 'stack_trace_save_tsk' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/hweight.c:14: warning: Function parameter or member 'w' not described in '__sw_hweight32' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/hweight.c:14: warning: expecting prototype for hweightN(). Prototype was for __sw_hweight32() instead | |
@@ -5315 +5362,22 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ecryptfs/mmap.c:270: warning: Excess function parameter 'flags' description in 'ecryptfs_write_begin' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/ubsan.c:241:6: warning: no previous prototype for '__ubsan_handle_type_mismatch' [-Wmissing-prototypes] | |
+ 241 | void __ubsan_handle_type_mismatch(struct type_mismatch_data *data, | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/devmem_is_allowed.c:20:5: warning: no previous prototype for 'devmem_is_allowed' [-Wmissing-prototypes] | |
+ 20 | int devmem_is_allowed(unsigned long pfn) | |
+ | ^~~~~~~~~~~~~~~~~ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/buildid.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/module.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_hexdump.c:8: | |
+In function 'strncpy', | |
+ inlined from 'test_hexdump_prepare_test.constprop' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_hexdump.c:116:3: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' output truncated copying between 0 and 32 bytes from a string of length 32 [-Wstringop-truncation] | |
+ 68 | #define __underlying_strncpy __builtin_strncpy | |
+ | ^ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:144:16: note: in expansion of macro '__underlying_strncpy' | |
+ 144 | return __underlying_strncpy(p, q, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~ | |
@@ -5330,4 +5398,4 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/dma-buf/dma-heap.c:44: warning: Function parameter or member 'priv' not described in 'dma_heap' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/dma-buf/dma-heap.c:44: warning: Function parameter or member 'heap_devt' not described in 'dma_heap' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/dma-buf/dma-heap.c:44: warning: Function parameter or member 'list' not described in 'dma_heap' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/dma-buf/dma-heap.c:44: warning: Function parameter or member 'heap_cdev' not described in 'dma_heap' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/tty/serial/uartlite.c:79: warning: Function parameter or member 'reg_ops' not described in 'uartlite_data' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/tty/serial/uartlite.c:79: warning: Function parameter or member 'clk' not described in 'uartlite_data' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/tty/serial/uartlite.c:79: warning: Function parameter or member 'baud' not described in 'uartlite_data' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/tty/serial/uartlite.c:79: warning: Function parameter or member 'cflags' not described in 'uartlite_data' | |
@@ -5354,0 +5423,6 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/bridge/imx/Makefile: imx-ldb-helper.o is added to multiple modules: imx8qm-ldb imx8qxp-ldb | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_firmware.c:98: warning: cannot understand function prototype: 'struct test_config ' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/xlnx/zynqmp_disp.c:151: warning: Function parameter or member 'blend' not described in 'zynqmp_disp' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/xlnx/zynqmp_disp.c:151: warning: Function parameter or member 'avbuf' not described in 'zynqmp_disp' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/xlnx/zynqmp_disp.c:151: warning: Function parameter or member 'audio' not described in 'zynqmp_disp' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/xlnx/zynqmp_dp.c:793: warning: expecting prototype for zynqmp_dp_link_train(). Prototype was for zynqmp_dp_train() instead | |
@@ -5362,16 +5436,56 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/freevxfs/vxfs_bmap.c:44: warning: Function parameter or member 'bn' not described in 'vxfs_bmap_ext4' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/freevxfs/vxfs_bmap.c:44: warning: Excess function parameter 'iblock' description in 'vxfs_bmap_ext4' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/freevxfs/vxfs_immed.c:32: warning: Function parameter or member 'fp' not described in 'vxfs_immed_read_folio' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/freevxfs/vxfs_immed.c:32: warning: Excess function parameter 'file' description in 'vxfs_immed_read_folio' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/misc/genwqe/card_utils.c:162: warning: expecting prototype for genwqe_init_crc32(). Prototype was for CRC32_POLYNOMIAL() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/freevxfs/vxfs_lookup.c:192: warning: Function parameter or member 'ctx' not described in 'vxfs_readdir' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/freevxfs/vxfs_lookup.c:192: warning: Excess function parameter 'retp' description in 'vxfs_readdir' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/freevxfs/vxfs_lookup.c:192: warning: Excess function parameter 'filler' description in 'vxfs_readdir' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/base/module.c: In function 'module_add_driver': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/base/module.c:36:13: warning: variable 'no_warn' set but not used [-Wunused-but-set-variable] | |
- 36 | int no_warn; | |
- | ^~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/freevxfs/vxfs_subr.c:45: warning: Function parameter or member 'mapping' not described in 'vxfs_get_page' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/freevxfs/vxfs_subr.c:45: warning: Excess function parameter 'ip' description in 'vxfs_get_page' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/freevxfs/vxfs_subr.c:101: warning: expecting prototype for vxfs_get_block(). Prototype was for vxfs_getblk() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/freevxfs/vxfs_super.c:184: warning: expecting prototype for vxfs_read_super(). Prototype was for vxfs_fill_super() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/regulator/mcp16502.c:90: warning: Enum value 'MCP16502_REG_HPM' not described in enum 'mcp16502_reg' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_ida.c:16:6: warning: no previous prototype for 'ida_dump' [-Wmissing-prototypes] | |
+ 16 | void ida_dump(struct ida *ida) { } | |
+ | ^~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_ubsan.c: In function 'test_ubsan_out_of_bounds': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_ubsan.c:40:22: warning: variable 'arr' set but not used [-Wunused-but-set-variable] | |
+ 40 | volatile int arr[4]; | |
+ | ^~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_ubsan.c:39:23: warning: variable 'above' set but not used [-Wunused-but-set-variable] | |
+ 39 | volatile char above[4] = { }; /* Protect surrounding memory. */ | |
+ | ^~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_ubsan.c: In function 'test_ubsan_load_invalid_value': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_ubsan.c:62:44: warning: variable 'eptr' set but not used [-Wunused-but-set-variable] | |
+ 62 | enum ubsan_test_enum eval, eval2, *eptr; | |
+ | ^~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_ubsan.c:61:26: warning: variable 'ptr' set but not used [-Wunused-but-set-variable] | |
+ 61 | bool val, val2, *ptr; | |
+ | ^~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_ubsan.c: At top level: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_ubsan.c:100:28: warning: 'skip_ubsan_array' defined but not used [-Wunused-const-variable=] | |
+ 100 | static const test_ubsan_fp skip_ubsan_array[] = { | |
+ | ^~~~~~~~~~~~~~~~ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/buildid.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/module.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvme/target/core.c:7: | |
+In function 'strncpy', | |
+ inlined from '__assign_req_name' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvme/target/trace.h:56:2: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-truncation] | |
+ 68 | #define __underlying_strncpy __builtin_strncpy | |
+ | ^ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:144:16: note: in expansion of macro '__underlying_strncpy' | |
+ 144 | return __underlying_strncpy(p, q, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~ | |
+In function '__fortify_strlen', | |
+ inlined from '__assign_req_name' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvme/target/trace.h:57:3: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:66:33: note: length computed here | |
+ 66 | #define __underlying_strlen __builtin_strlen | |
+ | ^ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:234:24: note: in expansion of macro '__underlying_strlen' | |
+ 234 | return __underlying_strlen(p); | |
+ | ^~~~~~~~~~~~~~~~~~~ | |
+In function 'fortify_memcpy_chk', | |
+ inlined from 'perf_trace_nvmet_req_init' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvme/target/./trace.h:61:1: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
+ 522 | __read_overflow2_field(q_size_field, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
+In function 'fortify_memcpy_chk', | |
+ inlined from 'trace_event_raw_event_nvmet_req_init' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvme/target/./trace.h:61:1: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
+ 522 | __read_overflow2_field(q_size_field, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
@@ -5408,19 +5521,0 @@ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/rcupdate.h:29, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/rculist.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/pid.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/sched.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/ptrace.h:6, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/syscall.c:2: | |
-In function 'fortify_memcpy_chk', | |
- inlined from 'syscall_get_arguments' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/arch/riscv/include/asm/syscall.h:65:2, | |
- inlined from 'collect_syscall' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/syscall.c:31:3: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
- 522 | __read_overflow2_field(q_size_field, size); | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/tty/n_hdlc.c:140: warning: Function parameter or member 'write_work' not described in 'n_hdlc' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/tty/n_hdlc.c:140: warning: Function parameter or member 'tty_for_write_work' not described in 'n_hdlc' | |
@@ -5431,24 +5526,5 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/bridge/imx/Makefile: imx-ldb-helper.o is added to multiple modules: imx8qm-ldb imx8qxp-ldb | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/errname.c:16:67: warning: initialized field overwritten [-Woverride-init] | |
- 16 | #define E(err) [err + BUILD_BUG_ON_ZERO(err <= 0 || err > 300)] = "-" #err | |
- | ^~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/errname.c:173:9: note: in expansion of macro 'E' | |
- 173 | E(EDEADLK), /* EDEADLOCK */ | |
- | ^ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/errname.c:16:67: note: (near initialization for 'names_0[35]') | |
- 16 | #define E(err) [err + BUILD_BUG_ON_ZERO(err <= 0 || err > 300)] = "-" #err | |
- | ^~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/errname.c:173:9: note: in expansion of macro 'E' | |
- 173 | E(EDEADLK), /* EDEADLOCK */ | |
- | ^ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/tty/synclink_gt.c:1523: warning: Function parameter or member 'ifs' not described in 'hdlcdev_ioctl' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/tty/synclink_gt.c:1523: warning: Excess function parameter 'ifr' description in 'hdlcdev_ioctl' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/tty/synclink_gt.c:1523: warning: Excess function parameter 'cmd' description in 'hdlcdev_ioctl' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/regulator/tps65219-regulator.c: In function 'tps65219_get_rdev_by_name': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/regulator/tps65219-regulator.c:310:60: warning: parameter 'dev' set but not used [-Wunused-but-set-parameter] | |
- 310 | struct regulator_dev *dev) | |
- | ~~~~~~~~~~~~~~~~~~~~~~^~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/regulator/tps65219-regulator.c: In function 'tps65219_regulator_probe': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/regulator/tps65219-regulator.c:370:26: warning: ordered comparison of pointer with integer zero [-Wextra] | |
- 370 | if (rdev < 0) { | |
- | ^ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/misc/genwqe/card_utils.c:162: warning: expecting prototype for genwqe_init_crc32(). Prototype was for CRC32_POLYNOMIAL() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/base/module.c: In function 'module_add_driver': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/base/module.c:36:13: warning: variable 'no_warn' set but not used [-Wunused-but-set-variable] | |
+ 36 | int no_warn; | |
+ | ^~~~~~~ | |
@@ -5478,34 +5553,0 @@ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/buildid.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/module.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvme/target/core.c:7: | |
-In function 'strncpy', | |
- inlined from '__assign_req_name' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvme/target/trace.h:56:2: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-truncation] | |
- 68 | #define __underlying_strncpy __builtin_strncpy | |
- | ^ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:144:16: note: in expansion of macro '__underlying_strncpy' | |
- 144 | return __underlying_strncpy(p, q, size); | |
- | ^~~~~~~~~~~~~~~~~~~~ | |
-In function '__fortify_strlen', | |
- inlined from '__assign_req_name' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvme/target/trace.h:57:3: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:66:33: note: length computed here | |
- 66 | #define __underlying_strlen __builtin_strlen | |
- | ^ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:234:24: note: in expansion of macro '__underlying_strlen' | |
- 234 | return __underlying_strlen(p); | |
- | ^~~~~~~~~~~~~~~~~~~ | |
-In function 'fortify_memcpy_chk', | |
- inlined from 'perf_trace_nvmet_req_init' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvme/target/./trace.h:61:1: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
- 522 | __read_overflow2_field(q_size_field, size); | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
-In function 'fortify_memcpy_chk', | |
- inlined from 'trace_event_raw_event_nvmet_req_init' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvme/target/./trace.h:61:1: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
- 522 | __read_overflow2_field(q_size_field, size); | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
@@ -5516,0 +5559,4 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_kmod.c:68: warning: Enum value '__TEST_KMOD_INVALID' not described in enum 'kmod_test_case' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_kmod.c:68: warning: Enum value '__TEST_KMOD_MAX' not described in enum 'kmod_test_case' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_kmod.c:94: warning: cannot understand function prototype: 'struct kmod_test_device_info ' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_kmod.c:119: warning: cannot understand function prototype: 'struct kmod_test_device ' | |
@@ -5520,7 +5566,6 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/ubsan.c:241:6: warning: no previous prototype for '__ubsan_handle_type_mismatch' [-Wmissing-prototypes] | |
- 241 | void __ubsan_handle_type_mismatch(struct type_mismatch_data *data, | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/clk/sunxi-ng/ccu_mmc_timing.c:54: warning: expecting prototype for sunxi_ccu_set_mmc_timing_mode(). Prototype was for sunxi_ccu_get_mmc_timing_mode() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/devmem_is_allowed.c:20:5: warning: no previous prototype for 'devmem_is_allowed' [-Wmissing-prototypes] | |
- 20 | int devmem_is_allowed(unsigned long pfn) | |
- | ^~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/tty/n_hdlc.c:140: warning: Function parameter or member 'write_work' not described in 'n_hdlc' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/tty/n_hdlc.c:140: warning: Function parameter or member 'tty_for_write_work' not described in 'n_hdlc' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_blackhole_dev.c: In function 'test_blackholedev_init': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_blackhole_dev.c:32:24: warning: variable 'ethh' set but not used [-Wunused-but-set-variable] | |
+ 32 | struct ethhdr *ethh; | |
+ | ^~~~ | |
@@ -5535,38 +5579,0 @@ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/buildid.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/module.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_hexdump.c:8: | |
-In function 'strncpy', | |
- inlined from 'test_hexdump_prepare_test.constprop' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_hexdump.c:116:3: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' output truncated copying between 0 and 32 bytes from a string of length 32 [-Wstringop-truncation] | |
- 68 | #define __underlying_strncpy __builtin_strncpy | |
- | ^ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:144:16: note: in expansion of macro '__underlying_strncpy' | |
- 144 | return __underlying_strncpy(p, q, size); | |
- | ^~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_firmware.c:98: warning: cannot understand function prototype: 'struct test_config ' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_ida.c:16:6: warning: no previous prototype for 'ida_dump' [-Wmissing-prototypes] | |
- 16 | void ida_dump(struct ida *ida) { } | |
- | ^~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_ubsan.c: In function 'test_ubsan_out_of_bounds': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_ubsan.c:40:22: warning: variable 'arr' set but not used [-Wunused-but-set-variable] | |
- 40 | volatile int arr[4]; | |
- | ^~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_ubsan.c:39:23: warning: variable 'above' set but not used [-Wunused-but-set-variable] | |
- 39 | volatile char above[4] = { }; /* Protect surrounding memory. */ | |
- | ^~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_ubsan.c: In function 'test_ubsan_load_invalid_value': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_ubsan.c:62:44: warning: variable 'eptr' set but not used [-Wunused-but-set-variable] | |
- 62 | enum ubsan_test_enum eval, eval2, *eptr; | |
- | ^~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_ubsan.c:61:26: warning: variable 'ptr' set but not used [-Wunused-but-set-variable] | |
- 61 | bool val, val2, *ptr; | |
- | ^~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_ubsan.c: At top level: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_ubsan.c:100:28: warning: 'skip_ubsan_array' defined but not used [-Wunused-const-variable=] | |
- 100 | static const test_ubsan_fp skip_ubsan_array[] = { | |
- | ^~~~~~~~~~~~~~~~ | |
@@ -5573,0 +5581,6 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/tty/synclink_gt.c:1523: warning: Function parameter or member 'ifs' not described in 'hdlcdev_ioctl' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/tty/synclink_gt.c:1523: warning: Excess function parameter 'ifr' description in 'hdlcdev_ioctl' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/tty/synclink_gt.c:1523: warning: Excess function parameter 'cmd' description in 'hdlcdev_ioctl' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ipv4/tcp_lp.c:122: warning: Function parameter or member 'ack' not described in 'tcp_lp_cong_avoid' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ipv4/tcp_lp.c:122: warning: Function parameter or member 'acked' not described in 'tcp_lp_cong_avoid' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ipv4/tcp_lp.c:272: warning: Function parameter or member 'sample' not described in 'tcp_lp_pkts_acked' | |
@@ -5597,5 +5609,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ipv4/tcp_lp.c:122: warning: Function parameter or member 'ack' not described in 'tcp_lp_cong_avoid' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ipv4/tcp_lp.c:122: warning: Function parameter or member 'acked' not described in 'tcp_lp_cong_avoid' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ipv4/tcp_lp.c:272: warning: Function parameter or member 'sample' not described in 'tcp_lp_pkts_acked' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/misc/pci_endpoint_test.c:3: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * Host side test driver to test endpoint functionality | |
@@ -5642,3 +5649,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/xlnx/zynqmp_disp.c:151: warning: Function parameter or member 'blend' not described in 'zynqmp_disp' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/xlnx/zynqmp_disp.c:151: warning: Function parameter or member 'avbuf' not described in 'zynqmp_disp' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/xlnx/zynqmp_disp.c:151: warning: Function parameter or member 'audio' not described in 'zynqmp_disp' | |
@@ -5646,26 +5650,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/xlnx/zynqmp_dp.c:793: warning: expecting prototype for zynqmp_dp_link_train(). Prototype was for zynqmp_dp_train() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_kmod.c:68: warning: Enum value '__TEST_KMOD_INVALID' not described in enum 'kmod_test_case' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_kmod.c:68: warning: Enum value '__TEST_KMOD_MAX' not described in enum 'kmod_test_case' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_kmod.c:94: warning: cannot understand function prototype: 'struct kmod_test_device_info ' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_kmod.c:119: warning: cannot understand function prototype: 'struct kmod_test_device ' | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/spinlock.h:63, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait.h:9, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait_bit.h:8, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fs.h:6, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/cifs/smb2pdu.c:18: | |
-In function 'fortify_memcpy_chk', | |
- inlined from '__SMB2_close' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/cifs/smb2pdu.c:3404:4: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
- 522 | __read_overflow2_field(q_size_field, size); | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_blackhole_dev.c: In function 'test_blackholedev_init': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_blackhole_dev.c:32:24: warning: variable 'ethh' set but not used [-Wunused-but-set-variable] | |
- 32 | struct ethhdr *ethh; | |
- | ^~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/ttm/ttm_bo.c:96: warning: Function parameter or member 'bulk' not described in 'ttm_bo_set_bulk_move' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ksmbd/transport_tcp.c:393: warning: Function parameter or member 'iface' not described in 'create_socket' | |
@@ -5679,16 +5658 @@ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/spinlock.h:63, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait.h:9, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait_bit.h:8, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fs.h:6, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/cifs/cifssmb.c:17: | |
-In function 'fortify_memcpy_chk', | |
- inlined from 'CIFS_open' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/cifs/cifssmb.c:1277:3: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
- 522 | __read_overflow2_field(q_size_field, size); | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/spi/spi-mtk-snfi.c:1194: warning: Function parameter or member 'op' not described in 'mtk_snand_is_page_ops' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/clk/sunxi-ng/ccu_mmc_timing.c:54: warning: expecting prototype for sunxi_ccu_set_mmc_timing_mode(). Prototype was for sunxi_ccu_get_mmc_timing_mode() instead | |
@@ -5705,15 +5668,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/dir.c:21: warning: Incorrect use of kernel-doc format: * The little endian Unicode string $I30 as a global constant. | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/dir.c:23: warning: cannot understand function prototype: 'ntfschar I30[5] = ' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/dir.c:1489: warning: Function parameter or member 'start' not described in 'ntfs_dir_fsync' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/dir.c:1489: warning: Function parameter or member 'end' not described in 'ntfs_dir_fsync' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/dir.c:1489: warning: Excess function parameter 'dentry' description in 'ntfs_dir_fsync' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/file.c:1952: warning: Function parameter or member 'start' not described in 'ntfs_file_fsync' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/file.c:1952: warning: Function parameter or member 'end' not described in 'ntfs_file_fsync' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/input/misc/cpcap-pwrbutton.c:2: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * CPCAP Power Button Input Driver | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/inode.c:31: warning: Incorrect use of kernel-doc format: * ntfs_test_inode - compare two (possibly fake) inodes for equality | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/inode.c:47: warning: Function parameter or member 'vi' not described in 'ntfs_test_inode' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/inode.c:47: warning: Function parameter or member 'data' not described in 'ntfs_test_inode' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/inode.c:47: warning: expecting prototype for inode.c(). Prototype was for ntfs_test_inode() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/inode.c:2956: warning: expecting prototype for ntfs_write_inode(). Prototype was for __ntfs_write_inode() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/mft.c:24: warning: expecting prototype for mft.c - NTFS kernel mft record operations. Part of the Linux(). Prototype was for MAX_BHS() instead | |
@@ -5733,0 +5683,22 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/dir.c:21: warning: Incorrect use of kernel-doc format: * The little endian Unicode string $I30 as a global constant. | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/dir.c:23: warning: cannot understand function prototype: 'ntfschar I30[5] = ' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/dir.c:1489: warning: Function parameter or member 'start' not described in 'ntfs_dir_fsync' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/dir.c:1489: warning: Function parameter or member 'end' not described in 'ntfs_dir_fsync' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/dir.c:1489: warning: Excess function parameter 'dentry' description in 'ntfs_dir_fsync' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ksmbd/transport_tcp.c:393: warning: Function parameter or member 'iface' not described in 'create_socket' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/file.c:1952: warning: Function parameter or member 'start' not described in 'ntfs_file_fsync' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/file.c:1952: warning: Function parameter or member 'end' not described in 'ntfs_file_fsync' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/regulator/tps65219-regulator.c: In function 'tps65219_get_rdev_by_name': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/regulator/tps65219-regulator.c:310:60: warning: parameter 'dev' set but not used [-Wunused-but-set-parameter] | |
+ 310 | struct regulator_dev *dev) | |
+ | ~~~~~~~~~~~~~~~~~~~~~~^~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/regulator/tps65219-regulator.c: In function 'tps65219_regulator_probe': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/regulator/tps65219-regulator.c:370:26: warning: ordered comparison of pointer with integer zero [-Wextra] | |
+ 370 | if (rdev < 0) { | |
+ | ^ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/inode.c:31: warning: Incorrect use of kernel-doc format: * ntfs_test_inode - compare two (possibly fake) inodes for equality | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/inode.c:47: warning: Function parameter or member 'vi' not described in 'ntfs_test_inode' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/inode.c:47: warning: Function parameter or member 'data' not described in 'ntfs_test_inode' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/inode.c:47: warning: expecting prototype for inode.c(). Prototype was for ntfs_test_inode() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/inode.c:2956: warning: expecting prototype for ntfs_write_inode(). Prototype was for __ntfs_write_inode() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/mft.c:24: warning: expecting prototype for mft.c - NTFS kernel mft record operations. Part of the Linux(). Prototype was for MAX_BHS() instead | |
@@ -5738,22 +5708,0 @@ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/rcupdate.h:29, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/rculist.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/pid.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/sched.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/ratelimit.h:6, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/dev_printk.h:16, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/device.h:15, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i3c/master.c:10: | |
-In function 'strncpy', | |
- inlined from 'i3c_master_i2c_adapter_init' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i3c/master.c:2295:2, | |
- inlined from 'i3c_master_register' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i3c/master.c:2664:8: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' specified bound 48 equals destination size [-Wstringop-truncation] | |
- 68 | #define __underlying_strncpy __builtin_strncpy | |
- | ^ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:144:16: note: in expansion of macro '__underlying_strncpy' | |
- 144 | return __underlying_strncpy(p, q, size); | |
- | ^~~~~~~~~~~~~~~~~~~~ | |
@@ -5771,4 +5719,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ufs/inode.c:397: warning: Function parameter or member 'inode' not described in 'ufs_getfrag_block' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ufs/inode.c:397: warning: Function parameter or member 'fragment' not described in 'ufs_getfrag_block' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ufs/inode.c:397: warning: Function parameter or member 'bh_result' not described in 'ufs_getfrag_block' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ufs/inode.c:397: warning: Function parameter or member 'create' not described in 'ufs_getfrag_block' | |
@@ -5780,5 +5724,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-axxia.c:135: warning: cannot understand function prototype: 'struct axxia_i2c_dev ' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-axxia.c:172: warning: Function parameter or member 'ns' not described in 'ns_to_clk' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-axxia.c:172: warning: Function parameter or member 'clk_mhz' not described in 'ns_to_clk' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-axxia.c:271: warning: Function parameter or member 'idev' not described in 'axxia_i2c_empty_rx_fifo' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-axxia.c:303: warning: Function parameter or member 'idev' not described in 'axxia_i2c_fill_tx_fifo' | |
@@ -5787 +5727,8 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-cadence.c:218: warning: Function parameter or member 'rinfo' not described in 'cdns_i2c' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/ttm/ttm_bo.c:96: warning: Function parameter or member 'bulk' not described in 'ttm_bo_set_bulk_move' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ufs/inode.c:397: warning: Function parameter or member 'inode' not described in 'ufs_getfrag_block' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ufs/inode.c:397: warning: Function parameter or member 'fragment' not described in 'ufs_getfrag_block' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ufs/inode.c:397: warning: Function parameter or member 'bh_result' not described in 'ufs_getfrag_block' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ufs/inode.c:397: warning: Function parameter or member 'create' not described in 'ufs_getfrag_block' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/spi/spi-mtk-snfi.c:1194: warning: Function parameter or member 'op' not described in 'mtk_snand_is_page_ops' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/misc/pci_endpoint_test.c:3: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * Host side test driver to test endpoint functionality | |
@@ -5791,0 +5739,14 @@ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/buildid.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/module.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_def.h:12, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_init.c:6: | |
+In function 'fortify_memcpy_chk', | |
+ inlined from 'qla81xx_nvram_config' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_init.c:8946:2: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
+ 522 | __read_overflow2_field(q_size_field, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
@@ -5796 +5756,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/usb/host/xhci.c:1478: warning: Function parameter or member 'desc' not described in 'xhci_get_endpoint_index' | |
@@ -5804,0 +5765,4 @@ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/efs/file.c:11: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/efs/efs.h:22:19: warning: 'cprt' defined but not used [-Wunused-const-variable=] | |
+ 22 | static const char cprt[] = "EFS: "EFS_VERSION" - (c) 1999 Al Smith <Al.Smith@aeschi.ch.eu.org>"; | |
+ | ^~~~ | |
@@ -5813 +5777 @@ | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_init.c:6: | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_iocb.c:6: | |
@@ -5815 +5779,16 @@ | |
- inlined from 'qla81xx_nvram_config' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_init.c:8946:2: | |
+ inlined from 'qla24xx_els_dcmd2_iocb' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_iocb.c:3065:2: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
+ 522 | __read_overflow2_field(q_size_field, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/spinlock.h:63, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait.h:9, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait_bit.h:8, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fs.h:6, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/cifs/smb2pdu.c:18: | |
+In function 'fortify_memcpy_chk', | |
+ inlined from '__SMB2_close' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/cifs/smb2pdu.c:3404:4: | |
@@ -5819,11 +5797,0 @@ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/efs/file.c:11: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/efs/efs.h:22:19: warning: 'cprt' defined but not used [-Wunused-const-variable=] | |
- 22 | static const char cprt[] = "EFS: "EFS_VERSION" - (c) 1999 Al Smith <Al.Smith@aeschi.ch.eu.org>"; | |
- | ^~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/journal.c:1221: warning: Function parameter or member 'old_inode' not described in 'ubifs_jnl_rename' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/journal.c:1221: warning: Function parameter or member 'old_nm' not described in 'ubifs_jnl_rename' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/journal.c:1221: warning: Function parameter or member 'new_inode' not described in 'ubifs_jnl_rename' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/journal.c:1221: warning: Function parameter or member 'new_nm' not described in 'ubifs_jnl_rename' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/journal.c:1221: warning: Function parameter or member 'whiteout' not described in 'ubifs_jnl_rename' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/journal.c:1221: warning: Excess function parameter 'old_dentry' description in 'ubifs_jnl_rename' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/journal.c:1221: warning: Excess function parameter 'new_dentry' description in 'ubifs_jnl_rename' | |
@@ -5834,2 +5802,41 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/file.c:1375: warning: Function parameter or member 'time' not described in 'ubifs_update_time' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/file.c:1375: warning: Function parameter or member 'flags' not described in 'ubifs_update_time' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_isr.c:3724: warning: Function parameter or member 'rsp_q_in' not described in 'qla_chk_cont_iocb_avail' | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/spinlock.h:63, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait.h:9, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait_bit.h:8, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fs.h:6, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/highmem.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bvec.h:10, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/skbuff.h:17, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/if_ether.h:19, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/etherdevice.h:20, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/ath/wil6210/txrx.c:7: | |
+In function 'fortify_memcpy_chk', | |
+ inlined from 'wil_rx_crypto_check' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/ath/wil6210/txrx.c:684:2: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
+ 522 | __read_overflow2_field(q_size_field, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/spinlock.h:63, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait.h:9, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait_bit.h:8, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fs.h:6, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/highmem.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bvec.h:10, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/skbuff.h:17, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/if_ether.h:19, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/etherdevice.h:20, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/ath/wil6210/txrx_edma.c:6: | |
+In function 'fortify_memcpy_chk', | |
+ inlined from 'wil_rx_crypto_check_edma' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/ath/wil6210/txrx_edma.c:566:2: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
+ 522 | __read_overflow2_field(q_size_field, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
@@ -5855,6 +5862,7 @@ | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/buildid.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/module.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_def.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_iocb.c:6: | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/spinlock.h:63, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait.h:9, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait_bit.h:8, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fs.h:6, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/cifs/cifssmb.c:17: | |
@@ -5862 +5870 @@ | |
- inlined from 'qla24xx_els_dcmd2_iocb' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_iocb.c:3065:2: | |
+ inlined from 'CIFS_open' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/cifs/cifssmb.c:1277:3: | |
@@ -5866,4 +5874,4 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/io.c:497: warning: expecting prototype for wbuf_timer_callback(). Prototype was for wbuf_timer_callback_nolock() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/io.c:513: warning: expecting prototype for new_wbuf_timer(). Prototype was for new_wbuf_timer_nolock() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/io.c:538: warning: expecting prototype for cancel_wbuf_timer(). Prototype was for cancel_wbuf_timer_nolock() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/watchdog/pretimeout_noop.c:19: warning: Function parameter or member 'wdd' not described in 'pretimeout_noop' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/clk/clkdev.c: In function 'vclkdev_alloc': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/clk/clkdev.c:173:17: warning: function 'vclkdev_alloc' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
+ 173 | vscnprintf(cla->dev_id, sizeof(cla->dev_id), dev_fmt, ap); | |
+ | ^~~~~~~~~~ | |
@@ -5875,10 +5883 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/watchdog/pretimeout_panic.c:19: warning: Function parameter or member 'wdd' not described in 'pretimeout_panic' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_isr.c:3724: warning: Function parameter or member 'rsp_q_in' not described in 'qla_chk_cont_iocb_avail' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/watchdog/wdt_pci.c:275: warning: Function parameter or member 'temperature' not described in 'wdtpci_get_temperature' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/replay.c:61: warning: Function parameter or member 'hash' not described in 'replay_entry' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/replay.c:387: warning: Function parameter or member 'hash' not described in 'insert_node' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/replay.c:436: warning: Function parameter or member 'hash' not described in 'insert_dent' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/watchdog/pcwd_usb.c:586: warning: Function parameter or member 'usb_pcwd' not described in 'usb_pcwd_delete' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/watchdog/pcwd_usb.c:601: warning: Function parameter or member 'interface' not described in 'usb_pcwd_probe' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/watchdog/pcwd_usb.c:601: warning: Function parameter or member 'id' not described in 'usb_pcwd_probe' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/watchdog/pcwd_usb.c:770: warning: Function parameter or member 'interface' not described in 'usb_pcwd_disconnect' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:5146: warning: Function parameter or member 'reset_context' not described in 'amdgpu_device_gpu_recover' | |
@@ -5895,49 +5894,43 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:5146: warning: Function parameter or member 'reset_context' not described in 'amdgpu_device_gpu_recover' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/compress.c:103: warning: Function parameter or member 'c' not described in 'ubifs_compress' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/compress.c:155: warning: Function parameter or member 'c' not described in 'ubifs_decompress' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/lpt.c:1938: warning: Function parameter or member 'ptr' not described in 'lpt_scan_node' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-mxs.c:131: warning: Function parameter or member 'timing0' not described in 'mxs_i2c_dev' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-mxs.c:131: warning: Function parameter or member 'timing1' not described in 'mxs_i2c_dev' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-mxs.c:131: warning: Function parameter or member 'timing2' not described in 'mxs_i2c_dev' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-mxs.c:131: warning: Function parameter or member 'dmach' not described in 'mxs_i2c_dev' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-mxs.c:131: warning: Function parameter or member 'pio_data' not described in 'mxs_i2c_dev' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-mxs.c:131: warning: Function parameter or member 'addr_data' not described in 'mxs_i2c_dev' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-mxs.c:131: warning: Function parameter or member 'sg_io' not described in 'mxs_i2c_dev' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-mxs.c:131: warning: Function parameter or member 'dma_read' not described in 'mxs_i2c_dev' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/thermal/cpuidle_cooling.c:151: warning: cannot understand function prototype: 'struct thermal_cooling_device_ops cpuidle_cooling_ops = ' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/input/rmi4/rmi_bus.c:300: warning: expecting prototype for rmi_register_function_handler(). Prototype was for __rmi_register_function_handler() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/auth.c:31: warning: expecting prototype for ubifs_node_calc_hash(). Prototype was for __ubifs_node_calc_hash() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/thermal/rockchip_thermal.c:64: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * The max sensors is two in rockchip SoCs. | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/thermal/rockchip_thermal.c:179: warning: expecting prototype for TSADC Sensor Register description(). Prototype was for TSADCV2_USER_CON() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/thermal/rockchip_thermal.c:1342: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * Reset TSADC Controller, reset all tsadc registers. | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c:683: warning: Function parameter or member 'unlocked' not described in 'amdgpu_vm_pt_free_dfs' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-rk3x.c:242: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * Generate a START condition, which triggers a REG_INT_START interrupt. | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-rk3x.c:261: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * Generate a STOP condition, which triggers a REG_INT_STOP interrupt. | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-rk3x.c:304: warning: Function parameter or member 'i2c' not described in 'rk3x_i2c_prepare_read' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-rk3x.c:304: warning: expecting prototype for Setup a read according to i2c(). Prototype was for rk3x_i2c_prepare_read() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-rk3x.c:335: warning: Function parameter or member 'i2c' not described in 'rk3x_i2c_fill_transmit_buf' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-rk3x.c:335: warning: expecting prototype for Fill the transmit buffer with data from i2c(). Prototype was for rk3x_i2c_fill_transmit_buf() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-rk3x.c:535: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * Get timing values of I2C specification | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-rk3x.c:552: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * Calculate divider values for desired SCL frequency | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-rk3x.c:713: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * Calculate timing values for desired SCL frequency | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-rk3x.c:963: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * Setup I2C registers for an I2C operation specified by msgs, num. | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c:129:6: warning: no previous prototype for 'amdgpu_ucode_print_imu_hdr' [-Wmissing-prototypes] | |
- 129 | void amdgpu_ucode_print_imu_hdr(const struct common_firmware_header *hdr) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/rtc/rtc-omap.c:410:5: warning: no previous prototype for 'omap_rtc_power_off_program' [-Wmissing-prototypes] | |
- 410 | int omap_rtc_power_off_program(struct device *dev) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/rtc/rtc-omap.c:411: warning: Function parameter or member 'dev' not described in 'omap_rtc_power_off_program' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/thermal/mtk_thermal.c:562: warning: expecting prototype for raw_to_mcelsius(). Prototype was for raw_to_mcelsius_v1() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fuse/dev.c:212: warning: Function parameter or member 'fiq' not described in 'fuse_dev_wake_and_unlock' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fuse/dev.c:212: warning: expecting prototype for A new request is available, wake fiq(). Prototype was for fuse_dev_wake_and_unlock() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fuse/dir.c:149: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * Mark the attributes as stale due to an atime change. Avoid the invalidate if | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/buildid.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/module.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlegacy/4965-mac.c:18: | |
+In function 'fortify_memcpy_chk', | |
+ inlined from 'il4965_hdl_alive' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlegacy/4965-mac.c:4023:3: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
+ 522 | __read_overflow2_field(q_size_field, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/usb/host/xhci.c:1478: warning: Function parameter or member 'desc' not described in 'xhci_get_endpoint_index' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mfd/Makefile: rsmu_core.o is added to multiple modules: rsmu-i2c rsmu-spi | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/spinlock.h:63, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mmzone.h:8, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/gfp.h:7, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/slab.h:15, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intersil/hostap/hostap_ioctl.c:4: | |
+In function 'strncpy', | |
+ inlined from 'prism2_ioctl_get_encryption' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intersil/hostap/hostap_ioctl.c:3633:3: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' specified bound 16 equals destination size [-Wstringop-truncation] | |
+ 68 | #define __underlying_strncpy __builtin_strncpy | |
+ | ^ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:144:16: note: in expansion of macro '__underlying_strncpy' | |
+ 144 | return __underlying_strncpy(p, q, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/journal.c:1221: warning: Function parameter or member 'old_inode' not described in 'ubifs_jnl_rename' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/journal.c:1221: warning: Function parameter or member 'old_nm' not described in 'ubifs_jnl_rename' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/journal.c:1221: warning: Function parameter or member 'new_inode' not described in 'ubifs_jnl_rename' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/journal.c:1221: warning: Function parameter or member 'new_nm' not described in 'ubifs_jnl_rename' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/journal.c:1221: warning: Function parameter or member 'whiteout' not described in 'ubifs_jnl_rename' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/journal.c:1221: warning: Excess function parameter 'old_dentry' description in 'ubifs_jnl_rename' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/journal.c:1221: warning: Excess function parameter 'new_dentry' description in 'ubifs_jnl_rename' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/dsa/ocelot/Makefile: felix.o is added to multiple modules: mscc_felix mscc_seville | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/file.c:1375: warning: Function parameter or member 'time' not described in 'ubifs_update_time' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/file.c:1375: warning: Function parameter or member 'flags' not described in 'ubifs_update_time' | |
@@ -5955,5 +5947,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/thermal/uniphier_thermal.c:26: warning: expecting prototype for uniphier_thermal.c(). Prototype was for PVTCTLEN() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fuse/file.c:656: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * In case of short read, the caller sets 'pos' to the position of | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-tegra.c:297: warning: Function parameter or member 'dma_dev' not described in 'tegra_i2c_dev' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/elx/libefc_sli/sli4.c:13: warning: cannot understand function prototype: 'struct sli4_asic_entry_t sli4_asic_table[] = ' | |
@@ -5980,6 +5968,15 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/watchdog/mlx_wdt.c:55: warning: Function parameter or member 'regmap_val_sz' not described in 'mlxreg_wdt' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/watchdog/mlx_wdt.c:55: warning: Function parameter or member 'wdt_type' not described in 'mlxreg_wdt' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fuse/cuse.c:272: warning: expecting prototype for cuse_parse_dev_info(). Prototype was for cuse_parse_devinfo() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fuse/cuse.c:319: warning: Function parameter or member 'fm' not described in 'cuse_process_init_reply' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fuse/cuse.c:319: warning: Function parameter or member 'args' not described in 'cuse_process_init_reply' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fuse/cuse.c:319: warning: Function parameter or member 'error' not described in 'cuse_process_init_reply' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/io.c:497: warning: expecting prototype for wbuf_timer_callback(). Prototype was for wbuf_timer_callback_nolock() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/io.c:513: warning: expecting prototype for new_wbuf_timer(). Prototype was for new_wbuf_timer_nolock() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/io.c:538: warning: expecting prototype for cancel_wbuf_timer(). Prototype was for cancel_wbuf_timer_nolock() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c:683: warning: Function parameter or member 'unlocked' not described in 'amdgpu_vm_pt_free_dfs' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/replay.c:61: warning: Function parameter or member 'hash' not described in 'replay_entry' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/replay.c:387: warning: Function parameter or member 'hash' not described in 'insert_node' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/replay.c:436: warning: Function parameter or member 'hash' not described in 'insert_dent' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/input/misc/cpcap-pwrbutton.c:2: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * CPCAP Power Button Input Driver | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c:129:6: warning: no previous prototype for 'amdgpu_ucode_print_imu_hdr' [-Wmissing-prototypes] | |
+ 129 | void amdgpu_ucode_print_imu_hdr(const struct common_firmware_header *hdr) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/Makefile: lio_ethtool.o is added to multiple modules: liquidio liquidio_vf | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/compress.c:103: warning: Function parameter or member 'c' not described in 'ubifs_compress' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/compress.c:155: warning: Function parameter or member 'c' not described in 'ubifs_decompress' | |
@@ -6002,36 +5998,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/core.c:1989: warning: Function parameter or member 'opp_table' not described in '_opp_set_supported_hw' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/core.c:1989: warning: Excess function parameter 'dev' description in '_opp_set_supported_hw' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/core.c:2032: warning: Function parameter or member 'opp_table' not described in '_opp_set_prop_name' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/core.c:2032: warning: Excess function parameter 'dev' description in '_opp_set_prop_name' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/core.c:2073: warning: Function parameter or member 'opp_table' not described in '_opp_set_regulators' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/core.c:2073: warning: Excess function parameter 'count' description in '_opp_set_regulators' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/core.c:2177: warning: Function parameter or member 'opp_table' not described in '_opp_set_clknames' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/core.c:2177: warning: Function parameter or member 'config_clks' not described in '_opp_set_clknames' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/core.c:2275: warning: Function parameter or member 'opp_table' not described in '_opp_set_config_regulators_helper' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/core.c:2339: warning: Function parameter or member 'opp_table' not described in '_opp_attach_genpd' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/core.c:2566: warning: Function parameter or member 'token' not described in 'dev_pm_opp_clear_config' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/core.c:2566: warning: Excess function parameter 'opp_table' description in 'dev_pm_opp_clear_config' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/cpu.c:45: warning: Function parameter or member 'opp_table' not described in 'dev_pm_opp_init_cpufreq_table' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/cpu.c:45: warning: Excess function parameter 'table' description in 'dev_pm_opp_init_cpufreq_table' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/cpu.c:98: warning: Function parameter or member 'opp_table' not described in 'dev_pm_opp_free_cpufreq_table' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/cpu.c:98: warning: Excess function parameter 'table' description in 'dev_pm_opp_free_cpufreq_table' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/overlayfs/util.c:754: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * Caller must hold a reference to inode to prevent it from being freed while | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mfd/Makefile: rsmu_core.o is added to multiple modules: rsmu-i2c rsmu-spi | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/acl.c:8: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
- 86 | static const int num_kmod_keyword_mask_map = (int) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/Makefile: lio_ethtool.o is added to multiple modules: liquidio liquidio_vf | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/file.c:13: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
- 86 | static const int num_kmod_keyword_mask_map = (int) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/sound/soc/samsung/s3c24xx_simtec_hermes.c:60: warning: Function parameter or member 'rtd' not described in 'simtec_hermes_init' | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-cache.c:8: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
- 86 | static const int num_kmod_keyword_mask_map = (int) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
@@ -6038,0 +6000,2 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/Makefile: request_manager.o is added to multiple modules: liquidio liquidio_vf | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/lpt.c:1938: warning: Function parameter or member 'ptr' not described in 'lpt_scan_node' | |
@@ -6059,18 +6022,22 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/sound/soc/samsung/s3c24xx_simtec_tlv320aic23.c:49: warning: Function parameter or member 'rtd' not described in 'simtec_tlv320aic23_init' | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-utils.c:9: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
- 86 | static const int num_kmod_keyword_mask_map = (int) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/mpt3sas/mpt3sas_base.c:5494: warning: Function parameter or member 'sas_addr' not described in 'mpt3sas_atto_get_sas_addr' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/Makefile: request_manager.o is added to multiple modules: liquidio liquidio_vf | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/xattr.c:13: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
- 86 | static const int num_kmod_keyword_mask_map = (int) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/dcache.c:12: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
- 86 | static const int num_kmod_keyword_mask_map = (int) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/rcupdate.h:29, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/rculist.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/pid.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/sched.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/ratelimit.h:6, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/dev_printk.h:16, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/device.h:15, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i3c/master.c:10: | |
+In function 'strncpy', | |
+ inlined from 'i3c_master_i2c_adapter_init' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i3c/master.c:2295:2, | |
+ inlined from 'i3c_master_register' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i3c/master.c:2664:8: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' specified bound 48 equals destination size [-Wstringop-truncation] | |
+ 68 | #define __underlying_strncpy __builtin_strncpy | |
+ | ^ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:144:16: note: in expansion of macro '__underlying_strncpy' | |
+ 144 | return __underlying_strncpy(p, q, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~ | |
@@ -6078,5 +6044,0 @@ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/inode.c:15: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
- 86 | static const int num_kmod_keyword_mask_map = (int) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
@@ -6084,10 +6045,0 @@ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-sysfs.c:146: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
- 86 | static const int num_kmod_keyword_mask_map = (int) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-mod.c:11: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
- 86 | static const int num_kmod_keyword_mask_map = (int) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
@@ -6124,12 +6075,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/isdn/capi/capiutil.c: In function 'bufprint': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/isdn/capi/capiutil.c:394:9: warning: function 'bufprint' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
- 394 | n = vsnprintf(cdb->p, r, fmt, f); | |
- | ^ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/isdn/capi/capiutil.c:416:17: warning: function 'bufprint' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
- 416 | n = vsnprintf(cdb->p, r, fmt, f); | |
- | ^ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/super.c:8: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
- 86 | static const int num_kmod_keyword_mask_map = (int) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
@@ -6137,5 +6076,0 @@ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/devorangefs-req.c:11: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
- 86 | static const int num_kmod_keyword_mask_map = (int) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
@@ -6144,91 +6078,0 @@ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/namei.c:12: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
- 86 | static const int num_kmod_keyword_mask_map = (int) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/Makefile: octeon_mailbox.o is added to multiple modules: liquidio liquidio_vf | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/symlink.c:8: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
- 86 | static const int num_kmod_keyword_mask_map = (int) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/Makefile: octeon_mem_ops.o is added to multiple modules: liquidio liquidio_vf | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/dir.c:6: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
- 86 | static const int num_kmod_keyword_mask_map = (int) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/spinlock.h:63, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait.h:9, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait_bit.h:8, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fs.h:6, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/highmem.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bvec.h:10, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/skbuff.h:17, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/if_ether.h:19, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/etherdevice.h:20, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/ath/wil6210/txrx.c:7: | |
-In function 'fortify_memcpy_chk', | |
- inlined from 'wil_rx_crypto_check' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/ath/wil6210/txrx.c:684:2: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
- 522 | __read_overflow2_field(q_size_field, size); | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/Makefile: octeon_droq.o is added to multiple modules: liquidio liquidio_vf | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-bufmap.c:7: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
- 86 | static const int num_kmod_keyword_mask_map = (int) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/spinlock.h:63, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait.h:9, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait_bit.h:8, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fs.h:6, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/highmem.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bvec.h:10, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/skbuff.h:17, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/if_ether.h:19, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/etherdevice.h:20, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/ath/wil6210/txrx_edma.c:6: | |
-In function 'fortify_memcpy_chk', | |
- inlined from 'wil_rx_crypto_check_edma' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/ath/wil6210/txrx_edma.c:566:2: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
- 522 | __read_overflow2_field(q_size_field, size); | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/Makefile: octeon_nic.o is added to multiple modules: liquidio liquidio_vf | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/waitqueue.c:16: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
- 86 | static const int num_kmod_keyword_mask_map = (int) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/mpi3mr/mpi3mr_app.c:949: warning: Function parameter or member 'reply_payload_rcv_len' not described in 'mpi3mr_bsg_process_mpt_cmds' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/mpi3mr/mpi3mr_app.c:1489: warning: Function parameter or member 'mrioc' not described in 'mpi3mr_bsg_exit' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/mpi3mr/mpi3mr_app.c:1523: warning: Function parameter or member 'mrioc' not described in 'mpi3mr_bsg_init' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/mpi3mr/mpi3mr_transport.c:1029: warning: Function parameter or member 'port_id' not described in 'mpi3mr_get_hba_port_by_id' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/clk/clkdev.c: In function 'vclkdev_alloc': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/clk/clkdev.c:173:17: warning: function 'vclkdev_alloc' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
- 173 | vscnprintf(cla->dev_id, sizeof(cla->dev_id), dev_fmt, ap); | |
- | ^~~~~~~~~~ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/spinlock.h:63, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mmzone.h:8, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/gfp.h:7, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/bnx2i/bnx2i_hwi.c:17: | |
-In function 'fortify_memcpy_chk', | |
- inlined from 'bnx2i_process_login_resp.isra' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/bnx2i/bnx2i_hwi.c:1460:2: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
- 522 | __read_overflow2_field(q_size_field, size); | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
@@ -6236,5 +6080,4 @@ | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_brcmsmac_msg.h:82, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_events.h:38, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_events.c:22: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h: In function 'trace_event_get_offsets_brcms_dbg': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:261:16: warning: function 'trace_event_get_offsets_brcms_dbg' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/tracepoint.h:133, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/tracepoint.c:12: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function 'trace_event_get_offsets_brcmf_err': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:261:16: warning: function 'trace_event_get_offsets_brcmf_err' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
@@ -6246,2 +6089,2 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:59:1: note: in expansion of macro 'TRACE_EVENT' | |
- 59 | TRACE_EVENT(brcms_dbg, | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:31:1: note: in expansion of macro 'TRACE_EVENT' | |
+ 31 | TRACE_EVENT(brcmf_err, | |
@@ -6249,2 +6092,12 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h: In function 'trace_event_raw_event_brcms_dbg': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:386:16: warning: function 'trace_event_raw_event_brcms_dbg' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function 'trace_event_get_offsets_brcmf_dbg': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:261:16: warning: function 'trace_event_get_offsets_brcmf_dbg' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
+ 261 | struct trace_event_raw_##call __maybe_unused *entry; \ | |
+ | ^~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' | |
+ 40 | DECLARE_EVENT_CLASS(name, \ | |
+ | ^~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:45:1: note: in expansion of macro 'TRACE_EVENT' | |
+ 45 | TRACE_EVENT(brcmf_dbg, | |
+ | ^~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function 'trace_event_raw_event_brcmf_err': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:386:16: warning: function 'trace_event_raw_event_brcmf_err' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
@@ -6256,2 +6109,12 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:59:1: note: in expansion of macro 'TRACE_EVENT' | |
- 59 | TRACE_EVENT(brcms_dbg, | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:31:1: note: in expansion of macro 'TRACE_EVENT' | |
+ 31 | TRACE_EVENT(brcmf_err, | |
+ | ^~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function 'trace_event_raw_event_brcmf_dbg': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:386:16: warning: function 'trace_event_raw_event_brcmf_dbg' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
+ 386 | struct trace_event_raw_##call *entry; \ | |
+ | ^~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' | |
+ 40 | DECLARE_EVENT_CLASS(name, \ | |
+ | ^~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:45:1: note: in expansion of macro 'TRACE_EVENT' | |
+ 45 | TRACE_EVENT(brcmf_dbg, | |
@@ -6261,2 +6124,2 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h: In function 'perf_trace_brcms_dbg': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/thread_info.h:24:40: warning: function 'perf_trace_brcms_dbg' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function 'perf_trace_brcmf_err': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/thread_info.h:24:40: warning: function 'perf_trace_brcmf_err' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
@@ -6295,14 +6157,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:59:1: note: in expansion of macro 'TRACE_EVENT' | |
- 59 | TRACE_EVENT(brcms_dbg, | |
- | ^~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/cpuidle/governors/ladder.c:54: warning: Function parameter or member 'dev' not described in 'ladder_do_selection' | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/define_trace.h:102, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/tracepoint.h:133, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/tracepoint.c:12: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function 'trace_event_get_offsets_brcmf_err': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:261:16: warning: function 'trace_event_get_offsets_brcmf_err' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
- 261 | struct trace_event_raw_##call __maybe_unused *entry; \ | |
- | ^~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' | |
- 40 | DECLARE_EVENT_CLASS(name, \ | |
- | ^~~~~~~~~~~~~~~~~~~ | |
@@ -6312,4 +6161,31 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function 'trace_event_get_offsets_brcmf_dbg': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:261:16: warning: function 'trace_event_get_offsets_brcmf_dbg' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
- 261 | struct trace_event_raw_##call __maybe_unused *entry; \ | |
- | ^~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function 'perf_trace_brcmf_dbg': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/thread_info.h:24:40: warning: function 'perf_trace_brcmf_dbg' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
+ 24 | #define current_thread_info() ((struct thread_info *)current) | |
+ | ^~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/compiler-gcc.h:35:33: note: in definition of macro 'RELOC_HIDE' | |
+ 35 | (typeof(ptr)) (__ptr + (off)); \ | |
+ | ^~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/asm-generic/percpu.h:44:31: note: in expansion of macro 'SHIFT_PERCPU_PTR' | |
+ 44 | #define arch_raw_cpu_ptr(ptr) SHIFT_PERCPU_PTR(ptr, __my_cpu_offset) | |
+ | ^~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/asm-generic/percpu.h:31:25: note: in expansion of macro 'per_cpu_offset' | |
+ 31 | #define __my_cpu_offset per_cpu_offset(raw_smp_processor_id()) | |
+ | ^~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/arch/riscv/include/asm/smp.h:63:33: note: in expansion of macro 'current_thread_info' | |
+ 63 | #define raw_smp_processor_id() (current_thread_info()->cpu) | |
+ | ^~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/asm-generic/percpu.h:31:40: note: in expansion of macro 'raw_smp_processor_id' | |
+ 31 | #define __my_cpu_offset per_cpu_offset(raw_smp_processor_id()) | |
+ | ^~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/asm-generic/percpu.h:44:53: note: in expansion of macro '__my_cpu_offset' | |
+ 44 | #define arch_raw_cpu_ptr(ptr) SHIFT_PERCPU_PTR(ptr, __my_cpu_offset) | |
+ | ^~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/percpu-defs.h:242:9: note: in expansion of macro 'arch_raw_cpu_ptr' | |
+ 242 | arch_raw_cpu_ptr(ptr); \ | |
+ | ^~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/percpu-defs.h:252:27: note: in expansion of macro 'raw_cpu_ptr' | |
+ 252 | #define this_cpu_ptr(ptr) raw_cpu_ptr(ptr) | |
+ | ^~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/perf.h:77:16: note: in expansion of macro 'this_cpu_ptr' | |
+ 77 | head = this_cpu_ptr(event_call->perf_events); \ | |
+ | ^~~~~~~~~~~~ | |
@@ -6322,3 +6198,11 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function 'trace_event_raw_event_brcmf_err': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:386:16: warning: function 'trace_event_raw_event_brcmf_err' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
- 386 | struct trace_event_raw_##call *entry; \ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/Makefile: octeon_mailbox.o is added to multiple modules: liquidio liquidio_vf | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/auth.c:31: warning: expecting prototype for ubifs_node_calc_hash(). Prototype was for __ubifs_node_calc_hash() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/Makefile: octeon_mem_ops.o is added to multiple modules: liquidio liquidio_vf | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/Makefile: octeon_droq.o is added to multiple modules: liquidio liquidio_vf | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/define_trace.h:102, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_brcmsmac_msg.h:82, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_events.h:38, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_events.c:22: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h: In function 'trace_event_get_offsets_brcms_dbg': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:261:16: warning: function 'trace_event_get_offsets_brcms_dbg' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
+ 261 | struct trace_event_raw_##call __maybe_unused *entry; \ | |
@@ -6329,2 +6213,2 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:31:1: note: in expansion of macro 'TRACE_EVENT' | |
- 31 | TRACE_EVENT(brcmf_err, | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:59:1: note: in expansion of macro 'TRACE_EVENT' | |
+ 59 | TRACE_EVENT(brcms_dbg, | |
@@ -6332,2 +6216,2 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function 'trace_event_raw_event_brcmf_dbg': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:386:16: warning: function 'trace_event_raw_event_brcmf_dbg' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h: In function 'trace_event_raw_event_brcms_dbg': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:386:16: warning: function 'trace_event_raw_event_brcms_dbg' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
@@ -6339,2 +6223,2 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:45:1: note: in expansion of macro 'TRACE_EVENT' | |
- 45 | TRACE_EVENT(brcmf_dbg, | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:59:1: note: in expansion of macro 'TRACE_EVENT' | |
+ 59 | TRACE_EVENT(brcms_dbg, | |
@@ -6344,2 +6228,2 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function 'perf_trace_brcmf_err': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/thread_info.h:24:40: warning: function 'perf_trace_brcmf_err' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h: In function 'perf_trace_brcms_dbg': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/thread_info.h:24:40: warning: function 'perf_trace_brcms_dbg' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
@@ -6378,2 +6262,2 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:31:1: note: in expansion of macro 'TRACE_EVENT' | |
- 31 | TRACE_EVENT(brcmf_err, | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:59:1: note: in expansion of macro 'TRACE_EVENT' | |
+ 59 | TRACE_EVENT(brcms_dbg, | |
@@ -6381,2 +6265,153 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function 'perf_trace_brcmf_dbg': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/thread_info.h:24:40: warning: function 'perf_trace_brcmf_dbg' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/Makefile: octeon_nic.o is added to multiple modules: liquidio liquidio_vf | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/elx/libefc_sli/sli4.c:13: warning: cannot understand function prototype: 'struct sli4_asic_entry_t sli4_asic_table[] = ' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-axxia.c:135: warning: cannot understand function prototype: 'struct axxia_i2c_dev ' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-axxia.c:172: warning: Function parameter or member 'ns' not described in 'ns_to_clk' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-axxia.c:172: warning: Function parameter or member 'clk_mhz' not described in 'ns_to_clk' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-axxia.c:271: warning: Function parameter or member 'idev' not described in 'axxia_i2c_empty_rx_fifo' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-axxia.c:303: warning: Function parameter or member 'idev' not described in 'axxia_i2c_fill_tx_fifo' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fuse/dev.c:212: warning: Function parameter or member 'fiq' not described in 'fuse_dev_wake_and_unlock' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fuse/dev.c:212: warning: expecting prototype for A new request is available, wake fiq(). Prototype was for fuse_dev_wake_and_unlock() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-cadence.c:218: warning: Function parameter or member 'rinfo' not described in 'cdns_i2c' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fuse/dir.c:149: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * Mark the attributes as stale due to an atime change. Avoid the invalidate if | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fuse/file.c:656: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * In case of short read, the caller sets 'pos' to the position of | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fuse/cuse.c:272: warning: expecting prototype for cuse_parse_dev_info(). Prototype was for cuse_parse_devinfo() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fuse/cuse.c:319: warning: Function parameter or member 'fm' not described in 'cuse_process_init_reply' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fuse/cuse.c:319: warning: Function parameter or member 'args' not described in 'cuse_process_init_reply' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fuse/cuse.c:319: warning: Function parameter or member 'error' not described in 'cuse_process_init_reply' | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/spinlock.h:63, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/swait.h:7, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/completion.h:12, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/marvell/mwifiex/main.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/marvell/mwifiex/tdls.c:19: | |
+In function 'fortify_memcpy_chk', | |
+ inlined from 'mwifiex_construct_tdls_action_frame.constprop' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/marvell/mwifiex/tdls.c:765:3: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
+ 522 | __read_overflow2_field(q_size_field, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/overlayfs/util.c:754: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * Caller must hold a reference to inode to prevent it from being freed while | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/input/rmi4/rmi_bus.c:300: warning: expecting prototype for rmi_register_function_handler(). Prototype was for __rmi_register_function_handler() instead | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/acl.c:8: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
+ 86 | static const int num_kmod_keyword_mask_map = (int) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/file.c:13: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
+ 86 | static const int num_kmod_keyword_mask_map = (int) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-cache.c:8: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
+ 86 | static const int num_kmod_keyword_mask_map = (int) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-utils.c:9: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
+ 86 | static const int num_kmod_keyword_mask_map = (int) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/xattr.c:13: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
+ 86 | static const int num_kmod_keyword_mask_map = (int) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/dcache.c:12: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
+ 86 | static const int num_kmod_keyword_mask_map = (int) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-mxs.c:131: warning: Function parameter or member 'timing0' not described in 'mxs_i2c_dev' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-mxs.c:131: warning: Function parameter or member 'timing1' not described in 'mxs_i2c_dev' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-mxs.c:131: warning: Function parameter or member 'timing2' not described in 'mxs_i2c_dev' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-mxs.c:131: warning: Function parameter or member 'dmach' not described in 'mxs_i2c_dev' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-mxs.c:131: warning: Function parameter or member 'pio_data' not described in 'mxs_i2c_dev' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-mxs.c:131: warning: Function parameter or member 'addr_data' not described in 'mxs_i2c_dev' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-mxs.c:131: warning: Function parameter or member 'sg_io' not described in 'mxs_i2c_dev' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-mxs.c:131: warning: Function parameter or member 'dma_read' not described in 'mxs_i2c_dev' | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-sysfs.c:146: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
+ 86 | static const int num_kmod_keyword_mask_map = (int) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/inode.c:15: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
+ 86 | static const int num_kmod_keyword_mask_map = (int) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-mod.c:11: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
+ 86 | static const int num_kmod_keyword_mask_map = (int) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/super.c:8: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
+ 86 | static const int num_kmod_keyword_mask_map = (int) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/namei.c:12: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
+ 86 | static const int num_kmod_keyword_mask_map = (int) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/devorangefs-req.c:11: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
+ 86 | static const int num_kmod_keyword_mask_map = (int) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/symlink.c:8: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
+ 86 | static const int num_kmod_keyword_mask_map = (int) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/mpt3sas/mpt3sas_base.c:5494: warning: Function parameter or member 'sas_addr' not described in 'mpt3sas_atto_get_sas_addr' | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/dir.c:6: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
+ 86 | static const int num_kmod_keyword_mask_map = (int) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-bufmap.c:7: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
+ 86 | static const int num_kmod_keyword_mask_map = (int) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/waitqueue.c:16: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
+ 86 | static const int num_kmod_keyword_mask_map = (int) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/define_trace.h:102, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlwifi/iwl-devtrace-msg.h:71, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlwifi/iwl-devtrace.h:91, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlwifi/iwl-devtrace.c:15: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h: In function 'trace_event_get_offsets_iwlwifi_dbg': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:261:16: warning: function 'trace_event_get_offsets_iwlwifi_dbg' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
+ 261 | struct trace_event_raw_##call __maybe_unused *entry; \ | |
+ | ^~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' | |
+ 40 | DECLARE_EVENT_CLASS(name, \ | |
+ | ^~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h:49:1: note: in expansion of macro 'TRACE_EVENT' | |
+ 49 | TRACE_EVENT(iwlwifi_dbg, | |
+ | ^~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h: In function 'trace_event_raw_event_iwlwifi_dbg': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:386:16: warning: function 'trace_event_raw_event_iwlwifi_dbg' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
+ 386 | struct trace_event_raw_##call *entry; \ | |
+ | ^~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' | |
+ 40 | DECLARE_EVENT_CLASS(name, \ | |
+ | ^~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h:49:1: note: in expansion of macro 'TRACE_EVENT' | |
+ 49 | TRACE_EVENT(iwlwifi_dbg, | |
+ | ^~~~~~~~~~~ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/compiler_types.h:100, | |
+ from <command-line>: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h: In function 'perf_trace_iwlwifi_dbg': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/thread_info.h:24:40: warning: function 'perf_trace_iwlwifi_dbg' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
@@ -6415,2 +6450,2 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:45:1: note: in expansion of macro 'TRACE_EVENT' | |
- 45 | TRACE_EVENT(brcmf_dbg, | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h:49:1: note: in expansion of macro 'TRACE_EVENT' | |
+ 49 | TRACE_EVENT(iwlwifi_dbg, | |
@@ -6418,140 +6453,16 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c:270: warning: Function parameter or member 'vmhub' not described in 'gmc_v11_0_flush_gpu_tlb' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c:270: warning: Function parameter or member 'flush_type' not described in 'gmc_v11_0_flush_gpu_tlb' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c:310: warning: Function parameter or member 'flush_type' not described in 'gmc_v11_0_flush_gpu_tlb_pasid' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c:310: warning: Function parameter or member 'all_hub' not described in 'gmc_v11_0_flush_gpu_tlb_pasid' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/ih_v6_0.c:392: warning: Function parameter or member 'ih' not described in 'ih_v6_0_get_wptr' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/ih_v6_0.c:432: warning: Function parameter or member 'ih' not described in 'ih_v6_0_irq_rearm' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/ih_v6_0.c:458: warning: Function parameter or member 'ih' not described in 'ih_v6_0_set_rptr' | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/spinlock.h:63, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait.h:9, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mempool.h:8, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bio.h:8, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/md/dm-log-userspace-base.c:7: | |
-In function 'strncpy', | |
- inlined from 'userspace_ctr' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/md/dm-log-userspace-base.c:226:2: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' specified bound 129 equals destination size [-Wstringop-truncation] | |
- 68 | #define __underlying_strncpy __builtin_strncpy | |
- | ^ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:144:16: note: in expansion of macro '__underlying_strncpy' | |
- 144 | return __underlying_strncpy(p, q, size); | |
- | ^~~~~~~~~~~~~~~~~~~~ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/spinlock.h:63, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait.h:9, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait_bit.h:8, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fs.h:6, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/highmem.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bvec.h:10, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/blk_types.h:10, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/blkdev.h:9, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/md/persistent-data/dm-block-manager.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/md/dm-cache-block-types.h:10, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/md/dm-cache-metadata.h:10, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/md/dm-cache-metadata.c:7: | |
-In function 'strncpy', | |
- inlined from 'write_hints' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/md/dm-cache-metadata.c:1721:2: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' specified bound 16 equals destination size [-Wstringop-truncation] | |
- 68 | #define __underlying_strncpy __builtin_strncpy | |
- | ^ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:144:16: note: in expansion of macro '__underlying_strncpy' | |
- 144 | return __underlying_strncpy(p, q, size); | |
- | ^~~~~~~~~~~~~~~~~~~~ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/spinlock.h:63, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mmzone.h:8, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/gfp.h:7, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/slab.h:15, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intersil/hostap/hostap_ioctl.c:4: | |
-In function 'strncpy', | |
- inlined from 'prism2_ioctl_get_encryption' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intersil/hostap/hostap_ioctl.c:3633:3: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' specified bound 16 equals destination size [-Wstringop-truncation] | |
- 68 | #define __underlying_strncpy __builtin_strncpy | |
- | ^ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:144:16: note: in expansion of macro '__underlying_strncpy' | |
- 144 | return __underlying_strncpy(p, q, size); | |
- | ^~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/freescale/enetc/Makefile: enetc.o is added to multiple modules: fsl-enetc fsl-enetc-vf | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/freescale/enetc/Makefile: enetc_cbdr.o is added to multiple modules: fsl-enetc fsl-enetc-vf | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/freescale/enetc/Makefile: enetc_ethtool.o is added to multiple modules: fsl-enetc fsl-enetc-vf | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/buildid.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/module.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/bluetooth/bnep/core.c:28: | |
-In function 'fortify_memcpy_chk', | |
- inlined from '__skb_put_data' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/skbuff.h:2559:2, | |
- inlined from 'bnep_rx_frame.isra' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/bluetooth/bnep/core.c:388:3: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
- 522 | __read_overflow2_field(q_size_field, size); | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/buildid.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/module.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlegacy/4965-mac.c:18: | |
-In function 'fortify_memcpy_chk', | |
- inlined from 'il4965_hdl_alive' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlegacy/4965-mac.c:4023:3: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
- 522 | __read_overflow2_field(q_size_field, size); | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:271: warning: Function parameter or member 'job' not described in 'sdma_v6_0_ring_emit_ib' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:271: warning: Function parameter or member 'flags' not described in 'sdma_v6_0_ring_emit_ib' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:305: warning: Excess function parameter 'job' description in 'sdma_v6_0_ring_emit_mem_sync' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:305: warning: Excess function parameter 'ib' description in 'sdma_v6_0_ring_emit_mem_sync' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:360: warning: Function parameter or member 'addr' not described in 'sdma_v6_0_ring_emit_fence' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:360: warning: Function parameter or member 'seq' not described in 'sdma_v6_0_ring_emit_fence' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:360: warning: Function parameter or member 'flags' not described in 'sdma_v6_0_ring_emit_fence' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:360: warning: Excess function parameter 'fence' description in 'sdma_v6_0_ring_emit_fence' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:968: warning: Function parameter or member 'timeout' not described in 'sdma_v6_0_ring_test_ib' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:1096: warning: Function parameter or member 'value' not described in 'sdma_v6_0_vm_write_pte' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:1096: warning: Excess function parameter 'addr' description in 'sdma_v6_0_vm_write_pte' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:1096: warning: Excess function parameter 'flags' description in 'sdma_v6_0_vm_write_pte' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:1148: warning: Function parameter or member 'ring' not described in 'sdma_v6_0_ring_pad_ib' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:1200: warning: Function parameter or member 'vmid' not described in 'sdma_v6_0_ring_emit_vm_flush' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:1200: warning: Function parameter or member 'pd_addr' not described in 'sdma_v6_0_ring_emit_vm_flush' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:1200: warning: Excess function parameter 'vm' description in 'sdma_v6_0_ring_emit_vm_flush' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:1605: warning: Function parameter or member 'ib' not described in 'sdma_v6_0_emit_copy_buffer' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:1605: warning: Function parameter or member 'tmz' not described in 'sdma_v6_0_emit_copy_buffer' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:1605: warning: Excess function parameter 'ring' description in 'sdma_v6_0_emit_copy_buffer' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:1631: warning: Function parameter or member 'ib' not described in 'sdma_v6_0_emit_fill_buffer' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:1631: warning: Excess function parameter 'ring' description in 'sdma_v6_0_emit_fill_buffer' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c: In function 'amdgpu_mes_ctx_alloc_meta_data': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c:1097:13: warning: variable 'r' set but not used [-Wunused-but-set-variable] | |
- 1097 | int r; | |
- | ^ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c:605: warning: Function parameter or member 'p' not described in 'amdgpu_vce_validate_bo' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/sound/soc/codecs/Makefile: wcd-clsh-v2.o is added to multiple modules: snd-soc-wcd9335 snd-soc-wcd934x snd-soc-wcd938x | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mmc/host/sdhci-omap.c:3: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * SDHCI Controller driver for TI's OMAP SoCs | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/buildid.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/module.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/bluetooth/mgmt.c:27: | |
-In function 'fortify_memcpy_chk', | |
- inlined from 'get_conn_info_complete' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/bluetooth/mgmt.c:7274:2: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
- 522 | __read_overflow2_field(q_size_field, size); | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-rk3x.c:242: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * Generate a START condition, which triggers a REG_INT_START interrupt. | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-rk3x.c:261: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * Generate a STOP condition, which triggers a REG_INT_STOP interrupt. | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-rk3x.c:304: warning: Function parameter or member 'i2c' not described in 'rk3x_i2c_prepare_read' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-rk3x.c:304: warning: expecting prototype for Setup a read according to i2c(). Prototype was for rk3x_i2c_prepare_read() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-rk3x.c:335: warning: Function parameter or member 'i2c' not described in 'rk3x_i2c_fill_transmit_buf' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-rk3x.c:335: warning: expecting prototype for Fill the transmit buffer with data from i2c(). Prototype was for rk3x_i2c_fill_transmit_buf() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-rk3x.c:535: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * Get timing values of I2C specification | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-rk3x.c:552: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * Calculate divider values for desired SCL frequency | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-rk3x.c:713: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * Calculate timing values for desired SCL frequency | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-rk3x.c:963: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * Setup I2C registers for an I2C operation specified by msgs, num. | |
@@ -6561,0 +6473,12 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/freescale/enetc/Makefile: enetc.o is added to multiple modules: fsl-enetc fsl-enetc-vf | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/freescale/enetc/Makefile: enetc_cbdr.o is added to multiple modules: fsl-enetc fsl-enetc-vf | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/mpi3mr/mpi3mr_app.c:949: warning: Function parameter or member 'reply_payload_rcv_len' not described in 'mpi3mr_bsg_process_mpt_cmds' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/mpi3mr/mpi3mr_app.c:1489: warning: Function parameter or member 'mrioc' not described in 'mpi3mr_bsg_exit' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/mpi3mr/mpi3mr_app.c:1523: warning: Function parameter or member 'mrioc' not described in 'mpi3mr_bsg_init' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/mpi3mr/mpi3mr_transport.c:1029: warning: Function parameter or member 'port_id' not described in 'mpi3mr_get_hba_port_by_id' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/rtc/rtc-omap.c:410:5: warning: no previous prototype for 'omap_rtc_power_off_program' [-Wmissing-prototypes] | |
+ 410 | int omap_rtc_power_off_program(struct device *dev) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/rtc/rtc-omap.c:411: warning: Function parameter or member 'dev' not described in 'omap_rtc_power_off_program' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/freescale/enetc/Makefile: enetc_ethtool.o is added to multiple modules: fsl-enetc fsl-enetc-vf | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-tegra.c:297: warning: Function parameter or member 'dma_dev' not described in 'tegra_i2c_dev' | |
@@ -6586,16 +6508,0 @@ | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/buildid.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/module.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/3w-sas.c:53: | |
-In function 'strncpy', | |
- inlined from 'twl_reset_sequence' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/3w-sas.c:1329:3: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' output truncated before terminating nul copying 11 bytes from a string of the same length [-Wstringop-truncation] | |
- 68 | #define __underlying_strncpy __builtin_strncpy | |
- | ^ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:144:16: note: in expansion of macro '__underlying_strncpy' | |
- 144 | return __underlying_strncpy(p, q, size); | |
- | ^~~~~~~~~~~~~~~~~~~~ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
@@ -6605,4 +6512,3 @@ | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/swait.h:7, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/completion.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/marvell/mwifiex/main.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/marvell/mwifiex/tdls.c:19: | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mmzone.h:8, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/gfp.h:7, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/bnx2i/bnx2i_hwi.c:17: | |
@@ -6610 +6516 @@ | |
- inlined from 'mwifiex_construct_tdls_action_frame.constprop' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/marvell/mwifiex/tdls.c:765:3: | |
+ inlined from 'bnx2i_process_login_resp.isra' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/bnx2i/bnx2i_hwi.c:1460:2: | |
@@ -6641,25 +6546,0 @@ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/spinlock.h:63, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mmzone.h:8, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/gfp.h:7, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/firmware.h:7, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c:26: | |
-In function 'fortify_memcpy_chk', | |
- inlined from 'sienna_cichlid_append_powerplay_table' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c:444:2: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
- 522 | __read_overflow2_field(q_size_field, size); | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:2381: warning: Function parameter or member 'residency' not described in 'vangogh_get_gfxoff_residency' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:2399: warning: Function parameter or member 'entrycount' not described in 'vangogh_get_gfxoff_entrycount' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/hisilicon/hns3/Makefile: hns3_common/hclge_comm_cmd.o is added to multiple modules: hclge hclgevf | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/hisilicon/hns3/Makefile: hns3_common/hclge_comm_rss.o is added to multiple modules: hclge hclgevf | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/hisilicon/hns3/Makefile: hns3_common/hclge_comm_tqp_stats.o is added to multiple modules: hclge hclgevf | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/firmware/broadcom/bcm47xx_nvram.c:41: warning: Function parameter or member 'nvram' not described in 'bcm47xx_nvram_is_valid' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/firmware/broadcom/bcm47xx_nvram.c:49: warning: Function parameter or member 'nvram_start' not described in 'bcm47xx_nvram_copy' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/firmware/broadcom/bcm47xx_nvram.c:49: warning: Function parameter or member 'res_size' not described in 'bcm47xx_nvram_copy' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/firmware/broadcom/bcm47xx_nvram.c:73: warning: Function parameter or member 'flash_start' not described in 'bcm47xx_nvram_find_and_copy' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/firmware/broadcom/bcm47xx_nvram.c:73: warning: Function parameter or member 'res_size' not described in 'bcm47xx_nvram_find_and_copy' | |
@@ -6669 +6550,20 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/firmware/broadcom/tee_bnxt_fw.c:62: warning: Function parameter or member 'fw_shm_pool' not described in 'tee_bnxt_fw_private' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/hisilicon/hns3/Makefile: hns3_common/hclge_comm_cmd.o is added to multiple modules: hclge hclgevf | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/hisilicon/hns3/Makefile: hns3_common/hclge_comm_rss.o is added to multiple modules: hclge hclgevf | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/hisilicon/hns3/Makefile: hns3_common/hclge_comm_tqp_stats.o is added to multiple modules: hclge hclgevf | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c:270: warning: Function parameter or member 'vmhub' not described in 'gmc_v11_0_flush_gpu_tlb' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c:270: warning: Function parameter or member 'flush_type' not described in 'gmc_v11_0_flush_gpu_tlb' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c:310: warning: Function parameter or member 'flush_type' not described in 'gmc_v11_0_flush_gpu_tlb_pasid' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c:310: warning: Function parameter or member 'all_hub' not described in 'gmc_v11_0_flush_gpu_tlb_pasid' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/super.c:121: warning: Function parameter or member 'sb' not described in '__nilfs_error' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/super.c:121: warning: Function parameter or member 'function' not described in '__nilfs_error' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/super.c:121: warning: Function parameter or member 'fmt' not described in '__nilfs_error' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/acr/lsfw.c: In function 'nvkm_acr_lsfw_load_sig_image_desc_v2': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/acr/lsfw.c:221:21: warning: variable 'loc' set but not used [-Wunused-but-set-variable] | |
+ 221 | u32 loc, sig, cnt, *meta; | |
+ | ^~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/btnode.c:175: warning: Function parameter or member 'btnc' not described in 'nilfs_btnode_prepare_change_key' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/btnode.c:175: warning: Function parameter or member 'ctxt' not described in 'nilfs_btnode_prepare_change_key' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/btnode.c:238: warning: Function parameter or member 'btnc' not described in 'nilfs_btnode_commit_change_key' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/btnode.c:238: warning: Function parameter or member 'ctxt' not described in 'nilfs_btnode_commit_change_key' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/btnode.c:278: warning: Function parameter or member 'btnc' not described in 'nilfs_btnode_abort_change_key' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/btnode.c:278: warning: Function parameter or member 'ctxt' not described in 'nilfs_btnode_abort_change_key' | |
@@ -6699,169 +6598,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/clocksource/timer-ti-dm.c:192: warning: Function parameter or member 'val' not described in 'dmtimer_write' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/clocksource/timer-ti-dm.c:192: warning: Excess function parameter 'value' description in 'dmtimer_write' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/clocksource/timer-ti-dm.c:947: warning: Function parameter or member 'cookie' not described in 'omap_dm_timer_set_int_disable' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/clocksource/timer-ti-dm.c:947: warning: Excess function parameter 'timer' description in 'omap_dm_timer_set_int_disable' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/acr/lsfw.c: In function 'nvkm_acr_lsfw_load_sig_image_desc_v2': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/acr/lsfw.c:221:21: warning: variable 'loc' set but not used [-Wunused-but-set-variable] | |
- 221 | u32 loc, sig, cnt, *meta; | |
- | ^~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-interrupts.dtsi:62.25-75.6: Warning (unit_address_vs_reg): /testcase-data/interrupts/interrupts-extended0: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-address.dtsi:12.17-46.5: Warning (unit_address_vs_reg): /testcase-data/address-tests: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:13.35-17.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest100: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:19.35-23.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest101: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:25.31-29.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest0: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:31.31-35.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest1: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:37.31-41.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest2: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:43.31-47.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest3: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:49.31-53.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest5: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:55.31-59.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest6: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:61.31-65.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest7: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:67.31-71.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest8: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:73.41-113.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/i2c-test-bus: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:81.22-85.8: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/i2c-test-bus/test-unittest12: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:87.22-91.8: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/i2c-test-bus/test-unittest13: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:93.22-112.8: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/i2c-test-bus/test-unittest14: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:13.35-17.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest100: simple-bus unit address format error, expected "64" | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:19.35-23.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest101: simple-bus unit address format error, expected "65" | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:25.31-29.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest0: simple-bus unit address format error, expected "0" | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:31.31-35.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest1: simple-bus unit address format error, expected "1" | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:37.31-41.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest2: simple-bus unit address format error, expected "2" | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:43.31-47.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest3: simple-bus unit address format error, expected "3" | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:49.31-53.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest5: simple-bus unit address format error, expected "5" | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:55.31-59.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest6: simple-bus unit address format error, expected "6" | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:61.31-65.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest7: simple-bus unit address format error, expected "7" | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:67.31-71.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest8: simple-bus unit address format error, expected "8" | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:73.41-113.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/i2c-test-bus: simple-bus unit address format error, expected "32" | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay.dtso:22.11-33.4: Warning (unit_address_vs_reg): /fragment@1/__overlay__/ride@100: node has a unit name, but no reg or ranges property | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay.dtso:26.12-28.5: Warning (unit_address_vs_reg): /fragment@1/__overlay__/ride@100/track@30: node has a unit name, but no reg or ranges property | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay.dtso:30.12-32.5: Warning (unit_address_vs_reg): /fragment@1/__overlay__/ride@100/track@40: node has a unit name, but no reg or ranges property | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay.dtso:22.11-33.4: Warning (avoid_unnecessary_addr_size): /fragment@1/__overlay__/ride@100: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay_4.dtso:13.17-17.4: Warning (unit_address_vs_reg): /fragment@0/__overlay__/test-unittest4: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay_10.dtso:13.18-26.4: Warning (unit_address_vs_reg): /fragment@0/__overlay__/test-unittest10: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay_10.dtso:21.20-25.5: Warning (unit_address_vs_reg): /fragment@0/__overlay__/test-unittest10/test-unittest101: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/leds/leds-lm3692x.c:120: warning: Function parameter or member 'boost_ctrl' not described in 'lm3692x_led' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/leds/leds-lm3692x.c:120: warning: Function parameter or member 'brightness_ctrl' not described in 'lm3692x_led' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/leds/leds-lm3692x.c:120: warning: Function parameter or member 'enabled' not described in 'lm3692x_led' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay_11.dtso:13.18-27.4: Warning (unit_address_vs_reg): /fragment@0/__overlay__/test-unittest11: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay_11.dtso:21.20-25.5: Warning (unit_address_vs_reg): /fragment@0/__overlay__/test-unittest11/test-unittest111: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay_15.dtso:10.18-29.4: Warning (unit_address_vs_reg): /fragment@0/__overlay__/test-unittest15: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/firmware/efi/libstub/efi-stub-helper.c:561: warning: Function parameter or member 'out' not described in 'efi_load_initrd' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay_16.dtso:11.18-14.4: Warning (unit_address_vs_reg): /fragment@0/__overlay__/test-unittest16: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay_17.dtso:11.18-14.4: Warning (unit_address_vs_reg): /fragment@0/__overlay__/test-unittest17: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay_18.dtso:11.18-14.4: Warning (unit_address_vs_reg): /fragment@0/__overlay__/test-unittest18: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay_19.dtso:11.18-14.4: Warning (unit_address_vs_reg): /fragment@0/__overlay__/test-unittest19: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay_20.dtso:11.18-14.4: Warning (unit_address_vs_reg): /fragment@0/__overlay__/test-unittest20: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay_gpio_02b.dtso:8.9-15.4: Warning (unit_address_vs_reg): /fragment@0/__overlay__/gpio@2: node has a unit name, but no reg or ranges property | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay_gpio_02b.dtso:5.20-16.3: Warning (avoid_unnecessary_addr_size): /fragment@0/__overlay__: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/firmware/efi/efi.c:176:16: warning: no previous prototype for 'efi_attr_is_visible' [-Wmissing-prototypes] | |
- 176 | umode_t __weak efi_attr_is_visible(struct kobject *kobj, struct attribute *attr, | |
- | ^~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay_gpio_04b.dtso:8.9-15.4: Warning (unit_address_vs_reg): /fragment@0/__overlay__/gpio@4: node has a unit name, but no reg or ranges property | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay_gpio_04b.dtso:5.20-16.3: Warning (avoid_unnecessary_addr_size): /fragment@0/__overlay__: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-interrupts.dtsi:62.25-75.6: Warning (unit_address_vs_reg): /testcase-data/interrupts/interrupts-extended0: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-address.dtsi:12.17-46.5: Warning (unit_address_vs_reg): /testcase-data/address-tests: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:13.35-17.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest100: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:19.35-23.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest101: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:25.31-29.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest0: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:31.31-35.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest1: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:37.31-41.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest2: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:43.31-47.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest3: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:49.31-53.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest5: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:55.31-59.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest6: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:61.31-65.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest7: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:67.31-71.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest8: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:73.41-113.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/i2c-test-bus: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:81.22-85.8: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/i2c-test-bus/test-unittest12: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:87.22-91.8: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/i2c-test-bus/test-unittest13: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:93.22-112.8: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/i2c-test-bus/test-unittest14: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:13.35-17.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest100: simple-bus unit address format error, expected "64" | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:19.35-23.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest101: simple-bus unit address format error, expected "65" | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:25.31-29.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest0: simple-bus unit address format error, expected "0" | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:31.31-35.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest1: simple-bus unit address format error, expected "1" | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:37.31-41.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest2: simple-bus unit address format error, expected "2" | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:43.31-47.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest3: simple-bus unit address format error, expected "3" | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:49.31-53.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest5: simple-bus unit address format error, expected "5" | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:55.31-59.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest6: simple-bus unit address format error, expected "6" | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:61.31-65.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest7: simple-bus unit address format error, expected "7" | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:67.31-71.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest8: simple-bus unit address format error, expected "8" | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:73.41-113.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/i2c-test-bus: simple-bus unit address format error, expected "32" | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/clocksource/timer-cadence-ttc.c:78: warning: Function parameter or member 'clk_rate_change_nb' not described in 'ttc_timer' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/clocksource/timer-cadence-ttc.c:157: warning: Function parameter or member 'cs' not described in '__ttc_clocksource_read' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/clocksource/timer-cadence-ttc.c:193: warning: expecting prototype for ttc_set_{shutdown|oneshot|periodic}(). Prototype was for ttc_shutdown() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/usb/renesas_usbhs/mod.c: In function 'usbhs_status_get_each_irq': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/usb/renesas_usbhs/mod.c:195:13: warning: variable 'intenb0' set but not used [-Wunused-but-set-variable] | |
- 195 | u16 intenb0, intenb1; | |
- | ^~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/firmware/efi/libstub/alignedmem.c:27: warning: Function parameter or member 'memory_type' not described in 'efi_allocate_pages_aligned' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/clocksource/timer-ti-32k.c:42: warning: expecting prototype for timer(). Prototype was for OMAP2_32KSYNCNT_REV_OFF() instead | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/define_trace.h:102, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlwifi/iwl-devtrace-msg.h:71, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlwifi/iwl-devtrace.h:91, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlwifi/iwl-devtrace.c:15: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h: In function 'trace_event_get_offsets_iwlwifi_dbg': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:261:16: warning: function 'trace_event_get_offsets_iwlwifi_dbg' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
- 261 | struct trace_event_raw_##call __maybe_unused *entry; \ | |
- | ^~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' | |
- 40 | DECLARE_EVENT_CLASS(name, \ | |
- | ^~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h:49:1: note: in expansion of macro 'TRACE_EVENT' | |
- 49 | TRACE_EVENT(iwlwifi_dbg, | |
- | ^~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h: In function 'trace_event_raw_event_iwlwifi_dbg': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:386:16: warning: function 'trace_event_raw_event_iwlwifi_dbg' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
- 386 | struct trace_event_raw_##call *entry; \ | |
- | ^~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' | |
- 40 | DECLARE_EVENT_CLASS(name, \ | |
- | ^~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h:49:1: note: in expansion of macro 'TRACE_EVENT' | |
- 49 | TRACE_EVENT(iwlwifi_dbg, | |
- | ^~~~~~~~~~~ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/compiler_types.h:100, | |
- from <command-line>: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h: In function 'perf_trace_iwlwifi_dbg': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/thread_info.h:24:40: warning: function 'perf_trace_iwlwifi_dbg' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
- 24 | #define current_thread_info() ((struct thread_info *)current) | |
- | ^~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/compiler-gcc.h:35:33: note: in definition of macro 'RELOC_HIDE' | |
- 35 | (typeof(ptr)) (__ptr + (off)); \ | |
- | ^~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/asm-generic/percpu.h:44:31: note: in expansion of macro 'SHIFT_PERCPU_PTR' | |
- 44 | #define arch_raw_cpu_ptr(ptr) SHIFT_PERCPU_PTR(ptr, __my_cpu_offset) | |
- | ^~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/asm-generic/percpu.h:31:25: note: in expansion of macro 'per_cpu_offset' | |
- 31 | #define __my_cpu_offset per_cpu_offset(raw_smp_processor_id()) | |
- | ^~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/arch/riscv/include/asm/smp.h:63:33: note: in expansion of macro 'current_thread_info' | |
- 63 | #define raw_smp_processor_id() (current_thread_info()->cpu) | |
- | ^~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/asm-generic/percpu.h:31:40: note: in expansion of macro 'raw_smp_processor_id' | |
- 31 | #define __my_cpu_offset per_cpu_offset(raw_smp_processor_id()) | |
- | ^~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/asm-generic/percpu.h:44:53: note: in expansion of macro '__my_cpu_offset' | |
- 44 | #define arch_raw_cpu_ptr(ptr) SHIFT_PERCPU_PTR(ptr, __my_cpu_offset) | |
- | ^~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/percpu-defs.h:242:9: note: in expansion of macro 'arch_raw_cpu_ptr' | |
- 242 | arch_raw_cpu_ptr(ptr); \ | |
- | ^~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/percpu-defs.h:252:27: note: in expansion of macro 'raw_cpu_ptr' | |
- 252 | #define this_cpu_ptr(ptr) raw_cpu_ptr(ptr) | |
- | ^~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/perf.h:77:16: note: in expansion of macro 'this_cpu_ptr' | |
- 77 | head = this_cpu_ptr(event_call->perf_events); \ | |
- | ^~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' | |
- 40 | DECLARE_EVENT_CLASS(name, \ | |
- | ^~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h:49:1: note: in expansion of macro 'TRACE_EVENT' | |
- 49 | TRACE_EVENT(iwlwifi_dbg, | |
- | ^~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/super.c:121: warning: Function parameter or member 'sb' not described in '__nilfs_error' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/super.c:121: warning: Function parameter or member 'function' not described in '__nilfs_error' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/super.c:121: warning: Function parameter or member 'fmt' not described in '__nilfs_error' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/btnode.c:175: warning: Function parameter or member 'btnc' not described in 'nilfs_btnode_prepare_change_key' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/btnode.c:175: warning: Function parameter or member 'ctxt' not described in 'nilfs_btnode_prepare_change_key' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/btnode.c:238: warning: Function parameter or member 'btnc' not described in 'nilfs_btnode_commit_change_key' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/btnode.c:238: warning: Function parameter or member 'ctxt' not described in 'nilfs_btnode_commit_change_key' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/btnode.c:278: warning: Function parameter or member 'btnc' not described in 'nilfs_btnode_abort_change_key' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/btnode.c:278: warning: Function parameter or member 'ctxt' not described in 'nilfs_btnode_abort_change_key' | |
@@ -6870,4 +6600,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/firmware/efi/libstub/zboot.c:61:1: warning: no previous prototype for 'efi_zboot_entry' [-Wmissing-prototypes] | |
- 61 | efi_zboot_entry(efi_handle_t handle, efi_system_table_t *systab) | |
- | ^~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/befs/datastream.c:132: warning: expecting prototype for befs_read_lsmylink(). Prototype was for befs_read_lsymlink() instead | |
@@ -6874,0 +6602,31 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/cpfile.c:564: warning: Function parameter or member 'cnop' not described in 'nilfs_cpfile_get_cpinfo' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/cpfile.c:564: warning: Function parameter or member 'mode' not described in 'nilfs_cpfile_get_cpinfo' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/cpfile.c:564: warning: Function parameter or member 'buf' not described in 'nilfs_cpfile_get_cpinfo' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/cpfile.c:564: warning: Function parameter or member 'cisz' not described in 'nilfs_cpfile_get_cpinfo' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/cpfile.c:564: warning: Excess function parameter 'cno' description in 'nilfs_cpfile_get_cpinfo' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/cpfile.c:564: warning: Excess function parameter 'ci' description in 'nilfs_cpfile_get_cpinfo' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/watchdog/pretimeout_noop.c:19: warning: Function parameter or member 'wdd' not described in 'pretimeout_noop' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/watchdog/pretimeout_panic.c:19: warning: Function parameter or member 'wdd' not described in 'pretimeout_panic' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/watchdog/wdt_pci.c:275: warning: Function parameter or member 'temperature' not described in 'wdtpci_get_temperature' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/gcinode.c:180: warning: Function parameter or member 'nilfs' not described in 'nilfs_remove_all_gcinodes' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/ih_v6_0.c:392: warning: Function parameter or member 'ih' not described in 'ih_v6_0_get_wptr' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/ih_v6_0.c:432: warning: Function parameter or member 'ih' not described in 'ih_v6_0_irq_rearm' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/ih_v6_0.c:458: warning: Function parameter or member 'ih' not described in 'ih_v6_0_set_rptr' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/watchdog/pcwd_usb.c:586: warning: Function parameter or member 'usb_pcwd' not described in 'usb_pcwd_delete' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/watchdog/pcwd_usb.c:601: warning: Function parameter or member 'interface' not described in 'usb_pcwd_probe' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/watchdog/pcwd_usb.c:601: warning: Function parameter or member 'id' not described in 'usb_pcwd_probe' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/watchdog/pcwd_usb.c:770: warning: Function parameter or member 'interface' not described in 'usb_pcwd_disconnect' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/ioctl.c:120: warning: Function parameter or member 'dentry' not described in 'nilfs_fileattr_get' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/ioctl.c:120: warning: Function parameter or member 'fa' not described in 'nilfs_fileattr_get' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/ioctl.c:133: warning: Function parameter or member 'mnt_userns' not described in 'nilfs_fileattr_set' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/ioctl.c:133: warning: Function parameter or member 'dentry' not described in 'nilfs_fileattr_set' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/ioctl.c:133: warning: Function parameter or member 'fa' not described in 'nilfs_fileattr_set' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/ioctl.c:164: warning: Function parameter or member 'inode' not described in 'nilfs_ioctl_getversion' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/ioctl.c:164: warning: Function parameter or member 'argp' not described in 'nilfs_ioctl_getversion' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/thermal/cpuidle_cooling.c:151: warning: cannot understand function prototype: 'struct thermal_cooling_device_ops cpuidle_cooling_ops = ' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/befs/datastream.c:132: warning: expecting prototype for befs_read_lsmylink(). Prototype was for befs_read_lsymlink() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/thermal/rockchip_thermal.c:64: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * The max sensors is two in rockchip SoCs. | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/thermal/rockchip_thermal.c:179: warning: expecting prototype for TSADC Sensor Register description(). Prototype was for TSADCV2_USER_CON() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/thermal/rockchip_thermal.c:1342: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * Reset TSADC Controller, reset all tsadc registers. | |
@@ -7010,22 +6768,6 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/ashldi3.c:9:19: warning: no previous prototype for '__ashldi3' [-Wmissing-prototypes] | |
- 9 | long long notrace __ashldi3(long long u, word_type b) | |
- | ^~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/crypto/marvell/octeontx2/Makefile: otx2_cpt_mbox_common.o is added to multiple modules: rvu_cptpf rvu_cptvf | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/crypto/marvell/octeontx2/Makefile: otx2_cptlf.o is added to multiple modules: rvu_cptpf rvu_cptvf | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/crypto/marvell/octeontx2/Makefile: cn10k_cpt.o is added to multiple modules: rvu_cptpf rvu_cptvf | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/cpfile.c:564: warning: Function parameter or member 'cnop' not described in 'nilfs_cpfile_get_cpinfo' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/cpfile.c:564: warning: Function parameter or member 'mode' not described in 'nilfs_cpfile_get_cpinfo' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/cpfile.c:564: warning: Function parameter or member 'buf' not described in 'nilfs_cpfile_get_cpinfo' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/cpfile.c:564: warning: Function parameter or member 'cisz' not described in 'nilfs_cpfile_get_cpinfo' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/cpfile.c:564: warning: Excess function parameter 'cno' description in 'nilfs_cpfile_get_cpinfo' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/cpfile.c:564: warning: Excess function parameter 'ci' description in 'nilfs_cpfile_get_cpinfo' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/firmware/efi/memmap.c:132: warning: Function parameter or member 'addr' not described in 'efi_memmap_init_late' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/firmware/efi/memmap.c:132: warning: Excess function parameter 'phys_addr' description in 'efi_memmap_init_late' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/gcinode.c:180: warning: Function parameter or member 'nilfs' not described in 'nilfs_remove_all_gcinodes' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/ioctl.c:120: warning: Function parameter or member 'dentry' not described in 'nilfs_fileattr_get' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/ioctl.c:120: warning: Function parameter or member 'fa' not described in 'nilfs_fileattr_get' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/ioctl.c:133: warning: Function parameter or member 'mnt_userns' not described in 'nilfs_fileattr_set' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/ioctl.c:133: warning: Function parameter or member 'dentry' not described in 'nilfs_fileattr_set' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/ioctl.c:133: warning: Function parameter or member 'fa' not described in 'nilfs_fileattr_set' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/ioctl.c:164: warning: Function parameter or member 'inode' not described in 'nilfs_ioctl_getversion' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/ioctl.c:164: warning: Function parameter or member 'argp' not described in 'nilfs_ioctl_getversion' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/usb/renesas_usbhs/mod.c: In function 'usbhs_status_get_each_irq': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/usb/renesas_usbhs/mod.c:195:13: warning: variable 'intenb0' set but not used [-Wunused-but-set-variable] | |
+ 195 | u16 intenb0, intenb1; | |
+ | ^~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/thermal/mtk_thermal.c:562: warning: expecting prototype for raw_to_mcelsius(). Prototype was for raw_to_mcelsius_v1() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/thermal/uniphier_thermal.c:26: warning: expecting prototype for uniphier_thermal.c(). Prototype was for PVTCTLEN() instead | |
@@ -7039,2 +6781 @@ | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/wlan-ng/hfa384x_usb.c:114, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/wlan-ng/prism2usb.c:2: | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/bluetooth/bnep/core.c:28: | |
@@ -7042 +6783,2 @@ | |
- inlined from 'mkpdrlist.constprop' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/wlan-ng/prism2fw.c:625:4: | |
+ inlined from '__skb_put_data' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/skbuff.h:2559:2, | |
+ inlined from 'bnep_rx_frame.isra' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/bluetooth/bnep/core.c:388:3: | |
@@ -7045,0 +6788,10 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/watchdog/mlx_wdt.c:55: warning: Function parameter or member 'regmap_val_sz' not described in 'mlxreg_wdt' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/watchdog/mlx_wdt.c:55: warning: Function parameter or member 'wdt_type' not described in 'mlxreg_wdt' | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/buildid.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/module.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/bluetooth/mgmt.c:27: | |
@@ -7047 +6799 @@ | |
- inlined from 'mkpdrlist.constprop' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/wlan-ng/prism2fw.c:634:4: | |
+ inlined from 'get_conn_info_complete' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/bluetooth/mgmt.c:7274:2: | |
@@ -7050,0 +6803,44 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c: In function 'amdgpu_mes_ctx_alloc_meta_data': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c:1097:13: warning: variable 'r' set but not used [-Wunused-but-set-variable] | |
+ 1097 | int r; | |
+ | ^ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:271: warning: Function parameter or member 'job' not described in 'sdma_v6_0_ring_emit_ib' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:271: warning: Function parameter or member 'flags' not described in 'sdma_v6_0_ring_emit_ib' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:305: warning: Excess function parameter 'job' description in 'sdma_v6_0_ring_emit_mem_sync' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:305: warning: Excess function parameter 'ib' description in 'sdma_v6_0_ring_emit_mem_sync' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:360: warning: Function parameter or member 'addr' not described in 'sdma_v6_0_ring_emit_fence' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:360: warning: Function parameter or member 'seq' not described in 'sdma_v6_0_ring_emit_fence' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:360: warning: Function parameter or member 'flags' not described in 'sdma_v6_0_ring_emit_fence' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:360: warning: Excess function parameter 'fence' description in 'sdma_v6_0_ring_emit_fence' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:968: warning: Function parameter or member 'timeout' not described in 'sdma_v6_0_ring_test_ib' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:1096: warning: Function parameter or member 'value' not described in 'sdma_v6_0_vm_write_pte' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:1096: warning: Excess function parameter 'addr' description in 'sdma_v6_0_vm_write_pte' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:1096: warning: Excess function parameter 'flags' description in 'sdma_v6_0_vm_write_pte' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:1148: warning: Function parameter or member 'ring' not described in 'sdma_v6_0_ring_pad_ib' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:1200: warning: Function parameter or member 'vmid' not described in 'sdma_v6_0_ring_emit_vm_flush' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:1200: warning: Function parameter or member 'pd_addr' not described in 'sdma_v6_0_ring_emit_vm_flush' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:1200: warning: Excess function parameter 'vm' description in 'sdma_v6_0_ring_emit_vm_flush' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:1605: warning: Function parameter or member 'ib' not described in 'sdma_v6_0_emit_copy_buffer' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:1605: warning: Function parameter or member 'tmz' not described in 'sdma_v6_0_emit_copy_buffer' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:1605: warning: Excess function parameter 'ring' description in 'sdma_v6_0_emit_copy_buffer' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:1631: warning: Function parameter or member 'ib' not described in 'sdma_v6_0_emit_fill_buffer' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:1631: warning: Excess function parameter 'ring' description in 'sdma_v6_0_emit_fill_buffer' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/core.c:1989: warning: Function parameter or member 'opp_table' not described in '_opp_set_supported_hw' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/core.c:1989: warning: Excess function parameter 'dev' description in '_opp_set_supported_hw' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/core.c:2032: warning: Function parameter or member 'opp_table' not described in '_opp_set_prop_name' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/core.c:2032: warning: Excess function parameter 'dev' description in '_opp_set_prop_name' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/core.c:2073: warning: Function parameter or member 'opp_table' not described in '_opp_set_regulators' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/core.c:2073: warning: Excess function parameter 'count' description in '_opp_set_regulators' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/core.c:2177: warning: Function parameter or member 'opp_table' not described in '_opp_set_clknames' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/core.c:2177: warning: Function parameter or member 'config_clks' not described in '_opp_set_clknames' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/core.c:2275: warning: Function parameter or member 'opp_table' not described in '_opp_set_config_regulators_helper' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/core.c:2339: warning: Function parameter or member 'opp_table' not described in '_opp_attach_genpd' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/core.c:2566: warning: Function parameter or member 'token' not described in 'dev_pm_opp_clear_config' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/core.c:2566: warning: Excess function parameter 'opp_table' description in 'dev_pm_opp_clear_config' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/isdn/capi/capiutil.c: In function 'bufprint': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/isdn/capi/capiutil.c:394:9: warning: function 'bufprint' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
+ 394 | n = vsnprintf(cdb->p, r, fmt, f); | |
+ | ^ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/isdn/capi/capiutil.c:416:17: warning: function 'bufprint' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
+ 416 | n = vsnprintf(cdb->p, r, fmt, f); | |
+ | ^ | |
@@ -7070 +6866,123 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/dsa/ocelot/Makefile: felix.o is added to multiple modules: mscc_felix mscc_seville | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/cpu.c:45: warning: Function parameter or member 'opp_table' not described in 'dev_pm_opp_init_cpufreq_table' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/cpu.c:45: warning: Excess function parameter 'table' description in 'dev_pm_opp_init_cpufreq_table' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/cpu.c:98: warning: Function parameter or member 'opp_table' not described in 'dev_pm_opp_free_cpufreq_table' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/cpu.c:98: warning: Excess function parameter 'table' description in 'dev_pm_opp_free_cpufreq_table' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/cpuidle/governors/ladder.c:54: warning: Function parameter or member 'dev' not described in 'ladder_do_selection' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c:605: warning: Function parameter or member 'p' not described in 'amdgpu_vce_validate_bo' | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/buildid.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/module.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/3w-sas.c:53: | |
+In function 'strncpy', | |
+ inlined from 'twl_reset_sequence' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/3w-sas.c:1329:3: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' output truncated before terminating nul copying 11 bytes from a string of the same length [-Wstringop-truncation] | |
+ 68 | #define __underlying_strncpy __builtin_strncpy | |
+ | ^ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:144:16: note: in expansion of macro '__underlying_strncpy' | |
+ 144 | return __underlying_strncpy(p, q, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/spinlock.h:63, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait.h:9, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mempool.h:8, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bio.h:8, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/md/dm-log-userspace-base.c:7: | |
+In function 'strncpy', | |
+ inlined from 'userspace_ctr' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/md/dm-log-userspace-base.c:226:2: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' specified bound 129 equals destination size [-Wstringop-truncation] | |
+ 68 | #define __underlying_strncpy __builtin_strncpy | |
+ | ^ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:144:16: note: in expansion of macro '__underlying_strncpy' | |
+ 144 | return __underlying_strncpy(p, q, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/sound/soc/codecs/Makefile: wcd-clsh-v2.o is added to multiple modules: snd-soc-wcd9335 snd-soc-wcd934x snd-soc-wcd938x | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/firmware/broadcom/bcm47xx_nvram.c:41: warning: Function parameter or member 'nvram' not described in 'bcm47xx_nvram_is_valid' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/firmware/broadcom/bcm47xx_nvram.c:49: warning: Function parameter or member 'nvram_start' not described in 'bcm47xx_nvram_copy' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/firmware/broadcom/bcm47xx_nvram.c:49: warning: Function parameter or member 'res_size' not described in 'bcm47xx_nvram_copy' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/firmware/broadcom/bcm47xx_nvram.c:73: warning: Function parameter or member 'flash_start' not described in 'bcm47xx_nvram_find_and_copy' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/firmware/broadcom/bcm47xx_nvram.c:73: warning: Function parameter or member 'res_size' not described in 'bcm47xx_nvram_find_and_copy' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/sound/soc/samsung/s3c24xx_simtec_hermes.c:60: warning: Function parameter or member 'rtd' not described in 'simtec_hermes_init' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/sound/soc/samsung/s3c24xx_simtec_tlv320aic23.c:49: warning: Function parameter or member 'rtd' not described in 'simtec_tlv320aic23_init' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/firmware/broadcom/tee_bnxt_fw.c:62: warning: Function parameter or member 'fw_shm_pool' not described in 'tee_bnxt_fw_private' | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/spinlock.h:63, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait.h:9, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait_bit.h:8, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fs.h:6, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/highmem.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bvec.h:10, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/blk_types.h:10, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/blkdev.h:9, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/md/persistent-data/dm-block-manager.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/md/dm-cache-block-types.h:10, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/md/dm-cache-metadata.h:10, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/md/dm-cache-metadata.c:7: | |
+In function 'strncpy', | |
+ inlined from 'write_hints' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/md/dm-cache-metadata.c:1721:2: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' specified bound 16 equals destination size [-Wstringop-truncation] | |
+ 68 | #define __underlying_strncpy __builtin_strncpy | |
+ | ^ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:144:16: note: in expansion of macro '__underlying_strncpy' | |
+ 144 | return __underlying_strncpy(p, q, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/spinlock.h:63, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mmzone.h:8, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/gfp.h:7, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/firmware.h:7, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c:26: | |
+In function 'fortify_memcpy_chk', | |
+ inlined from 'sienna_cichlid_append_powerplay_table' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c:444:2: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
+ 522 | __read_overflow2_field(q_size_field, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:2381: warning: Function parameter or member 'residency' not described in 'vangogh_get_gfxoff_residency' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:2399: warning: Function parameter or member 'entrycount' not described in 'vangogh_get_gfxoff_entrycount' | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/buildid.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/module.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/ray_cs.c:20: | |
+In function 'strncpy', | |
+ inlined from 'init_startup_params' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/ray_cs.c:628:3: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' specified bound 32 equals destination size [-Wstringop-truncation] | |
+ 68 | #define __underlying_strncpy __builtin_strncpy | |
+ | ^ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:144:16: note: in expansion of macro '__underlying_strncpy' | |
+ 144 | return __underlying_strncpy(p, q, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/firmware/efi/libstub/efi-stub-helper.c:561: warning: Function parameter or member 'out' not described in 'efi_load_initrd' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/firmware/efi/efi.c:176:16: warning: no previous prototype for 'efi_attr_is_visible' [-Wmissing-prototypes] | |
+ 176 | umode_t __weak efi_attr_is_visible(struct kobject *kobj, struct attribute *attr, | |
+ | ^~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/firmware/efi/libstub/alignedmem.c:27: warning: Function parameter or member 'memory_type' not described in 'efi_allocate_pages_aligned' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/gfs2/glock.c:888: warning: Function parameter or member 'object' not described in 'glock_clear_object' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/gfs2/glock.c:1231: warning: Function parameter or member 'ip' not described in '__gfs2_holder_init' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/firmware/efi/memmap.c:132: warning: Function parameter or member 'addr' not described in 'efi_memmap_init_late' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/firmware/efi/memmap.c:132: warning: Excess function parameter 'phys_addr' description in 'efi_memmap_init_late' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ocfs2/namei.c:2187: warning: Function parameter or member 'name' not described in 'ocfs2_prepare_orphan_dir' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ocfs2/namei.c:2187: warning: Function parameter or member 'dio' not described in 'ocfs2_prepare_orphan_dir' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/gfs2/glops.c:493: warning: Function parameter or member 'gl' not described in 'inode_go_instantiate' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/gfs2/glops.c:493: warning: Excess function parameter 'gh' description in 'inode_go_instantiate' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/leds/leds-lm3692x.c:120: warning: Function parameter or member 'boost_ctrl' not described in 'lm3692x_led' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/leds/leds-lm3692x.c:120: warning: Function parameter or member 'brightness_ctrl' not described in 'lm3692x_led' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/leds/leds-lm3692x.c:120: warning: Function parameter or member 'enabled' not described in 'lm3692x_led' | |
@@ -7071,0 +6990,95 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/pstore/ram_core.c:39: warning: Function parameter or member 'data' not described in 'persistent_ram_buffer' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-interrupts.dtsi:62.25-75.6: Warning (unit_address_vs_reg): /testcase-data/interrupts/interrupts-extended0: node has a reg or ranges property, but no unit name | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-address.dtsi:12.17-46.5: Warning (unit_address_vs_reg): /testcase-data/address-tests: node has a reg or ranges property, but no unit name | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:13.35-17.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest100: node has a reg or ranges property, but no unit name | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:19.35-23.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest101: node has a reg or ranges property, but no unit name | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:25.31-29.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest0: node has a reg or ranges property, but no unit name | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:31.31-35.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest1: node has a reg or ranges property, but no unit name | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:37.31-41.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest2: node has a reg or ranges property, but no unit name | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:43.31-47.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest3: node has a reg or ranges property, but no unit name | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:49.31-53.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest5: node has a reg or ranges property, but no unit name | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:55.31-59.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest6: node has a reg or ranges property, but no unit name | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:61.31-65.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest7: node has a reg or ranges property, but no unit name | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:67.31-71.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest8: node has a reg or ranges property, but no unit name | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:73.41-113.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/i2c-test-bus: node has a reg or ranges property, but no unit name | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:81.22-85.8: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/i2c-test-bus/test-unittest12: node has a reg or ranges property, but no unit name | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:87.22-91.8: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/i2c-test-bus/test-unittest13: node has a reg or ranges property, but no unit name | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:93.22-112.8: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/i2c-test-bus/test-unittest14: node has a reg or ranges property, but no unit name | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:13.35-17.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest100: simple-bus unit address format error, expected "64" | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:19.35-23.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest101: simple-bus unit address format error, expected "65" | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:25.31-29.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest0: simple-bus unit address format error, expected "0" | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:31.31-35.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest1: simple-bus unit address format error, expected "1" | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:37.31-41.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest2: simple-bus unit address format error, expected "2" | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:43.31-47.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest3: simple-bus unit address format error, expected "3" | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:49.31-53.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest5: simple-bus unit address format error, expected "5" | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:55.31-59.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest6: simple-bus unit address format error, expected "6" | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:61.31-65.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest7: simple-bus unit address format error, expected "7" | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:67.31-71.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest8: simple-bus unit address format error, expected "8" | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:73.41-113.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/i2c-test-bus: simple-bus unit address format error, expected "32" | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay.dtso:22.11-33.4: Warning (unit_address_vs_reg): /fragment@1/__overlay__/ride@100: node has a unit name, but no reg or ranges property | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay.dtso:26.12-28.5: Warning (unit_address_vs_reg): /fragment@1/__overlay__/ride@100/track@30: node has a unit name, but no reg or ranges property | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay.dtso:30.12-32.5: Warning (unit_address_vs_reg): /fragment@1/__overlay__/ride@100/track@40: node has a unit name, but no reg or ranges property | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay.dtso:22.11-33.4: Warning (avoid_unnecessary_addr_size): /fragment@1/__overlay__/ride@100: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay_4.dtso:13.17-17.4: Warning (unit_address_vs_reg): /fragment@0/__overlay__/test-unittest4: node has a reg or ranges property, but no unit name | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/firmware/efi/libstub/zboot.c:61:1: warning: no previous prototype for 'efi_zboot_entry' [-Wmissing-prototypes] | |
+ 61 | efi_zboot_entry(efi_handle_t handle, efi_system_table_t *systab) | |
+ | ^~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay_10.dtso:13.18-26.4: Warning (unit_address_vs_reg): /fragment@0/__overlay__/test-unittest10: node has a reg or ranges property, but no unit name | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay_10.dtso:21.20-25.5: Warning (unit_address_vs_reg): /fragment@0/__overlay__/test-unittest10/test-unittest101: node has a reg or ranges property, but no unit name | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay_11.dtso:13.18-27.4: Warning (unit_address_vs_reg): /fragment@0/__overlay__/test-unittest11: node has a reg or ranges property, but no unit name | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay_11.dtso:21.20-25.5: Warning (unit_address_vs_reg): /fragment@0/__overlay__/test-unittest11/test-unittest111: node has a reg or ranges property, but no unit name | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay_15.dtso:10.18-29.4: Warning (unit_address_vs_reg): /fragment@0/__overlay__/test-unittest15: node has a reg or ranges property, but no unit name | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/ashldi3.c:9:19: warning: no previous prototype for '__ashldi3' [-Wmissing-prototypes] | |
+ 9 | long long notrace __ashldi3(long long u, word_type b) | |
+ | ^~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay_16.dtso:11.18-14.4: Warning (unit_address_vs_reg): /fragment@0/__overlay__/test-unittest16: node has a reg or ranges property, but no unit name | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay_17.dtso:11.18-14.4: Warning (unit_address_vs_reg): /fragment@0/__overlay__/test-unittest17: node has a reg or ranges property, but no unit name | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay_18.dtso:11.18-14.4: Warning (unit_address_vs_reg): /fragment@0/__overlay__/test-unittest18: node has a reg or ranges property, but no unit name | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay_19.dtso:11.18-14.4: Warning (unit_address_vs_reg): /fragment@0/__overlay__/test-unittest19: node has a reg or ranges property, but no unit name | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay_20.dtso:11.18-14.4: Warning (unit_address_vs_reg): /fragment@0/__overlay__/test-unittest20: node has a reg or ranges property, but no unit name | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay_gpio_02b.dtso:8.9-15.4: Warning (unit_address_vs_reg): /fragment@0/__overlay__/gpio@2: node has a unit name, but no reg or ranges property | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay_gpio_02b.dtso:5.20-16.3: Warning (avoid_unnecessary_addr_size): /fragment@0/__overlay__: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay_gpio_04b.dtso:8.9-15.4: Warning (unit_address_vs_reg): /fragment@0/__overlay__/gpio@4: node has a unit name, but no reg or ranges property | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay_gpio_04b.dtso:5.20-16.3: Warning (avoid_unnecessary_addr_size): /fragment@0/__overlay__: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-interrupts.dtsi:62.25-75.6: Warning (unit_address_vs_reg): /testcase-data/interrupts/interrupts-extended0: node has a reg or ranges property, but no unit name | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-address.dtsi:12.17-46.5: Warning (unit_address_vs_reg): /testcase-data/address-tests: node has a reg or ranges property, but no unit name | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:13.35-17.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest100: node has a reg or ranges property, but no unit name | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:19.35-23.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest101: node has a reg or ranges property, but no unit name | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:25.31-29.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest0: node has a reg or ranges property, but no unit name | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:31.31-35.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest1: node has a reg or ranges property, but no unit name | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:37.31-41.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest2: node has a reg or ranges property, but no unit name | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:43.31-47.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest3: node has a reg or ranges property, but no unit name | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:49.31-53.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest5: node has a reg or ranges property, but no unit name | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:55.31-59.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest6: node has a reg or ranges property, but no unit name | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:61.31-65.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest7: node has a reg or ranges property, but no unit name | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:67.31-71.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest8: node has a reg or ranges property, but no unit name | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:73.41-113.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/i2c-test-bus: node has a reg or ranges property, but no unit name | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:81.22-85.8: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/i2c-test-bus/test-unittest12: node has a reg or ranges property, but no unit name | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:87.22-91.8: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/i2c-test-bus/test-unittest13: node has a reg or ranges property, but no unit name | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:93.22-112.8: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/i2c-test-bus/test-unittest14: node has a reg or ranges property, but no unit name | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:13.35-17.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest100: simple-bus unit address format error, expected "64" | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:19.35-23.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest101: simple-bus unit address format error, expected "65" | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:25.31-29.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest0: simple-bus unit address format error, expected "0" | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:31.31-35.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest1: simple-bus unit address format error, expected "1" | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:37.31-41.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest2: simple-bus unit address format error, expected "2" | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:43.31-47.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest3: simple-bus unit address format error, expected "3" | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:49.31-53.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest5: simple-bus unit address format error, expected "5" | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:55.31-59.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest6: simple-bus unit address format error, expected "6" | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:61.31-65.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest7: simple-bus unit address format error, expected "7" | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:67.31-71.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest8: simple-bus unit address format error, expected "8" | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:73.41-113.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/i2c-test-bus: simple-bus unit address format error, expected "32" | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/clocksource/timer-ti-dm.c:192: warning: Function parameter or member 'val' not described in 'dmtimer_write' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/clocksource/timer-ti-dm.c:192: warning: Excess function parameter 'value' description in 'dmtimer_write' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/clocksource/timer-ti-dm.c:947: warning: Function parameter or member 'cookie' not described in 'omap_dm_timer_set_int_disable' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/clocksource/timer-ti-dm.c:947: warning: Excess function parameter 'timer' description in 'omap_dm_timer_set_int_disable' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/gfs2/rgrp.c:1200: warning: Function parameter or member 'gl' not described in 'gfs2_rgrp_go_instantiate' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/gfs2/rgrp.c:1200: warning: Excess function parameter 'gh' description in 'gfs2_rgrp_go_instantiate' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/open.c:676: warning: Function parameter or member 'attr' not described in 'setattr_vfsuid' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/open.c:694: warning: Function parameter or member 'attr' not described in 'setattr_vfsgid' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/open.c:969: warning: Excess function parameter 'opened' description in 'finish_open' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/open.c:1011: warning: Excess function parameter 'cred' description in 'vfs_open' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/open.c:1464: warning: expecting prototype for close_range(). Prototype was for sys_close_range() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/read_write.c:88: warning: Function parameter or member 'maxsize' not described in 'generic_file_llseek_size' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/read_write.c:88: warning: Excess function parameter 'size' description in 'generic_file_llseek_size' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mmc/host/sdhci-omap.c:3: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * SDHCI Controller driver for TI's OMAP SoCs | |
@@ -7089,0 +7103,13 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/crypto/marvell/octeontx2/Makefile: otx2_cpt_mbox_common.o is added to multiple modules: rvu_cptpf rvu_cptvf | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/crypto/marvell/octeontx2/Makefile: otx2_cptlf.o is added to multiple modules: rvu_cptpf rvu_cptvf | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/crypto/marvell/octeontx2/Makefile: cn10k_cpt.o is added to multiple modules: rvu_cptpf rvu_cptvf | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/clocksource/timer-cadence-ttc.c:78: warning: Function parameter or member 'clk_rate_change_nb' not described in 'ttc_timer' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/clocksource/timer-cadence-ttc.c:157: warning: Function parameter or member 'cs' not described in '__ttc_clocksource_read' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/clocksource/timer-cadence-ttc.c:193: warning: expecting prototype for ttc_set_{shutdown|oneshot|periodic}(). Prototype was for ttc_shutdown() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/clocksource/timer-ti-32k.c:42: warning: expecting prototype for timer(). Prototype was for OMAP2_32KSYNCNT_REV_OFF() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/marvell/octeontx2/nic/Makefile: otx2_devlink.o is added to multiple modules: rvu_nicpf rvu_nicvf | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/marvell/octeontx2/nic/Makefile: otx2_dcbnl.o is added to multiple modules: rvu_nicpf rvu_nicvf | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwspinlock/hwspinlock_core.c:208: warning: Function parameter or member 'to' not described in '__hwspin_lock_timeout' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwspinlock/hwspinlock_core.c:208: warning: Excess function parameter 'timeout' description in '__hwspin_lock_timeout' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwspinlock/hwspinlock_core.c:318: warning: Excess function parameter 'bank' description in 'of_hwspin_lock_simple_xlate' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwspinlock/hwspinlock_core.c:647: warning: Function parameter or member 'hwlock' not described in '__hwspin_lock_request' | |
@@ -7095,0 +7122,64 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c:212: warning: Function parameter or member 'wide_bus_en' not described in 'dpu_encoder_virt' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_wb.c:31: warning: Function parameter or member 'phys_enc' not described in 'dpu_encoder_phys_wb_is_master' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_wb.c:139: warning: Excess function parameter 'wb_roi' description in 'dpu_encoder_phys_wb_setup_fb' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_wb.c:699: warning: Function parameter or member 'p' not described in 'dpu_encoder_phys_wb_init' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_wb.c:699: warning: Excess function parameter 'init' description in 'dpu_encoder_phys_wb_init' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/namei.c:648: warning: Function parameter or member 'mnt' not described in 'path_connected' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/namei.c:648: warning: Function parameter or member 'dentry' not described in 'path_connected' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/namei.c:1096: warning: Function parameter or member 'inode' not described in 'may_follow_link' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/namei.c:3589: warning: Function parameter or member 'parentpath' not described in 'vfs_tmpfile' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/namei.c:3589: warning: Function parameter or member 'file' not described in 'vfs_tmpfile' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/namei.c:3589: warning: Excess function parameter 'dentry' description in 'vfs_tmpfile' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/namei.c:3589: warning: Excess function parameter 'open_flag' description in 'vfs_tmpfile' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ioctl.c:112: warning: expecting prototype for fiemap_fill_next_extent(). Prototype was for SET_UNKNOWN_FLAGS() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ioctl.c:902: warning: Function parameter or member 'file' not described in 'compat_ptr_ioctl' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ioctl.c:902: warning: Function parameter or member 'cmd' not described in 'compat_ptr_ioctl' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ioctl.c:902: warning: Function parameter or member 'arg' not described in 'compat_ptr_ioctl' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/remoteproc/mtk_scp_ipi.c:132: warning: expecting prototype for scp_ipi_lock(). Prototype was for scp_ipi_unlock() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/extcon/extcon.c:229: warning: Function parameter or member 'usb_propval' not described in 'extcon_cable' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/extcon/extcon.c:229: warning: Function parameter or member 'chg_propval' not described in 'extcon_cable' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/extcon/extcon.c:229: warning: Function parameter or member 'jack_propval' not described in 'extcon_cable' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/extcon/extcon.c:229: warning: Function parameter or member 'disp_propval' not described in 'extcon_cable' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/extcon/extcon.c:229: warning: Function parameter or member 'usb_bits' not described in 'extcon_cable' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/extcon/extcon.c:229: warning: Function parameter or member 'chg_bits' not described in 'extcon_cable' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/extcon/extcon.c:229: warning: Function parameter or member 'jack_bits' not described in 'extcon_cable' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/extcon/extcon.c:229: warning: Function parameter or member 'disp_bits' not described in 'extcon_cable' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/extcon/extcon-adc-jack.c:53: warning: Function parameter or member 'dev' not described in 'adc_jack_data' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/extcon/extcon-adc-jack.c:53: warning: Function parameter or member 'wakeup_source' not described in 'adc_jack_data' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/powercap/dtpm.c:550: warning: Function parameter or member 'dtpm_match_table' not described in 'dtpm_create_hierarchy' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/powercap/dtpm.c:550: warning: Excess function parameter 'hierarchy' description in 'dtpm_create_hierarchy' | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/buildid.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/module.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/wlan-ng/hfa384x_usb.c:114, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/wlan-ng/prism2usb.c:2: | |
+In function 'fortify_memcpy_chk', | |
+ inlined from 'mkpdrlist.constprop' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/wlan-ng/prism2fw.c:625:4: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
+ 522 | __read_overflow2_field(q_size_field, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
+In function 'fortify_memcpy_chk', | |
+ inlined from 'mkpdrlist.constprop' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/wlan-ng/prism2fw.c:634:4: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
+ 522 | __read_overflow2_field(q_size_field, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/file.c:677: warning: Function parameter or member 'fdt' not described in 'last_fd' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/file.c:677: warning: Excess function parameter 'cur_fds' description in 'last_fd' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/file.c:730: warning: Function parameter or member 'flags' not described in '__close_range' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/extcon/extcon-qcom-spmi-misc.c:21: warning: expecting prototype for extcon(). Prototype was for USB_ID_DEBOUNCE_MS() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/devfreq/tegra30-devfreq.c:100: warning: Function parameter or member 'offset' not described in 'tegra_devfreq_device_config' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/devfreq/tegra30-devfreq.c:100: warning: Function parameter or member 'irq_mask' not described in 'tegra_devfreq_device_config' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/devfreq/tegra30-devfreq.c:100: warning: Function parameter or member 'boost_up_coeff' not described in 'tegra_devfreq_device_config' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/devfreq/tegra30-devfreq.c:100: warning: Function parameter or member 'boost_down_coeff' not described in 'tegra_devfreq_device_config' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/devfreq/tegra30-devfreq.c:100: warning: Function parameter or member 'boost_up_threshold' not described in 'tegra_devfreq_device_config' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/devfreq/tegra30-devfreq.c:100: warning: Function parameter or member 'boost_down_threshold' not described in 'tegra_devfreq_device_config' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/devfreq/tegra30-devfreq.c:100: warning: Function parameter or member 'avg_dependency_threshold' not described in 'tegra_devfreq_device_config' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/devfreq/tegra30-devfreq.c:171: warning: Function parameter or member 'config' not described in 'tegra_devfreq_device' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/devfreq/tegra30-devfreq.c:171: warning: Function parameter or member 'regs' not described in 'tegra_devfreq_device' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/devfreq/tegra30-devfreq.c:171: warning: Function parameter or member 'avg_count' not described in 'tegra_devfreq_device' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/devfreq/tegra30-devfreq.c:171: warning: Function parameter or member 'boost_freq' not described in 'tegra_devfreq_device' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/devfreq/tegra30-devfreq.c:171: warning: Function parameter or member 'target_freq' not described in 'tegra_devfreq_device' | |
@@ -7097,2 +7187,2 @@ | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/inc/link_enc_cfg.h:33, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:32: | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_trace.h:42, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_plane.c:36: | |
@@ -7112,2 +7202,2 @@ | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_trace.h:42, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_plane.c:36: | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/inc/link_enc_cfg.h:33, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:32: | |
@@ -7125,0 +7216,8 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwtracing/intel_th/core.c:866: warning: Function parameter or member 'drvdata' not described in 'intel_th_alloc' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwtracing/intel_th/core.c:866: warning: Function parameter or member 'ndevres' not described in 'intel_th_alloc' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwtracing/intel_th/core.c:866: warning: Excess function parameter 'irq' description in 'intel_th_alloc' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/d_path.c:317:7: warning: no previous prototype for 'simple_dname' [-Wmissing-prototypes] | |
+ 317 | char *simple_dname(struct dentry *dentry, char *buffer, int buflen) | |
+ | ^~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/memory/emif.c:68: warning: Function parameter or member 'lpmode' not described in 'emif_data' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/memory/emif.c:68: warning: Function parameter or member 'irq_state' not described in 'emif_data' | |
@@ -7140,0 +7239,21 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/android/binderfs.c:236: warning: Function parameter or member 'file' not described in 'binder_ctl_ioctl' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/android/binderfs.c:236: warning: Function parameter or member 'cmd' not described in 'binder_ctl_ioctl' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/android/binderfs.c:236: warning: Function parameter or member 'arg' not described in 'binder_ctl_ioctl' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/android/binderfs.c:236: warning: expecting prototype for binderfs_ctl_ioctl(). Prototype was for binder_ctl_ioctl() instead | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/spinlock.h:63, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait.h:9, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/dma-fence.h:17, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/msm/msm_fence.c:7: | |
+In function 'strncpy', | |
+ inlined from 'msm_fence_context_alloc' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/msm/msm_fence.c:25:2: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' specified bound 32 equals destination size [-Wstringop-truncation] | |
+ 68 | #define __underlying_strncpy __builtin_strncpy | |
+ | ^ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:144:16: note: in expansion of macro '__underlying_strncpy' | |
+ 144 | return __underlying_strncpy(p, q, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~ | |
@@ -7155,4 +7274,34 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwspinlock/hwspinlock_core.c:208: warning: Function parameter or member 'to' not described in '__hwspin_lock_timeout' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwspinlock/hwspinlock_core.c:208: warning: Excess function parameter 'timeout' description in '__hwspin_lock_timeout' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwspinlock/hwspinlock_core.c:318: warning: Excess function parameter 'bank' description in 'of_hwspin_lock_simple_xlate' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwspinlock/hwspinlock_core.c:647: warning: Function parameter or member 'hwlock' not described in '__hwspin_lock_request' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/android/binder.c:284: warning: Function parameter or member '_proc' not described in 'binder_proc_unlock' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/android/binder.c:284: warning: Excess function parameter 'proc' description in 'binder_proc_unlock' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/android/binder.c:386: warning: expecting prototype for binder_node_unlock(). Prototype was for binder_node_inner_unlock() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/android/binder.c:1206: warning: expecting prototype for binder_dec_ref(). Prototype was for binder_dec_ref_olocked() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/android/binder.c:1884: warning: Function parameter or member 'file' not described in 'binder_task_work_cb' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/android/binder.c:2322: warning: Function parameter or member 'offset' not described in 'binder_ptr_fixup' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/android/binder.c:2322: warning: Function parameter or member 'skip_size' not described in 'binder_ptr_fixup' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/android/binder.c:2322: warning: Function parameter or member 'fixup_data' not described in 'binder_ptr_fixup' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/android/binder.c:2322: warning: Function parameter or member 'node' not described in 'binder_ptr_fixup' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/android/binder.c:2342: warning: Function parameter or member 'offset' not described in 'binder_sg_copy' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/android/binder.c:2342: warning: Function parameter or member 'sender_uaddr' not described in 'binder_sg_copy' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/android/binder.c:2342: warning: Function parameter or member 'length' not described in 'binder_sg_copy' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/android/binder.c:2342: warning: Function parameter or member 'node' not described in 'binder_sg_copy' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/android/binder.c:2838: warning: Function parameter or member 'procp' not described in 'binder_get_node_refs_for_txn' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/android/binder.c:2838: warning: Excess function parameter 'proc' description in 'binder_get_node_refs_for_txn' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/android/binder.c:3735: warning: Function parameter or member 'thread' not described in 'binder_free_buf' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nsfs.c:264: warning: Function parameter or member 'ns' not described in 'ns_match' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nsfs.c:264: warning: Excess function parameter 'ns_common' description in 'ns_match' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/android/binder_alloc_selftest.c:76: warning: Enum value 'LOOP_END' not described in enum 'buf_end_align_type' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwtracing/intel_th/msu.c:77: warning: Function parameter or member 'msc' not described in 'msc_window' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwtracing/intel_th/msu.c:122: warning: bad line: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwtracing/intel_th/msu.c:168: warning: Function parameter or member 'msu_base' not described in 'msc' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwtracing/intel_th/msu.c:168: warning: Function parameter or member 'mbuf_priv' not described in 'msc' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwtracing/intel_th/msu.c:168: warning: Function parameter or member 'work' not described in 'msc' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwtracing/intel_th/msu.c:168: warning: Function parameter or member 'switch_on_unlock' not described in 'msc' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwtracing/intel_th/msu.c:168: warning: Function parameter or member 'orig_addr' not described in 'msc' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwtracing/intel_th/msu.c:168: warning: Function parameter or member 'orig_sz' not described in 'msc' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwtracing/intel_th/msu.c:168: warning: Function parameter or member 'iter_list' not described in 'msc' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwtracing/intel_th/msu.c:168: warning: Function parameter or member 'stop_on_full' not described in 'msc' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwtracing/intel_th/msu.c:168: warning: Function parameter or member 'do_irq' not described in 'msc' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwtracing/intel_th/msu.c:168: warning: Function parameter or member 'multi_is_broken' not described in 'msc' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwtracing/intel_th/msu.c:1309: warning: Function parameter or member 'nr_pages' not described in 'msc_buffer_alloc' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwtracing/intel_th/msu.c:1309: warning: Function parameter or member 'nr_wins' not described in 'msc_buffer_alloc' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwtracing/intel_th/msu.c:1309: warning: Excess function parameter 'size' description in 'msc_buffer_alloc' | |
@@ -7173,0 +7323,25 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/android/binder_alloc.c:989: warning: Function parameter or member 'lru' not described in 'binder_alloc_free_page' | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_helpers.c:43: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/include/ddc_service_types.h:137:22: warning: 'SYNAPTICS_DEVICE_ID' defined but not used [-Wunused-const-variable=] | |
+ 137 | static const uint8_t SYNAPTICS_DEVICE_ID[] = "SYNA"; | |
+ | ^~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/include/ddc_service_types.h:134:17: warning: 'DP_SINK_BRANCH_DEV_NAME_7580' defined but not used [-Wunused-const-variable=] | |
+ 134 | static const u8 DP_SINK_BRANCH_DEV_NAME_7580[] = "7580\x80u"; | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/include/ddc_service_types.h:132:22: warning: 'DP_SINK_DEVICE_STR_ID_2' defined but not used [-Wunused-const-variable=] | |
+ 132 | static const uint8_t DP_SINK_DEVICE_STR_ID_2[] = {7, 1, 8, 7, 5}; | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/include/ddc_service_types.h:131:22: warning: 'DP_SINK_DEVICE_STR_ID_1' defined but not used [-Wunused-const-variable=] | |
+ 131 | static const uint8_t DP_SINK_DEVICE_STR_ID_1[] = {7, 1, 8, 7, 3}; | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fs_context.c:168: warning: Function parameter or member 'fc' not described in 'vfs_parse_fs_string' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fs_context.c:168: warning: Function parameter or member 'key' not described in 'vfs_parse_fs_string' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fs_context.c:168: warning: Function parameter or member 'value' not described in 'vfs_parse_fs_string' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fs_context.c:168: warning: Function parameter or member 'v_size' not described in 'vfs_parse_fs_string' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fs_context.c:202: warning: Function parameter or member 'fc' not described in 'generic_parse_monolithic' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fs_context.c:202: warning: Excess function parameter 'ctx' description in 'generic_parse_monolithic' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fs_context.c:340: warning: expecting prototype for vfs_dup_fc_config(). Prototype was for vfs_dup_fs_context() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fs_context.c:386: warning: Function parameter or member 'log' not described in 'logfc' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fs_context.c:386: warning: Function parameter or member 'prefix' not described in 'logfc' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fs_context.c:386: warning: Function parameter or member 'level' not described in 'logfc' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fs_context.c:386: warning: Excess function parameter 'fc' description in 'logfc' | |
@@ -7185,4 +7359,3 @@ | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/skbuff.h:17, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/if_ether.h:19, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/rtl8192u/ieee80211/ieee80211.h:22, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:14: | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/blk_types.h:10, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/blkdev.h:9, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/rts5208/rtsx_scsi.c:12: | |
@@ -7190,2 +7363,2 @@ | |
- inlined from 'ieee80211_softmac_new_net' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:1388:5: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' output may be truncated copying 32 bytes from a string of length 32 [-Wstringop-truncation] | |
+ inlined from 'inquiry' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/rts5208/rtsx_scsi.c:526:3: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' output truncated copying 28 bytes from a string of length 29 [-Wstringop-truncation] | |
@@ -7197,3 +7370 @@ | |
-In function 'strncpy', | |
- inlined from 'ieee80211_softmac_new_net' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:1393:4: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' output may be truncated copying 32 bytes from a string of length 32 [-Wstringop-truncation] | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' output truncated copying between 1 and 27 bytes from a string of length 29 [-Wstringop-truncation] | |
@@ -7205,13 +7376,6 @@ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_helpers.c:43: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/include/ddc_service_types.h:137:22: warning: 'SYNAPTICS_DEVICE_ID' defined but not used [-Wunused-const-variable=] | |
- 137 | static const uint8_t SYNAPTICS_DEVICE_ID[] = "SYNA"; | |
- | ^~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/include/ddc_service_types.h:134:17: warning: 'DP_SINK_BRANCH_DEV_NAME_7580' defined but not used [-Wunused-const-variable=] | |
- 134 | static const u8 DP_SINK_BRANCH_DEV_NAME_7580[] = "7580\x80u"; | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/include/ddc_service_types.h:132:22: warning: 'DP_SINK_DEVICE_STR_ID_2' defined but not used [-Wunused-const-variable=] | |
- 132 | static const uint8_t DP_SINK_DEVICE_STR_ID_2[] = {7, 1, 8, 7, 5}; | |
- | ^~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/include/ddc_service_types.h:131:22: warning: 'DP_SINK_DEVICE_STR_ID_1' defined but not used [-Wunused-const-variable=] | |
- 131 | static const uint8_t DP_SINK_DEVICE_STR_ID_1[] = {7, 1, 8, 7, 3}; | |
- | ^~~~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/kernel_read_file.c:38: warning: Function parameter or member 'file' not described in 'kernel_read_file' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/kernel_read_file.c:38: warning: Function parameter or member 'offset' not described in 'kernel_read_file' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/kernel_read_file.c:38: warning: Function parameter or member 'buf' not described in 'kernel_read_file' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/kernel_read_file.c:38: warning: Function parameter or member 'buf_size' not described in 'kernel_read_file' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/kernel_read_file.c:38: warning: Function parameter or member 'file_size' not described in 'kernel_read_file' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/kernel_read_file.c:38: warning: Function parameter or member 'id' not described in 'kernel_read_file' | |
@@ -7232,0 +7397,21 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ceph/crush/mapper.c:466: warning: Function parameter or member 'work' not described in 'crush_choose_firstn' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ceph/crush/mapper.c:466: warning: Function parameter or member 'weight' not described in 'crush_choose_firstn' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ceph/crush/mapper.c:466: warning: Function parameter or member 'weight_max' not described in 'crush_choose_firstn' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ceph/crush/mapper.c:466: warning: Function parameter or member 'choose_args' not described in 'crush_choose_firstn' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ceph/crush/mapper.c:655: warning: Function parameter or member 'map' not described in 'crush_choose_indep' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ceph/crush/mapper.c:655: warning: Function parameter or member 'work' not described in 'crush_choose_indep' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ceph/crush/mapper.c:655: warning: Function parameter or member 'bucket' not described in 'crush_choose_indep' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ceph/crush/mapper.c:655: warning: Function parameter or member 'weight' not described in 'crush_choose_indep' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ceph/crush/mapper.c:655: warning: Function parameter or member 'weight_max' not described in 'crush_choose_indep' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ceph/crush/mapper.c:655: warning: Function parameter or member 'x' not described in 'crush_choose_indep' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ceph/crush/mapper.c:655: warning: Function parameter or member 'left' not described in 'crush_choose_indep' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ceph/crush/mapper.c:655: warning: Function parameter or member 'numrep' not described in 'crush_choose_indep' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ceph/crush/mapper.c:655: warning: Function parameter or member 'type' not described in 'crush_choose_indep' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ceph/crush/mapper.c:655: warning: Function parameter or member 'out' not described in 'crush_choose_indep' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ceph/crush/mapper.c:655: warning: Function parameter or member 'outpos' not described in 'crush_choose_indep' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ceph/crush/mapper.c:655: warning: Function parameter or member 'tries' not described in 'crush_choose_indep' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ceph/crush/mapper.c:655: warning: Function parameter or member 'recurse_tries' not described in 'crush_choose_indep' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ceph/crush/mapper.c:655: warning: Function parameter or member 'recurse_to_leaf' not described in 'crush_choose_indep' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ceph/crush/mapper.c:655: warning: Function parameter or member 'out2' not described in 'crush_choose_indep' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ceph/crush/mapper.c:655: warning: Function parameter or member 'parent_r' not described in 'crush_choose_indep' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ceph/crush/mapper.c:655: warning: Function parameter or member 'choose_args' not described in 'crush_choose_indep' | |
@@ -7247,0 +7433,46 @@ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/rcupdate.h:29, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/rculist.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/sched/signal.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/rtl8723bs/include/drv_types.h:17, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/rtl8723bs/core/rtw_security.c:8: | |
+In function 'fortify_memcpy_chk', | |
+ inlined from 'rtw_BIP_verify' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/rtl8723bs/core/rtw_security.c:1425:3: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
+ 522 | __read_overflow2_field(q_size_field, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/spinlock.h:63, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait.h:9, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait_bit.h:8, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fs.h:6, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/highmem.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bvec.h:10, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/skbuff.h:17, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/if_ether.h:19, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/rtl8192u/ieee80211/ieee80211.h:22, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:14: | |
+In function 'strncpy', | |
+ inlined from 'ieee80211_softmac_new_net' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:1388:5: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' output may be truncated copying 32 bytes from a string of length 32 [-Wstringop-truncation] | |
+ 68 | #define __underlying_strncpy __builtin_strncpy | |
+ | ^ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:144:16: note: in expansion of macro '__underlying_strncpy' | |
+ 144 | return __underlying_strncpy(p, q, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~ | |
+In function 'strncpy', | |
+ inlined from 'ieee80211_softmac_new_net' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:1393:4: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' output may be truncated copying 32 bytes from a string of length 32 [-Wstringop-truncation] | |
+ 68 | #define __underlying_strncpy __builtin_strncpy | |
+ | ^ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:144:16: note: in expansion of macro '__underlying_strncpy' | |
+ 144 | return __underlying_strncpy(p, q, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~ | |
@@ -7261,0 +7493,47 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:43: warning: Function parameter or member 'Adapter' not described in 'rtl8188e_PHY_QueryBBReg' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:43: warning: Function parameter or member 'RegAddr' not described in 'rtl8188e_PHY_QueryBBReg' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:43: warning: Function parameter or member 'BitMask' not described in 'rtl8188e_PHY_QueryBBReg' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:43: warning: expecting prototype for Function(). Prototype was for rtl8188e_PHY_QueryBBReg() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:75: warning: Function parameter or member 'Adapter' not described in 'rtl8188e_PHY_SetBBReg' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:75: warning: Function parameter or member 'RegAddr' not described in 'rtl8188e_PHY_SetBBReg' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:75: warning: Function parameter or member 'BitMask' not described in 'rtl8188e_PHY_SetBBReg' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:75: warning: Function parameter or member 'Data' not described in 'rtl8188e_PHY_SetBBReg' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:75: warning: expecting prototype for Function(). Prototype was for rtl8188e_PHY_SetBBReg() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:117: warning: Function parameter or member 'Adapter' not described in 'phy_RFSerialRead' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:117: warning: Function parameter or member 'Offset' not described in 'phy_RFSerialRead' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:117: warning: expecting prototype for Function(). Prototype was for phy_RFSerialRead() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:202: warning: duplicate section name 'Note' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:209: warning: Function parameter or member 'Adapter' not described in 'phy_RFSerialWrite' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:209: warning: Function parameter or member 'Offset' not described in 'phy_RFSerialWrite' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:209: warning: Function parameter or member 'Data' not described in 'phy_RFSerialWrite' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:209: warning: expecting prototype for Function(). Prototype was for phy_RFSerialWrite() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:251: warning: Function parameter or member 'Adapter' not described in 'rtl8188e_PHY_QueryRFReg' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:251: warning: Function parameter or member 'RegAddr' not described in 'rtl8188e_PHY_QueryRFReg' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:251: warning: Function parameter or member 'BitMask' not described in 'rtl8188e_PHY_QueryRFReg' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:251: warning: expecting prototype for Function(). Prototype was for rtl8188e_PHY_QueryRFReg() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:285: warning: Function parameter or member 'Adapter' not described in 'rtl8188e_PHY_SetRFReg' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:285: warning: Function parameter or member 'RegAddr' not described in 'rtl8188e_PHY_SetRFReg' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:285: warning: Function parameter or member 'BitMask' not described in 'rtl8188e_PHY_SetRFReg' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:285: warning: Function parameter or member 'Data' not described in 'rtl8188e_PHY_SetRFReg' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:285: warning: expecting prototype for Function(). Prototype was for rtl8188e_PHY_SetRFReg() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:351: warning: Function parameter or member 'Adapter' not described in 'phy_InitBBRFRegisterDefinition' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:351: warning: expecting prototype for Function(). Prototype was for phy_InitBBRFRegisterDefinition() instead | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/rcupdate.h:29, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/rculist.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/sched/signal.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/rtl8723bs/include/drv_types.h:17, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/rtl8723bs/core/rtw_xmit.c:7: | |
+In function 'fortify_memcpy_chk', | |
+ inlined from 'rtw_mgmt_xmitframe_coalesce' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/rtl8723bs/core/rtw_xmit.c:1210:3: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
+ 522 | __read_overflow2_field(q_size_field, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/rtl8723bs/hal/hal_btcoex.c: In function 'hal_btcoex_SetChipType': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/rtl8723bs/hal/hal_btcoex.c:1182:30: warning: variable 'pHalData' set but not used [-Wunused-but-set-variable] | |
+ 1182 | struct hal_com_data *pHalData; | |
+ | ^~~~~~~~ | |
@@ -7276,8 +7554,41 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/marvell/octeontx2/nic/Makefile: otx2_devlink.o is added to multiple modules: rvu_nicpf rvu_nicvf | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/gfs2/glock.c:888: warning: Function parameter or member 'object' not described in 'glock_clear_object' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/gfs2/glock.c:1231: warning: Function parameter or member 'ip' not described in '__gfs2_holder_init' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ocfs2/namei.c:2187: warning: Function parameter or member 'name' not described in 'ocfs2_prepare_orphan_dir' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ocfs2/namei.c:2187: warning: Function parameter or member 'dio' not described in 'ocfs2_prepare_orphan_dir' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/gfs2/glops.c:493: warning: Function parameter or member 'gl' not described in 'inode_go_instantiate' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/gfs2/glops.c:493: warning: Excess function parameter 'gh' description in 'inode_go_instantiate' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/marvell/octeontx2/nic/Makefile: otx2_dcbnl.o is added to multiple modules: rvu_nicpf rvu_nicvf | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvmem/rave-sp-eeprom.c:48: warning: bad line: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/rapidio/devices/tsi721.c:215: warning: Function parameter or member 'data' not described in 'tsi721_cread_dma' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/rapidio/devices/tsi721.c:215: warning: Excess function parameter 'val' description in 'tsi721_cread_dma' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/rapidio/devices/tsi721.c:238: warning: Function parameter or member 'data' not described in 'tsi721_cwrite_dma' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/rapidio/devices/tsi721.c:238: warning: Excess function parameter 'val' description in 'tsi721_cwrite_dma' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/rapidio/devices/tsi721.c:2548: warning: Function parameter or member 'attr' not described in 'tsi721_query_mport' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/rapidio/devices/tsi721.c:2548: warning: Excess function parameter 'mbox' description in 'tsi721_query_mport' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/rapidio/devices/tsi721_dma.c:293: warning: expecting prototype for tsi721_omsg_msix(). Prototype was for tsi721_bdma_msix() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/core/rtw_ieee80211.c:720: warning: expecting prototype for ieee802_11_parse_elems(). Prototype was for rtw_ieee802_11_parse_elems() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/dax/super.c:337:6: warning: no previous prototype for 'run_dax' [-Wmissing-prototypes] | |
+ 337 | void run_dax(struct dax_device *dax_dev) | |
+ | ^~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/dax/super.c:478: warning: bad line: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvdimm/core.c:222: warning: Function parameter or member 'len' not described in 'nd_uuid_store' | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/spinlock.h:63, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mmzone.h:8, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/memremap.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/dax/bus.c:3: | |
+In function 'strncpy', | |
+ inlined from 'do_id_store' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/dax/bus.c:87:5: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' specified bound 30 equals destination size [-Wstringop-truncation] | |
+ 68 | #define __underlying_strncpy __builtin_strncpy | |
+ | ^ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:144:16: note: in expansion of macro '__underlying_strncpy' | |
+ 144 | return __underlying_strncpy(p, q, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvdimm/dimm_devs.c:352:9: warning: no previous prototype for 'security_show' [-Wmissing-prototypes] | |
+ 352 | ssize_t security_show(struct device *dev, | |
+ | ^~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvdimm/dimm_devs.c:59: warning: Function parameter or member 'ndd' not described in 'nvdimm_init_nsarea' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvdimm/dimm_devs.c:59: warning: Excess function parameter 'nvdimm' description in 'nvdimm_init_nsarea' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvdimm/dimm_devs.c:841: warning: Function parameter or member 'ndd' not described in 'nvdimm_allocated_dpa' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvdimm/dimm_devs.c:841: warning: Excess function parameter 'nvdimm' description in 'nvdimm_allocated_dpa' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/dax/device.c:399:5: warning: no previous prototype for 'dev_dax_probe' [-Wmissing-prototypes] | |
+ 399 | int dev_dax_probe(struct dev_dax *dev_dax) | |
+ | ^~~~~~~~~~~~~ | |
@@ -7298,0 +7610,2 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvdimm/namespace_devs.c:1664: warning: Function parameter or member 'nd_mapping' not described in 'create_namespace_pmem' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvdimm/namespace_devs.c:1664: warning: Excess function parameter 'nspm' description in 'create_namespace_pmem' | |
@@ -7314,0 +7628,8 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/rapidio/rio_cm.c: In function 'rio_txcq_handler': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/rapidio/rio_cm.c:673:21: warning: variable 'rc' set but not used [-Wunused-but-set-variable] | |
+ 673 | int rc; | |
+ | ^~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvdimm/badrange.c:271: warning: Function parameter or member 'nd_region' not described in 'nvdimm_badblocks_populate' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvdimm/badrange.c:271: warning: Function parameter or member 'range' not described in 'nvdimm_badblocks_populate' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvdimm/badrange.c:271: warning: Excess function parameter 'region' description in 'nvdimm_badblocks_populate' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvdimm/badrange.c:271: warning: Excess function parameter 'res' description in 'nvdimm_badblocks_populate' | |
@@ -7360,0 +7682,14 @@ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/buildid.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/module.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/qlogic/qlcnic/qlcnic.h:10, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c:8: | |
+In function 'fortify_memcpy_chk', | |
+ inlined from 'qlcnic_83xx_dcb_query_cee_param' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c:614:3: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
+ 522 | __read_overflow2_field(q_size_field, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
@@ -7389,2 +7724,2 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/gfs2/rgrp.c:1200: warning: Function parameter or member 'gl' not described in 'gfs2_rgrp_go_instantiate' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/gfs2/rgrp.c:1200: warning: Excess function parameter 'gh' description in 'gfs2_rgrp_go_instantiate' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvdimm/btt.c:1581: warning: Function parameter or member 'nd_region' not described in 'btt_init' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvdimm/btt.c:1581: warning: Excess function parameter 'maxlane' description in 'btt_init' | |
@@ -7432,0 +7768,12 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/devices/mtd_dataflash.c:946:27: warning: initialized field overwritten [-Woverride-init] | |
+ 946 | .id_table = dataflash_spi_ids, | |
+ | ^~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/devices/mtd_dataflash.c:946:27: note: (near initialization for 'dataflash_driver.id_table') | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/spmi/spmi.c:414: warning: expecting prototype for spmi_controller_alloc(). Prototype was for spmi_device_alloc() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/spmi/spmi.c:592: warning: Function parameter or member 'owner' not described in '__spmi_driver_register' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/spmi/spmi.c:592: warning: expecting prototype for spmi_driver_register(). Prototype was for __spmi_driver_register() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/tests/Makefile: mtd_test.o is added to multiple modules: mtd_nandbiterrs mtd_oobtest mtd_pagetest mtd_readtest mtd_speedtest mtd_stresstest mtd_subpagetest mtd_torturetest | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/spmi/spmi-pmic-arb.c:155: warning: cannot understand function prototype: 'struct spmi_pmic_arb ' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/spmi/spmi-pmic-arb.c:203: warning: cannot understand function prototype: 'struct pmic_arb_ver_ops ' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/spmi/spmi-pmic-arb.c:241: warning: Function parameter or member 'pmic_arb' not described in 'pmic_arb_read_data' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/spmi/spmi-pmic-arb.c:255: warning: Function parameter or member 'pmic_arb' not described in 'pmic_arb_write_data' | |
@@ -7461,0 +7809,16 @@ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/buildid.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/module.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c:20: | |
+In function 'strncpy', | |
+ inlined from 'create_component' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c:941:2: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' specified bound 128 equals destination size [-Wstringop-truncation] | |
+ 68 | #define __underlying_strncpy __builtin_strncpy | |
+ | ^ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:144:16: note: in expansion of macro '__underlying_strncpy' | |
+ 144 | return __underlying_strncpy(p, q, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~ | |
@@ -7490,0 +7854,3 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c:465:5: warning: no previous prototype for 'vchiq_platform_init' [-Wmissing-prototypes] | |
+ 465 | int vchiq_platform_init(struct platform_device *pdev, struct vchiq_state *state) | |
+ | ^~~~~~~~~~~~~~~~~~~ | |
@@ -7545 +7910,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/remoteproc/mtk_scp_ipi.c:132: warning: expecting prototype for scp_ipi_lock(). Prototype was for scp_ipi_unlock() instead | |
@@ -7559,0 +7925 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_dev.c:1357: warning: Function parameter or member 'parent' not described in 'vchiq_register_chrdev' | |
@@ -7575,76 +7941,65 @@ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/buildid.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/module.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/ray_cs.c:20: | |
-In function 'strncpy', | |
- inlined from 'init_startup_params' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/ray_cs.c:628:3: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' specified bound 32 equals destination size [-Wstringop-truncation] | |
- 68 | #define __underlying_strncpy __builtin_strncpy | |
- | ^ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:144:16: note: in expansion of macro '__underlying_strncpy' | |
- 144 | return __underlying_strncpy(p, q, size); | |
- | ^~~~~~~~~~~~~~~~~~~~ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/rcupdate.h:29, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/rculist.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/sched/signal.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/rtl8723bs/include/drv_types.h:17, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/rtl8723bs/core/rtw_security.c:8: | |
-In function 'fortify_memcpy_chk', | |
- inlined from 'rtw_BIP_verify' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/rtl8723bs/core/rtw_security.c:1425:3: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
- 522 | __read_overflow2_field(q_size_field, size); | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/rcupdate.h:29, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/rculist.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/sched/signal.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/rtl8723bs/include/drv_types.h:17, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/rtl8723bs/core/rtw_xmit.c:7: | |
-In function 'fortify_memcpy_chk', | |
- inlined from 'rtw_mgmt_xmitframe_coalesce' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/rtl8723bs/core/rtw_xmit.c:1210:3: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
- 522 | __read_overflow2_field(q_size_field, size); | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/rtl8723bs/hal/hal_btcoex.c: In function 'hal_btcoex_SetChipType': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/rtl8723bs/hal/hal_btcoex.c:1182:30: warning: variable 'pHalData' set but not used [-Wunused-but-set-variable] | |
- 1182 | struct hal_com_data *pHalData; | |
- | ^~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/extcon/extcon.c:229: warning: Function parameter or member 'usb_propval' not described in 'extcon_cable' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/extcon/extcon.c:229: warning: Function parameter or member 'chg_propval' not described in 'extcon_cable' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/extcon/extcon.c:229: warning: Function parameter or member 'jack_propval' not described in 'extcon_cable' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/extcon/extcon.c:229: warning: Function parameter or member 'disp_propval' not described in 'extcon_cable' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/extcon/extcon.c:229: warning: Function parameter or member 'usb_bits' not described in 'extcon_cable' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/extcon/extcon.c:229: warning: Function parameter or member 'chg_bits' not described in 'extcon_cable' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/extcon/extcon.c:229: warning: Function parameter or member 'jack_bits' not described in 'extcon_cable' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/extcon/extcon.c:229: warning: Function parameter or member 'disp_bits' not described in 'extcon_cable' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/extcon/extcon-adc-jack.c:53: warning: Function parameter or member 'dev' not described in 'adc_jack_data' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/extcon/extcon-adc-jack.c:53: warning: Function parameter or member 'wakeup_source' not described in 'adc_jack_data' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/powercap/dtpm.c:550: warning: Function parameter or member 'dtpm_match_table' not described in 'dtpm_create_hierarchy' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/powercap/dtpm.c:550: warning: Excess function parameter 'hierarchy' description in 'dtpm_create_hierarchy' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/extcon/extcon-qcom-spmi-misc.c:21: warning: expecting prototype for extcon(). Prototype was for USB_ID_DEBOUNCE_MS() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/devfreq/tegra30-devfreq.c:100: warning: Function parameter or member 'offset' not described in 'tegra_devfreq_device_config' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/devfreq/tegra30-devfreq.c:100: warning: Function parameter or member 'irq_mask' not described in 'tegra_devfreq_device_config' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/devfreq/tegra30-devfreq.c:100: warning: Function parameter or member 'boost_up_coeff' not described in 'tegra_devfreq_device_config' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/devfreq/tegra30-devfreq.c:100: warning: Function parameter or member 'boost_down_coeff' not described in 'tegra_devfreq_device_config' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/devfreq/tegra30-devfreq.c:100: warning: Function parameter or member 'boost_up_threshold' not described in 'tegra_devfreq_device_config' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/devfreq/tegra30-devfreq.c:100: warning: Function parameter or member 'boost_down_threshold' not described in 'tegra_devfreq_device_config' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/devfreq/tegra30-devfreq.c:100: warning: Function parameter or member 'avg_dependency_threshold' not described in 'tegra_devfreq_device_config' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/devfreq/tegra30-devfreq.c:171: warning: Function parameter or member 'config' not described in 'tegra_devfreq_device' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/devfreq/tegra30-devfreq.c:171: warning: Function parameter or member 'regs' not described in 'tegra_devfreq_device' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/devfreq/tegra30-devfreq.c:171: warning: Function parameter or member 'avg_count' not described in 'tegra_devfreq_device' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/devfreq/tegra30-devfreq.c:171: warning: Function parameter or member 'boost_freq' not described in 'tegra_devfreq_device' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/devfreq/tegra30-devfreq.c:171: warning: Function parameter or member 'target_freq' not described in 'tegra_devfreq_device' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/pstore/ram_core.c:39: warning: Function parameter or member 'data' not described in 'persistent_ram_buffer' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/w1/masters/ds1wm.c: In function 'ds1wm_probe': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/w1/masters/ds1wm.c:512:12: warning: variable 'inten' set but not used [-Wunused-but-set-variable] | |
+ 512 | u8 inten; | |
+ | ^~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/ubi/eba.c:72: warning: expecting prototype for next_sqnum(). Prototype was for ubi_next_sqnum() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/memstick/core/memstick.c:207: warning: Function parameter or member 'host' not described in 'memstick_detect_change' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/memstick/core/memstick.c:223: warning: Function parameter or member 'host' not described in 'memstick_next_req' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/memstick/core/memstick.c:223: warning: Function parameter or member 'mrq' not described in 'memstick_next_req' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/memstick/core/memstick.c:249: warning: Function parameter or member 'host' not described in 'memstick_new_req' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/memstick/core/memstick.c:266: warning: Function parameter or member 'mrq' not described in 'memstick_init_req_sg' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/memstick/core/memstick.c:266: warning: Function parameter or member 'tpc' not described in 'memstick_init_req_sg' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/memstick/core/memstick.c:266: warning: Function parameter or member 'sg' not described in 'memstick_init_req_sg' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/memstick/core/memstick.c:296: warning: Function parameter or member 'mrq' not described in 'memstick_init_req' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/memstick/core/memstick.c:296: warning: Function parameter or member 'tpc' not described in 'memstick_init_req' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/memstick/core/memstick.c:296: warning: Function parameter or member 'buf' not described in 'memstick_init_req' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/memstick/core/memstick.c:296: warning: Function parameter or member 'length' not described in 'memstick_init_req' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/memstick/core/memstick.c:367: warning: Function parameter or member 'card' not described in 'memstick_set_rw_addr' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/memstick/core/memstick.c:511: warning: Function parameter or member 'host' not described in 'memstick_add_host' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/memstick/core/memstick.c:547: warning: Function parameter or member 'host' not described in 'memstick_remove_host' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/memstick/core/memstick.c:569: warning: Function parameter or member 'host' not described in 'memstick_free_host' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/memstick/core/memstick.c:580: warning: Function parameter or member 'host' not described in 'memstick_suspend_host' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/memstick/core/memstick.c:592: warning: Function parameter or member 'host' not described in 'memstick_resume_host' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/w1/slaves/w1_ds2408.c:210: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * Writing to the activity file resets the activity latches. | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/ubi/wl.c:176: warning: expecting prototype for wl_tree_destroy(). Prototype was for wl_entry_destroy() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/memstick/host/r592.c:47:13: warning: no previous prototype for 'memstick_debug_get_tpc_name' [-Wmissing-prototypes] | |
+ 47 | const char *memstick_debug_get_tpc_name(int tpc) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/memstick/host/r592.c:48: warning: Function parameter or member 'tpc' not described in 'memstick_debug_get_tpc_name' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/ubi/misc.c:24: warning: expecting prototype for calc_data_len(). Prototype was for ubi_calc_data_len() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/w1/slaves/w1_ds2433.c:46: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * Check the file size bounds and adjusts count as needed. | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/w1/slaves/w1_ds2433.c:141: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * Writes to the scratchpad and reads it back for verification. | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/ubi/fastmap.c:104: warning: expecting prototype for new_fm_vhdr(). Prototype was for new_fm_vbuf() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/nand/raw/omap2.c:260: warning: Function parameter or member 'chip' not described in 'omap_nand_data_in_pref' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/nand/raw/omap2.c:260: warning: Function parameter or member 'buf' not described in 'omap_nand_data_in_pref' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/nand/raw/omap2.c:260: warning: Function parameter or member 'len' not described in 'omap_nand_data_in_pref' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/nand/raw/omap2.c:260: warning: Function parameter or member 'force_8bit' not described in 'omap_nand_data_in_pref' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/nand/raw/omap2.c:304: warning: Function parameter or member 'chip' not described in 'omap_nand_data_out_pref' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/nand/raw/omap2.c:304: warning: Function parameter or member 'buf' not described in 'omap_nand_data_out_pref' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/nand/raw/omap2.c:304: warning: Function parameter or member 'len' not described in 'omap_nand_data_out_pref' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/nand/raw/omap2.c:304: warning: Function parameter or member 'force_8bit' not described in 'omap_nand_data_out_pref' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/nand/raw/omap2.c:446: warning: Function parameter or member 'chip' not described in 'omap_nand_data_in_dma_pref' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/nand/raw/omap2.c:446: warning: Function parameter or member 'buf' not described in 'omap_nand_data_in_dma_pref' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/nand/raw/omap2.c:446: warning: Function parameter or member 'len' not described in 'omap_nand_data_in_dma_pref' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/nand/raw/omap2.c:446: warning: Function parameter or member 'force_8bit' not described in 'omap_nand_data_in_dma_pref' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/nand/raw/omap2.c:467: warning: Function parameter or member 'chip' not described in 'omap_nand_data_out_dma_pref' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/nand/raw/omap2.c:467: warning: Function parameter or member 'buf' not described in 'omap_nand_data_out_dma_pref' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/nand/raw/omap2.c:467: warning: Function parameter or member 'len' not described in 'omap_nand_data_out_dma_pref' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/nand/raw/omap2.c:467: warning: Function parameter or member 'force_8bit' not described in 'omap_nand_data_out_dma_pref' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/w1/slaves/w1_ds28e04.c:57: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * Check the file size bounds and adjusts count as needed. | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/w1/slaves/w1_ds28e04.c:149: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * Writes to the scratchpad and reads it back for verification. | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/ti/Makefile: davinci_cpdma.o is added to multiple modules: ti_cpsw ti_cpsw_new ti_davinci_emac | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/infiniband/core/sa_query.c:1486: warning: Function parameter or member 'query' not described in 'ib_sa_pr_callback_multiple' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/infiniband/core/sa_query.c:1486: warning: Function parameter or member 'status' not described in 'ib_sa_pr_callback_multiple' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/infiniband/core/sa_query.c:1486: warning: Function parameter or member 'num_prs' not described in 'ib_sa_pr_callback_multiple' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/infiniband/core/sa_query.c:1486: warning: Function parameter or member 'rec_data' not described in 'ib_sa_pr_callback_multiple' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk20a.c:49: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * cvb_mv = ((c2 * speedo / s_scale + c1) * speedo / s_scale + c0) | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk20a.c:62: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * cvb_t_mv = | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/ti/Makefile: cpsw_ale.o is added to multiple modules: ti_cpsw ti_cpsw_new | |
@@ -7664,0 +8020 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/ti/Makefile: cpsw_priv.o is added to multiple modules: ti_cpsw ti_cpsw_new | |
@@ -7671,8 +8027,5 @@ | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait.h:9, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait_bit.h:8, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fs.h:6, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/highmem.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bvec.h:10, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/blk_types.h:10, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/blkdev.h:9, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/rts5208/rtsx_scsi.c:12: | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/ipc.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/uapi/linux/sem.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/sem.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/compat.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hid/uhid.c:11: | |
@@ -7680,2 +8033,2 @@ | |
- inlined from 'inquiry' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/rts5208/rtsx_scsi.c:526:3: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' output truncated copying 28 bytes from a string of length 29 [-Wstringop-truncation] | |
+ inlined from 'uhid_dev_create2' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hid/uhid.c:519:2: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' output may be truncated copying 127 bytes from a string of length 127 [-Wstringop-truncation] | |
@@ -7687 +8040,3 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' output truncated copying between 1 and 27 bytes from a string of length 29 [-Wstringop-truncation] | |
+In function 'strncpy', | |
+ inlined from 'uhid_dev_create2' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hid/uhid.c:521:2: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' output may be truncated copying 63 bytes from a string of length 63 [-Wstringop-truncation] | |
@@ -7693,3 +8048,18 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwtracing/intel_th/core.c:866: warning: Function parameter or member 'drvdata' not described in 'intel_th_alloc' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwtracing/intel_th/core.c:866: warning: Function parameter or member 'ndevres' not described in 'intel_th_alloc' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwtracing/intel_th/core.c:866: warning: Excess function parameter 'irq' description in 'intel_th_alloc' | |
+In function 'strncpy', | |
+ inlined from 'uhid_dev_create2' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hid/uhid.c:523:2: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' output may be truncated copying 63 bytes from a string of length 63 [-Wstringop-truncation] | |
+ 68 | #define __underlying_strncpy __builtin_strncpy | |
+ | ^ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:144:16: note: in expansion of macro '__underlying_strncpy' | |
+ 144 | return __underlying_strncpy(p, q, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/ti/Makefile: cpsw_sl.o is added to multiple modules: ti_cpsw ti_cpsw_new | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/comedi/drivers/tests/ni_routes_test.c:22: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/comedi/drivers/tests/../ni_stc.h:1140:35: warning: 'range_ni_E_ao_ext' defined but not used [-Wunused-const-variable=] | |
+ 1140 | static const struct comedi_lrange range_ni_E_ao_ext; | |
+ | ^~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/ti/Makefile: cpsw_ethtool.o is added to multiple modules: ti_cpsw ti_cpsw_new | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/nand/raw/vf610_nfc.c:210: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * Read accessor for internal SRAM buffer | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/nand/raw/vf610_nfc.c:245: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * Write accessor for internal SRAM buffer | |
@@ -7702,50 +8071,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:43: warning: Function parameter or member 'Adapter' not described in 'rtl8188e_PHY_QueryBBReg' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:43: warning: Function parameter or member 'RegAddr' not described in 'rtl8188e_PHY_QueryBBReg' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:43: warning: Function parameter or member 'BitMask' not described in 'rtl8188e_PHY_QueryBBReg' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:43: warning: expecting prototype for Function(). Prototype was for rtl8188e_PHY_QueryBBReg() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:75: warning: Function parameter or member 'Adapter' not described in 'rtl8188e_PHY_SetBBReg' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:75: warning: Function parameter or member 'RegAddr' not described in 'rtl8188e_PHY_SetBBReg' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:75: warning: Function parameter or member 'BitMask' not described in 'rtl8188e_PHY_SetBBReg' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:75: warning: Function parameter or member 'Data' not described in 'rtl8188e_PHY_SetBBReg' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:75: warning: expecting prototype for Function(). Prototype was for rtl8188e_PHY_SetBBReg() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:117: warning: Function parameter or member 'Adapter' not described in 'phy_RFSerialRead' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:117: warning: Function parameter or member 'Offset' not described in 'phy_RFSerialRead' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:117: warning: expecting prototype for Function(). Prototype was for phy_RFSerialRead() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:202: warning: duplicate section name 'Note' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:209: warning: Function parameter or member 'Adapter' not described in 'phy_RFSerialWrite' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:209: warning: Function parameter or member 'Offset' not described in 'phy_RFSerialWrite' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:209: warning: Function parameter or member 'Data' not described in 'phy_RFSerialWrite' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:209: warning: expecting prototype for Function(). Prototype was for phy_RFSerialWrite() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:251: warning: Function parameter or member 'Adapter' not described in 'rtl8188e_PHY_QueryRFReg' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:251: warning: Function parameter or member 'RegAddr' not described in 'rtl8188e_PHY_QueryRFReg' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:251: warning: Function parameter or member 'BitMask' not described in 'rtl8188e_PHY_QueryRFReg' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:251: warning: expecting prototype for Function(). Prototype was for rtl8188e_PHY_QueryRFReg() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:285: warning: Function parameter or member 'Adapter' not described in 'rtl8188e_PHY_SetRFReg' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:285: warning: Function parameter or member 'RegAddr' not described in 'rtl8188e_PHY_SetRFReg' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:285: warning: Function parameter or member 'BitMask' not described in 'rtl8188e_PHY_SetRFReg' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:285: warning: Function parameter or member 'Data' not described in 'rtl8188e_PHY_SetRFReg' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:285: warning: expecting prototype for Function(). Prototype was for rtl8188e_PHY_SetRFReg() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:351: warning: Function parameter or member 'Adapter' not described in 'phy_InitBBRFRegisterDefinition' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c:351: warning: expecting prototype for Function(). Prototype was for phy_InitBBRFRegisterDefinition() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/android/binderfs.c:236: warning: Function parameter or member 'file' not described in 'binder_ctl_ioctl' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/android/binderfs.c:236: warning: Function parameter or member 'cmd' not described in 'binder_ctl_ioctl' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/android/binderfs.c:236: warning: Function parameter or member 'arg' not described in 'binder_ctl_ioctl' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/android/binderfs.c:236: warning: expecting prototype for binderfs_ctl_ioctl(). Prototype was for binder_ctl_ioctl() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/android/binder.c:284: warning: Function parameter or member '_proc' not described in 'binder_proc_unlock' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/android/binder.c:284: warning: Excess function parameter 'proc' description in 'binder_proc_unlock' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/android/binder.c:386: warning: expecting prototype for binder_node_unlock(). Prototype was for binder_node_inner_unlock() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/android/binder.c:1206: warning: expecting prototype for binder_dec_ref(). Prototype was for binder_dec_ref_olocked() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/android/binder.c:1884: warning: Function parameter or member 'file' not described in 'binder_task_work_cb' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/android/binder.c:2322: warning: Function parameter or member 'offset' not described in 'binder_ptr_fixup' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/android/binder.c:2322: warning: Function parameter or member 'skip_size' not described in 'binder_ptr_fixup' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/android/binder.c:2322: warning: Function parameter or member 'fixup_data' not described in 'binder_ptr_fixup' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/android/binder.c:2322: warning: Function parameter or member 'node' not described in 'binder_ptr_fixup' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/android/binder.c:2342: warning: Function parameter or member 'offset' not described in 'binder_sg_copy' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/android/binder.c:2342: warning: Function parameter or member 'sender_uaddr' not described in 'binder_sg_copy' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/android/binder.c:2342: warning: Function parameter or member 'length' not described in 'binder_sg_copy' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/android/binder.c:2342: warning: Function parameter or member 'node' not described in 'binder_sg_copy' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/android/binder.c:2838: warning: Function parameter or member 'procp' not described in 'binder_get_node_refs_for_txn' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/android/binder.c:2838: warning: Excess function parameter 'proc' description in 'binder_get_node_refs_for_txn' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/android/binder.c:3735: warning: Function parameter or member 'thread' not described in 'binder_free_buf' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/memory/emif.c:68: warning: Function parameter or member 'lpmode' not described in 'emif_data' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/memory/emif.c:68: warning: Function parameter or member 'irq_state' not described in 'emif_data' | |
@@ -7766,15 +8085,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwtracing/intel_th/msu.c:77: warning: Function parameter or member 'msc' not described in 'msc_window' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwtracing/intel_th/msu.c:122: warning: bad line: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwtracing/intel_th/msu.c:168: warning: Function parameter or member 'msu_base' not described in 'msc' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwtracing/intel_th/msu.c:168: warning: Function parameter or member 'mbuf_priv' not described in 'msc' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwtracing/intel_th/msu.c:168: warning: Function parameter or member 'work' not described in 'msc' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwtracing/intel_th/msu.c:168: warning: Function parameter or member 'switch_on_unlock' not described in 'msc' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwtracing/intel_th/msu.c:168: warning: Function parameter or member 'orig_addr' not described in 'msc' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwtracing/intel_th/msu.c:168: warning: Function parameter or member 'orig_sz' not described in 'msc' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwtracing/intel_th/msu.c:168: warning: Function parameter or member 'iter_list' not described in 'msc' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwtracing/intel_th/msu.c:168: warning: Function parameter or member 'stop_on_full' not described in 'msc' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwtracing/intel_th/msu.c:168: warning: Function parameter or member 'do_irq' not described in 'msc' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwtracing/intel_th/msu.c:168: warning: Function parameter or member 'multi_is_broken' not described in 'msc' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwtracing/intel_th/msu.c:1309: warning: Function parameter or member 'nr_pages' not described in 'msc_buffer_alloc' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwtracing/intel_th/msu.c:1309: warning: Function parameter or member 'nr_wins' not described in 'msc_buffer_alloc' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwtracing/intel_th/msu.c:1309: warning: Excess function parameter 'size' description in 'msc_buffer_alloc' | |
@@ -7809,9 +8113,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/open.c:676: warning: Function parameter or member 'attr' not described in 'setattr_vfsuid' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/open.c:694: warning: Function parameter or member 'attr' not described in 'setattr_vfsgid' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/open.c:969: warning: Excess function parameter 'opened' description in 'finish_open' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/open.c:1011: warning: Excess function parameter 'cred' description in 'vfs_open' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/android/binder_alloc_selftest.c:76: warning: Enum value 'LOOP_END' not described in enum 'buf_end_align_type' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/open.c:1464: warning: expecting prototype for close_range(). Prototype was for sys_close_range() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/android/binder_alloc.c:989: warning: Function parameter or member 'lru' not described in 'binder_alloc_free_page' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/read_write.c:88: warning: Function parameter or member 'maxsize' not described in 'generic_file_llseek_size' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/read_write.c:88: warning: Excess function parameter 'size' description in 'generic_file_llseek_size' | |
@@ -7847,0 +8144 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/ntb/hw/epf/ntb_hw_epf.c:15: warning: expecting prototype for Host side endpoint driver to implement Non(). Prototype was for NTB_EPF_COMMAND() instead | |
@@ -7861,0 +8159,5 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mcb/mcb-core.c:269: warning: Function parameter or member 'carrier' not described in 'mcb_alloc_bus' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mcb/mcb-core.c:335: warning: expecting prototype for mcb_bus_put(). Prototype was for mcb_bus_get() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mcb/mcb-core.c:466: warning: Function parameter or member 'mem' not described in 'mcb_release_mem' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mcb/mcb-core.c:466: warning: Excess function parameter 'dev' description in 'mcb_release_mem' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/ntb/msi.c:33: warning: Function parameter or member 'desc_changed' not described in 'ntb_msi_init' | |
@@ -7876 +8177,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/r8188eu/core/rtw_ieee80211.c:720: warning: expecting prototype for ieee802_11_parse_elems(). Prototype was for rtw_ieee802_11_parse_elems() instead | |
@@ -7891,0 +8193,6 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/ntb/ntb_transport.c:1977: warning: Function parameter or member 'data' not described in 'ntb_transport_create_queue' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/ntb/ntb_transport.c:1977: warning: Function parameter or member 'client_dev' not described in 'ntb_transport_create_queue' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/ntb/ntb_transport.c:1977: warning: Function parameter or member 'handlers' not described in 'ntb_transport_create_queue' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/ntb/ntb_transport.c:1977: warning: Excess function parameter 'rx_handler' description in 'ntb_transport_create_queue' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/ntb/ntb_transport.c:1977: warning: Excess function parameter 'tx_handler' description in 'ntb_transport_create_queue' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/ntb/ntb_transport.c:1977: warning: Excess function parameter 'event_handler' description in 'ntb_transport_create_queue' | |
@@ -7906,13 +8212,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/namei.c:648: warning: Function parameter or member 'mnt' not described in 'path_connected' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/namei.c:648: warning: Function parameter or member 'dentry' not described in 'path_connected' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/namei.c:1096: warning: Function parameter or member 'inode' not described in 'may_follow_link' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/namei.c:3589: warning: Function parameter or member 'parentpath' not described in 'vfs_tmpfile' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/namei.c:3589: warning: Function parameter or member 'file' not described in 'vfs_tmpfile' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/namei.c:3589: warning: Excess function parameter 'dentry' description in 'vfs_tmpfile' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/namei.c:3589: warning: Excess function parameter 'open_flag' description in 'vfs_tmpfile' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/rapidio/devices/tsi721.c:215: warning: Function parameter or member 'data' not described in 'tsi721_cread_dma' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/rapidio/devices/tsi721.c:215: warning: Excess function parameter 'val' description in 'tsi721_cread_dma' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/rapidio/devices/tsi721.c:238: warning: Function parameter or member 'data' not described in 'tsi721_cwrite_dma' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/rapidio/devices/tsi721.c:238: warning: Excess function parameter 'val' description in 'tsi721_cwrite_dma' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/rapidio/devices/tsi721.c:2548: warning: Function parameter or member 'attr' not described in 'tsi721_query_mport' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/rapidio/devices/tsi721.c:2548: warning: Excess function parameter 'mbox' description in 'tsi721_query_mport' | |
@@ -7934 +8228 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/rapidio/devices/tsi721_dma.c:293: warning: expecting prototype for tsi721_omsg_msix(). Prototype was for tsi721_bdma_msix() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwtracing/stm/ftrace.c:38: warning: Function parameter or member 'export' not described in 'stm_ftrace_write' | |
@@ -7950,4 +8243,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ioctl.c:112: warning: expecting prototype for fiemap_fill_next_extent(). Prototype was for SET_UNKNOWN_FLAGS() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ioctl.c:902: warning: Function parameter or member 'file' not described in 'compat_ptr_ioctl' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ioctl.c:902: warning: Function parameter or member 'cmd' not described in 'compat_ptr_ioctl' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ioctl.c:902: warning: Function parameter or member 'arg' not described in 'compat_ptr_ioctl' | |
@@ -7969 +8258,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c:212: warning: Function parameter or member 'wide_bus_en' not described in 'dpu_encoder_virt' | |
@@ -7984,4 +8273,11 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_wb.c:31: warning: Function parameter or member 'phys_enc' not described in 'dpu_encoder_phys_wb_is_master' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_wb.c:139: warning: Excess function parameter 'wb_roi' description in 'dpu_encoder_phys_wb_setup_fb' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_wb.c:699: warning: Function parameter or member 'p' not described in 'dpu_encoder_phys_wb_init' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_wb.c:699: warning: Excess function parameter 'init' description in 'dpu_encoder_phys_wb_init' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwmon/aht10.c:87: warning: Excess function parameter 'client' description in 'aht10_init' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwmon/aht10.c:131: warning: Function parameter or member 'data' not described in 'aht10_read_values' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwmon/aht10.c:131: warning: Excess function parameter 'aht10_data' description in 'aht10_read_values' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwmon/aht10.c:184: warning: Function parameter or member 'data' not described in 'aht10_interval_write' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwmon/aht10.c:184: warning: Function parameter or member 'val' not described in 'aht10_interval_write' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwmon/aht10.c:195: warning: Function parameter or member 'data' not described in 'aht10_interval_read' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwmon/aht10.c:195: warning: Function parameter or member 'val' not described in 'aht10_interval_read' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwmon/aht10.c:204: warning: Function parameter or member 'data' not described in 'aht10_temperature1_read' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwmon/aht10.c:204: warning: Function parameter or member 'val' not described in 'aht10_temperature1_read' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwmon/aht10.c:219: warning: Function parameter or member 'data' not described in 'aht10_humidity1_read' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwmon/aht10.c:219: warning: Function parameter or member 'val' not described in 'aht10_humidity1_read' | |
@@ -8017,5 +8312,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/rapidio/rio_cm.c: In function 'rio_txcq_handler': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/rapidio/rio_cm.c:673:21: warning: variable 'rc' set but not used [-Wunused-but-set-variable] | |
- 673 | int rc; | |
- | ^~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvmem/rave-sp-eeprom.c:48: warning: bad line: | |
@@ -8271,19 +8562,14 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/file.c:677: warning: Function parameter or member 'fdt' not described in 'last_fd' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/file.c:677: warning: Excess function parameter 'cur_fds' description in 'last_fd' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/file.c:730: warning: Function parameter or member 'flags' not described in '__close_range' | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/buildid.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/module.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c:20: | |
-In function 'strncpy', | |
- inlined from 'create_component' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c:941:2: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' specified bound 128 equals destination size [-Wstringop-truncation] | |
- 68 | #define __underlying_strncpy __builtin_strncpy | |
- | ^ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:144:16: note: in expansion of macro '__underlying_strncpy' | |
- 144 | return __underlying_strncpy(p, q, size); | |
- | ^~~~~~~~~~~~~~~~~~~~ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/inc/core_types.h:32, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_hw_sequencer.c:27: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/include/ddc_service_types.h:137:22: warning: 'SYNAPTICS_DEVICE_ID' defined but not used [-Wunused-const-variable=] | |
+ 137 | static const uint8_t SYNAPTICS_DEVICE_ID[] = "SYNA"; | |
+ | ^~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/include/ddc_service_types.h:134:17: warning: 'DP_SINK_BRANCH_DEV_NAME_7580' defined but not used [-Wunused-const-variable=] | |
+ 134 | static const u8 DP_SINK_BRANCH_DEV_NAME_7580[] = "7580\x80u"; | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/include/ddc_service_types.h:132:22: warning: 'DP_SINK_DEVICE_STR_ID_2' defined but not used [-Wunused-const-variable=] | |
+ 132 | static const uint8_t DP_SINK_DEVICE_STR_ID_2[] = {7, 1, 8, 7, 5}; | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/include/ddc_service_types.h:131:22: warning: 'DP_SINK_DEVICE_STR_ID_1' defined but not used [-Wunused-const-variable=] | |
+ 131 | static const uint8_t DP_SINK_DEVICE_STR_ID_1[] = {7, 1, 8, 7, 3}; | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~ | |
@@ -8303,3 +8588,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_resource.c:1858:6: warning: no previous prototype for 'is_timing_changed' [-Wmissing-prototypes] | |
- 1858 | bool is_timing_changed(struct dc_stream_state *cur_stream, | |
- | ^~~~~~~~~~~~~~~~~ | |
@@ -8307,2 +8590 @@ | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/inc/resource.h:28, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_resource.c:28: | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_sink.c:28: | |
@@ -8322 +8604 @@ | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_hw_sequencer.c:27: | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_surface.c:31: | |
@@ -8334,0 +8617,7 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwmon/emc2305.c:62: warning: Cannot understand * @cdev: cooling device; | |
+ on line 62 - I thought it was a doc line | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwmon/emc2305.c:89: warning: Cannot understand * @client: i2c client; | |
+ on line 89 - I thought it was a doc line | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_resource.c:1858:6: warning: no previous prototype for 'is_timing_changed' [-Wmissing-prototypes] | |
+ 1858 | bool is_timing_changed(struct dc_stream_state *cur_stream, | |
+ | ^~~~~~~~~~~~~~~~~ | |
@@ -8336 +8625,2 @@ | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_sink.c:28: | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/inc/resource.h:28, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_resource.c:28: | |
@@ -8349,2 +8639 @@ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/inc/core_types.h:32, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_surface.c:31: | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_link_ddc.c:29: | |
@@ -8363,21 +8651,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ceph/crush/mapper.c:466: warning: Function parameter or member 'work' not described in 'crush_choose_firstn' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ceph/crush/mapper.c:466: warning: Function parameter or member 'weight' not described in 'crush_choose_firstn' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ceph/crush/mapper.c:466: warning: Function parameter or member 'weight_max' not described in 'crush_choose_firstn' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ceph/crush/mapper.c:466: warning: Function parameter or member 'choose_args' not described in 'crush_choose_firstn' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ceph/crush/mapper.c:655: warning: Function parameter or member 'map' not described in 'crush_choose_indep' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ceph/crush/mapper.c:655: warning: Function parameter or member 'work' not described in 'crush_choose_indep' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ceph/crush/mapper.c:655: warning: Function parameter or member 'bucket' not described in 'crush_choose_indep' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ceph/crush/mapper.c:655: warning: Function parameter or member 'weight' not described in 'crush_choose_indep' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ceph/crush/mapper.c:655: warning: Function parameter or member 'weight_max' not described in 'crush_choose_indep' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ceph/crush/mapper.c:655: warning: Function parameter or member 'x' not described in 'crush_choose_indep' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ceph/crush/mapper.c:655: warning: Function parameter or member 'left' not described in 'crush_choose_indep' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ceph/crush/mapper.c:655: warning: Function parameter or member 'numrep' not described in 'crush_choose_indep' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ceph/crush/mapper.c:655: warning: Function parameter or member 'type' not described in 'crush_choose_indep' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ceph/crush/mapper.c:655: warning: Function parameter or member 'out' not described in 'crush_choose_indep' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ceph/crush/mapper.c:655: warning: Function parameter or member 'outpos' not described in 'crush_choose_indep' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ceph/crush/mapper.c:655: warning: Function parameter or member 'tries' not described in 'crush_choose_indep' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ceph/crush/mapper.c:655: warning: Function parameter or member 'recurse_tries' not described in 'crush_choose_indep' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ceph/crush/mapper.c:655: warning: Function parameter or member 'recurse_to_leaf' not described in 'crush_choose_indep' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ceph/crush/mapper.c:655: warning: Function parameter or member 'out2' not described in 'crush_choose_indep' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ceph/crush/mapper.c:655: warning: Function parameter or member 'parent_r' not described in 'crush_choose_indep' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ceph/crush/mapper.c:655: warning: Function parameter or member 'choose_args' not described in 'crush_choose_indep' | |
@@ -8404,30 +8671,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c:465:5: warning: no previous prototype for 'vchiq_platform_init' [-Wmissing-prototypes] | |
- 465 | int vchiq_platform_init(struct platform_device *pdev, struct vchiq_state *state) | |
- | ^~~~~~~~~~~~~~~~~~~ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_link_ddc.c:29: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/include/ddc_service_types.h:137:22: warning: 'SYNAPTICS_DEVICE_ID' defined but not used [-Wunused-const-variable=] | |
- 137 | static const uint8_t SYNAPTICS_DEVICE_ID[] = "SYNA"; | |
- | ^~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/include/ddc_service_types.h:134:17: warning: 'DP_SINK_BRANCH_DEV_NAME_7580' defined but not used [-Wunused-const-variable=] | |
- 134 | static const u8 DP_SINK_BRANCH_DEV_NAME_7580[] = "7580\x80u"; | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/include/ddc_service_types.h:132:22: warning: 'DP_SINK_DEVICE_STR_ID_2' defined but not used [-Wunused-const-variable=] | |
- 132 | static const uint8_t DP_SINK_DEVICE_STR_ID_2[] = {7, 1, 8, 7, 5}; | |
- | ^~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/include/ddc_service_types.h:131:22: warning: 'DP_SINK_DEVICE_STR_ID_1' defined but not used [-Wunused-const-variable=] | |
- 131 | static const uint8_t DP_SINK_DEVICE_STR_ID_1[] = {7, 1, 8, 7, 3}; | |
- | ^~~~~~~~~~~~~~~~~~~~~~~ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/buildid.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/module.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/qlogic/qlcnic/qlcnic.h:10, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c:8: | |
-In function 'fortify_memcpy_chk', | |
- inlined from 'qlcnic_83xx_dcb_query_cee_param' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c:614:3: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
- 522 | __read_overflow2_field(q_size_field, size); | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
@@ -8447,0 +8686,8 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/engine/fifo/runl.c:34:1: warning: no previous prototype for 'nvkm_engn_cgrp_get' [-Wmissing-prototypes] | |
+ 34 | nvkm_engn_cgrp_get(struct nvkm_engn *engn, unsigned long *pirqflags) | |
+ | ^~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hid/hid-magicmouse.c:148: warning: Function parameter or member 'hdev' not described in 'magicmouse_sc' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hid/hid-magicmouse.c:148: warning: Function parameter or member 'work' not described in 'magicmouse_sc' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hid/hid-magicmouse.c:148: warning: Function parameter or member 'battery_timer' not described in 'magicmouse_sc' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwmon/hih6130.c:164: warning: expecting prototype for hih6130_show_temperature(). Prototype was for hih6130_temperature_show() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwmon/hih6130.c:185: warning: expecting prototype for hih6130_show_humidity(). Prototype was for hih6130_humidity_show() instead | |
@@ -8462,0 +8709,3 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/fpga/dfl.c:54: warning: cannot understand function prototype: 'struct dfl_dev_info ' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/fpga/dfl.c:74: warning: cannot understand function prototype: 'struct dfl_chardev_info ' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/fpga/dfl.c:725: warning: Function parameter or member 'revision' not described in 'dfl_feature_info' | |
@@ -8478,4 +8727,2 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_dev.c:1357: warning: Function parameter or member 'parent' not described in 'vchiq_register_chrdev' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/d_path.c:317:7: warning: no previous prototype for 'simple_dname' [-Wmissing-prototypes] | |
- 317 | char *simple_dname(struct dentry *dentry, char *buffer, int buflen) | |
- | ^~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/fpga/dfl-fme-pr.c:175: warning: Function parameter or member 'feature' not described in 'dfl_fme_create_mgr' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/fpga/dfl-fme-pr.c:280: warning: expecting prototype for dfl_fme_destroy_bridge(). Prototype was for dfl_fme_destroy_bridges() instead | |
@@ -8510,0 +8758,3 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/dc_dmub_srv.c:709: warning: Function parameter or member 'enable' not described in 'dc_dmub_setup_subvp_dmub_command' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/dc_dmub_srv.c:709: warning: Excess function parameter 'cmd' description in 'dc_dmub_setup_subvp_dmub_command' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/fpga/dfl-fme-perf.c:160: warning: Function parameter or member 'node' not described in 'fme_perf_priv' | |
@@ -8525,10 +8774,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/dc_dmub_srv.c:709: warning: Function parameter or member 'enable' not described in 'dc_dmub_setup_subvp_dmub_command' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/dc_dmub_srv.c:709: warning: Excess function parameter 'cmd' description in 'dc_dmub_setup_subvp_dmub_command' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvdimm/dimm_devs.c:352:9: warning: no previous prototype for 'security_show' [-Wmissing-prototypes] | |
- 352 | ssize_t security_show(struct device *dev, | |
- | ^~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvdimm/core.c:222: warning: Function parameter or member 'len' not described in 'nd_uuid_store' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvdimm/dimm_devs.c:59: warning: Function parameter or member 'ndd' not described in 'nvdimm_init_nsarea' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvdimm/dimm_devs.c:59: warning: Excess function parameter 'nvdimm' description in 'nvdimm_init_nsarea' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvdimm/dimm_devs.c:841: warning: Function parameter or member 'ndd' not described in 'nvdimm_allocated_dpa' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvdimm/dimm_devs.c:841: warning: Excess function parameter 'nvdimm' description in 'nvdimm_allocated_dpa' | |
@@ -8548,0 +8789,3 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gf100.c:451:1: warning: no previous prototype for 'gf100_fifo_nonstall_block' [-Wmissing-prototypes] | |
+ 451 | gf100_fifo_nonstall_block(struct nvkm_event *event, int type, int index) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
@@ -8564,219 +8807,3 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nsfs.c:264: warning: Function parameter or member 'ns' not described in 'ns_match' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nsfs.c:264: warning: Excess function parameter 'ns_common' description in 'ns_match' | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/spinlock.h:63, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait.h:9, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/dma-fence.h:17, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/msm/msm_fence.c:7: | |
-In function 'strncpy', | |
- inlined from 'msm_fence_context_alloc' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/msm/msm_fence.c:25:2: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' specified bound 32 equals destination size [-Wstringop-truncation] | |
- 68 | #define __underlying_strncpy __builtin_strncpy | |
- | ^ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:144:16: note: in expansion of macro '__underlying_strncpy' | |
- 144 | return __underlying_strncpy(p, q, size); | |
- | ^~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fs_context.c:168: warning: Function parameter or member 'fc' not described in 'vfs_parse_fs_string' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fs_context.c:168: warning: Function parameter or member 'key' not described in 'vfs_parse_fs_string' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fs_context.c:168: warning: Function parameter or member 'value' not described in 'vfs_parse_fs_string' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fs_context.c:168: warning: Function parameter or member 'v_size' not described in 'vfs_parse_fs_string' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fs_context.c:202: warning: Function parameter or member 'fc' not described in 'generic_parse_monolithic' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fs_context.c:202: warning: Excess function parameter 'ctx' description in 'generic_parse_monolithic' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fs_context.c:340: warning: expecting prototype for vfs_dup_fc_config(). Prototype was for vfs_dup_fs_context() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fs_context.c:386: warning: Function parameter or member 'log' not described in 'logfc' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fs_context.c:386: warning: Function parameter or member 'prefix' not described in 'logfc' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fs_context.c:386: warning: Function parameter or member 'level' not described in 'logfc' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fs_context.c:386: warning: Excess function parameter 'fc' description in 'logfc' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvdimm/namespace_devs.c:1664: warning: Function parameter or member 'nd_mapping' not described in 'create_namespace_pmem' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvdimm/namespace_devs.c:1664: warning: Excess function parameter 'nspm' description in 'create_namespace_pmem' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvdimm/badrange.c:271: warning: Function parameter or member 'nd_region' not described in 'nvdimm_badblocks_populate' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvdimm/badrange.c:271: warning: Function parameter or member 'range' not described in 'nvdimm_badblocks_populate' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvdimm/badrange.c:271: warning: Excess function parameter 'region' description in 'nvdimm_badblocks_populate' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvdimm/badrange.c:271: warning: Excess function parameter 'res' description in 'nvdimm_badblocks_populate' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/dax/super.c:337:6: warning: no previous prototype for 'run_dax' [-Wmissing-prototypes] | |
- 337 | void run_dax(struct dax_device *dax_dev) | |
- | ^~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/kernel_read_file.c:38: warning: Function parameter or member 'file' not described in 'kernel_read_file' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/kernel_read_file.c:38: warning: Function parameter or member 'offset' not described in 'kernel_read_file' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/kernel_read_file.c:38: warning: Function parameter or member 'buf' not described in 'kernel_read_file' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/kernel_read_file.c:38: warning: Function parameter or member 'buf_size' not described in 'kernel_read_file' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/kernel_read_file.c:38: warning: Function parameter or member 'file_size' not described in 'kernel_read_file' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/kernel_read_file.c:38: warning: Function parameter or member 'id' not described in 'kernel_read_file' | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/spinlock.h:63, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mmzone.h:8, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/memremap.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/dax/bus.c:3: | |
-In function 'strncpy', | |
- inlined from 'do_id_store' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/dax/bus.c:87:5: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' specified bound 30 equals destination size [-Wstringop-truncation] | |
- 68 | #define __underlying_strncpy __builtin_strncpy | |
- | ^ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:144:16: note: in expansion of macro '__underlying_strncpy' | |
- 144 | return __underlying_strncpy(p, q, size); | |
- | ^~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/dax/super.c:478: warning: bad line: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/dax/device.c:399:5: warning: no previous prototype for 'dev_dax_probe' [-Wmissing-prototypes] | |
- 399 | int dev_dax_probe(struct dev_dax *dev_dax) | |
- | ^~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvdimm/btt.c:1581: warning: Function parameter or member 'nd_region' not described in 'btt_init' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvdimm/btt.c:1581: warning: Excess function parameter 'maxlane' description in 'btt_init' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/spmi/spmi.c:414: warning: expecting prototype for spmi_controller_alloc(). Prototype was for spmi_device_alloc() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/spmi/spmi.c:592: warning: Function parameter or member 'owner' not described in '__spmi_driver_register' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/spmi/spmi.c:592: warning: expecting prototype for spmi_driver_register(). Prototype was for __spmi_driver_register() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/spmi/spmi-pmic-arb.c:155: warning: cannot understand function prototype: 'struct spmi_pmic_arb ' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/spmi/spmi-pmic-arb.c:203: warning: cannot understand function prototype: 'struct pmic_arb_ver_ops ' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/spmi/spmi-pmic-arb.c:241: warning: Function parameter or member 'pmic_arb' not described in 'pmic_arb_read_data' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/spmi/spmi-pmic-arb.c:255: warning: Function parameter or member 'pmic_arb' not described in 'pmic_arb_write_data' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/ti/Makefile: davinci_cpdma.o is added to multiple modules: ti_cpsw ti_cpsw_new ti_davinci_emac | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/devices/mtd_dataflash.c:946:27: warning: initialized field overwritten [-Woverride-init] | |
- 946 | .id_table = dataflash_spi_ids, | |
- | ^~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/devices/mtd_dataflash.c:946:27: note: (near initialization for 'dataflash_driver.id_table') | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/ti/Makefile: cpsw_ale.o is added to multiple modules: ti_cpsw ti_cpsw_new | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/ti/Makefile: cpsw_priv.o is added to multiple modules: ti_cpsw ti_cpsw_new | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/ti/Makefile: cpsw_sl.o is added to multiple modules: ti_cpsw ti_cpsw_new | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/tests/Makefile: mtd_test.o is added to multiple modules: mtd_nandbiterrs mtd_oobtest mtd_pagetest mtd_readtest mtd_speedtest mtd_stresstest mtd_subpagetest mtd_torturetest | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/ti/Makefile: cpsw_ethtool.o is added to multiple modules: ti_cpsw ti_cpsw_new | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/w1/masters/ds1wm.c: In function 'ds1wm_probe': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/w1/masters/ds1wm.c:512:12: warning: variable 'inten' set but not used [-Wunused-but-set-variable] | |
- 512 | u8 inten; | |
- | ^~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/ubi/eba.c:72: warning: expecting prototype for next_sqnum(). Prototype was for ubi_next_sqnum() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/ubi/wl.c:176: warning: expecting prototype for wl_tree_destroy(). Prototype was for wl_entry_destroy() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/w1/slaves/w1_ds2408.c:210: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * Writing to the activity file resets the activity latches. | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/ubi/misc.c:24: warning: expecting prototype for calc_data_len(). Prototype was for ubi_calc_data_len() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/ubi/fastmap.c:104: warning: expecting prototype for new_fm_vhdr(). Prototype was for new_fm_vbuf() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/memstick/core/memstick.c:207: warning: Function parameter or member 'host' not described in 'memstick_detect_change' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/memstick/core/memstick.c:223: warning: Function parameter or member 'host' not described in 'memstick_next_req' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/memstick/core/memstick.c:223: warning: Function parameter or member 'mrq' not described in 'memstick_next_req' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/memstick/core/memstick.c:249: warning: Function parameter or member 'host' not described in 'memstick_new_req' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/memstick/core/memstick.c:266: warning: Function parameter or member 'mrq' not described in 'memstick_init_req_sg' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/memstick/core/memstick.c:266: warning: Function parameter or member 'tpc' not described in 'memstick_init_req_sg' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/memstick/core/memstick.c:266: warning: Function parameter or member 'sg' not described in 'memstick_init_req_sg' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/memstick/core/memstick.c:296: warning: Function parameter or member 'mrq' not described in 'memstick_init_req' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/memstick/core/memstick.c:296: warning: Function parameter or member 'tpc' not described in 'memstick_init_req' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/memstick/core/memstick.c:296: warning: Function parameter or member 'buf' not described in 'memstick_init_req' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/memstick/core/memstick.c:296: warning: Function parameter or member 'length' not described in 'memstick_init_req' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/memstick/core/memstick.c:367: warning: Function parameter or member 'card' not described in 'memstick_set_rw_addr' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/memstick/core/memstick.c:511: warning: Function parameter or member 'host' not described in 'memstick_add_host' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/memstick/core/memstick.c:547: warning: Function parameter or member 'host' not described in 'memstick_remove_host' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/memstick/core/memstick.c:569: warning: Function parameter or member 'host' not described in 'memstick_free_host' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/memstick/core/memstick.c:580: warning: Function parameter or member 'host' not described in 'memstick_suspend_host' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/memstick/core/memstick.c:592: warning: Function parameter or member 'host' not described in 'memstick_resume_host' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/w1/slaves/w1_ds2433.c:46: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * Check the file size bounds and adjusts count as needed. | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/w1/slaves/w1_ds2433.c:141: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * Writes to the scratchpad and reads it back for verification. | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/memstick/host/r592.c:47:13: warning: no previous prototype for 'memstick_debug_get_tpc_name' [-Wmissing-prototypes] | |
- 47 | const char *memstick_debug_get_tpc_name(int tpc) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/memstick/host/r592.c:48: warning: Function parameter or member 'tpc' not described in 'memstick_debug_get_tpc_name' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/w1/slaves/w1_ds28e04.c:57: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * Check the file size bounds and adjusts count as needed. | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/w1/slaves/w1_ds28e04.c:149: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * Writes to the scratchpad and reads it back for verification. | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/comedi/drivers/tests/ni_routes_test.c:22: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/comedi/drivers/tests/../ni_stc.h:1140:35: warning: 'range_ni_E_ao_ext' defined but not used [-Wunused-const-variable=] | |
- 1140 | static const struct comedi_lrange range_ni_E_ao_ext; | |
- | ^~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/infiniband/core/sa_query.c:1486: warning: Function parameter or member 'query' not described in 'ib_sa_pr_callback_multiple' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/infiniband/core/sa_query.c:1486: warning: Function parameter or member 'status' not described in 'ib_sa_pr_callback_multiple' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/infiniband/core/sa_query.c:1486: warning: Function parameter or member 'num_prs' not described in 'ib_sa_pr_callback_multiple' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/infiniband/core/sa_query.c:1486: warning: Function parameter or member 'rec_data' not described in 'ib_sa_pr_callback_multiple' | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/spinlock.h:63, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/ipc.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/uapi/linux/sem.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/sem.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/compat.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hid/uhid.c:11: | |
-In function 'strncpy', | |
- inlined from 'uhid_dev_create2' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hid/uhid.c:519:2: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' output may be truncated copying 127 bytes from a string of length 127 [-Wstringop-truncation] | |
- 68 | #define __underlying_strncpy __builtin_strncpy | |
- | ^ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:144:16: note: in expansion of macro '__underlying_strncpy' | |
- 144 | return __underlying_strncpy(p, q, size); | |
- | ^~~~~~~~~~~~~~~~~~~~ | |
-In function 'strncpy', | |
- inlined from 'uhid_dev_create2' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hid/uhid.c:521:2: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' output may be truncated copying 63 bytes from a string of length 63 [-Wstringop-truncation] | |
- 68 | #define __underlying_strncpy __builtin_strncpy | |
- | ^ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:144:16: note: in expansion of macro '__underlying_strncpy' | |
- 144 | return __underlying_strncpy(p, q, size); | |
- | ^~~~~~~~~~~~~~~~~~~~ | |
-In function 'strncpy', | |
- inlined from 'uhid_dev_create2' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hid/uhid.c:523:2: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' output may be truncated copying 63 bytes from a string of length 63 [-Wstringop-truncation] | |
- 68 | #define __underlying_strncpy __builtin_strncpy | |
- | ^ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:144:16: note: in expansion of macro '__underlying_strncpy' | |
- 144 | return __underlying_strncpy(p, q, size); | |
- | ^~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk20a.c:49: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * cvb_mv = ((c2 * speedo / s_scale + c1) * speedo / s_scale + c0) | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk20a.c:62: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * cvb_t_mv = | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/nand/raw/omap2.c:260: warning: Function parameter or member 'chip' not described in 'omap_nand_data_in_pref' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/nand/raw/omap2.c:260: warning: Function parameter or member 'buf' not described in 'omap_nand_data_in_pref' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/nand/raw/omap2.c:260: warning: Function parameter or member 'len' not described in 'omap_nand_data_in_pref' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/nand/raw/omap2.c:260: warning: Function parameter or member 'force_8bit' not described in 'omap_nand_data_in_pref' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/nand/raw/omap2.c:304: warning: Function parameter or member 'chip' not described in 'omap_nand_data_out_pref' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/nand/raw/omap2.c:304: warning: Function parameter or member 'buf' not described in 'omap_nand_data_out_pref' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/nand/raw/omap2.c:304: warning: Function parameter or member 'len' not described in 'omap_nand_data_out_pref' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/nand/raw/omap2.c:304: warning: Function parameter or member 'force_8bit' not described in 'omap_nand_data_out_pref' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/nand/raw/omap2.c:446: warning: Function parameter or member 'chip' not described in 'omap_nand_data_in_dma_pref' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/nand/raw/omap2.c:446: warning: Function parameter or member 'buf' not described in 'omap_nand_data_in_dma_pref' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/nand/raw/omap2.c:446: warning: Function parameter or member 'len' not described in 'omap_nand_data_in_dma_pref' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/nand/raw/omap2.c:446: warning: Function parameter or member 'force_8bit' not described in 'omap_nand_data_in_dma_pref' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/nand/raw/omap2.c:467: warning: Function parameter or member 'chip' not described in 'omap_nand_data_out_dma_pref' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/nand/raw/omap2.c:467: warning: Function parameter or member 'buf' not described in 'omap_nand_data_out_dma_pref' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/nand/raw/omap2.c:467: warning: Function parameter or member 'len' not described in 'omap_nand_data_out_dma_pref' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/nand/raw/omap2.c:467: warning: Function parameter or member 'force_8bit' not described in 'omap_nand_data_out_dma_pref' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwmon/aht10.c:87: warning: Excess function parameter 'client' description in 'aht10_init' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwmon/aht10.c:131: warning: Function parameter or member 'data' not described in 'aht10_read_values' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwmon/aht10.c:131: warning: Excess function parameter 'aht10_data' description in 'aht10_read_values' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwmon/aht10.c:184: warning: Function parameter or member 'data' not described in 'aht10_interval_write' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwmon/aht10.c:184: warning: Function parameter or member 'val' not described in 'aht10_interval_write' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwmon/aht10.c:195: warning: Function parameter or member 'data' not described in 'aht10_interval_read' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwmon/aht10.c:195: warning: Function parameter or member 'val' not described in 'aht10_interval_read' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwmon/aht10.c:204: warning: Function parameter or member 'data' not described in 'aht10_temperature1_read' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwmon/aht10.c:204: warning: Function parameter or member 'val' not described in 'aht10_temperature1_read' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwmon/aht10.c:219: warning: Function parameter or member 'data' not described in 'aht10_humidity1_read' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwmon/aht10.c:219: warning: Function parameter or member 'val' not described in 'aht10_humidity1_read' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/nand/raw/vf610_nfc.c:210: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * Read accessor for internal SRAM buffer | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mtd/nand/raw/vf610_nfc.c:245: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * Write accessor for internal SRAM buffer | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/ntb/hw/epf/ntb_hw_epf.c:15: warning: expecting prototype for Host side endpoint driver to implement Non(). Prototype was for NTB_EPF_COMMAND() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mcb/mcb-core.c:269: warning: Function parameter or member 'carrier' not described in 'mcb_alloc_bus' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mcb/mcb-core.c:335: warning: expecting prototype for mcb_bus_put(). Prototype was for mcb_bus_get() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mcb/mcb-core.c:466: warning: Function parameter or member 'mem' not described in 'mcb_release_mem' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mcb/mcb-core.c:466: warning: Excess function parameter 'dev' description in 'mcb_release_mem' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/ntb/msi.c:33: warning: Function parameter or member 'desc_changed' not described in 'ntb_msi_init' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/ntb/ntb_transport.c:1977: warning: Function parameter or member 'data' not described in 'ntb_transport_create_queue' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/ntb/ntb_transport.c:1977: warning: Function parameter or member 'client_dev' not described in 'ntb_transport_create_queue' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/ntb/ntb_transport.c:1977: warning: Function parameter or member 'handlers' not described in 'ntb_transport_create_queue' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/ntb/ntb_transport.c:1977: warning: Excess function parameter 'rx_handler' description in 'ntb_transport_create_queue' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/ntb/ntb_transport.c:1977: warning: Excess function parameter 'tx_handler' description in 'ntb_transport_create_queue' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/ntb/ntb_transport.c:1977: warning: Excess function parameter 'event_handler' description in 'ntb_transport_create_queue' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwtracing/stm/ftrace.c:38: warning: Function parameter or member 'export' not described in 'stm_ftrace_write' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwmon/emc2305.c:62: warning: Cannot understand * @cdev: cooling device; | |
- on line 62 - I thought it was a doc line | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwmon/emc2305.c:89: warning: Cannot understand * @client: i2c client; | |
- on line 89 - I thought it was a doc line | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/most/most_cdev.c:301: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * Initialization of struct file_operations | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/most/most_cdev.c:414: warning: Function parameter or member 'args' not described in 'comp_probe' | |
@@ -8792,3 +8818,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/most/most_cdev.c:301: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * Initialization of struct file_operations | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/most/most_cdev.c:414: warning: Function parameter or member 'args' not described in 'comp_probe' | |
@@ -8802,8 +8825,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwmon/hih6130.c:164: warning: expecting prototype for hih6130_show_temperature(). Prototype was for hih6130_temperature_show() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hwmon/hih6130.c:185: warning: expecting prototype for hih6130_show_humidity(). Prototype was for hih6130_humidity_show() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/fpga/dfl.c:54: warning: cannot understand function prototype: 'struct dfl_dev_info ' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/fpga/dfl.c:74: warning: cannot understand function prototype: 'struct dfl_chardev_info ' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/fpga/dfl.c:725: warning: Function parameter or member 'revision' not described in 'dfl_feature_info' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/fpga/dfl-fme-pr.c:175: warning: Function parameter or member 'feature' not described in 'dfl_fme_create_mgr' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/fpga/dfl-fme-pr.c:280: warning: expecting prototype for dfl_fme_destroy_bridge(). Prototype was for dfl_fme_destroy_bridges() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/fpga/dfl-fme-perf.c:160: warning: Function parameter or member 'node' not described in 'fme_perf_priv' | |
@@ -8811,9 +8826,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hid/hid-magicmouse.c:148: warning: Function parameter or member 'hdev' not described in 'magicmouse_sc' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hid/hid-magicmouse.c:148: warning: Function parameter or member 'work' not described in 'magicmouse_sc' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/hid/hid-magicmouse.c:148: warning: Function parameter or member 'battery_timer' not described in 'magicmouse_sc' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/engine/fifo/runl.c:34:1: warning: no previous prototype for 'nvkm_engn_cgrp_get' [-Wmissing-prototypes] | |
- 34 | nvkm_engn_cgrp_get(struct nvkm_engn *engn, unsigned long *pirqflags) | |
- | ^~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gf100.c:451:1: warning: no previous prototype for 'gf100_fifo_nonstall_block' [-Wmissing-prototypes] | |
- 451 | gf100_fifo_nonstall_block(struct nvkm_event *event, int type, int index) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
@@ -8844,3 +8850,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/dispnv50/disp.c:2517:1: warning: no previous prototype for 'nv50_display_create' [-Wmissing-prototypes] | |
- 2517 | nv50_display_create(struct drm_device *dev) | |
- | ^~~~~~~~~~~~~~~~~~~ | |
@@ -8850,0 +8855,3 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/dispnv50/disp.c:2517:1: warning: no previous prototype for 'nv50_display_create' [-Wmissing-prototypes] | |
+ 2517 | nv50_display_create(struct drm_device *dev) | |
+ | ^~~~~~~~~~~~~~~~~~~ | |
@@ -8856 +8863 @@ | |
-tar --sort=name --owner=tuxmake:1000 --group=tuxmake:1000 --mtime=@1672749234 --clamp-mtime -caf /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/build/build/modules.tar -C /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/build/build/modinstall lib | |
+tar --sort=name --owner=tuxmake:1000 --group=tuxmake:1000 --mtime=@1672750105 --clamp-mtime -caf /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/build/build/modules.tar -C /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/build/build/modinstall lib | |
@@ -8861 +8868 @@ | |
-tar --sort=name --owner=tuxmake:1000 --group=tuxmake:1000 --mtime=@1672749234 --clamp-mtime -caf /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/build/build/dtbs.tar -C /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/build/build/dtbsinstall dtbs | |
+tar --sort=name --owner=tuxmake:1000 --group=tuxmake:1000 --mtime=@1672750105 --clamp-mtime -caf /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/build/build/dtbs.tar -C /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/build/build/dtbsinstall dtbs | |
@@ -8865 +8872 @@ | |
-tar --sort=name --owner=tuxmake:1000 --group=tuxmake:1000 --mtime=@1672749234 --clamp-mtime -caf /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/build/build/headers.tar -C /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/build/build/install_hdr . | |
+tar --sort=name --owner=tuxmake:1000 --group=tuxmake:1000 --mtime=@1672750105 --clamp-mtime -caf /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/build/build/headers.tar -C /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/build/build/install_hdr . | |
Per-file breakdown |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
========== | |
build_warn_rv64 - FAILED | |
W: Support for running offline not available (unshare: unshare failed: Operation not permitted) | |
I: config: PASS in 0:00:01.428007 | |
I: default: PASS in 0:20:12.337189 | |
I: kernel: PASS in 0:00:09.594712 | |
I: xipkernel: SKIP in 0:00:00.001317 | |
I: modules: PASS in 0:00:07.241631 | |
I: dtbs: PASS in 0:00:00.202662 | |
I: dtbs-legacy: SKIP in 0:00:00.001230 | |
I: debugkernel: PASS in 0:00:00.000942 | |
I: headers: PASS in 0:00:00.146010 | |
I: build output in /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/build | |
W: Support for running offline not available (unshare: unshare failed: Operation not permitted) | |
I: config: PASS in 0:00:01.475105 | |
I: default: PASS in 0:03:07.291800 | |
I: kernel: PASS in 0:00:09.578632 | |
I: xipkernel: SKIP in 0:00:00.001368 | |
I: modules: PASS in 0:00:07.226731 | |
I: dtbs: PASS in 0:00:00.216872 | |
I: dtbs-legacy: SKIP in 0:00:00.001277 | |
I: debugkernel: PASS in 0:00:00.000968 | |
I: headers: PASS in 0:00:00.160424 | |
I: build output in /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/build | |
W: Support for running offline not available (unshare: unshare failed: Operation not permitted) | |
I: config: PASS in 0:00:01.429532 | |
I: default: PASS in 0:20:47.409817 | |
I: kernel: PASS in 0:00:09.338405 | |
I: xipkernel: SKIP in 0:00:00.001338 | |
I: modules: PASS in 0:00:07.235801 | |
I: dtbs: PASS in 0:00:00.227072 | |
I: dtbs-legacy: SKIP in 0:00:00.001217 | |
I: debugkernel: PASS in 0:00:00.000939 | |
I: headers: PASS in 0:00:00.144908 | |
I: build output in /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/build | |
New errors added | |
--- /tmp/tmp.LAKsJZgvbb 2023-01-03 13:18:48.310905592 +0000 | |
+++ /tmp/tmp.sUS2H5q4tK 2023-01-03 13:39:58.566881596 +0000 | |
@@ -36,4 +36,7 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/io_uring/io_uring.c: In function '__io_submit_flush_completions': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/io_uring/io_uring.c:1439:40: warning: variable 'prev' set but not used [-Wunused-but-set-variable] | |
- 1439 | struct io_wq_work_node *node, *prev; | |
- | ^~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/tomoyo/audit.c: In function 'tomoyo_init_log': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/tomoyo/audit.c:290:9: warning: function 'tomoyo_init_log' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
+ 290 | vsnprintf(buf + pos, len - pos, fmt, args); | |
+ | ^~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/init/calibrate.c:261:37: warning: no previous prototype for 'calibrate_delay_is_known' [-Wmissing-prototypes] | |
+ 261 | unsigned long __attribute__((weak)) calibrate_delay_is_known(void) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~ | |
@@ -50,4 +53,5 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/tomoyo/audit.c: In function 'tomoyo_init_log': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/tomoyo/audit.c:290:9: warning: function 'tomoyo_init_log' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
- 290 | vsnprintf(buf + pos, len - pos, fmt, args); | |
- | ^~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/io_uring/io_uring.c: In function '__io_submit_flush_completions': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/io_uring/io_uring.c:1439:40: warning: variable 'prev' set but not used [-Wunused-but-set-variable] | |
+ 1439 | struct io_wq_work_node *node, *prev; | |
+ | ^~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/printk/printk.c:1907: warning: Function parameter or member 'cookie' not described in 'console_lock_spinning_disable_and_check' | |
@@ -62 +65,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/keys/trusted-keys/trusted_tpm2.c:203: warning: expecting prototype for tpm_buf_append_auth(). Prototype was for tpm2_buf_append_auth() instead | |
@@ -65,8 +68,4 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/audit.c:150: warning: Function parameter or member 'type' not described in 'aa_audit_msg' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/init/calibrate.c:261:37: warning: no previous prototype for 'calibrate_delay_is_known' [-Wmissing-prototypes] | |
- 261 | unsigned long __attribute__((weak)) calibrate_delay_is_known(void) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/lib.c:33: warning: Function parameter or member 't' not described in 'aa_free_str_table' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/lib.c:33: warning: Excess function parameter 'str' description in 'aa_free_str_table' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/lib.c:94: warning: Function parameter or member 'n' not described in 'skipn_spaces' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/lib.c:390: warning: Excess function parameter 'deny' description in 'aa_check_perms' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/keys/trusted-keys/trusted_tpm2.c:203: warning: expecting prototype for tpm_buf_append_auth(). Prototype was for tpm2_buf_append_auth() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/locking/lock_events.c:61:16: warning: no previous prototype for 'lockevent_read' [-Wmissing-prototypes] | |
+ 61 | ssize_t __weak lockevent_read(struct file *file, char __user *user_buf, | |
+ | ^~~~~~~~~~~~~~ | |
@@ -75,3 +74,17 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/match.c:148: warning: Function parameter or member 'tables' not described in 'verify_table_headers' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/match.c:289: warning: Function parameter or member 'kref' not described in 'aa_dfa_free_kref' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/match.c:289: warning: Excess function parameter 'kr' description in 'aa_dfa_free_kref' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:18: warning: cannot understand function prototype: 'struct page *pq_scribble_page; ' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:40: warning: Function parameter or member 'chan' not described in 'do_async_gen_syndrome' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:40: warning: Function parameter or member 'scfs' not described in 'do_async_gen_syndrome' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:40: warning: Function parameter or member 'disks' not described in 'do_async_gen_syndrome' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:40: warning: Function parameter or member 'unmap' not described in 'do_async_gen_syndrome' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:40: warning: Function parameter or member 'dma_flags' not described in 'do_async_gen_syndrome' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:40: warning: Function parameter or member 'submit' not described in 'do_async_gen_syndrome' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:109: warning: Function parameter or member 'blocks' not described in 'do_sync_gen_syndrome' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:109: warning: Function parameter or member 'offsets' not described in 'do_sync_gen_syndrome' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:109: warning: Function parameter or member 'disks' not described in 'do_sync_gen_syndrome' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:109: warning: Function parameter or member 'len' not described in 'do_sync_gen_syndrome' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:109: warning: Function parameter or member 'submit' not described in 'do_sync_gen_syndrome' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:301: warning: Function parameter or member 'offsets' not described in 'async_syndrome_val' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:301: warning: Excess function parameter 'offset' description in 'async_syndrome_val' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/arch/riscv/kernel/irq.c:27:25: warning: no previous prototype for 'do_riscv_irq' [-Wmissing-prototypes] | |
+ 27 | asmlinkage void noinstr do_riscv_irq(struct pt_regs *regs) | |
+ | ^~~~~~~~~~~~ | |
@@ -196,20 +209,39 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:18: warning: cannot understand function prototype: 'struct page *pq_scribble_page; ' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:40: warning: Function parameter or member 'chan' not described in 'do_async_gen_syndrome' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:40: warning: Function parameter or member 'scfs' not described in 'do_async_gen_syndrome' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:40: warning: Function parameter or member 'disks' not described in 'do_async_gen_syndrome' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:40: warning: Function parameter or member 'unmap' not described in 'do_async_gen_syndrome' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:40: warning: Function parameter or member 'dma_flags' not described in 'do_async_gen_syndrome' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:40: warning: Function parameter or member 'submit' not described in 'do_async_gen_syndrome' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:109: warning: Function parameter or member 'blocks' not described in 'do_sync_gen_syndrome' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:109: warning: Function parameter or member 'offsets' not described in 'do_sync_gen_syndrome' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:109: warning: Function parameter or member 'disks' not described in 'do_sync_gen_syndrome' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:109: warning: Function parameter or member 'len' not described in 'do_sync_gen_syndrome' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:109: warning: Function parameter or member 'submit' not described in 'do_sync_gen_syndrome' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:301: warning: Function parameter or member 'offsets' not described in 'async_syndrome_val' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/crypto/async_tx/async_pq.c:301: warning: Excess function parameter 'offset' description in 'async_syndrome_val' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/domain.c:279: warning: Function parameter or member 'perms' not described in 'change_profile_perms' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/domain.c:380: warning: Function parameter or member 'bprm' not described in 'find_attach' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/domain.c:380: warning: Function parameter or member 'head' not described in 'find_attach' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/domain.c:380: warning: Function parameter or member 'name' not described in 'find_attach' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/domain.c:380: warning: Function parameter or member 'info' not described in 'find_attach' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/domain.c:558: warning: Function parameter or member 'info' not described in 'x_to_label' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:1921:13: warning: no previous prototype for 'irq_domain_debugfs_init' [-Wmissing-prototypes] | |
+ 1921 | void __init irq_domain_debugfs_init(struct dentry *root) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:114: warning: Function parameter or member 'fwnode' not described in 'irq_domain_free_fwnode' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:947: warning: Function parameter or member 'd' not described in 'irq_domain_xlate_onecell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:947: warning: Function parameter or member 'ctrlr' not described in 'irq_domain_xlate_onecell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:947: warning: Function parameter or member 'intspec' not described in 'irq_domain_xlate_onecell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:947: warning: Function parameter or member 'intsize' not described in 'irq_domain_xlate_onecell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:947: warning: Function parameter or member 'out_hwirq' not described in 'irq_domain_xlate_onecell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:947: warning: Function parameter or member 'out_type' not described in 'irq_domain_xlate_onecell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:966: warning: Function parameter or member 'd' not described in 'irq_domain_xlate_twocell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:966: warning: Function parameter or member 'ctrlr' not described in 'irq_domain_xlate_twocell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:966: warning: Function parameter or member 'intspec' not described in 'irq_domain_xlate_twocell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:966: warning: Function parameter or member 'intsize' not described in 'irq_domain_xlate_twocell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:966: warning: Function parameter or member 'out_hwirq' not described in 'irq_domain_xlate_twocell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:966: warning: Function parameter or member 'out_type' not described in 'irq_domain_xlate_twocell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:989: warning: Function parameter or member 'd' not described in 'irq_domain_xlate_onetwocell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:989: warning: Function parameter or member 'ctrlr' not described in 'irq_domain_xlate_onetwocell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:989: warning: Function parameter or member 'intspec' not described in 'irq_domain_xlate_onetwocell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:989: warning: Function parameter or member 'intsize' not described in 'irq_domain_xlate_onetwocell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:989: warning: Function parameter or member 'out_hwirq' not described in 'irq_domain_xlate_onetwocell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:989: warning: Function parameter or member 'out_type' not described in 'irq_domain_xlate_onetwocell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:1014: warning: Function parameter or member 'd' not described in 'irq_domain_translate_onecell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:1014: warning: Function parameter or member 'fwspec' not described in 'irq_domain_translate_onecell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:1014: warning: Function parameter or member 'out_hwirq' not described in 'irq_domain_translate_onecell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:1014: warning: Function parameter or member 'out_type' not described in 'irq_domain_translate_onecell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:1035: warning: Function parameter or member 'd' not described in 'irq_domain_translate_twocell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:1035: warning: Function parameter or member 'fwspec' not described in 'irq_domain_translate_twocell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:1035: warning: Function parameter or member 'out_hwirq' not described in 'irq_domain_translate_twocell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:1035: warning: Function parameter or member 'out_type' not described in 'irq_domain_translate_twocell' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/audit.c:150: warning: Function parameter or member 'type' not described in 'aa_audit_msg' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/tomoyo/common.c: In function 'tomoyo_addprintf': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/tomoyo/common.c:193:9: warning: function 'tomoyo_addprintf' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
+ 193 | vsnprintf(buffer + pos, len - pos - 1, fmt, args); | |
+ | ^~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/dma/debug.c:82: warning: Function parameter or member 'dev_addr' not described in 'dma_debug_entry' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/dma/debug.c:82: warning: Function parameter or member 'stack_len' not described in 'dma_debug_entry' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/dma/debug.c:82: warning: Function parameter or member 'stack_entries' not described in 'dma_debug_entry' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/yama/yama_lsm.c:116: warning: Function parameter or member 'work' not described in 'yama_relation_cleanup' | |
@@ -225,2 +257,2 @@ | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/arch/riscv/include/asm/syscall.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/arch/riscv/kernel/ptrace.c:11: | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/context_tracking.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/entry/common.c:3: | |
@@ -231,0 +264,20 @@ | |
+In function 'fortify_memcpy_chk', | |
+ inlined from 'syscall_get_arguments' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/arch/riscv/include/asm/syscall.h:65:2, | |
+ inlined from 'syscall_enter_audit' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/entry/common.c:43:3, | |
+ inlined from 'syscall_trace_enter.constprop' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/entry/common.c:83:2: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
+ 522 | __read_overflow2_field(q_size_field, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/match.c:148: warning: Function parameter or member 'tables' not described in 'verify_table_headers' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/match.c:289: warning: Function parameter or member 'kref' not described in 'aa_dfa_free_kref' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/match.c:289: warning: Excess function parameter 'kr' description in 'aa_dfa_free_kref' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/lib.c:33: warning: Function parameter or member 't' not described in 'aa_free_str_table' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/lib.c:33: warning: Excess function parameter 'str' description in 'aa_free_str_table' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/lib.c:94: warning: Function parameter or member 'n' not described in 'skipn_spaces' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/lib.c:390: warning: Excess function parameter 'deny' description in 'aa_check_perms' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/domain.c:279: warning: Function parameter or member 'perms' not described in 'change_profile_perms' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/domain.c:380: warning: Function parameter or member 'bprm' not described in 'find_attach' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/domain.c:380: warning: Function parameter or member 'head' not described in 'find_attach' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/domain.c:380: warning: Function parameter or member 'name' not described in 'find_attach' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/domain.c:380: warning: Function parameter or member 'info' not described in 'find_attach' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/domain.c:558: warning: Function parameter or member 'info' not described in 'x_to_label' | |
@@ -247,7 +299 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/arch/riscv/kernel/signal.c:319:27: warning: no previous prototype for 'do_work_pending' [-Wmissing-prototypes] | |
- 319 | asmlinkage __visible void do_work_pending(struct pt_regs *regs, | |
- | ^~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/tomoyo/common.c: In function 'tomoyo_addprintf': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/tomoyo/common.c:193:9: warning: function 'tomoyo_addprintf' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
- 193 | vsnprintf(buffer + pos, len - pos - 1, fmt, args); | |
- | ^~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/core/dev_ioctl.c:475: warning: Function parameter or member 'data' not described in 'dev_ioctl' | |
@@ -301,0 +348,18 @@ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/buildid.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/module.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/netfilter/ipset/ip_set_core.c:10: | |
+In function 'strncpy', | |
+ inlined from 'ip_set_rename' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/netfilter/ipset/ip_set_core.c:1331:2: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' specified bound 32 equals destination size [-Wstringop-truncation] | |
+ 68 | #define __underlying_strncpy __builtin_strncpy | |
+ | ^ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:144:16: note: in expansion of macro '__underlying_strncpy' | |
+ 144 | return __underlying_strncpy(p, q, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/time.c:479: warning: expecting prototype for set_normalized_timespec(). Prototype was for set_normalized_timespec64() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/time.c:553: warning: expecting prototype for msecs_to_jiffies(). Prototype was for __msecs_to_jiffies() instead | |
@@ -308,0 +373,30 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/hrtimer.c:120:35: warning: initialized field overwritten [-Woverride-init] | |
+ 120 | [CLOCK_REALTIME] = HRTIMER_BASE_REALTIME, | |
+ | ^~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/hrtimer.c:120:35: note: (near initialization for 'hrtimer_clock_to_base_table[0]') | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/hrtimer.c:121:35: warning: initialized field overwritten [-Woverride-init] | |
+ 121 | [CLOCK_MONOTONIC] = HRTIMER_BASE_MONOTONIC, | |
+ | ^~~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/hrtimer.c:121:35: note: (near initialization for 'hrtimer_clock_to_base_table[1]') | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/hrtimer.c:122:35: warning: initialized field overwritten [-Woverride-init] | |
+ 122 | [CLOCK_BOOTTIME] = HRTIMER_BASE_BOOTTIME, | |
+ | ^~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/hrtimer.c:122:35: note: (near initialization for 'hrtimer_clock_to_base_table[7]') | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/hrtimer.c:123:35: warning: initialized field overwritten [-Woverride-init] | |
+ 123 | [CLOCK_TAI] = HRTIMER_BASE_TAI, | |
+ | ^~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/hrtimer.c:123:35: note: (near initialization for 'hrtimer_clock_to_base_table[11]') | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/devpts/inode.c:563: warning: Function parameter or member 'fsi' not described in 'devpts_pty_new' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/devpts/inode.c:563: warning: Excess function parameter 'ptmx_inode' description in 'devpts_pty_new' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/devpts/inode.c:563: warning: Excess function parameter 'device' description in 'devpts_pty_new' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/devpts/inode.c:606: warning: Function parameter or member 'dentry' not described in 'devpts_get_priv' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/devpts/inode.c:606: warning: Excess function parameter 'pts_inode' description in 'devpts_get_priv' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/devpts/inode.c:619: warning: Function parameter or member 'dentry' not described in 'devpts_pty_kill' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/devpts/inode.c:619: warning: Excess function parameter 'inode' description in 'devpts_pty_kill' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/timekeeping.c:1705: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * We have three kinds of time sources to use for sleep time | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/timekeeping.c:1726: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * 1) can be determined whether to use or not only when doing | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/timekeeping.c:2423: warning: Function parameter or member 'txc' not described in 'do_adjtimex' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/timekeeping.c:2491: warning: Function parameter or member 'phase_ts' not described in 'hardpps' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/timekeeping.c:2491: warning: Function parameter or member 'raw_ts' not described in 'hardpps' | |
@@ -324,51 +418,3 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/locking/lock_events.c:61:16: warning: no previous prototype for 'lockevent_read' [-Wmissing-prototypes] | |
- 61 | ssize_t __weak lockevent_read(struct file *file, char __user *user_buf, | |
- | ^~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/capability.c:45: warning: Function parameter or member 'ab' not described in 'audit_cb' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/capability.c:45: warning: Function parameter or member 'va' not described in 'audit_cb' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/resource.c:111: warning: Function parameter or member 'label' not described in 'aa_task_setrlimit' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/resource.c:111: warning: Function parameter or member 'task' not described in 'aa_task_setrlimit' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/resource.c:111: warning: Function parameter or member 'resource' not described in 'aa_task_setrlimit' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/resource.c:111: warning: Function parameter or member 'new_rlim' not described in 'aa_task_setrlimit' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/printk/printk.c:1907: warning: Function parameter or member 'cookie' not described in 'console_lock_spinning_disable_and_check' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/yama/yama_lsm.c:116: warning: Function parameter or member 'work' not described in 'yama_relation_cleanup' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:1921:13: warning: no previous prototype for 'irq_domain_debugfs_init' [-Wmissing-prototypes] | |
- 1921 | void __init irq_domain_debugfs_init(struct dentry *root) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:114: warning: Function parameter or member 'fwnode' not described in 'irq_domain_free_fwnode' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:947: warning: Function parameter or member 'd' not described in 'irq_domain_xlate_onecell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:947: warning: Function parameter or member 'ctrlr' not described in 'irq_domain_xlate_onecell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:947: warning: Function parameter or member 'intspec' not described in 'irq_domain_xlate_onecell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:947: warning: Function parameter or member 'intsize' not described in 'irq_domain_xlate_onecell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:947: warning: Function parameter or member 'out_hwirq' not described in 'irq_domain_xlate_onecell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:947: warning: Function parameter or member 'out_type' not described in 'irq_domain_xlate_onecell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:966: warning: Function parameter or member 'd' not described in 'irq_domain_xlate_twocell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:966: warning: Function parameter or member 'ctrlr' not described in 'irq_domain_xlate_twocell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:966: warning: Function parameter or member 'intspec' not described in 'irq_domain_xlate_twocell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:966: warning: Function parameter or member 'intsize' not described in 'irq_domain_xlate_twocell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:966: warning: Function parameter or member 'out_hwirq' not described in 'irq_domain_xlate_twocell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:966: warning: Function parameter or member 'out_type' not described in 'irq_domain_xlate_twocell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:989: warning: Function parameter or member 'd' not described in 'irq_domain_xlate_onetwocell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:989: warning: Function parameter or member 'ctrlr' not described in 'irq_domain_xlate_onetwocell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:989: warning: Function parameter or member 'intspec' not described in 'irq_domain_xlate_onetwocell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:989: warning: Function parameter or member 'intsize' not described in 'irq_domain_xlate_onetwocell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:989: warning: Function parameter or member 'out_hwirq' not described in 'irq_domain_xlate_onetwocell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:989: warning: Function parameter or member 'out_type' not described in 'irq_domain_xlate_onetwocell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:1014: warning: Function parameter or member 'd' not described in 'irq_domain_translate_onecell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:1014: warning: Function parameter or member 'fwspec' not described in 'irq_domain_translate_onecell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:1014: warning: Function parameter or member 'out_hwirq' not described in 'irq_domain_translate_onecell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:1014: warning: Function parameter or member 'out_type' not described in 'irq_domain_translate_onecell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:1035: warning: Function parameter or member 'd' not described in 'irq_domain_translate_twocell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:1035: warning: Function parameter or member 'fwspec' not described in 'irq_domain_translate_twocell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:1035: warning: Function parameter or member 'out_hwirq' not described in 'irq_domain_translate_twocell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/irq/irqdomain.c:1035: warning: Function parameter or member 'out_type' not described in 'irq_domain_translate_twocell' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/integrity/ima/ima_policy.c:740: warning: Function parameter or member 'flags' not described in 'ima_match_policy' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/integrity/ima/ima_policy.c:1920: warning: Function parameter or member 'rule' not described in 'ima_parse_add_rule' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/integrity/ima/ima_policy.c:1964: warning: expecting prototype for ima_delete_rules() called to cleanup invalid in(). Prototype was for ima_delete_rules() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/pinctrl/mediatek/pinctrl-mt7986.c:68: warning: Enum value 'GPIO_BASE' not described in enum '(anonymous)' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/pinctrl/mediatek/pinctrl-mt7986.c:68: warning: Enum value 'IOCFG_RT_BASE' not described in enum '(anonymous)' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/pinctrl/mediatek/pinctrl-mt7986.c:68: warning: Enum value 'IOCFG_RB_BASE' not described in enum '(anonymous)' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/pinctrl/mediatek/pinctrl-mt7986.c:68: warning: Enum value 'IOCFG_LT_BASE' not described in enum '(anonymous)' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/pinctrl/mediatek/pinctrl-mt7986.c:68: warning: Enum value 'IOCFG_LB_BASE' not described in enum '(anonymous)' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/pinctrl/mediatek/pinctrl-mt7986.c:68: warning: Enum value 'IOCFG_TR_BASE' not described in enum '(anonymous)' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/pinctrl/mediatek/pinctrl-mt7986.c:68: warning: Enum value 'IOCFG_TL_BASE' not described in enum '(anonymous)' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/proc/meminfo.c:22:28: warning: no previous prototype for 'arch_report_meminfo' [-Wmissing-prototypes] | |
+ 22 | void __attribute__((weak)) arch_report_meminfo(struct seq_file *m) | |
+ | ^~~~~~~~~~~~~~~~~~~ | |
@@ -1233 +1279,2 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/uapi/asm-generic/unistd.h:26:37: note: in expansion of macro '__SYSCALL' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/tr/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/device_cgroup.c:835: warning: Excess function parameter 'dev_cgroup' description in 'devcgroup_legacy_check_permission' | |
+ees_rv/for-next/include/uapi/asm-generic/unistd.h:26:37: note: in expansion of macro '__SYSCALL' | |
@@ -4809,3 +4856,9 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/proc/meminfo.c:22:28: warning: no previous prototype for 'arch_report_meminfo' [-Wmissing-prototypes] | |
- 22 | void __attribute__((weak)) arch_report_meminfo(struct seq_file *m) | |
- | ^~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/integrity/ima/ima_policy.c:740: warning: Function parameter or member 'flags' not described in 'ima_match_policy' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/integrity/ima/ima_policy.c:1920: warning: Function parameter or member 'rule' not described in 'ima_parse_add_rule' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/integrity/ima/ima_policy.c:1964: warning: expecting prototype for ima_delete_rules() called to cleanup invalid in(). Prototype was for ima_delete_rules() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/capability.c:45: warning: Function parameter or member 'ab' not described in 'audit_cb' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/capability.c:45: warning: Function parameter or member 'va' not described in 'audit_cb' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/resource.c:111: warning: Function parameter or member 'label' not described in 'aa_task_setrlimit' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/resource.c:111: warning: Function parameter or member 'task' not described in 'aa_task_setrlimit' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/resource.c:111: warning: Function parameter or member 'resource' not described in 'aa_task_setrlimit' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/apparmor/resource.c:111: warning: Function parameter or member 'new_rlim' not described in 'aa_task_setrlimit' | |
@@ -4815,69 +4868 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/integrity/evm/evm_main.c:335: warning: Excess function parameter 'inode' description in 'evm_read_protected_xattrs' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/integrity/evm/evm_main.c:407: warning: Function parameter or member 'iint' not described in 'evm_verifyxattr' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/integrity/evm/evm_main.c:805: warning: Function parameter or member 'mnt_userns' not described in 'evm_inode_setattr' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/integrity/evm/evm_main.c:805: warning: Function parameter or member 'attr' not described in 'evm_inode_setattr' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/integrity/evm/evm_crypto.c:53: warning: Function parameter or member 'keylen' not described in 'evm_set_key' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/integrity/evm/evm_crypto.c:53: warning: Excess function parameter 'size' description in 'evm_set_key' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/sched/sch_htb.c:214: warning: expecting prototype for htb_classify(). Prototype was for HTB_DIRECT() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/dma/debug.c:82: warning: Function parameter or member 'dev_addr' not described in 'dma_debug_entry' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/dma/debug.c:82: warning: Function parameter or member 'stack_len' not described in 'dma_debug_entry' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/dma/debug.c:82: warning: Function parameter or member 'stack_entries' not described in 'dma_debug_entry' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/core/dev_ioctl.c:475: warning: Function parameter or member 'data' not described in 'dev_ioctl' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/proc/proc_net.c:161: warning: Function parameter or member 'state_size' not described in 'proc_create_net_data_write' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/kunit/debugfs.c:28:6: warning: no previous prototype for 'kunit_debugfs_cleanup' [-Wmissing-prototypes] | |
- 28 | void kunit_debugfs_cleanup(void) | |
- | ^~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/kunit/debugfs.c:33:6: warning: no previous prototype for 'kunit_debugfs_init' [-Wmissing-prototypes] | |
- 33 | void kunit_debugfs_init(void) | |
- | ^~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/kunit/debugfs.c:92:6: warning: no previous prototype for 'kunit_debugfs_create_suite' [-Wmissing-prototypes] | |
- 92 | void kunit_debugfs_create_suite(struct kunit_suite *suite) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/kunit/debugfs.c:108:6: warning: no previous prototype for 'kunit_debugfs_destroy_suite' [-Wmissing-prototypes] | |
- 108 | void kunit_debugfs_destroy_suite(struct kunit_suite *suite) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/842/842_compress.c:479: warning: Function parameter or member 'in' not described in 'sw842_compress' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/842/842_compress.c:479: warning: Function parameter or member 'ilen' not described in 'sw842_compress' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/842/842_compress.c:479: warning: Function parameter or member 'out' not described in 'sw842_compress' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/842/842_compress.c:479: warning: Function parameter or member 'olen' not described in 'sw842_compress' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/842/842_compress.c:479: warning: Function parameter or member 'wmem' not described in 'sw842_compress' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/time.c:479: warning: expecting prototype for set_normalized_timespec(). Prototype was for set_normalized_timespec64() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/time.c:553: warning: expecting prototype for msecs_to_jiffies(). Prototype was for __msecs_to_jiffies() instead | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/buildid.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/module.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/netfilter/ipset/ip_set_core.c:10: | |
-In function 'strncpy', | |
- inlined from 'ip_set_rename' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/netfilter/ipset/ip_set_core.c:1331:2: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' specified bound 32 equals destination size [-Wstringop-truncation] | |
- 68 | #define __underlying_strncpy __builtin_strncpy | |
- | ^ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:144:16: note: in expansion of macro '__underlying_strncpy' | |
- 144 | return __underlying_strncpy(p, q, size); | |
- | ^~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/842/842_decompress.c:279: warning: Function parameter or member 'in' not described in 'sw842_decompress' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/842/842_decompress.c:279: warning: Function parameter or member 'ilen' not described in 'sw842_decompress' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/842/842_decompress.c:279: warning: Function parameter or member 'out' not described in 'sw842_decompress' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/842/842_decompress.c:279: warning: Function parameter or member 'olen' not described in 'sw842_decompress' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/mm/mmu_gather.c:73: warning: Function parameter or member 'vma' not described in 'tlb_flush_rmaps' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/device_cgroup.c:835: warning: Excess function parameter 'dev_cgroup' description in 'devcgroup_legacy_check_permission' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/hrtimer.c:120:35: warning: initialized field overwritten [-Woverride-init] | |
- 120 | [CLOCK_REALTIME] = HRTIMER_BASE_REALTIME, | |
- | ^~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/hrtimer.c:120:35: note: (near initialization for 'hrtimer_clock_to_base_table[0]') | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/hrtimer.c:121:35: warning: initialized field overwritten [-Woverride-init] | |
- 121 | [CLOCK_MONOTONIC] = HRTIMER_BASE_MONOTONIC, | |
- | ^~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/hrtimer.c:121:35: note: (near initialization for 'hrtimer_clock_to_base_table[1]') | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/hrtimer.c:122:35: warning: initialized field overwritten [-Woverride-init] | |
- 122 | [CLOCK_BOOTTIME] = HRTIMER_BASE_BOOTTIME, | |
- | ^~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/hrtimer.c:122:35: note: (near initialization for 'hrtimer_clock_to_base_table[7]') | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/hrtimer.c:123:35: warning: initialized field overwritten [-Woverride-init] | |
- 123 | [CLOCK_TAI] = HRTIMER_BASE_TAI, | |
- | ^~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/hrtimer.c:123:35: note: (near initialization for 'hrtimer_clock_to_base_table[11]') | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/tick-broadcast.c:1020: warning: Function parameter or member 'bc' not described in 'tick_broadcast_setup_oneshot' | |
@@ -4885,31 +4870 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/timekeeping.c:1705: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * We have three kinds of time sources to use for sleep time | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/timekeeping.c:1726: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * 1) can be determined whether to use or not only when doing | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/timekeeping.c:2423: warning: Function parameter or member 'txc' not described in 'do_adjtimex' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/timekeeping.c:2491: warning: Function parameter or member 'phase_ts' not described in 'hardpps' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/timekeeping.c:2491: warning: Function parameter or member 'raw_ts' not described in 'hardpps' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/argv_split.c:36: warning: Function parameter or member 'argv' not described in 'argv_free' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/video/backlight/ili922x.c:85: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * START_BYTE(id, rs, rw) | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/video/backlight/ili922x.c:118: warning: expecting prototype for CHECK_FREQ_REG(spi_device s, spi_transfer x)(). Prototype was for CHECK_FREQ_REG() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/pci/endpoint/functions/pci-epf-vntb.c:657: warning: Function parameter or member 'num_mws' not described in 'epf_ntb_mw_bar_clear' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/devpts/inode.c:563: warning: Function parameter or member 'fsi' not described in 'devpts_pty_new' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/devpts/inode.c:563: warning: Excess function parameter 'ptmx_inode' description in 'devpts_pty_new' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/devpts/inode.c:563: warning: Excess function parameter 'device' description in 'devpts_pty_new' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/devpts/inode.c:606: warning: Function parameter or member 'dentry' not described in 'devpts_get_priv' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/devpts/inode.c:606: warning: Excess function parameter 'pts_inode' description in 'devpts_get_priv' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/devpts/inode.c:619: warning: Function parameter or member 'dentry' not described in 'devpts_pty_kill' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/devpts/inode.c:619: warning: Excess function parameter 'inode' description in 'devpts_pty_kill' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpio/gpio-max730x.c:3: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * Copyright (C) 2006 Juergen Beisert, Pengutronix | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/cpumask.c:59: warning: Function parameter or member 'node' not described in 'alloc_cpumask_var_node' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/cpumask.c:154: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * Returns an arbitrary cpu within srcp1 & srcp2. | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/cgroup/rdma.c:209: warning: Function parameter or member 'cg' not described in 'rdmacg_uncharge_hierarchy' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/cgroup/rdma.c:230: warning: Function parameter or member 'cg' not described in 'rdmacg_uncharge' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/cgroup/cpuset.c:1309: warning: Function parameter or member 'cs' not described in 'update_parent_subparts_cpumask' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/cgroup/cpuset.c:1309: warning: Excess function parameter 'cpuset' description in 'update_parent_subparts_cpumask' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/cgroup/cpuset.c:3539: warning: Function parameter or member 'work' not described in 'cpuset_hotplug_workfn' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/cgroup/cpuset.c:3909: warning: Function parameter or member 'rotor' not described in 'cpuset_spread_node' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/cgroup/cpuset.c:3909: warning: expecting prototype for cpuset_mem_spread_node(). Prototype was for cpuset_spread_node() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/proc/proc_net.c:161: warning: Function parameter or member 'state_size' not described in 'proc_create_net_data_write' | |
@@ -4929,2 +4884,6 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/phy/qualcomm/phy-qcom-snps-femto-v2.c:136: warning: Function parameter or member 'update_seq_cfg' not described in 'qcom_snps_hsphy' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/time/tick-broadcast.c:1020: warning: Function parameter or member 'bc' not described in 'tick_broadcast_setup_oneshot' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/integrity/evm/evm_main.c:335: warning: Excess function parameter 'inode' description in 'evm_read_protected_xattrs' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/integrity/evm/evm_main.c:407: warning: Function parameter or member 'iint' not described in 'evm_verifyxattr' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/integrity/evm/evm_main.c:805: warning: Function parameter or member 'mnt_userns' not described in 'evm_inode_setattr' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/integrity/evm/evm_main.c:805: warning: Function parameter or member 'attr' not described in 'evm_inode_setattr' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/integrity/evm/evm_crypto.c:53: warning: Function parameter or member 'keylen' not described in 'evm_set_key' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/security/integrity/evm/evm_crypto.c:53: warning: Excess function parameter 'size' description in 'evm_set_key' | |
@@ -4938 +4896,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/video/fbdev/core/fbmon.c:1073: warning: expecting prototype for fb_get_hblank_by_freq(). Prototype was for fb_get_hblank_by_hfreq() instead | |
@@ -4941,3 +4898,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/decompress_inflate.c:42:17: warning: no previous prototype for '__gunzip' [-Wmissing-prototypes] | |
- 42 | STATIC int INIT __gunzip(unsigned char *buf, long len, | |
- | ^~~~~~~~ | |
@@ -4971,10 +4926,18 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/decompress_unxz.c:251:17: warning: no previous prototype for 'unxz' [-Wmissing-prototypes] | |
- 251 | STATIC int INIT unxz(unsigned char *in, long in_size, | |
- | ^~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/decompress_unzstd.c:331:17: warning: no previous prototype for 'unzstd' [-Wmissing-prototypes] | |
- 331 | STATIC int INIT unzstd(unsigned char *buf, long len, | |
- | ^~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/video/backlight/sky81452-backlight.c:64: warning: expecting prototype for struct sky81452_platform_data. Prototype was for struct sky81452_bl_platform_data instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpio/gpio-pcie-idio-24.c:139: warning: Function parameter or member 'plx' not described in 'idio_24_gpio' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/trace/rv/rv.c:252: warning: Function parameter or member 'mdef' not described in 'rv_disable_monitor' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/trace/rv/rv.c:263: warning: Function parameter or member 'mdef' not described in 'rv_enable_monitor' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/mm/mmu_gather.c:73: warning: Function parameter or member 'vma' not described in 'tlb_flush_rmaps' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/sched/sch_htb.c:214: warning: expecting prototype for htb_classify(). Prototype was for HTB_DIRECT() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/cgroup/rdma.c:209: warning: Function parameter or member 'cg' not described in 'rdmacg_uncharge_hierarchy' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/cgroup/rdma.c:230: warning: Function parameter or member 'cg' not described in 'rdmacg_uncharge' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/842/842_compress.c:479: warning: Function parameter or member 'in' not described in 'sw842_compress' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/842/842_compress.c:479: warning: Function parameter or member 'ilen' not described in 'sw842_compress' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/842/842_compress.c:479: warning: Function parameter or member 'out' not described in 'sw842_compress' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/842/842_compress.c:479: warning: Function parameter or member 'olen' not described in 'sw842_compress' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/842/842_compress.c:479: warning: Function parameter or member 'wmem' not described in 'sw842_compress' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/842/842_decompress.c:279: warning: Function parameter or member 'in' not described in 'sw842_decompress' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/842/842_decompress.c:279: warning: Function parameter or member 'ilen' not described in 'sw842_decompress' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/842/842_decompress.c:279: warning: Function parameter or member 'out' not described in 'sw842_decompress' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/842/842_decompress.c:279: warning: Function parameter or member 'olen' not described in 'sw842_decompress' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/cgroup/cpuset.c:1309: warning: Function parameter or member 'cs' not described in 'update_parent_subparts_cpumask' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/cgroup/cpuset.c:1309: warning: Excess function parameter 'cpuset' description in 'update_parent_subparts_cpumask' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/cgroup/cpuset.c:3539: warning: Function parameter or member 'work' not described in 'cpuset_hotplug_workfn' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/cgroup/cpuset.c:3909: warning: Function parameter or member 'rotor' not described in 'cpuset_spread_node' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/cgroup/cpuset.c:3909: warning: expecting prototype for cpuset_mem_spread_node(). Prototype was for cpuset_spread_node() instead | |
@@ -4983,0 +4947,32 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/reiserfs/prints.c: In function 'prepare_error_buf': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/reiserfs/prints.c:221:17: warning: function 'prepare_error_buf' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
+ 221 | p += vscnprintf(p, end - p, fmt1, args); | |
+ | ^ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/reiserfs/prints.c:260:9: warning: function 'prepare_error_buf' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
+ 260 | p += vscnprintf(p, end - p, fmt1, args); | |
+ | ^ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/pinctrl/mediatek/pinctrl-mt7986.c:68: warning: Enum value 'GPIO_BASE' not described in enum '(anonymous)' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/pinctrl/mediatek/pinctrl-mt7986.c:68: warning: Enum value 'IOCFG_RT_BASE' not described in enum '(anonymous)' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/pinctrl/mediatek/pinctrl-mt7986.c:68: warning: Enum value 'IOCFG_RB_BASE' not described in enum '(anonymous)' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/pinctrl/mediatek/pinctrl-mt7986.c:68: warning: Enum value 'IOCFG_LT_BASE' not described in enum '(anonymous)' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/pinctrl/mediatek/pinctrl-mt7986.c:68: warning: Enum value 'IOCFG_LB_BASE' not described in enum '(anonymous)' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/pinctrl/mediatek/pinctrl-mt7986.c:68: warning: Enum value 'IOCFG_TR_BASE' not described in enum '(anonymous)' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/pinctrl/mediatek/pinctrl-mt7986.c:68: warning: Enum value 'IOCFG_TL_BASE' not described in enum '(anonymous)' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/kunit/debugfs.c:28:6: warning: no previous prototype for 'kunit_debugfs_cleanup' [-Wmissing-prototypes] | |
+ 28 | void kunit_debugfs_cleanup(void) | |
+ | ^~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/kunit/debugfs.c:33:6: warning: no previous prototype for 'kunit_debugfs_init' [-Wmissing-prototypes] | |
+ 33 | void kunit_debugfs_init(void) | |
+ | ^~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/kunit/debugfs.c:92:6: warning: no previous prototype for 'kunit_debugfs_create_suite' [-Wmissing-prototypes] | |
+ 92 | void kunit_debugfs_create_suite(struct kunit_suite *suite) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/kunit/debugfs.c:108:6: warning: no previous prototype for 'kunit_debugfs_destroy_suite' [-Wmissing-prototypes] | |
+ 108 | void kunit_debugfs_destroy_suite(struct kunit_suite *suite) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/trace/rv/rv.c:252: warning: Function parameter or member 'mdef' not described in 'rv_disable_monitor' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/trace/rv/rv.c:263: warning: Function parameter or member 'mdef' not described in 'rv_enable_monitor' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ext2/balloc.c:758: warning: Function parameter or member 'my_rsv' not described in 'find_next_reservable_window' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ext2/inode.c:398: warning: Function parameter or member 'inode' not described in 'ext2_alloc_blocks' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ext2/inode.c:398: warning: Function parameter or member 'goal' not described in 'ext2_alloc_blocks' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ext2/inode.c:398: warning: Function parameter or member 'err' not described in 'ext2_alloc_blocks' | |
@@ -4986,0 +4982,4 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/argv_split.c:36: warning: Function parameter or member 'argv' not described in 'argv_free' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/cpumask.c:59: warning: Function parameter or member 'node' not described in 'alloc_cpumask_var_node' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/cpumask.c:154: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * Returns an arbitrary cpu within srcp1 & srcp2. | |
@@ -5020,0 +5020,18 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/pci/endpoint/functions/pci-epf-vntb.c:657: warning: Function parameter or member 'num_mws' not described in 'epf_ntb_mw_bar_clear' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/decompress_inflate.c:42:17: warning: no previous prototype for '__gunzip' [-Wmissing-prototypes] | |
+ 42 | STATIC int INIT __gunzip(unsigned char *buf, long len, | |
+ | ^~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/fork.c:162:13: warning: no previous prototype for 'arch_release_task_struct' [-Wmissing-prototypes] | |
+ 162 | void __weak arch_release_task_struct(struct task_struct *tsk) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/fork.c:862:20: warning: no previous prototype for 'arch_task_cache_init' [-Wmissing-prototypes] | |
+ 862 | void __init __weak arch_task_cache_init(void) { } | |
+ | ^~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/fork.c:1264: warning: Function parameter or member 'mm' not described in 'set_mm_exe_file' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/fork.c:1264: warning: Function parameter or member 'new_exe_file' not described in 'set_mm_exe_file' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/fork.c:1301: warning: Function parameter or member 'mm' not described in 'replace_mm_exe_file' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/fork.c:1301: warning: Function parameter or member 'new_exe_file' not described in 'replace_mm_exe_file' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/fork.c:1353: warning: Function parameter or member 'mm' not described in 'get_mm_exe_file' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/fork.c:1372: warning: Function parameter or member 'task' not described in 'get_task_exe_file' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/fork.c:1396: warning: Function parameter or member 'task' not described in 'get_task_mm' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/fork.c:2965: warning: expecting prototype for clone3(). Prototype was for sys_clone3() instead | |
@@ -5025,0 +5043,9 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/video/backlight/ili922x.c:85: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * START_BYTE(id, rs, rw) | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/video/backlight/ili922x.c:118: warning: expecting prototype for CHECK_FREQ_REG(spi_device s, spi_transfer x)(). Prototype was for CHECK_FREQ_REG() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/decompress_unxz.c:251:17: warning: no previous prototype for 'unxz' [-Wmissing-prototypes] | |
+ 251 | STATIC int INIT unxz(unsigned char *in, long in_size, | |
+ | ^~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/decompress_unzstd.c:331:17: warning: no previous prototype for 'unzstd' [-Wmissing-prototypes] | |
+ 331 | STATIC int INIT unzstd(unsigned char *buf, long len, | |
+ | ^~~~~~ | |
@@ -5027,9 +5053,49 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/reiserfs/prints.c: In function 'prepare_error_buf': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/reiserfs/prints.c:221:17: warning: function 'prepare_error_buf' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
- 221 | p += vscnprintf(p, end - p, fmt1, args); | |
- | ^ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/reiserfs/prints.c:260:9: warning: function 'prepare_error_buf' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
- 260 | p += vscnprintf(p, end - p, fmt1, args); | |
- | ^ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/virtio/virtio_dma_buf.c:42: warning: Function parameter or member 'dma_buf' not described in 'virtio_dma_buf_attach' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/virtio/virtio_dma_buf.c:42: warning: Function parameter or member 'attach' not described in 'virtio_dma_buf_attach' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c: In function 'venus_setattr': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c:115:27: warning: variable 'outp' set but not used [-Wunused-but-set-variable] | |
+ 115 | union outputArgs *outp; | |
+ | ^~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c: In function 'venus_close': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c:164:27: warning: variable 'outp' set but not used [-Wunused-but-set-variable] | |
+ 164 | union outputArgs *outp; | |
+ | ^~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c: In function 'venus_rename': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c:238:27: warning: variable 'outp' set but not used [-Wunused-but-set-variable] | |
+ 238 | union outputArgs *outp; | |
+ | ^~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c: In function 'venus_rmdir': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c:306:27: warning: variable 'outp' set but not used [-Wunused-but-set-variable] | |
+ 306 | union outputArgs *outp; | |
+ | ^~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c: In function 'venus_remove': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c:329:27: warning: variable 'outp' set but not used [-Wunused-but-set-variable] | |
+ 329 | union outputArgs *outp; | |
+ | ^~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c: In function 'venus_link': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c:383:27: warning: variable 'outp' set but not used [-Wunused-but-set-variable] | |
+ 383 | union outputArgs *outp; | |
+ | ^~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c: In function 'venus_symlink': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c:410:27: warning: variable 'outp' set but not used [-Wunused-but-set-variable] | |
+ 410 | union outputArgs *outp; | |
+ | ^~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c: In function 'venus_fsync': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c:443:27: warning: variable 'outp' set but not used [-Wunused-but-set-variable] | |
+ 443 | union outputArgs *outp; | |
+ | ^~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c: In function 'venus_access': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c:459:27: warning: variable 'outp' set but not used [-Wunused-but-set-variable] | |
+ 459 | union outputArgs *outp; | |
+ | ^~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c: In function 'venus_access_intent': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c:577:27: warning: variable 'outp' set but not used [-Wunused-but-set-variable] | |
+ 577 | union outputArgs *outp; | |
+ | ^~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/panic.c: In function '__warn': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/panic.c:657:17: warning: function '__warn' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
+ 657 | vprintk(args->fmt, args->args); | |
+ | ^~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/panic.c: At top level: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/panic.c:743:24: warning: no previous prototype for '__stack_chk_fail' [-Wmissing-prototypes] | |
+ 743 | __visible noinstr void __stack_chk_fail(void) | |
+ | ^~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/video/fbdev/core/fbmon.c:1073: warning: expecting prototype for fb_get_hblank_by_freq(). Prototype was for fb_get_hblank_by_hfreq() instead | |
@@ -5037,4 +5103,9 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ext2/balloc.c:758: warning: Function parameter or member 'my_rsv' not described in 'find_next_reservable_window' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/radix-tree.c:288:6: warning: no previous prototype for 'radix_tree_node_rcu_free' [-Wmissing-prototypes] | |
- 288 | void radix_tree_node_rcu_free(struct rcu_head *head) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fat/dir.c:282: warning: Function parameter or member 'dir' not described in 'fat_parse_long' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fat/dir.c:282: warning: Function parameter or member 'pos' not described in 'fat_parse_long' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fat/dir.c:282: warning: Function parameter or member 'bh' not described in 'fat_parse_long' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fat/dir.c:282: warning: Function parameter or member 'de' not described in 'fat_parse_long' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fat/dir.c:282: warning: Function parameter or member 'unicode' not described in 'fat_parse_long' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fat/dir.c:282: warning: Function parameter or member 'nr_slots' not described in 'fat_parse_long' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/exit.c:1901:13: warning: no previous prototype for 'abort' [-Wmissing-prototypes] | |
+ 1901 | __weak void abort(void) | |
+ | ^~~~~ | |
@@ -5047,5 +5118,6 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/regulator/fixed-helper.c:32: warning: expecting prototype for regulator_register_fixed_name(). Prototype was for regulator_register_always_on() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ext2/inode.c:398: warning: Function parameter or member 'inode' not described in 'ext2_alloc_blocks' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ext2/inode.c:398: warning: Function parameter or member 'goal' not described in 'ext2_alloc_blocks' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ext2/inode.c:398: warning: Function parameter or member 'err' not described in 'ext2_alloc_blocks' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/regulator/helpers.c:947: warning: Function parameter or member 'ramp_delay' not described in 'regulator_set_ramp_delay_regmap' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/phy/qualcomm/phy-qcom-snps-femto-v2.c:136: warning: Function parameter or member 'update_seq_cfg' not described in 'qcom_snps_hsphy' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/radix-tree.c:288:6: warning: no previous prototype for 'radix_tree_node_rcu_free' [-Wmissing-prototypes] | |
+ 288 | void radix_tree_node_rcu_free(struct rcu_head *head) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpio/gpio-max730x.c:3: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * Copyright (C) 2006 Juergen Beisert, Pengutronix | |
@@ -5061,0 +5134 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/video/backlight/sky81452-backlight.c:64: warning: expecting prototype for struct sky81452_platform_data. Prototype was for struct sky81452_bl_platform_data instead | |
@@ -5074,14 +5147,3 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/fork.c:162:13: warning: no previous prototype for 'arch_release_task_struct' [-Wmissing-prototypes] | |
- 162 | void __weak arch_release_task_struct(struct task_struct *tsk) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/fork.c:862:20: warning: no previous prototype for 'arch_task_cache_init' [-Wmissing-prototypes] | |
- 862 | void __init __weak arch_task_cache_init(void) { } | |
- | ^~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/bpf/btf.c: In function 'btf_seq_show': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/bpf/btf.c:6962:29: warning: function 'btf_seq_show' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
- 6962 | seq_vprintf((struct seq_file *)show->target, fmt, args); | |
- | ^~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/bpf/btf.c: In function 'btf_snprintf_show': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/bpf/btf.c:6999:9: warning: function 'btf_snprintf_show' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
- 6999 | len = vsnprintf(show->target, ssnprintf->len_left, fmt, args); | |
- | ^~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/hfsplus/wrapper.c:49: warning: Function parameter or member 'opf' not described in 'hfsplus_submit_bio' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/hfsplus/wrapper.c:49: warning: Excess function parameter 'op' description in 'hfsplus_submit_bio' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/hfsplus/wrapper.c:49: warning: Excess function parameter 'op_flags' description in 'hfsplus_submit_bio' | |
@@ -5091,14 +5152,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/fork.c:1264: warning: Function parameter or member 'mm' not described in 'set_mm_exe_file' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/fork.c:1264: warning: Function parameter or member 'new_exe_file' not described in 'set_mm_exe_file' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/fork.c:1301: warning: Function parameter or member 'mm' not described in 'replace_mm_exe_file' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/fork.c:1301: warning: Function parameter or member 'new_exe_file' not described in 'replace_mm_exe_file' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/fork.c:1353: warning: Function parameter or member 'mm' not described in 'get_mm_exe_file' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/fork.c:1372: warning: Function parameter or member 'task' not described in 'get_task_exe_file' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/fork.c:1396: warning: Function parameter or member 'task' not described in 'get_task_mm' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/fork.c:2965: warning: expecting prototype for clone3(). Prototype was for sys_clone3() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/regulator/act8945a-regulator.c:19: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * ACT8945A Global Register Map. | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/regulator/act8945a-regulator.c:50: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * Field Definitions. | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/regulator/act8945a-regulator.c:56: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * ACT8945A Voltage Number | |
@@ -5106,0 +5155,8 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/win_minmax.c:31: warning: Function parameter or member 'm' not described in 'minmax_subwin_update' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/win_minmax.c:31: warning: Function parameter or member 'win' not described in 'minmax_subwin_update' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/win_minmax.c:31: warning: Function parameter or member 'val' not described in 'minmax_subwin_update' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/win_minmax.c:31: warning: expecting prototype for lib/minmax.c(). Prototype was for minmax_subwin_update() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/vsprintf.c: In function 'va_format': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/vsprintf.c:1681:9: warning: function 'va_format' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
+ 1681 | buf += vsnprintf(buf, end > buf ? end - buf : 0, va_fmt->fmt, va); | |
+ | ^~~ | |
@@ -5109,0 +5166,9 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/bpf/btf.c: In function 'btf_seq_show': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/bpf/btf.c:6962:29: warning: function 'btf_seq_show' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
+ 6962 | seq_vprintf((struct seq_file *)show->target, fmt, args); | |
+ | ^~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/bpf/btf.c: In function 'btf_snprintf_show': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/bpf/btf.c:6999:9: warning: function 'btf_snprintf_show' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
+ 6999 | len = vsnprintf(show->target, ssnprintf->len_left, fmt, args); | |
+ | ^~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpio/gpio-pcie-idio-24.c:139: warning: Function parameter or member 'plx' not described in 'idio_24_gpio' | |
@@ -5111,0 +5177,40 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/scatterlist.c:286: warning: Function parameter or member 'first_chunk' not described in '__sg_alloc_table' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/scatterlist.c:793: warning: Function parameter or member 'flags' not described in 'sg_miter_start' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/regulator/fixed-helper.c:32: warning: expecting prototype for regulator_register_fixed_name(). Prototype was for regulator_register_always_on() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/regulator/helpers.c:947: warning: Function parameter or member 'ramp_delay' not described in 'regulator_set_ramp_delay_regmap' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/freevxfs/vxfs_bmap.c:44: warning: Function parameter or member 'bn' not described in 'vxfs_bmap_ext4' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/freevxfs/vxfs_bmap.c:44: warning: Excess function parameter 'iblock' description in 'vxfs_bmap_ext4' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/virtio/virtio_dma_buf.c:42: warning: Function parameter or member 'dma_buf' not described in 'virtio_dma_buf_attach' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/virtio/virtio_dma_buf.c:42: warning: Function parameter or member 'attach' not described in 'virtio_dma_buf_attach' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/freevxfs/vxfs_immed.c:32: warning: Function parameter or member 'fp' not described in 'vxfs_immed_read_folio' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/freevxfs/vxfs_immed.c:32: warning: Excess function parameter 'file' description in 'vxfs_immed_read_folio' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/freevxfs/vxfs_lookup.c:192: warning: Function parameter or member 'ctx' not described in 'vxfs_readdir' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/freevxfs/vxfs_lookup.c:192: warning: Excess function parameter 'retp' description in 'vxfs_readdir' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/freevxfs/vxfs_lookup.c:192: warning: Excess function parameter 'filler' description in 'vxfs_readdir' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ecryptfs/mmap.c:270: warning: Excess function parameter 'flags' description in 'ecryptfs_write_begin' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/freevxfs/vxfs_subr.c:45: warning: Function parameter or member 'mapping' not described in 'vxfs_get_page' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/freevxfs/vxfs_subr.c:45: warning: Excess function parameter 'ip' description in 'vxfs_get_page' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/freevxfs/vxfs_subr.c:101: warning: expecting prototype for vxfs_get_block(). Prototype was for vxfs_getblk() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/freevxfs/vxfs_super.c:184: warning: expecting prototype for vxfs_read_super(). Prototype was for vxfs_fill_super() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/pcmcia/synclink_cs.c:487: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * line discipline callback wrappers | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/pcmcia/synclink_cs.c:3861: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * called by generic HDLC layer when protocol selected (PPP, frame relay, etc.) | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/pcmcia/synclink_cs.c:3914: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * called by generic HDLC layer to send frame | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/pcmcia/synclink_cs.c:3959: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * called by network layer when interface enabled | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/pcmcia/synclink_cs.c:4022: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * called by network layer when interface is disabled | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/pcmcia/synclink_cs.c:4053: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * called by network layer to process IOCTL call to network device | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/pcmcia/synclink_cs.c:4156: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * called by network layer when transmit timeout is detected | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/pcmcia/synclink_cs.c:4179: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * called by device driver when transmit completes | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/pcmcia/synclink_cs.c:4191: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * called by device driver when frame received | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/pcmcia/synclink_cs.c:4231: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * called by device driver when adding device instance | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/pcmcia/synclink_cs.c:4279: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * called by device driver when removing device instance | |
@@ -5124,8 +5229,6 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/panic.c: In function '__warn': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/panic.c:657:17: warning: function '__warn' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
- 657 | vprintk(args->fmt, args->args); | |
- | ^~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/panic.c: At top level: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/panic.c:743:24: warning: no previous prototype for '__stack_chk_fail' [-Wmissing-prototypes] | |
- 743 | __visible noinstr void __stack_chk_fail(void) | |
- | ^~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/regulator/act8945a-regulator.c:19: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * ACT8945A Global Register Map. | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/regulator/act8945a-regulator.c:50: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * Field Definitions. | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/regulator/act8945a-regulator.c:56: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * ACT8945A Voltage Number | |
@@ -5133,51 +5236,2 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/exit.c:1901:13: warning: no previous prototype for 'abort' [-Wmissing-prototypes] | |
- 1901 | __weak void abort(void) | |
- | ^~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/vsprintf.c: In function 'va_format': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/vsprintf.c:1681:9: warning: function 'va_format' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
- 1681 | buf += vsnprintf(buf, end > buf ? end - buf : 0, va_fmt->fmt, va); | |
- | ^~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/win_minmax.c:31: warning: Function parameter or member 'm' not described in 'minmax_subwin_update' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/win_minmax.c:31: warning: Function parameter or member 'win' not described in 'minmax_subwin_update' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/win_minmax.c:31: warning: Function parameter or member 'val' not described in 'minmax_subwin_update' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/win_minmax.c:31: warning: expecting prototype for lib/minmax.c(). Prototype was for minmax_subwin_update() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c: In function 'venus_setattr': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c:115:27: warning: variable 'outp' set but not used [-Wunused-but-set-variable] | |
- 115 | union outputArgs *outp; | |
- | ^~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c: In function 'venus_close': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c:164:27: warning: variable 'outp' set but not used [-Wunused-but-set-variable] | |
- 164 | union outputArgs *outp; | |
- | ^~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c: In function 'venus_rename': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c:238:27: warning: variable 'outp' set but not used [-Wunused-but-set-variable] | |
- 238 | union outputArgs *outp; | |
- | ^~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c: In function 'venus_rmdir': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c:306:27: warning: variable 'outp' set but not used [-Wunused-but-set-variable] | |
- 306 | union outputArgs *outp; | |
- | ^~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c: In function 'venus_remove': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c:329:27: warning: variable 'outp' set but not used [-Wunused-but-set-variable] | |
- 329 | union outputArgs *outp; | |
- | ^~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c: In function 'venus_link': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c:383:27: warning: variable 'outp' set but not used [-Wunused-but-set-variable] | |
- 383 | union outputArgs *outp; | |
- | ^~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c: In function 'venus_symlink': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c:410:27: warning: variable 'outp' set but not used [-Wunused-but-set-variable] | |
- 410 | union outputArgs *outp; | |
- | ^~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c: In function 'venus_fsync': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c:443:27: warning: variable 'outp' set but not used [-Wunused-but-set-variable] | |
- 443 | union outputArgs *outp; | |
- | ^~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c: In function 'venus_access': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c:459:27: warning: variable 'outp' set but not used [-Wunused-but-set-variable] | |
- 459 | union outputArgs *outp; | |
- | ^~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c: In function 'venus_access_intent': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/coda/upcall.c:577:27: warning: variable 'outp' set but not used [-Wunused-but-set-variable] | |
- 577 | union outputArgs *outp; | |
- | ^~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/block/rnbd/Makefile: rnbd-common.o is added to multiple modules: rnbd-client rnbd-server | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/base/power/runtime.c:362: warning: Excess function parameter 'dev' description in '__rpm_callback' | |
@@ -5202,6 +5256,2 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/tpm/tpm_tis_i2c_cr50.c:682: warning: Excess function parameter 'id' description in 'tpm_cr50_i2c_probe' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/signal.c:4772:6: warning: no previous prototype for 'kdb_send_sig' [-Wmissing-prototypes] | |
- 4772 | void kdb_send_sig(struct task_struct *t, int sig) | |
- | ^~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/scatterlist.c:286: warning: Function parameter or member 'first_chunk' not described in '__sg_alloc_table' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/scatterlist.c:793: warning: Function parameter or member 'flags' not described in 'sg_miter_start' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/hweight.c:14: warning: Function parameter or member 'w' not described in '__sw_hweight32' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/hweight.c:14: warning: expecting prototype for hweightN(). Prototype was for __sw_hweight32() instead | |
@@ -5216,3 +5266 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/pid.c:630: warning: expecting prototype for pidfd_open(). Prototype was for sys_pidfd_open() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/task_work.c:89: warning: Function parameter or member 'data' not described in 'task_work_cancel_match' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/base/power/runtime.c:362: warning: Excess function parameter 'dev' description in '__rpm_callback' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/base/power/domain_governor.c:412: warning: cannot understand function prototype: 'struct dev_power_governor pm_domain_always_on_gov = ' | |
@@ -5223,31 +5271,35 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fat/dir.c:282: warning: Function parameter or member 'dir' not described in 'fat_parse_long' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fat/dir.c:282: warning: Function parameter or member 'pos' not described in 'fat_parse_long' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fat/dir.c:282: warning: Function parameter or member 'bh' not described in 'fat_parse_long' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fat/dir.c:282: warning: Function parameter or member 'de' not described in 'fat_parse_long' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fat/dir.c:282: warning: Function parameter or member 'unicode' not described in 'fat_parse_long' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fat/dir.c:282: warning: Function parameter or member 'nr_slots' not described in 'fat_parse_long' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/block/rnbd/Makefile: rnbd-common.o is added to multiple modules: rnbd-client rnbd-server | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/pcmcia/synclink_cs.c:487: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * line discipline callback wrappers | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/pcmcia/synclink_cs.c:3861: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * called by generic HDLC layer when protocol selected (PPP, frame relay, etc.) | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/pcmcia/synclink_cs.c:3914: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * called by generic HDLC layer to send frame | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/pcmcia/synclink_cs.c:3959: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * called by network layer when interface enabled | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/pcmcia/synclink_cs.c:4022: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * called by network layer when interface is disabled | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/pcmcia/synclink_cs.c:4053: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * called by network layer to process IOCTL call to network device | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/pcmcia/synclink_cs.c:4156: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * called by network layer when transmit timeout is detected | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/pcmcia/synclink_cs.c:4179: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * called by device driver when transmit completes | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/pcmcia/synclink_cs.c:4191: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * called by device driver when frame received | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/pcmcia/synclink_cs.c:4231: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * called by device driver when adding device instance | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/pcmcia/synclink_cs.c:4279: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * called by device driver when removing device instance | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/regulator/mcp16502.c:90: warning: Enum value 'MCP16502_REG_HPM' not described in enum 'mcp16502_reg' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/base/power/domain_governor.c:412: warning: cannot understand function prototype: 'struct dev_power_governor pm_domain_always_on_gov = ' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/char/tpm/tpm_tis_i2c_cr50.c:682: warning: Excess function parameter 'id' description in 'tpm_cr50_i2c_probe' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/signal.c:4772:6: warning: no previous prototype for 'kdb_send_sig' [-Wmissing-prototypes] | |
+ 4772 | void kdb_send_sig(struct task_struct *t, int sig) | |
+ | ^~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/pid.c:630: warning: expecting prototype for pidfd_open(). Prototype was for sys_pidfd_open() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/task_work.c:89: warning: Function parameter or member 'data' not described in 'task_work_cancel_match' | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/rcupdate.h:29, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/rculist.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/pid.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/sched.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/ptrace.h:6, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/syscall.c:2: | |
+In function 'fortify_memcpy_chk', | |
+ inlined from 'syscall_get_arguments' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/arch/riscv/include/asm/syscall.h:65:2, | |
+ inlined from 'collect_syscall' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/syscall.c:31:3: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
+ 522 | __read_overflow2_field(q_size_field, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/errname.c:16:67: warning: initialized field overwritten [-Woverride-init] | |
+ 16 | #define E(err) [err + BUILD_BUG_ON_ZERO(err <= 0 || err > 300)] = "-" #err | |
+ | ^~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/errname.c:173:9: note: in expansion of macro 'E' | |
+ 173 | E(EDEADLK), /* EDEADLOCK */ | |
+ | ^ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/errname.c:16:67: note: (near initialization for 'names_0[35]') | |
+ 16 | #define E(err) [err + BUILD_BUG_ON_ZERO(err <= 0 || err > 300)] = "-" #err | |
+ | ^~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/errname.c:173:9: note: in expansion of macro 'E' | |
+ 173 | E(EDEADLK), /* EDEADLOCK */ | |
+ | ^ | |
@@ -5283,3 +5335,6 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/hfsplus/wrapper.c:49: warning: Function parameter or member 'opf' not described in 'hfsplus_submit_bio' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/hfsplus/wrapper.c:49: warning: Excess function parameter 'op' description in 'hfsplus_submit_bio' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/hfsplus/wrapper.c:49: warning: Excess function parameter 'op_flags' description in 'hfsplus_submit_bio' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/dma-buf/dma-heap.c:44: warning: Function parameter or member 'priv' not described in 'dma_heap' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/dma-buf/dma-heap.c:44: warning: Function parameter or member 'heap_devt' not described in 'dma_heap' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/dma-buf/dma-heap.c:44: warning: Function parameter or member 'list' not described in 'dma_heap' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/dma-buf/dma-heap.c:44: warning: Function parameter or member 'heap_cdev' not described in 'dma_heap' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/stacktrace.c:138: warning: Function parameter or member 'tsk' not described in 'stack_trace_save_tsk' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/stacktrace.c:138: warning: Excess function parameter 'task' description in 'stack_trace_save_tsk' | |
@@ -5304,8 +5358,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/tty/serial/uartlite.c:79: warning: Function parameter or member 'reg_ops' not described in 'uartlite_data' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/tty/serial/uartlite.c:79: warning: Function parameter or member 'clk' not described in 'uartlite_data' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/tty/serial/uartlite.c:79: warning: Function parameter or member 'baud' not described in 'uartlite_data' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/tty/serial/uartlite.c:79: warning: Function parameter or member 'cflags' not described in 'uartlite_data' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/stacktrace.c:138: warning: Function parameter or member 'tsk' not described in 'stack_trace_save_tsk' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/kernel/stacktrace.c:138: warning: Excess function parameter 'task' description in 'stack_trace_save_tsk' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/hweight.c:14: warning: Function parameter or member 'w' not described in '__sw_hweight32' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/hweight.c:14: warning: expecting prototype for hweightN(). Prototype was for __sw_hweight32() instead | |
@@ -5315 +5362,22 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ecryptfs/mmap.c:270: warning: Excess function parameter 'flags' description in 'ecryptfs_write_begin' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/ubsan.c:241:6: warning: no previous prototype for '__ubsan_handle_type_mismatch' [-Wmissing-prototypes] | |
+ 241 | void __ubsan_handle_type_mismatch(struct type_mismatch_data *data, | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/devmem_is_allowed.c:20:5: warning: no previous prototype for 'devmem_is_allowed' [-Wmissing-prototypes] | |
+ 20 | int devmem_is_allowed(unsigned long pfn) | |
+ | ^~~~~~~~~~~~~~~~~ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/buildid.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/module.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_hexdump.c:8: | |
+In function 'strncpy', | |
+ inlined from 'test_hexdump_prepare_test.constprop' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_hexdump.c:116:3: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' output truncated copying between 0 and 32 bytes from a string of length 32 [-Wstringop-truncation] | |
+ 68 | #define __underlying_strncpy __builtin_strncpy | |
+ | ^ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:144:16: note: in expansion of macro '__underlying_strncpy' | |
+ 144 | return __underlying_strncpy(p, q, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~ | |
@@ -5330,4 +5398,4 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/dma-buf/dma-heap.c:44: warning: Function parameter or member 'priv' not described in 'dma_heap' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/dma-buf/dma-heap.c:44: warning: Function parameter or member 'heap_devt' not described in 'dma_heap' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/dma-buf/dma-heap.c:44: warning: Function parameter or member 'list' not described in 'dma_heap' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/dma-buf/dma-heap.c:44: warning: Function parameter or member 'heap_cdev' not described in 'dma_heap' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/tty/serial/uartlite.c:79: warning: Function parameter or member 'reg_ops' not described in 'uartlite_data' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/tty/serial/uartlite.c:79: warning: Function parameter or member 'clk' not described in 'uartlite_data' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/tty/serial/uartlite.c:79: warning: Function parameter or member 'baud' not described in 'uartlite_data' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/tty/serial/uartlite.c:79: warning: Function parameter or member 'cflags' not described in 'uartlite_data' | |
@@ -5354,0 +5423,6 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/bridge/imx/Makefile: imx-ldb-helper.o is added to multiple modules: imx8qm-ldb imx8qxp-ldb | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_firmware.c:98: warning: cannot understand function prototype: 'struct test_config ' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/xlnx/zynqmp_disp.c:151: warning: Function parameter or member 'blend' not described in 'zynqmp_disp' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/xlnx/zynqmp_disp.c:151: warning: Function parameter or member 'avbuf' not described in 'zynqmp_disp' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/xlnx/zynqmp_disp.c:151: warning: Function parameter or member 'audio' not described in 'zynqmp_disp' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/xlnx/zynqmp_dp.c:793: warning: expecting prototype for zynqmp_dp_link_train(). Prototype was for zynqmp_dp_train() instead | |
@@ -5362,16 +5436,56 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/freevxfs/vxfs_bmap.c:44: warning: Function parameter or member 'bn' not described in 'vxfs_bmap_ext4' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/freevxfs/vxfs_bmap.c:44: warning: Excess function parameter 'iblock' description in 'vxfs_bmap_ext4' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/freevxfs/vxfs_immed.c:32: warning: Function parameter or member 'fp' not described in 'vxfs_immed_read_folio' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/freevxfs/vxfs_immed.c:32: warning: Excess function parameter 'file' description in 'vxfs_immed_read_folio' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/misc/genwqe/card_utils.c:162: warning: expecting prototype for genwqe_init_crc32(). Prototype was for CRC32_POLYNOMIAL() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/freevxfs/vxfs_lookup.c:192: warning: Function parameter or member 'ctx' not described in 'vxfs_readdir' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/freevxfs/vxfs_lookup.c:192: warning: Excess function parameter 'retp' description in 'vxfs_readdir' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/freevxfs/vxfs_lookup.c:192: warning: Excess function parameter 'filler' description in 'vxfs_readdir' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/base/module.c: In function 'module_add_driver': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/base/module.c:36:13: warning: variable 'no_warn' set but not used [-Wunused-but-set-variable] | |
- 36 | int no_warn; | |
- | ^~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/freevxfs/vxfs_subr.c:45: warning: Function parameter or member 'mapping' not described in 'vxfs_get_page' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/freevxfs/vxfs_subr.c:45: warning: Excess function parameter 'ip' description in 'vxfs_get_page' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/freevxfs/vxfs_subr.c:101: warning: expecting prototype for vxfs_get_block(). Prototype was for vxfs_getblk() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/freevxfs/vxfs_super.c:184: warning: expecting prototype for vxfs_read_super(). Prototype was for vxfs_fill_super() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/regulator/mcp16502.c:90: warning: Enum value 'MCP16502_REG_HPM' not described in enum 'mcp16502_reg' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_ida.c:16:6: warning: no previous prototype for 'ida_dump' [-Wmissing-prototypes] | |
+ 16 | void ida_dump(struct ida *ida) { } | |
+ | ^~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_ubsan.c: In function 'test_ubsan_out_of_bounds': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_ubsan.c:40:22: warning: variable 'arr' set but not used [-Wunused-but-set-variable] | |
+ 40 | volatile int arr[4]; | |
+ | ^~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_ubsan.c:39:23: warning: variable 'above' set but not used [-Wunused-but-set-variable] | |
+ 39 | volatile char above[4] = { }; /* Protect surrounding memory. */ | |
+ | ^~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_ubsan.c: In function 'test_ubsan_load_invalid_value': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_ubsan.c:62:44: warning: variable 'eptr' set but not used [-Wunused-but-set-variable] | |
+ 62 | enum ubsan_test_enum eval, eval2, *eptr; | |
+ | ^~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_ubsan.c:61:26: warning: variable 'ptr' set but not used [-Wunused-but-set-variable] | |
+ 61 | bool val, val2, *ptr; | |
+ | ^~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_ubsan.c: At top level: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_ubsan.c:100:28: warning: 'skip_ubsan_array' defined but not used [-Wunused-const-variable=] | |
+ 100 | static const test_ubsan_fp skip_ubsan_array[] = { | |
+ | ^~~~~~~~~~~~~~~~ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/buildid.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/module.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvme/target/core.c:7: | |
+In function 'strncpy', | |
+ inlined from '__assign_req_name' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvme/target/trace.h:56:2: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-truncation] | |
+ 68 | #define __underlying_strncpy __builtin_strncpy | |
+ | ^ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:144:16: note: in expansion of macro '__underlying_strncpy' | |
+ 144 | return __underlying_strncpy(p, q, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~ | |
+In function '__fortify_strlen', | |
+ inlined from '__assign_req_name' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvme/target/trace.h:57:3: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:66:33: note: length computed here | |
+ 66 | #define __underlying_strlen __builtin_strlen | |
+ | ^ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:234:24: note: in expansion of macro '__underlying_strlen' | |
+ 234 | return __underlying_strlen(p); | |
+ | ^~~~~~~~~~~~~~~~~~~ | |
+In function 'fortify_memcpy_chk', | |
+ inlined from 'perf_trace_nvmet_req_init' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvme/target/./trace.h:61:1: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
+ 522 | __read_overflow2_field(q_size_field, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
+In function 'fortify_memcpy_chk', | |
+ inlined from 'trace_event_raw_event_nvmet_req_init' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvme/target/./trace.h:61:1: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
+ 522 | __read_overflow2_field(q_size_field, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
@@ -5408,19 +5521,0 @@ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/rcupdate.h:29, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/rculist.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/pid.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/sched.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/ptrace.h:6, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/syscall.c:2: | |
-In function 'fortify_memcpy_chk', | |
- inlined from 'syscall_get_arguments' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/arch/riscv/include/asm/syscall.h:65:2, | |
- inlined from 'collect_syscall' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/syscall.c:31:3: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
- 522 | __read_overflow2_field(q_size_field, size); | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/tty/n_hdlc.c:140: warning: Function parameter or member 'write_work' not described in 'n_hdlc' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/tty/n_hdlc.c:140: warning: Function parameter or member 'tty_for_write_work' not described in 'n_hdlc' | |
@@ -5431,24 +5526,5 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/bridge/imx/Makefile: imx-ldb-helper.o is added to multiple modules: imx8qm-ldb imx8qxp-ldb | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/errname.c:16:67: warning: initialized field overwritten [-Woverride-init] | |
- 16 | #define E(err) [err + BUILD_BUG_ON_ZERO(err <= 0 || err > 300)] = "-" #err | |
- | ^~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/errname.c:173:9: note: in expansion of macro 'E' | |
- 173 | E(EDEADLK), /* EDEADLOCK */ | |
- | ^ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/errname.c:16:67: note: (near initialization for 'names_0[35]') | |
- 16 | #define E(err) [err + BUILD_BUG_ON_ZERO(err <= 0 || err > 300)] = "-" #err | |
- | ^~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/errname.c:173:9: note: in expansion of macro 'E' | |
- 173 | E(EDEADLK), /* EDEADLOCK */ | |
- | ^ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/tty/synclink_gt.c:1523: warning: Function parameter or member 'ifs' not described in 'hdlcdev_ioctl' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/tty/synclink_gt.c:1523: warning: Excess function parameter 'ifr' description in 'hdlcdev_ioctl' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/tty/synclink_gt.c:1523: warning: Excess function parameter 'cmd' description in 'hdlcdev_ioctl' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/regulator/tps65219-regulator.c: In function 'tps65219_get_rdev_by_name': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/regulator/tps65219-regulator.c:310:60: warning: parameter 'dev' set but not used [-Wunused-but-set-parameter] | |
- 310 | struct regulator_dev *dev) | |
- | ~~~~~~~~~~~~~~~~~~~~~~^~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/regulator/tps65219-regulator.c: In function 'tps65219_regulator_probe': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/regulator/tps65219-regulator.c:370:26: warning: ordered comparison of pointer with integer zero [-Wextra] | |
- 370 | if (rdev < 0) { | |
- | ^ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/misc/genwqe/card_utils.c:162: warning: expecting prototype for genwqe_init_crc32(). Prototype was for CRC32_POLYNOMIAL() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/base/module.c: In function 'module_add_driver': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/base/module.c:36:13: warning: variable 'no_warn' set but not used [-Wunused-but-set-variable] | |
+ 36 | int no_warn; | |
+ | ^~~~~~~ | |
@@ -5478,34 +5553,0 @@ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/buildid.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/module.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvme/target/core.c:7: | |
-In function 'strncpy', | |
- inlined from '__assign_req_name' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvme/target/trace.h:56:2: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-truncation] | |
- 68 | #define __underlying_strncpy __builtin_strncpy | |
- | ^ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:144:16: note: in expansion of macro '__underlying_strncpy' | |
- 144 | return __underlying_strncpy(p, q, size); | |
- | ^~~~~~~~~~~~~~~~~~~~ | |
-In function '__fortify_strlen', | |
- inlined from '__assign_req_name' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvme/target/trace.h:57:3: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:66:33: note: length computed here | |
- 66 | #define __underlying_strlen __builtin_strlen | |
- | ^ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:234:24: note: in expansion of macro '__underlying_strlen' | |
- 234 | return __underlying_strlen(p); | |
- | ^~~~~~~~~~~~~~~~~~~ | |
-In function 'fortify_memcpy_chk', | |
- inlined from 'perf_trace_nvmet_req_init' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvme/target/./trace.h:61:1: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
- 522 | __read_overflow2_field(q_size_field, size); | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
-In function 'fortify_memcpy_chk', | |
- inlined from 'trace_event_raw_event_nvmet_req_init' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/nvme/target/./trace.h:61:1: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
- 522 | __read_overflow2_field(q_size_field, size); | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
@@ -5516,0 +5559,4 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_kmod.c:68: warning: Enum value '__TEST_KMOD_INVALID' not described in enum 'kmod_test_case' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_kmod.c:68: warning: Enum value '__TEST_KMOD_MAX' not described in enum 'kmod_test_case' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_kmod.c:94: warning: cannot understand function prototype: 'struct kmod_test_device_info ' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_kmod.c:119: warning: cannot understand function prototype: 'struct kmod_test_device ' | |
@@ -5520,7 +5566,6 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/ubsan.c:241:6: warning: no previous prototype for '__ubsan_handle_type_mismatch' [-Wmissing-prototypes] | |
- 241 | void __ubsan_handle_type_mismatch(struct type_mismatch_data *data, | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/clk/sunxi-ng/ccu_mmc_timing.c:54: warning: expecting prototype for sunxi_ccu_set_mmc_timing_mode(). Prototype was for sunxi_ccu_get_mmc_timing_mode() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/devmem_is_allowed.c:20:5: warning: no previous prototype for 'devmem_is_allowed' [-Wmissing-prototypes] | |
- 20 | int devmem_is_allowed(unsigned long pfn) | |
- | ^~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/tty/n_hdlc.c:140: warning: Function parameter or member 'write_work' not described in 'n_hdlc' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/tty/n_hdlc.c:140: warning: Function parameter or member 'tty_for_write_work' not described in 'n_hdlc' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_blackhole_dev.c: In function 'test_blackholedev_init': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_blackhole_dev.c:32:24: warning: variable 'ethh' set but not used [-Wunused-but-set-variable] | |
+ 32 | struct ethhdr *ethh; | |
+ | ^~~~ | |
@@ -5535,38 +5579,0 @@ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/buildid.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/module.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_hexdump.c:8: | |
-In function 'strncpy', | |
- inlined from 'test_hexdump_prepare_test.constprop' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_hexdump.c:116:3: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' output truncated copying between 0 and 32 bytes from a string of length 32 [-Wstringop-truncation] | |
- 68 | #define __underlying_strncpy __builtin_strncpy | |
- | ^ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:144:16: note: in expansion of macro '__underlying_strncpy' | |
- 144 | return __underlying_strncpy(p, q, size); | |
- | ^~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_firmware.c:98: warning: cannot understand function prototype: 'struct test_config ' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_ida.c:16:6: warning: no previous prototype for 'ida_dump' [-Wmissing-prototypes] | |
- 16 | void ida_dump(struct ida *ida) { } | |
- | ^~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_ubsan.c: In function 'test_ubsan_out_of_bounds': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_ubsan.c:40:22: warning: variable 'arr' set but not used [-Wunused-but-set-variable] | |
- 40 | volatile int arr[4]; | |
- | ^~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_ubsan.c:39:23: warning: variable 'above' set but not used [-Wunused-but-set-variable] | |
- 39 | volatile char above[4] = { }; /* Protect surrounding memory. */ | |
- | ^~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_ubsan.c: In function 'test_ubsan_load_invalid_value': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_ubsan.c:62:44: warning: variable 'eptr' set but not used [-Wunused-but-set-variable] | |
- 62 | enum ubsan_test_enum eval, eval2, *eptr; | |
- | ^~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_ubsan.c:61:26: warning: variable 'ptr' set but not used [-Wunused-but-set-variable] | |
- 61 | bool val, val2, *ptr; | |
- | ^~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_ubsan.c: At top level: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_ubsan.c:100:28: warning: 'skip_ubsan_array' defined but not used [-Wunused-const-variable=] | |
- 100 | static const test_ubsan_fp skip_ubsan_array[] = { | |
- | ^~~~~~~~~~~~~~~~ | |
@@ -5573,0 +5581,6 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/tty/synclink_gt.c:1523: warning: Function parameter or member 'ifs' not described in 'hdlcdev_ioctl' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/tty/synclink_gt.c:1523: warning: Excess function parameter 'ifr' description in 'hdlcdev_ioctl' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/tty/synclink_gt.c:1523: warning: Excess function parameter 'cmd' description in 'hdlcdev_ioctl' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ipv4/tcp_lp.c:122: warning: Function parameter or member 'ack' not described in 'tcp_lp_cong_avoid' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ipv4/tcp_lp.c:122: warning: Function parameter or member 'acked' not described in 'tcp_lp_cong_avoid' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ipv4/tcp_lp.c:272: warning: Function parameter or member 'sample' not described in 'tcp_lp_pkts_acked' | |
@@ -5597,5 +5609,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ipv4/tcp_lp.c:122: warning: Function parameter or member 'ack' not described in 'tcp_lp_cong_avoid' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ipv4/tcp_lp.c:122: warning: Function parameter or member 'acked' not described in 'tcp_lp_cong_avoid' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/ipv4/tcp_lp.c:272: warning: Function parameter or member 'sample' not described in 'tcp_lp_pkts_acked' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/misc/pci_endpoint_test.c:3: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * Host side test driver to test endpoint functionality | |
@@ -5642,3 +5649,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/xlnx/zynqmp_disp.c:151: warning: Function parameter or member 'blend' not described in 'zynqmp_disp' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/xlnx/zynqmp_disp.c:151: warning: Function parameter or member 'avbuf' not described in 'zynqmp_disp' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/xlnx/zynqmp_disp.c:151: warning: Function parameter or member 'audio' not described in 'zynqmp_disp' | |
@@ -5646,26 +5650,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/xlnx/zynqmp_dp.c:793: warning: expecting prototype for zynqmp_dp_link_train(). Prototype was for zynqmp_dp_train() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_kmod.c:68: warning: Enum value '__TEST_KMOD_INVALID' not described in enum 'kmod_test_case' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_kmod.c:68: warning: Enum value '__TEST_KMOD_MAX' not described in enum 'kmod_test_case' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_kmod.c:94: warning: cannot understand function prototype: 'struct kmod_test_device_info ' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_kmod.c:119: warning: cannot understand function prototype: 'struct kmod_test_device ' | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/spinlock.h:63, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait.h:9, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait_bit.h:8, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fs.h:6, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/cifs/smb2pdu.c:18: | |
-In function 'fortify_memcpy_chk', | |
- inlined from '__SMB2_close' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/cifs/smb2pdu.c:3404:4: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
- 522 | __read_overflow2_field(q_size_field, size); | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_blackhole_dev.c: In function 'test_blackholedev_init': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/lib/test_blackhole_dev.c:32:24: warning: variable 'ethh' set but not used [-Wunused-but-set-variable] | |
- 32 | struct ethhdr *ethh; | |
- | ^~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/ttm/ttm_bo.c:96: warning: Function parameter or member 'bulk' not described in 'ttm_bo_set_bulk_move' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ksmbd/transport_tcp.c:393: warning: Function parameter or member 'iface' not described in 'create_socket' | |
@@ -5679,16 +5658 @@ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/spinlock.h:63, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait.h:9, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait_bit.h:8, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fs.h:6, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/cifs/cifssmb.c:17: | |
-In function 'fortify_memcpy_chk', | |
- inlined from 'CIFS_open' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/cifs/cifssmb.c:1277:3: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
- 522 | __read_overflow2_field(q_size_field, size); | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/spi/spi-mtk-snfi.c:1194: warning: Function parameter or member 'op' not described in 'mtk_snand_is_page_ops' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/clk/sunxi-ng/ccu_mmc_timing.c:54: warning: expecting prototype for sunxi_ccu_set_mmc_timing_mode(). Prototype was for sunxi_ccu_get_mmc_timing_mode() instead | |
@@ -5705,15 +5668,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/dir.c:21: warning: Incorrect use of kernel-doc format: * The little endian Unicode string $I30 as a global constant. | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/dir.c:23: warning: cannot understand function prototype: 'ntfschar I30[5] = ' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/dir.c:1489: warning: Function parameter or member 'start' not described in 'ntfs_dir_fsync' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/dir.c:1489: warning: Function parameter or member 'end' not described in 'ntfs_dir_fsync' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/dir.c:1489: warning: Excess function parameter 'dentry' description in 'ntfs_dir_fsync' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/file.c:1952: warning: Function parameter or member 'start' not described in 'ntfs_file_fsync' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/file.c:1952: warning: Function parameter or member 'end' not described in 'ntfs_file_fsync' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/input/misc/cpcap-pwrbutton.c:2: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * CPCAP Power Button Input Driver | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/inode.c:31: warning: Incorrect use of kernel-doc format: * ntfs_test_inode - compare two (possibly fake) inodes for equality | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/inode.c:47: warning: Function parameter or member 'vi' not described in 'ntfs_test_inode' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/inode.c:47: warning: Function parameter or member 'data' not described in 'ntfs_test_inode' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/inode.c:47: warning: expecting prototype for inode.c(). Prototype was for ntfs_test_inode() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/inode.c:2956: warning: expecting prototype for ntfs_write_inode(). Prototype was for __ntfs_write_inode() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/mft.c:24: warning: expecting prototype for mft.c - NTFS kernel mft record operations. Part of the Linux(). Prototype was for MAX_BHS() instead | |
@@ -5733,0 +5683,22 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/dir.c:21: warning: Incorrect use of kernel-doc format: * The little endian Unicode string $I30 as a global constant. | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/dir.c:23: warning: cannot understand function prototype: 'ntfschar I30[5] = ' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/dir.c:1489: warning: Function parameter or member 'start' not described in 'ntfs_dir_fsync' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/dir.c:1489: warning: Function parameter or member 'end' not described in 'ntfs_dir_fsync' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/dir.c:1489: warning: Excess function parameter 'dentry' description in 'ntfs_dir_fsync' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ksmbd/transport_tcp.c:393: warning: Function parameter or member 'iface' not described in 'create_socket' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/file.c:1952: warning: Function parameter or member 'start' not described in 'ntfs_file_fsync' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/file.c:1952: warning: Function parameter or member 'end' not described in 'ntfs_file_fsync' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/regulator/tps65219-regulator.c: In function 'tps65219_get_rdev_by_name': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/regulator/tps65219-regulator.c:310:60: warning: parameter 'dev' set but not used [-Wunused-but-set-parameter] | |
+ 310 | struct regulator_dev *dev) | |
+ | ~~~~~~~~~~~~~~~~~~~~~~^~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/regulator/tps65219-regulator.c: In function 'tps65219_regulator_probe': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/regulator/tps65219-regulator.c:370:26: warning: ordered comparison of pointer with integer zero [-Wextra] | |
+ 370 | if (rdev < 0) { | |
+ | ^ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/inode.c:31: warning: Incorrect use of kernel-doc format: * ntfs_test_inode - compare two (possibly fake) inodes for equality | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/inode.c:47: warning: Function parameter or member 'vi' not described in 'ntfs_test_inode' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/inode.c:47: warning: Function parameter or member 'data' not described in 'ntfs_test_inode' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/inode.c:47: warning: expecting prototype for inode.c(). Prototype was for ntfs_test_inode() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/inode.c:2956: warning: expecting prototype for ntfs_write_inode(). Prototype was for __ntfs_write_inode() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ntfs/mft.c:24: warning: expecting prototype for mft.c - NTFS kernel mft record operations. Part of the Linux(). Prototype was for MAX_BHS() instead | |
@@ -5738,22 +5708,0 @@ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/rcupdate.h:29, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/rculist.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/pid.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/sched.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/ratelimit.h:6, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/dev_printk.h:16, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/device.h:15, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i3c/master.c:10: | |
-In function 'strncpy', | |
- inlined from 'i3c_master_i2c_adapter_init' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i3c/master.c:2295:2, | |
- inlined from 'i3c_master_register' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i3c/master.c:2664:8: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' specified bound 48 equals destination size [-Wstringop-truncation] | |
- 68 | #define __underlying_strncpy __builtin_strncpy | |
- | ^ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:144:16: note: in expansion of macro '__underlying_strncpy' | |
- 144 | return __underlying_strncpy(p, q, size); | |
- | ^~~~~~~~~~~~~~~~~~~~ | |
@@ -5771,4 +5719,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ufs/inode.c:397: warning: Function parameter or member 'inode' not described in 'ufs_getfrag_block' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ufs/inode.c:397: warning: Function parameter or member 'fragment' not described in 'ufs_getfrag_block' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ufs/inode.c:397: warning: Function parameter or member 'bh_result' not described in 'ufs_getfrag_block' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ufs/inode.c:397: warning: Function parameter or member 'create' not described in 'ufs_getfrag_block' | |
@@ -5780,5 +5724,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-axxia.c:135: warning: cannot understand function prototype: 'struct axxia_i2c_dev ' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-axxia.c:172: warning: Function parameter or member 'ns' not described in 'ns_to_clk' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-axxia.c:172: warning: Function parameter or member 'clk_mhz' not described in 'ns_to_clk' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-axxia.c:271: warning: Function parameter or member 'idev' not described in 'axxia_i2c_empty_rx_fifo' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-axxia.c:303: warning: Function parameter or member 'idev' not described in 'axxia_i2c_fill_tx_fifo' | |
@@ -5787 +5727,8 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-cadence.c:218: warning: Function parameter or member 'rinfo' not described in 'cdns_i2c' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/ttm/ttm_bo.c:96: warning: Function parameter or member 'bulk' not described in 'ttm_bo_set_bulk_move' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ufs/inode.c:397: warning: Function parameter or member 'inode' not described in 'ufs_getfrag_block' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ufs/inode.c:397: warning: Function parameter or member 'fragment' not described in 'ufs_getfrag_block' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ufs/inode.c:397: warning: Function parameter or member 'bh_result' not described in 'ufs_getfrag_block' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ufs/inode.c:397: warning: Function parameter or member 'create' not described in 'ufs_getfrag_block' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/spi/spi-mtk-snfi.c:1194: warning: Function parameter or member 'op' not described in 'mtk_snand_is_page_ops' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/misc/pci_endpoint_test.c:3: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * Host side test driver to test endpoint functionality | |
@@ -5791,0 +5739,14 @@ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/buildid.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/module.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_def.h:12, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_init.c:6: | |
+In function 'fortify_memcpy_chk', | |
+ inlined from 'qla81xx_nvram_config' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_init.c:8946:2: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
+ 522 | __read_overflow2_field(q_size_field, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
@@ -5796 +5756,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/usb/host/xhci.c:1478: warning: Function parameter or member 'desc' not described in 'xhci_get_endpoint_index' | |
@@ -5804,0 +5765,4 @@ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/efs/file.c:11: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/efs/efs.h:22:19: warning: 'cprt' defined but not used [-Wunused-const-variable=] | |
+ 22 | static const char cprt[] = "EFS: "EFS_VERSION" - (c) 1999 Al Smith <Al.Smith@aeschi.ch.eu.org>"; | |
+ | ^~~~ | |
@@ -5813 +5777 @@ | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_init.c:6: | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_iocb.c:6: | |
@@ -5815 +5779,16 @@ | |
- inlined from 'qla81xx_nvram_config' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_init.c:8946:2: | |
+ inlined from 'qla24xx_els_dcmd2_iocb' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_iocb.c:3065:2: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
+ 522 | __read_overflow2_field(q_size_field, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/spinlock.h:63, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait.h:9, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait_bit.h:8, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fs.h:6, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/cifs/smb2pdu.c:18: | |
+In function 'fortify_memcpy_chk', | |
+ inlined from '__SMB2_close' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/cifs/smb2pdu.c:3404:4: | |
@@ -5819,11 +5797,0 @@ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/efs/file.c:11: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/efs/efs.h:22:19: warning: 'cprt' defined but not used [-Wunused-const-variable=] | |
- 22 | static const char cprt[] = "EFS: "EFS_VERSION" - (c) 1999 Al Smith <Al.Smith@aeschi.ch.eu.org>"; | |
- | ^~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/journal.c:1221: warning: Function parameter or member 'old_inode' not described in 'ubifs_jnl_rename' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/journal.c:1221: warning: Function parameter or member 'old_nm' not described in 'ubifs_jnl_rename' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/journal.c:1221: warning: Function parameter or member 'new_inode' not described in 'ubifs_jnl_rename' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/journal.c:1221: warning: Function parameter or member 'new_nm' not described in 'ubifs_jnl_rename' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/journal.c:1221: warning: Function parameter or member 'whiteout' not described in 'ubifs_jnl_rename' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/journal.c:1221: warning: Excess function parameter 'old_dentry' description in 'ubifs_jnl_rename' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/journal.c:1221: warning: Excess function parameter 'new_dentry' description in 'ubifs_jnl_rename' | |
@@ -5834,2 +5802,41 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/file.c:1375: warning: Function parameter or member 'time' not described in 'ubifs_update_time' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/file.c:1375: warning: Function parameter or member 'flags' not described in 'ubifs_update_time' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_isr.c:3724: warning: Function parameter or member 'rsp_q_in' not described in 'qla_chk_cont_iocb_avail' | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/spinlock.h:63, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait.h:9, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait_bit.h:8, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fs.h:6, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/highmem.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bvec.h:10, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/skbuff.h:17, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/if_ether.h:19, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/etherdevice.h:20, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/ath/wil6210/txrx.c:7: | |
+In function 'fortify_memcpy_chk', | |
+ inlined from 'wil_rx_crypto_check' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/ath/wil6210/txrx.c:684:2: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
+ 522 | __read_overflow2_field(q_size_field, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/spinlock.h:63, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait.h:9, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait_bit.h:8, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fs.h:6, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/highmem.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bvec.h:10, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/skbuff.h:17, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/if_ether.h:19, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/etherdevice.h:20, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/ath/wil6210/txrx_edma.c:6: | |
+In function 'fortify_memcpy_chk', | |
+ inlined from 'wil_rx_crypto_check_edma' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/ath/wil6210/txrx_edma.c:566:2: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
+ 522 | __read_overflow2_field(q_size_field, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
@@ -5855,6 +5862,7 @@ | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/buildid.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/module.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_def.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_iocb.c:6: | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/spinlock.h:63, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait.h:9, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait_bit.h:8, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fs.h:6, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/cifs/cifssmb.c:17: | |
@@ -5862 +5870 @@ | |
- inlined from 'qla24xx_els_dcmd2_iocb' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_iocb.c:3065:2: | |
+ inlined from 'CIFS_open' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/cifs/cifssmb.c:1277:3: | |
@@ -5866,4 +5874,4 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/io.c:497: warning: expecting prototype for wbuf_timer_callback(). Prototype was for wbuf_timer_callback_nolock() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/io.c:513: warning: expecting prototype for new_wbuf_timer(). Prototype was for new_wbuf_timer_nolock() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/io.c:538: warning: expecting prototype for cancel_wbuf_timer(). Prototype was for cancel_wbuf_timer_nolock() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/watchdog/pretimeout_noop.c:19: warning: Function parameter or member 'wdd' not described in 'pretimeout_noop' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/clk/clkdev.c: In function 'vclkdev_alloc': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/clk/clkdev.c:173:17: warning: function 'vclkdev_alloc' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
+ 173 | vscnprintf(cla->dev_id, sizeof(cla->dev_id), dev_fmt, ap); | |
+ | ^~~~~~~~~~ | |
@@ -5875,10 +5883 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/watchdog/pretimeout_panic.c:19: warning: Function parameter or member 'wdd' not described in 'pretimeout_panic' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_isr.c:3724: warning: Function parameter or member 'rsp_q_in' not described in 'qla_chk_cont_iocb_avail' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/watchdog/wdt_pci.c:275: warning: Function parameter or member 'temperature' not described in 'wdtpci_get_temperature' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/replay.c:61: warning: Function parameter or member 'hash' not described in 'replay_entry' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/replay.c:387: warning: Function parameter or member 'hash' not described in 'insert_node' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/replay.c:436: warning: Function parameter or member 'hash' not described in 'insert_dent' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/watchdog/pcwd_usb.c:586: warning: Function parameter or member 'usb_pcwd' not described in 'usb_pcwd_delete' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/watchdog/pcwd_usb.c:601: warning: Function parameter or member 'interface' not described in 'usb_pcwd_probe' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/watchdog/pcwd_usb.c:601: warning: Function parameter or member 'id' not described in 'usb_pcwd_probe' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/watchdog/pcwd_usb.c:770: warning: Function parameter or member 'interface' not described in 'usb_pcwd_disconnect' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:5146: warning: Function parameter or member 'reset_context' not described in 'amdgpu_device_gpu_recover' | |
@@ -5895,49 +5894,43 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:5146: warning: Function parameter or member 'reset_context' not described in 'amdgpu_device_gpu_recover' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/compress.c:103: warning: Function parameter or member 'c' not described in 'ubifs_compress' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/compress.c:155: warning: Function parameter or member 'c' not described in 'ubifs_decompress' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/lpt.c:1938: warning: Function parameter or member 'ptr' not described in 'lpt_scan_node' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-mxs.c:131: warning: Function parameter or member 'timing0' not described in 'mxs_i2c_dev' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-mxs.c:131: warning: Function parameter or member 'timing1' not described in 'mxs_i2c_dev' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-mxs.c:131: warning: Function parameter or member 'timing2' not described in 'mxs_i2c_dev' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-mxs.c:131: warning: Function parameter or member 'dmach' not described in 'mxs_i2c_dev' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-mxs.c:131: warning: Function parameter or member 'pio_data' not described in 'mxs_i2c_dev' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-mxs.c:131: warning: Function parameter or member 'addr_data' not described in 'mxs_i2c_dev' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-mxs.c:131: warning: Function parameter or member 'sg_io' not described in 'mxs_i2c_dev' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-mxs.c:131: warning: Function parameter or member 'dma_read' not described in 'mxs_i2c_dev' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/thermal/cpuidle_cooling.c:151: warning: cannot understand function prototype: 'struct thermal_cooling_device_ops cpuidle_cooling_ops = ' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/input/rmi4/rmi_bus.c:300: warning: expecting prototype for rmi_register_function_handler(). Prototype was for __rmi_register_function_handler() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/auth.c:31: warning: expecting prototype for ubifs_node_calc_hash(). Prototype was for __ubifs_node_calc_hash() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/thermal/rockchip_thermal.c:64: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * The max sensors is two in rockchip SoCs. | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/thermal/rockchip_thermal.c:179: warning: expecting prototype for TSADC Sensor Register description(). Prototype was for TSADCV2_USER_CON() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/thermal/rockchip_thermal.c:1342: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * Reset TSADC Controller, reset all tsadc registers. | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c:683: warning: Function parameter or member 'unlocked' not described in 'amdgpu_vm_pt_free_dfs' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-rk3x.c:242: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * Generate a START condition, which triggers a REG_INT_START interrupt. | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-rk3x.c:261: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * Generate a STOP condition, which triggers a REG_INT_STOP interrupt. | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-rk3x.c:304: warning: Function parameter or member 'i2c' not described in 'rk3x_i2c_prepare_read' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-rk3x.c:304: warning: expecting prototype for Setup a read according to i2c(). Prototype was for rk3x_i2c_prepare_read() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-rk3x.c:335: warning: Function parameter or member 'i2c' not described in 'rk3x_i2c_fill_transmit_buf' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-rk3x.c:335: warning: expecting prototype for Fill the transmit buffer with data from i2c(). Prototype was for rk3x_i2c_fill_transmit_buf() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-rk3x.c:535: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * Get timing values of I2C specification | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-rk3x.c:552: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * Calculate divider values for desired SCL frequency | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-rk3x.c:713: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * Calculate timing values for desired SCL frequency | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-rk3x.c:963: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * Setup I2C registers for an I2C operation specified by msgs, num. | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c:129:6: warning: no previous prototype for 'amdgpu_ucode_print_imu_hdr' [-Wmissing-prototypes] | |
- 129 | void amdgpu_ucode_print_imu_hdr(const struct common_firmware_header *hdr) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/rtc/rtc-omap.c:410:5: warning: no previous prototype for 'omap_rtc_power_off_program' [-Wmissing-prototypes] | |
- 410 | int omap_rtc_power_off_program(struct device *dev) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/rtc/rtc-omap.c:411: warning: Function parameter or member 'dev' not described in 'omap_rtc_power_off_program' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/thermal/mtk_thermal.c:562: warning: expecting prototype for raw_to_mcelsius(). Prototype was for raw_to_mcelsius_v1() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fuse/dev.c:212: warning: Function parameter or member 'fiq' not described in 'fuse_dev_wake_and_unlock' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fuse/dev.c:212: warning: expecting prototype for A new request is available, wake fiq(). Prototype was for fuse_dev_wake_and_unlock() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fuse/dir.c:149: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * Mark the attributes as stale due to an atime change. Avoid the invalidate if | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/buildid.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/module.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlegacy/4965-mac.c:18: | |
+In function 'fortify_memcpy_chk', | |
+ inlined from 'il4965_hdl_alive' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlegacy/4965-mac.c:4023:3: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
+ 522 | __read_overflow2_field(q_size_field, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/usb/host/xhci.c:1478: warning: Function parameter or member 'desc' not described in 'xhci_get_endpoint_index' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mfd/Makefile: rsmu_core.o is added to multiple modules: rsmu-i2c rsmu-spi | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/spinlock.h:63, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mmzone.h:8, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/gfp.h:7, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/slab.h:15, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intersil/hostap/hostap_ioctl.c:4: | |
+In function 'strncpy', | |
+ inlined from 'prism2_ioctl_get_encryption' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intersil/hostap/hostap_ioctl.c:3633:3: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' specified bound 16 equals destination size [-Wstringop-truncation] | |
+ 68 | #define __underlying_strncpy __builtin_strncpy | |
+ | ^ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:144:16: note: in expansion of macro '__underlying_strncpy' | |
+ 144 | return __underlying_strncpy(p, q, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/journal.c:1221: warning: Function parameter or member 'old_inode' not described in 'ubifs_jnl_rename' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/journal.c:1221: warning: Function parameter or member 'old_nm' not described in 'ubifs_jnl_rename' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/journal.c:1221: warning: Function parameter or member 'new_inode' not described in 'ubifs_jnl_rename' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/journal.c:1221: warning: Function parameter or member 'new_nm' not described in 'ubifs_jnl_rename' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/journal.c:1221: warning: Function parameter or member 'whiteout' not described in 'ubifs_jnl_rename' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/journal.c:1221: warning: Excess function parameter 'old_dentry' description in 'ubifs_jnl_rename' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/journal.c:1221: warning: Excess function parameter 'new_dentry' description in 'ubifs_jnl_rename' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/dsa/ocelot/Makefile: felix.o is added to multiple modules: mscc_felix mscc_seville | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/file.c:1375: warning: Function parameter or member 'time' not described in 'ubifs_update_time' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/file.c:1375: warning: Function parameter or member 'flags' not described in 'ubifs_update_time' | |
@@ -5955,5 +5947,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/thermal/uniphier_thermal.c:26: warning: expecting prototype for uniphier_thermal.c(). Prototype was for PVTCTLEN() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fuse/file.c:656: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * In case of short read, the caller sets 'pos' to the position of | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-tegra.c:297: warning: Function parameter or member 'dma_dev' not described in 'tegra_i2c_dev' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/elx/libefc_sli/sli4.c:13: warning: cannot understand function prototype: 'struct sli4_asic_entry_t sli4_asic_table[] = ' | |
@@ -5980,6 +5968,15 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/watchdog/mlx_wdt.c:55: warning: Function parameter or member 'regmap_val_sz' not described in 'mlxreg_wdt' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/watchdog/mlx_wdt.c:55: warning: Function parameter or member 'wdt_type' not described in 'mlxreg_wdt' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fuse/cuse.c:272: warning: expecting prototype for cuse_parse_dev_info(). Prototype was for cuse_parse_devinfo() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fuse/cuse.c:319: warning: Function parameter or member 'fm' not described in 'cuse_process_init_reply' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fuse/cuse.c:319: warning: Function parameter or member 'args' not described in 'cuse_process_init_reply' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fuse/cuse.c:319: warning: Function parameter or member 'error' not described in 'cuse_process_init_reply' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/io.c:497: warning: expecting prototype for wbuf_timer_callback(). Prototype was for wbuf_timer_callback_nolock() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/io.c:513: warning: expecting prototype for new_wbuf_timer(). Prototype was for new_wbuf_timer_nolock() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/io.c:538: warning: expecting prototype for cancel_wbuf_timer(). Prototype was for cancel_wbuf_timer_nolock() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c:683: warning: Function parameter or member 'unlocked' not described in 'amdgpu_vm_pt_free_dfs' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/replay.c:61: warning: Function parameter or member 'hash' not described in 'replay_entry' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/replay.c:387: warning: Function parameter or member 'hash' not described in 'insert_node' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/replay.c:436: warning: Function parameter or member 'hash' not described in 'insert_dent' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/input/misc/cpcap-pwrbutton.c:2: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * CPCAP Power Button Input Driver | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c:129:6: warning: no previous prototype for 'amdgpu_ucode_print_imu_hdr' [-Wmissing-prototypes] | |
+ 129 | void amdgpu_ucode_print_imu_hdr(const struct common_firmware_header *hdr) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/Makefile: lio_ethtool.o is added to multiple modules: liquidio liquidio_vf | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/compress.c:103: warning: Function parameter or member 'c' not described in 'ubifs_compress' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/compress.c:155: warning: Function parameter or member 'c' not described in 'ubifs_decompress' | |
@@ -6002,36 +5998,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/core.c:1989: warning: Function parameter or member 'opp_table' not described in '_opp_set_supported_hw' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/core.c:1989: warning: Excess function parameter 'dev' description in '_opp_set_supported_hw' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/core.c:2032: warning: Function parameter or member 'opp_table' not described in '_opp_set_prop_name' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/core.c:2032: warning: Excess function parameter 'dev' description in '_opp_set_prop_name' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/core.c:2073: warning: Function parameter or member 'opp_table' not described in '_opp_set_regulators' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/core.c:2073: warning: Excess function parameter 'count' description in '_opp_set_regulators' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/core.c:2177: warning: Function parameter or member 'opp_table' not described in '_opp_set_clknames' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/core.c:2177: warning: Function parameter or member 'config_clks' not described in '_opp_set_clknames' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/core.c:2275: warning: Function parameter or member 'opp_table' not described in '_opp_set_config_regulators_helper' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/core.c:2339: warning: Function parameter or member 'opp_table' not described in '_opp_attach_genpd' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/core.c:2566: warning: Function parameter or member 'token' not described in 'dev_pm_opp_clear_config' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/core.c:2566: warning: Excess function parameter 'opp_table' description in 'dev_pm_opp_clear_config' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/cpu.c:45: warning: Function parameter or member 'opp_table' not described in 'dev_pm_opp_init_cpufreq_table' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/cpu.c:45: warning: Excess function parameter 'table' description in 'dev_pm_opp_init_cpufreq_table' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/cpu.c:98: warning: Function parameter or member 'opp_table' not described in 'dev_pm_opp_free_cpufreq_table' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/opp/cpu.c:98: warning: Excess function parameter 'table' description in 'dev_pm_opp_free_cpufreq_table' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/overlayfs/util.c:754: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * Caller must hold a reference to inode to prevent it from being freed while | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mfd/Makefile: rsmu_core.o is added to multiple modules: rsmu-i2c rsmu-spi | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/acl.c:8: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
- 86 | static const int num_kmod_keyword_mask_map = (int) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/Makefile: lio_ethtool.o is added to multiple modules: liquidio liquidio_vf | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/file.c:13: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
- 86 | static const int num_kmod_keyword_mask_map = (int) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/sound/soc/samsung/s3c24xx_simtec_hermes.c:60: warning: Function parameter or member 'rtd' not described in 'simtec_hermes_init' | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-cache.c:8: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
- 86 | static const int num_kmod_keyword_mask_map = (int) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
@@ -6038,0 +6000,2 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/Makefile: request_manager.o is added to multiple modules: liquidio liquidio_vf | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/lpt.c:1938: warning: Function parameter or member 'ptr' not described in 'lpt_scan_node' | |
@@ -6059,18 +6022,22 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/sound/soc/samsung/s3c24xx_simtec_tlv320aic23.c:49: warning: Function parameter or member 'rtd' not described in 'simtec_tlv320aic23_init' | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-utils.c:9: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
- 86 | static const int num_kmod_keyword_mask_map = (int) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/mpt3sas/mpt3sas_base.c:5494: warning: Function parameter or member 'sas_addr' not described in 'mpt3sas_atto_get_sas_addr' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/Makefile: request_manager.o is added to multiple modules: liquidio liquidio_vf | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/xattr.c:13: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
- 86 | static const int num_kmod_keyword_mask_map = (int) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/dcache.c:12: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
- 86 | static const int num_kmod_keyword_mask_map = (int) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/rcupdate.h:29, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/rculist.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/pid.h:5, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/sched.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/ratelimit.h:6, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/dev_printk.h:16, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/device.h:15, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i3c/master.c:10: | |
+In function 'strncpy', | |
+ inlined from 'i3c_master_i2c_adapter_init' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i3c/master.c:2295:2, | |
+ inlined from 'i3c_master_register' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i3c/master.c:2664:8: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' specified bound 48 equals destination size [-Wstringop-truncation] | |
+ 68 | #define __underlying_strncpy __builtin_strncpy | |
+ | ^ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:144:16: note: in expansion of macro '__underlying_strncpy' | |
+ 144 | return __underlying_strncpy(p, q, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~ | |
@@ -6078,5 +6044,0 @@ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/inode.c:15: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
- 86 | static const int num_kmod_keyword_mask_map = (int) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
@@ -6084,10 +6045,0 @@ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-sysfs.c:146: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
- 86 | static const int num_kmod_keyword_mask_map = (int) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-mod.c:11: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
- 86 | static const int num_kmod_keyword_mask_map = (int) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
@@ -6124,12 +6075,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/isdn/capi/capiutil.c: In function 'bufprint': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/isdn/capi/capiutil.c:394:9: warning: function 'bufprint' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
- 394 | n = vsnprintf(cdb->p, r, fmt, f); | |
- | ^ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/isdn/capi/capiutil.c:416:17: warning: function 'bufprint' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
- 416 | n = vsnprintf(cdb->p, r, fmt, f); | |
- | ^ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/super.c:8: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
- 86 | static const int num_kmod_keyword_mask_map = (int) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
@@ -6137,5 +6076,0 @@ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/devorangefs-req.c:11: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
- 86 | static const int num_kmod_keyword_mask_map = (int) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
@@ -6144,91 +6078,0 @@ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/namei.c:12: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
- 86 | static const int num_kmod_keyword_mask_map = (int) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/Makefile: octeon_mailbox.o is added to multiple modules: liquidio liquidio_vf | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/symlink.c:8: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
- 86 | static const int num_kmod_keyword_mask_map = (int) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/Makefile: octeon_mem_ops.o is added to multiple modules: liquidio liquidio_vf | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/dir.c:6: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
- 86 | static const int num_kmod_keyword_mask_map = (int) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/spinlock.h:63, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait.h:9, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait_bit.h:8, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fs.h:6, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/highmem.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bvec.h:10, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/skbuff.h:17, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/if_ether.h:19, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/etherdevice.h:20, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/ath/wil6210/txrx.c:7: | |
-In function 'fortify_memcpy_chk', | |
- inlined from 'wil_rx_crypto_check' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/ath/wil6210/txrx.c:684:2: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
- 522 | __read_overflow2_field(q_size_field, size); | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/Makefile: octeon_droq.o is added to multiple modules: liquidio liquidio_vf | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-bufmap.c:7: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
- 86 | static const int num_kmod_keyword_mask_map = (int) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/spinlock.h:63, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait.h:9, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait_bit.h:8, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fs.h:6, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/highmem.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bvec.h:10, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/skbuff.h:17, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/if_ether.h:19, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/etherdevice.h:20, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/ath/wil6210/txrx_edma.c:6: | |
-In function 'fortify_memcpy_chk', | |
- inlined from 'wil_rx_crypto_check_edma' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/ath/wil6210/txrx_edma.c:566:2: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
- 522 | __read_overflow2_field(q_size_field, size); | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/Makefile: octeon_nic.o is added to multiple modules: liquidio liquidio_vf | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/waitqueue.c:16: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
- 86 | static const int num_kmod_keyword_mask_map = (int) | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/mpi3mr/mpi3mr_app.c:949: warning: Function parameter or member 'reply_payload_rcv_len' not described in 'mpi3mr_bsg_process_mpt_cmds' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/mpi3mr/mpi3mr_app.c:1489: warning: Function parameter or member 'mrioc' not described in 'mpi3mr_bsg_exit' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/mpi3mr/mpi3mr_app.c:1523: warning: Function parameter or member 'mrioc' not described in 'mpi3mr_bsg_init' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/mpi3mr/mpi3mr_transport.c:1029: warning: Function parameter or member 'port_id' not described in 'mpi3mr_get_hba_port_by_id' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/clk/clkdev.c: In function 'vclkdev_alloc': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/clk/clkdev.c:173:17: warning: function 'vclkdev_alloc' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
- 173 | vscnprintf(cla->dev_id, sizeof(cla->dev_id), dev_fmt, ap); | |
- | ^~~~~~~~~~ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/spinlock.h:63, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mmzone.h:8, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/gfp.h:7, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/bnx2i/bnx2i_hwi.c:17: | |
-In function 'fortify_memcpy_chk', | |
- inlined from 'bnx2i_process_login_resp.isra' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/bnx2i/bnx2i_hwi.c:1460:2: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
- 522 | __read_overflow2_field(q_size_field, size); | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
@@ -6236,5 +6080,4 @@ | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_brcmsmac_msg.h:82, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_events.h:38, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_events.c:22: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h: In function 'trace_event_get_offsets_brcms_dbg': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:261:16: warning: function 'trace_event_get_offsets_brcms_dbg' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/tracepoint.h:133, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/tracepoint.c:12: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function 'trace_event_get_offsets_brcmf_err': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:261:16: warning: function 'trace_event_get_offsets_brcmf_err' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
@@ -6246,2 +6089,2 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:59:1: note: in expansion of macro 'TRACE_EVENT' | |
- 59 | TRACE_EVENT(brcms_dbg, | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:31:1: note: in expansion of macro 'TRACE_EVENT' | |
+ 31 | TRACE_EVENT(brcmf_err, | |
@@ -6249,2 +6092,12 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h: In function 'trace_event_raw_event_brcms_dbg': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:386:16: warning: function 'trace_event_raw_event_brcms_dbg' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function 'trace_event_get_offsets_brcmf_dbg': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:261:16: warning: function 'trace_event_get_offsets_brcmf_dbg' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
+ 261 | struct trace_event_raw_##call __maybe_unused *entry; \ | |
+ | ^~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' | |
+ 40 | DECLARE_EVENT_CLASS(name, \ | |
+ | ^~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:45:1: note: in expansion of macro 'TRACE_EVENT' | |
+ 45 | TRACE_EVENT(brcmf_dbg, | |
+ | ^~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function 'trace_event_raw_event_brcmf_err': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:386:16: warning: function 'trace_event_raw_event_brcmf_err' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
@@ -6256,2 +6109,12 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:59:1: note: in expansion of macro 'TRACE_EVENT' | |
- 59 | TRACE_EVENT(brcms_dbg, | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:31:1: note: in expansion of macro 'TRACE_EVENT' | |
+ 31 | TRACE_EVENT(brcmf_err, | |
+ | ^~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function 'trace_event_raw_event_brcmf_dbg': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:386:16: warning: function 'trace_event_raw_event_brcmf_dbg' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
+ 386 | struct trace_event_raw_##call *entry; \ | |
+ | ^~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' | |
+ 40 | DECLARE_EVENT_CLASS(name, \ | |
+ | ^~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:45:1: note: in expansion of macro 'TRACE_EVENT' | |
+ 45 | TRACE_EVENT(brcmf_dbg, | |
@@ -6261,2 +6124,2 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h: In function 'perf_trace_brcms_dbg': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/thread_info.h:24:40: warning: function 'perf_trace_brcms_dbg' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function 'perf_trace_brcmf_err': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/thread_info.h:24:40: warning: function 'perf_trace_brcmf_err' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
@@ -6295,14 +6157,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:59:1: note: in expansion of macro 'TRACE_EVENT' | |
- 59 | TRACE_EVENT(brcms_dbg, | |
- | ^~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/cpuidle/governors/ladder.c:54: warning: Function parameter or member 'dev' not described in 'ladder_do_selection' | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/define_trace.h:102, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/tracepoint.h:133, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/tracepoint.c:12: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function 'trace_event_get_offsets_brcmf_err': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:261:16: warning: function 'trace_event_get_offsets_brcmf_err' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
- 261 | struct trace_event_raw_##call __maybe_unused *entry; \ | |
- | ^~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' | |
- 40 | DECLARE_EVENT_CLASS(name, \ | |
- | ^~~~~~~~~~~~~~~~~~~ | |
@@ -6312,4 +6161,31 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function 'trace_event_get_offsets_brcmf_dbg': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:261:16: warning: function 'trace_event_get_offsets_brcmf_dbg' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
- 261 | struct trace_event_raw_##call __maybe_unused *entry; \ | |
- | ^~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function 'perf_trace_brcmf_dbg': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/thread_info.h:24:40: warning: function 'perf_trace_brcmf_dbg' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
+ 24 | #define current_thread_info() ((struct thread_info *)current) | |
+ | ^~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/compiler-gcc.h:35:33: note: in definition of macro 'RELOC_HIDE' | |
+ 35 | (typeof(ptr)) (__ptr + (off)); \ | |
+ | ^~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/asm-generic/percpu.h:44:31: note: in expansion of macro 'SHIFT_PERCPU_PTR' | |
+ 44 | #define arch_raw_cpu_ptr(ptr) SHIFT_PERCPU_PTR(ptr, __my_cpu_offset) | |
+ | ^~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/asm-generic/percpu.h:31:25: note: in expansion of macro 'per_cpu_offset' | |
+ 31 | #define __my_cpu_offset per_cpu_offset(raw_smp_processor_id()) | |
+ | ^~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/arch/riscv/include/asm/smp.h:63:33: note: in expansion of macro 'current_thread_info' | |
+ 63 | #define raw_smp_processor_id() (current_thread_info()->cpu) | |
+ | ^~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/asm-generic/percpu.h:31:40: note: in expansion of macro 'raw_smp_processor_id' | |
+ 31 | #define __my_cpu_offset per_cpu_offset(raw_smp_processor_id()) | |
+ | ^~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/asm-generic/percpu.h:44:53: note: in expansion of macro '__my_cpu_offset' | |
+ 44 | #define arch_raw_cpu_ptr(ptr) SHIFT_PERCPU_PTR(ptr, __my_cpu_offset) | |
+ | ^~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/percpu-defs.h:242:9: note: in expansion of macro 'arch_raw_cpu_ptr' | |
+ 242 | arch_raw_cpu_ptr(ptr); \ | |
+ | ^~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/percpu-defs.h:252:27: note: in expansion of macro 'raw_cpu_ptr' | |
+ 252 | #define this_cpu_ptr(ptr) raw_cpu_ptr(ptr) | |
+ | ^~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/perf.h:77:16: note: in expansion of macro 'this_cpu_ptr' | |
+ 77 | head = this_cpu_ptr(event_call->perf_events); \ | |
+ | ^~~~~~~~~~~~ | |
@@ -6322,3 +6198,11 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function 'trace_event_raw_event_brcmf_err': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:386:16: warning: function 'trace_event_raw_event_brcmf_err' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
- 386 | struct trace_event_raw_##call *entry; \ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/Makefile: octeon_mailbox.o is added to multiple modules: liquidio liquidio_vf | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/ubifs/auth.c:31: warning: expecting prototype for ubifs_node_calc_hash(). Prototype was for __ubifs_node_calc_hash() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/Makefile: octeon_mem_ops.o is added to multiple modules: liquidio liquidio_vf | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/Makefile: octeon_droq.o is added to multiple modules: liquidio liquidio_vf | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/define_trace.h:102, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_brcmsmac_msg.h:82, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_events.h:38, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmsmac/brcms_trace_events.c:22: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h: In function 'trace_event_get_offsets_brcms_dbg': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:261:16: warning: function 'trace_event_get_offsets_brcms_dbg' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
+ 261 | struct trace_event_raw_##call __maybe_unused *entry; \ | |
@@ -6329,2 +6213,2 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:31:1: note: in expansion of macro 'TRACE_EVENT' | |
- 31 | TRACE_EVENT(brcmf_err, | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:59:1: note: in expansion of macro 'TRACE_EVENT' | |
+ 59 | TRACE_EVENT(brcms_dbg, | |
@@ -6332,2 +6216,2 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function 'trace_event_raw_event_brcmf_dbg': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:386:16: warning: function 'trace_event_raw_event_brcmf_dbg' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h: In function 'trace_event_raw_event_brcms_dbg': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:386:16: warning: function 'trace_event_raw_event_brcms_dbg' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
@@ -6339,2 +6223,2 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:45:1: note: in expansion of macro 'TRACE_EVENT' | |
- 45 | TRACE_EVENT(brcmf_dbg, | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:59:1: note: in expansion of macro 'TRACE_EVENT' | |
+ 59 | TRACE_EVENT(brcms_dbg, | |
@@ -6344,2 +6228,2 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function 'perf_trace_brcmf_err': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/thread_info.h:24:40: warning: function 'perf_trace_brcmf_err' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h: In function 'perf_trace_brcms_dbg': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/thread_info.h:24:40: warning: function 'perf_trace_brcms_dbg' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
@@ -6378,2 +6262,2 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:31:1: note: in expansion of macro 'TRACE_EVENT' | |
- 31 | TRACE_EVENT(brcmf_err, | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmsmac/./brcms_trace_brcmsmac_msg.h:59:1: note: in expansion of macro 'TRACE_EVENT' | |
+ 59 | TRACE_EVENT(brcms_dbg, | |
@@ -6381,2 +6265,153 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h: In function 'perf_trace_brcmf_dbg': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/thread_info.h:24:40: warning: function 'perf_trace_brcmf_dbg' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/Makefile: octeon_nic.o is added to multiple modules: liquidio liquidio_vf | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/elx/libefc_sli/sli4.c:13: warning: cannot understand function prototype: 'struct sli4_asic_entry_t sli4_asic_table[] = ' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-axxia.c:135: warning: cannot understand function prototype: 'struct axxia_i2c_dev ' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-axxia.c:172: warning: Function parameter or member 'ns' not described in 'ns_to_clk' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-axxia.c:172: warning: Function parameter or member 'clk_mhz' not described in 'ns_to_clk' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-axxia.c:271: warning: Function parameter or member 'idev' not described in 'axxia_i2c_empty_rx_fifo' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-axxia.c:303: warning: Function parameter or member 'idev' not described in 'axxia_i2c_fill_tx_fifo' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fuse/dev.c:212: warning: Function parameter or member 'fiq' not described in 'fuse_dev_wake_and_unlock' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fuse/dev.c:212: warning: expecting prototype for A new request is available, wake fiq(). Prototype was for fuse_dev_wake_and_unlock() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-cadence.c:218: warning: Function parameter or member 'rinfo' not described in 'cdns_i2c' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fuse/dir.c:149: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * Mark the attributes as stale due to an atime change. Avoid the invalidate if | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fuse/file.c:656: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * In case of short read, the caller sets 'pos' to the position of | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fuse/cuse.c:272: warning: expecting prototype for cuse_parse_dev_info(). Prototype was for cuse_parse_devinfo() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fuse/cuse.c:319: warning: Function parameter or member 'fm' not described in 'cuse_process_init_reply' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fuse/cuse.c:319: warning: Function parameter or member 'args' not described in 'cuse_process_init_reply' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/fuse/cuse.c:319: warning: Function parameter or member 'error' not described in 'cuse_process_init_reply' | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/spinlock.h:63, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/swait.h:7, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/completion.h:12, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/marvell/mwifiex/main.h:11, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/marvell/mwifiex/tdls.c:19: | |
+In function 'fortify_memcpy_chk', | |
+ inlined from 'mwifiex_construct_tdls_action_frame.constprop' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/marvell/mwifiex/tdls.c:765:3: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
+ 522 | __read_overflow2_field(q_size_field, size); | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/overlayfs/util.c:754: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * Caller must hold a reference to inode to prevent it from being freed while | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/input/rmi4/rmi_bus.c:300: warning: expecting prototype for rmi_register_function_handler(). Prototype was for __rmi_register_function_handler() instead | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/acl.c:8: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
+ 86 | static const int num_kmod_keyword_mask_map = (int) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/file.c:13: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
+ 86 | static const int num_kmod_keyword_mask_map = (int) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-cache.c:8: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
+ 86 | static const int num_kmod_keyword_mask_map = (int) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-utils.c:9: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
+ 86 | static const int num_kmod_keyword_mask_map = (int) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/xattr.c:13: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
+ 86 | static const int num_kmod_keyword_mask_map = (int) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/dcache.c:12: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
+ 86 | static const int num_kmod_keyword_mask_map = (int) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-mxs.c:131: warning: Function parameter or member 'timing0' not described in 'mxs_i2c_dev' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-mxs.c:131: warning: Function parameter or member 'timing1' not described in 'mxs_i2c_dev' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-mxs.c:131: warning: Function parameter or member 'timing2' not described in 'mxs_i2c_dev' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-mxs.c:131: warning: Function parameter or member 'dmach' not described in 'mxs_i2c_dev' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-mxs.c:131: warning: Function parameter or member 'pio_data' not described in 'mxs_i2c_dev' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-mxs.c:131: warning: Function parameter or member 'addr_data' not described in 'mxs_i2c_dev' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-mxs.c:131: warning: Function parameter or member 'sg_io' not described in 'mxs_i2c_dev' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-mxs.c:131: warning: Function parameter or member 'dma_read' not described in 'mxs_i2c_dev' | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-sysfs.c:146: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
+ 86 | static const int num_kmod_keyword_mask_map = (int) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/inode.c:15: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
+ 86 | static const int num_kmod_keyword_mask_map = (int) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-mod.c:11: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
+ 86 | static const int num_kmod_keyword_mask_map = (int) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/super.c:8: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
+ 86 | static const int num_kmod_keyword_mask_map = (int) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/namei.c:12: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
+ 86 | static const int num_kmod_keyword_mask_map = (int) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/devorangefs-req.c:11: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
+ 86 | static const int num_kmod_keyword_mask_map = (int) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/symlink.c:8: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
+ 86 | static const int num_kmod_keyword_mask_map = (int) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/mpt3sas/mpt3sas_base.c:5494: warning: Function parameter or member 'sas_addr' not described in 'mpt3sas_atto_get_sas_addr' | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/dir.c:6: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
+ 86 | static const int num_kmod_keyword_mask_map = (int) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-bufmap.c:7: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
+ 86 | static const int num_kmod_keyword_mask_map = (int) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/protocol.h:287, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/waitqueue.c:16: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/orangefs/orangefs-debug.h:86:18: warning: 'num_kmod_keyword_mask_map' defined but not used [-Wunused-const-variable=] | |
+ 86 | static const int num_kmod_keyword_mask_map = (int) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/define_trace.h:102, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlwifi/iwl-devtrace-msg.h:71, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlwifi/iwl-devtrace.h:91, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlwifi/iwl-devtrace.c:15: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h: In function 'trace_event_get_offsets_iwlwifi_dbg': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:261:16: warning: function 'trace_event_get_offsets_iwlwifi_dbg' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
+ 261 | struct trace_event_raw_##call __maybe_unused *entry; \ | |
+ | ^~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' | |
+ 40 | DECLARE_EVENT_CLASS(name, \ | |
+ | ^~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h:49:1: note: in expansion of macro 'TRACE_EVENT' | |
+ 49 | TRACE_EVENT(iwlwifi_dbg, | |
+ | ^~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h: In function 'trace_event_raw_event_iwlwifi_dbg': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:386:16: warning: function 'trace_event_raw_event_iwlwifi_dbg' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
+ 386 | struct trace_event_raw_##call *entry; \ | |
+ | ^~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' | |
+ 40 | DECLARE_EVENT_CLASS(name, \ | |
+ | ^~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h:49:1: note: in expansion of macro 'TRACE_EVENT' | |
+ 49 | TRACE_EVENT(iwlwifi_dbg, | |
+ | ^~~~~~~~~~~ | |
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/compiler_types.h:100, | |
+ from <command-line>: | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h: In function 'perf_trace_iwlwifi_dbg': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/thread_info.h:24:40: warning: function 'perf_trace_iwlwifi_dbg' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
@@ -6415,2 +6450,2 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/broadcom/brcm80211/brcmfmac/./tracepoint.h:45:1: note: in expansion of macro 'TRACE_EVENT' | |
- 45 | TRACE_EVENT(brcmf_dbg, | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h:49:1: note: in expansion of macro 'TRACE_EVENT' | |
+ 49 | TRACE_EVENT(iwlwifi_dbg, | |
@@ -6418,140 +6453,16 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c:270: warning: Function parameter or member 'vmhub' not described in 'gmc_v11_0_flush_gpu_tlb' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c:270: warning: Function parameter or member 'flush_type' not described in 'gmc_v11_0_flush_gpu_tlb' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c:310: warning: Function parameter or member 'flush_type' not described in 'gmc_v11_0_flush_gpu_tlb_pasid' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c:310: warning: Function parameter or member 'all_hub' not described in 'gmc_v11_0_flush_gpu_tlb_pasid' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/ih_v6_0.c:392: warning: Function parameter or member 'ih' not described in 'ih_v6_0_get_wptr' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/ih_v6_0.c:432: warning: Function parameter or member 'ih' not described in 'ih_v6_0_irq_rearm' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/ih_v6_0.c:458: warning: Function parameter or member 'ih' not described in 'ih_v6_0_set_rptr' | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/spinlock.h:63, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait.h:9, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mempool.h:8, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bio.h:8, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/md/dm-log-userspace-base.c:7: | |
-In function 'strncpy', | |
- inlined from 'userspace_ctr' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/md/dm-log-userspace-base.c:226:2: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' specified bound 129 equals destination size [-Wstringop-truncation] | |
- 68 | #define __underlying_strncpy __builtin_strncpy | |
- | ^ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:144:16: note: in expansion of macro '__underlying_strncpy' | |
- 144 | return __underlying_strncpy(p, q, size); | |
- | ^~~~~~~~~~~~~~~~~~~~ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/spinlock.h:63, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait.h:9, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/wait_bit.h:8, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fs.h:6, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/highmem.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bvec.h:10, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/blk_types.h:10, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/blkdev.h:9, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/md/persistent-data/dm-block-manager.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/md/dm-cache-block-types.h:10, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/md/dm-cache-metadata.h:10, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/md/dm-cache-metadata.c:7: | |
-In function 'strncpy', | |
- inlined from 'write_hints' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/md/dm-cache-metadata.c:1721:2: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' specified bound 16 equals destination size [-Wstringop-truncation] | |
- 68 | #define __underlying_strncpy __builtin_strncpy | |
- | ^ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:144:16: note: in expansion of macro '__underlying_strncpy' | |
- 144 | return __underlying_strncpy(p, q, size); | |
- | ^~~~~~~~~~~~~~~~~~~~ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/spinlock.h:63, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mmzone.h:8, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/gfp.h:7, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/slab.h:15, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intersil/hostap/hostap_ioctl.c:4: | |
-In function 'strncpy', | |
- inlined from 'prism2_ioctl_get_encryption' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intersil/hostap/hostap_ioctl.c:3633:3: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' specified bound 16 equals destination size [-Wstringop-truncation] | |
- 68 | #define __underlying_strncpy __builtin_strncpy | |
- | ^ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:144:16: note: in expansion of macro '__underlying_strncpy' | |
- 144 | return __underlying_strncpy(p, q, size); | |
- | ^~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/freescale/enetc/Makefile: enetc.o is added to multiple modules: fsl-enetc fsl-enetc-vf | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/freescale/enetc/Makefile: enetc_cbdr.o is added to multiple modules: fsl-enetc fsl-enetc-vf | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/freescale/enetc/Makefile: enetc_ethtool.o is added to multiple modules: fsl-enetc fsl-enetc-vf | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/buildid.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/module.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/bluetooth/bnep/core.c:28: | |
-In function 'fortify_memcpy_chk', | |
- inlined from '__skb_put_data' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/skbuff.h:2559:2, | |
- inlined from 'bnep_rx_frame.isra' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/bluetooth/bnep/core.c:388:3: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
- 522 | __read_overflow2_field(q_size_field, size); | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/buildid.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/module.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlegacy/4965-mac.c:18: | |
-In function 'fortify_memcpy_chk', | |
- inlined from 'il4965_hdl_alive' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlegacy/4965-mac.c:4023:3: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
- 522 | __read_overflow2_field(q_size_field, size); | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:271: warning: Function parameter or member 'job' not described in 'sdma_v6_0_ring_emit_ib' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:271: warning: Function parameter or member 'flags' not described in 'sdma_v6_0_ring_emit_ib' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:305: warning: Excess function parameter 'job' description in 'sdma_v6_0_ring_emit_mem_sync' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:305: warning: Excess function parameter 'ib' description in 'sdma_v6_0_ring_emit_mem_sync' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:360: warning: Function parameter or member 'addr' not described in 'sdma_v6_0_ring_emit_fence' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:360: warning: Function parameter or member 'seq' not described in 'sdma_v6_0_ring_emit_fence' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:360: warning: Function parameter or member 'flags' not described in 'sdma_v6_0_ring_emit_fence' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:360: warning: Excess function parameter 'fence' description in 'sdma_v6_0_ring_emit_fence' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:968: warning: Function parameter or member 'timeout' not described in 'sdma_v6_0_ring_test_ib' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:1096: warning: Function parameter or member 'value' not described in 'sdma_v6_0_vm_write_pte' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:1096: warning: Excess function parameter 'addr' description in 'sdma_v6_0_vm_write_pte' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:1096: warning: Excess function parameter 'flags' description in 'sdma_v6_0_vm_write_pte' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:1148: warning: Function parameter or member 'ring' not described in 'sdma_v6_0_ring_pad_ib' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:1200: warning: Function parameter or member 'vmid' not described in 'sdma_v6_0_ring_emit_vm_flush' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:1200: warning: Function parameter or member 'pd_addr' not described in 'sdma_v6_0_ring_emit_vm_flush' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:1200: warning: Excess function parameter 'vm' description in 'sdma_v6_0_ring_emit_vm_flush' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:1605: warning: Function parameter or member 'ib' not described in 'sdma_v6_0_emit_copy_buffer' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:1605: warning: Function parameter or member 'tmz' not described in 'sdma_v6_0_emit_copy_buffer' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:1605: warning: Excess function parameter 'ring' description in 'sdma_v6_0_emit_copy_buffer' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:1631: warning: Function parameter or member 'ib' not described in 'sdma_v6_0_emit_fill_buffer' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c:1631: warning: Excess function parameter 'ring' description in 'sdma_v6_0_emit_fill_buffer' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c: In function 'amdgpu_mes_ctx_alloc_meta_data': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c:1097:13: warning: variable 'r' set but not used [-Wunused-but-set-variable] | |
- 1097 | int r; | |
- | ^ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c:605: warning: Function parameter or member 'p' not described in 'amdgpu_vce_validate_bo' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/sound/soc/codecs/Makefile: wcd-clsh-v2.o is added to multiple modules: snd-soc-wcd9335 snd-soc-wcd934x snd-soc-wcd938x | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/mmc/host/sdhci-omap.c:3: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
- * SDHCI Controller driver for TI's OMAP SoCs | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/buildid.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/module.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/bluetooth/mgmt.c:27: | |
-In function 'fortify_memcpy_chk', | |
- inlined from 'get_conn_info_complete' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/net/bluetooth/mgmt.c:7274:2: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
- 522 | __read_overflow2_field(q_size_field, size); | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-rk3x.c:242: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * Generate a START condition, which triggers a REG_INT_START interrupt. | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-rk3x.c:261: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * Generate a STOP condition, which triggers a REG_INT_STOP interrupt. | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-rk3x.c:304: warning: Function parameter or member 'i2c' not described in 'rk3x_i2c_prepare_read' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-rk3x.c:304: warning: expecting prototype for Setup a read according to i2c(). Prototype was for rk3x_i2c_prepare_read() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-rk3x.c:335: warning: Function parameter or member 'i2c' not described in 'rk3x_i2c_fill_transmit_buf' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-rk3x.c:335: warning: expecting prototype for Fill the transmit buffer with data from i2c(). Prototype was for rk3x_i2c_fill_transmit_buf() instead | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-rk3x.c:535: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * Get timing values of I2C specification | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-rk3x.c:552: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * Calculate divider values for desired SCL frequency | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-rk3x.c:713: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * Calculate timing values for desired SCL frequency | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-rk3x.c:963: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst | |
+ * Setup I2C registers for an I2C operation specified by msgs, num. | |
@@ -6561,0 +6473,12 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/freescale/enetc/Makefile: enetc.o is added to multiple modules: fsl-enetc fsl-enetc-vf | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/freescale/enetc/Makefile: enetc_cbdr.o is added to multiple modules: fsl-enetc fsl-enetc-vf | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/mpi3mr/mpi3mr_app.c:949: warning: Function parameter or member 'reply_payload_rcv_len' not described in 'mpi3mr_bsg_process_mpt_cmds' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/mpi3mr/mpi3mr_app.c:1489: warning: Function parameter or member 'mrioc' not described in 'mpi3mr_bsg_exit' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/mpi3mr/mpi3mr_app.c:1523: warning: Function parameter or member 'mrioc' not described in 'mpi3mr_bsg_init' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/mpi3mr/mpi3mr_transport.c:1029: warning: Function parameter or member 'port_id' not described in 'mpi3mr_get_hba_port_by_id' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/rtc/rtc-omap.c:410:5: warning: no previous prototype for 'omap_rtc_power_off_program' [-Wmissing-prototypes] | |
+ 410 | int omap_rtc_power_off_program(struct device *dev) | |
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/rtc/rtc-omap.c:411: warning: Function parameter or member 'dev' not described in 'omap_rtc_power_off_program' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/freescale/enetc/Makefile: enetc_ethtool.o is added to multiple modules: fsl-enetc fsl-enetc-vf | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-tegra.c:297: warning: Function parameter or member 'dma_dev' not described in 'tegra_i2c_dev' | |
@@ -6586,16 +6508,0 @@ | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mm_types.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/buildid.h:5, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/module.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/3w-sas.c:53: | |
-In function 'strncpy', | |
- inlined from 'twl_reset_sequence' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/3w-sas.c:1329:3: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' output truncated before terminating nul copying 11 bytes from a string of the same length [-Wstringop-truncation] | |
- 68 | #define __underlying_strncpy __builtin_strncpy | |
- | ^ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:144:16: note: in expansion of macro '__underlying_strncpy' | |
- 144 | return __underlying_strncpy(p, q, size); | |
- | ^~~~~~~~~~~~~~~~~~~~ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
@@ -6605,4 +6512,3 @@ | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/swait.h:7, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/completion.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/marvell/mwifiex/main.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/marvell/mwifiex/tdls.c:19: | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mmzone.h:8, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/gfp.h:7, | |
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/bnx2i/bnx2i_hwi.c:17: | |
@@ -6610 +6516 @@ | |
- inlined from 'mwifiex_construct_tdls_action_frame.constprop' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/marvell/mwifiex/tdls.c:765:3: | |
+ inlined from 'bnx2i_process_login_resp.isra' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/scsi/bnx2i/bnx2i_hwi.c:1460:2: | |
@@ -6641,25 +6546,0 @@ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/string.h:253, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/bitmap.h:11, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/cpumask.h:12, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/smp.h:13, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/lockdep.h:14, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/spinlock.h:63, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/mmzone.h:8, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/gfp.h:7, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/firmware.h:7, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c:26: | |
-In function 'fortify_memcpy_chk', | |
- inlined from 'sienna_cichlid_append_powerplay_table' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c:444:2: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/fortify-string.h:522:25: warning: call to '__read_overflow2_field' declared with attribute warning: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] | |
- 522 | __read_overflow2_field(q_size_field, size); | |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:2381: warning: Function parameter or member 'residency' not described in 'vangogh_get_gfxoff_residency' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:2399: warning: Function parameter or member 'entrycount' not described in 'vangogh_get_gfxoff_entrycount' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/hisilicon/hns3/Makefile: hns3_common/hclge_comm_cmd.o is added to multiple modules: hclge hclgevf | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/hisilicon/hns3/Makefile: hns3_common/hclge_comm_rss.o is added to multiple modules: hclge hclgevf | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/hisilicon/hns3/Makefile: hns3_common/hclge_comm_tqp_stats.o is added to multiple modules: hclge hclgevf | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/firmware/broadcom/bcm47xx_nvram.c:41: warning: Function parameter or member 'nvram' not described in 'bcm47xx_nvram_is_valid' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/firmware/broadcom/bcm47xx_nvram.c:49: warning: Function parameter or member 'nvram_start' not described in 'bcm47xx_nvram_copy' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/firmware/broadcom/bcm47xx_nvram.c:49: warning: Function parameter or member 'res_size' not described in 'bcm47xx_nvram_copy' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/firmware/broadcom/bcm47xx_nvram.c:73: warning: Function parameter or member 'flash_start' not described in 'bcm47xx_nvram_find_and_copy' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/firmware/broadcom/bcm47xx_nvram.c:73: warning: Function parameter or member 'res_size' not described in 'bcm47xx_nvram_find_and_copy' | |
@@ -6669 +6550,20 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/firmware/broadcom/tee_bnxt_fw.c:62: warning: Function parameter or member 'fw_shm_pool' not described in 'tee_bnxt_fw_private' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/hisilicon/hns3/Makefile: hns3_common/hclge_comm_cmd.o is added to multiple modules: hclge hclgevf | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/hisilicon/hns3/Makefile: hns3_common/hclge_comm_rss.o is added to multiple modules: hclge hclgevf | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/ethernet/hisilicon/hns3/Makefile: hns3_common/hclge_comm_tqp_stats.o is added to multiple modules: hclge hclgevf | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c:270: warning: Function parameter or member 'vmhub' not described in 'gmc_v11_0_flush_gpu_tlb' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c:270: warning: Function parameter or member 'flush_type' not described in 'gmc_v11_0_flush_gpu_tlb' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c:310: warning: Function parameter or member 'flush_type' not described in 'gmc_v11_0_flush_gpu_tlb_pasid' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c:310: warning: Function parameter or member 'all_hub' not described in 'gmc_v11_0_flush_gpu_tlb_pasid' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/super.c:121: warning: Function parameter or member 'sb' not described in '__nilfs_error' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/super.c:121: warning: Function parameter or member 'function' not described in '__nilfs_error' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/super.c:121: warning: Function parameter or member 'fmt' not described in '__nilfs_error' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/acr/lsfw.c: In function 'nvkm_acr_lsfw_load_sig_image_desc_v2': | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/acr/lsfw.c:221:21: warning: variable 'loc' set but not used [-Wunused-but-set-variable] | |
+ 221 | u32 loc, sig, cnt, *meta; | |
+ | ^~~ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/btnode.c:175: warning: Function parameter or member 'btnc' not described in 'nilfs_btnode_prepare_change_key' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/btnode.c:175: warning: Function parameter or member 'ctxt' not described in 'nilfs_btnode_prepare_change_key' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/btnode.c:238: warning: Function parameter or member 'btnc' not described in 'nilfs_btnode_commit_change_key' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/btnode.c:238: warning: Function parameter or member 'ctxt' not described in 'nilfs_btnode_commit_change_key' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/btnode.c:278: warning: Function parameter or member 'btnc' not described in 'nilfs_btnode_abort_change_key' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/btnode.c:278: warning: Function parameter or member 'ctxt' not described in 'nilfs_btnode_abort_change_key' | |
@@ -6699,169 +6598,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/clocksource/timer-ti-dm.c:192: warning: Function parameter or member 'val' not described in 'dmtimer_write' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/clocksource/timer-ti-dm.c:192: warning: Excess function parameter 'value' description in 'dmtimer_write' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/clocksource/timer-ti-dm.c:947: warning: Function parameter or member 'cookie' not described in 'omap_dm_timer_set_int_disable' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/clocksource/timer-ti-dm.c:947: warning: Excess function parameter 'timer' description in 'omap_dm_timer_set_int_disable' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/acr/lsfw.c: In function 'nvkm_acr_lsfw_load_sig_image_desc_v2': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/acr/lsfw.c:221:21: warning: variable 'loc' set but not used [-Wunused-but-set-variable] | |
- 221 | u32 loc, sig, cnt, *meta; | |
- | ^~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-interrupts.dtsi:62.25-75.6: Warning (unit_address_vs_reg): /testcase-data/interrupts/interrupts-extended0: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-address.dtsi:12.17-46.5: Warning (unit_address_vs_reg): /testcase-data/address-tests: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:13.35-17.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest100: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:19.35-23.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest101: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:25.31-29.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest0: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:31.31-35.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest1: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:37.31-41.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest2: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:43.31-47.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest3: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:49.31-53.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest5: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:55.31-59.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest6: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:61.31-65.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest7: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:67.31-71.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest8: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:73.41-113.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/i2c-test-bus: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:81.22-85.8: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/i2c-test-bus/test-unittest12: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:87.22-91.8: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/i2c-test-bus/test-unittest13: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:93.22-112.8: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/i2c-test-bus/test-unittest14: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:13.35-17.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest100: simple-bus unit address format error, expected "64" | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:19.35-23.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest101: simple-bus unit address format error, expected "65" | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:25.31-29.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest0: simple-bus unit address format error, expected "0" | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:31.31-35.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest1: simple-bus unit address format error, expected "1" | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:37.31-41.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest2: simple-bus unit address format error, expected "2" | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:43.31-47.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest3: simple-bus unit address format error, expected "3" | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:49.31-53.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest5: simple-bus unit address format error, expected "5" | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:55.31-59.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest6: simple-bus unit address format error, expected "6" | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:61.31-65.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest7: simple-bus unit address format error, expected "7" | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:67.31-71.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest8: simple-bus unit address format error, expected "8" | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:73.41-113.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/i2c-test-bus: simple-bus unit address format error, expected "32" | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay.dtso:22.11-33.4: Warning (unit_address_vs_reg): /fragment@1/__overlay__/ride@100: node has a unit name, but no reg or ranges property | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay.dtso:26.12-28.5: Warning (unit_address_vs_reg): /fragment@1/__overlay__/ride@100/track@30: node has a unit name, but no reg or ranges property | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay.dtso:30.12-32.5: Warning (unit_address_vs_reg): /fragment@1/__overlay__/ride@100/track@40: node has a unit name, but no reg or ranges property | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay.dtso:22.11-33.4: Warning (avoid_unnecessary_addr_size): /fragment@1/__overlay__/ride@100: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay_4.dtso:13.17-17.4: Warning (unit_address_vs_reg): /fragment@0/__overlay__/test-unittest4: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay_10.dtso:13.18-26.4: Warning (unit_address_vs_reg): /fragment@0/__overlay__/test-unittest10: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay_10.dtso:21.20-25.5: Warning (unit_address_vs_reg): /fragment@0/__overlay__/test-unittest10/test-unittest101: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/leds/leds-lm3692x.c:120: warning: Function parameter or member 'boost_ctrl' not described in 'lm3692x_led' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/leds/leds-lm3692x.c:120: warning: Function parameter or member 'brightness_ctrl' not described in 'lm3692x_led' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/leds/leds-lm3692x.c:120: warning: Function parameter or member 'enabled' not described in 'lm3692x_led' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay_11.dtso:13.18-27.4: Warning (unit_address_vs_reg): /fragment@0/__overlay__/test-unittest11: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay_11.dtso:21.20-25.5: Warning (unit_address_vs_reg): /fragment@0/__overlay__/test-unittest11/test-unittest111: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay_15.dtso:10.18-29.4: Warning (unit_address_vs_reg): /fragment@0/__overlay__/test-unittest15: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/firmware/efi/libstub/efi-stub-helper.c:561: warning: Function parameter or member 'out' not described in 'efi_load_initrd' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay_16.dtso:11.18-14.4: Warning (unit_address_vs_reg): /fragment@0/__overlay__/test-unittest16: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay_17.dtso:11.18-14.4: Warning (unit_address_vs_reg): /fragment@0/__overlay__/test-unittest17: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay_18.dtso:11.18-14.4: Warning (unit_address_vs_reg): /fragment@0/__overlay__/test-unittest18: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay_19.dtso:11.18-14.4: Warning (unit_address_vs_reg): /fragment@0/__overlay__/test-unittest19: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay_20.dtso:11.18-14.4: Warning (unit_address_vs_reg): /fragment@0/__overlay__/test-unittest20: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay_gpio_02b.dtso:8.9-15.4: Warning (unit_address_vs_reg): /fragment@0/__overlay__/gpio@2: node has a unit name, but no reg or ranges property | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay_gpio_02b.dtso:5.20-16.3: Warning (avoid_unnecessary_addr_size): /fragment@0/__overlay__: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/firmware/efi/efi.c:176:16: warning: no previous prototype for 'efi_attr_is_visible' [-Wmissing-prototypes] | |
- 176 | umode_t __weak efi_attr_is_visible(struct kobject *kobj, struct attribute *attr, | |
- | ^~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay_gpio_04b.dtso:8.9-15.4: Warning (unit_address_vs_reg): /fragment@0/__overlay__/gpio@4: node has a unit name, but no reg or ranges property | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/overlay_gpio_04b.dtso:5.20-16.3: Warning (avoid_unnecessary_addr_size): /fragment@0/__overlay__: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-interrupts.dtsi:62.25-75.6: Warning (unit_address_vs_reg): /testcase-data/interrupts/interrupts-extended0: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-address.dtsi:12.17-46.5: Warning (unit_address_vs_reg): /testcase-data/address-tests: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:13.35-17.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest100: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:19.35-23.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest101: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:25.31-29.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest0: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:31.31-35.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest1: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:37.31-41.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest2: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:43.31-47.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest3: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:49.31-53.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest5: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:55.31-59.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest6: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:61.31-65.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest7: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:67.31-71.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/test-unittest8: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:73.41-113.7: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/i2c-test-bus: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:81.22-85.8: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/i2c-test-bus/test-unittest12: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:87.22-91.8: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/i2c-test-bus/test-unittest13: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:93.22-112.8: Warning (unit_address_vs_reg): /testcase-data/overlay-node/test-bus/i2c-test-bus/test-unittest14: node has a reg or ranges property, but no unit name | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:13.35-17.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest100: simple-bus unit address format error, expected "64" | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:19.35-23.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest101: simple-bus unit address format error, expected "65" | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:25.31-29.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest0: simple-bus unit address format error, expected "0" | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:31.31-35.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest1: simple-bus unit address format error, expected "1" | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:37.31-41.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest2: simple-bus unit address format error, expected "2" | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:43.31-47.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest3: simple-bus unit address format error, expected "3" | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:49.31-53.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest5: simple-bus unit address format error, expected "5" | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:55.31-59.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest6: simple-bus unit address format error, expected "6" | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:61.31-65.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest7: simple-bus unit address format error, expected "7" | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:67.31-71.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/test-unittest8: simple-bus unit address format error, expected "8" | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/of/unittest-data/tests-overlay.dtsi:73.41-113.7: Warning (simple_bus_reg): /testcase-data/overlay-node/test-bus/i2c-test-bus: simple-bus unit address format error, expected "32" | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/clocksource/timer-cadence-ttc.c:78: warning: Function parameter or member 'clk_rate_change_nb' not described in 'ttc_timer' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/clocksource/timer-cadence-ttc.c:157: warning: Function parameter or member 'cs' not described in '__ttc_clocksource_read' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/clocksource/timer-cadence-ttc.c:193: warning: expecting prototype for ttc_set_{shutdown|oneshot|periodic}(). Prototype was for ttc_shutdown() instead | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/usb/renesas_usbhs/mod.c: In function 'usbhs_status_get_each_irq': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/usb/renesas_usbhs/mod.c:195:13: warning: variable 'intenb0' set but not used [-Wunused-but-set-variable] | |
- 195 | u16 intenb0, intenb1; | |
- | ^~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/firmware/efi/libstub/alignedmem.c:27: warning: Function parameter or member 'memory_type' not described in 'efi_allocate_pages_aligned' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/clocksource/timer-ti-32k.c:42: warning: expecting prototype for timer(). Prototype was for OMAP2_32KSYNCNT_REV_OFF() instead | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/define_trace.h:102, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlwifi/iwl-devtrace-msg.h:71, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlwifi/iwl-devtrace.h:91, | |
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlwifi/iwl-devtrace.c:15: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h: In function 'trace_event_get_offsets_iwlwifi_dbg': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:261:16: warning: function 'trace_event_get_offsets_iwlwifi_dbg' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
- 261 | struct trace_event_raw_##call __maybe_unused *entry; \ | |
- | ^~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' | |
- 40 | DECLARE_EVENT_CLASS(name, \ | |
- | ^~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h:49:1: note: in expansion of macro 'TRACE_EVENT' | |
- 49 | TRACE_EVENT(iwlwifi_dbg, | |
- | ^~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h: In function 'trace_event_raw_event_iwlwifi_dbg': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:386:16: warning: function 'trace_event_raw_event_iwlwifi_dbg' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
- 386 | struct trace_event_raw_##call *entry; \ | |
- | ^~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' | |
- 40 | DECLARE_EVENT_CLASS(name, \ | |
- | ^~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h:49:1: note: in expansion of macro 'TRACE_EVENT' | |
- 49 | TRACE_EVENT(iwlwifi_dbg, | |
- | ^~~~~~~~~~~ | |
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/compiler_types.h:100, | |
- from <command-line>: | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h: In function 'perf_trace_iwlwifi_dbg': | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/thread_info.h:24:40: warning: function 'perf_trace_iwlwifi_dbg' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] | |
- 24 | #define current_thread_info() ((struct thread_info *)current) | |
- | ^~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/compiler-gcc.h:35:33: note: in definition of macro 'RELOC_HIDE' | |
- 35 | (typeof(ptr)) (__ptr + (off)); \ | |
- | ^~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/asm-generic/percpu.h:44:31: note: in expansion of macro 'SHIFT_PERCPU_PTR' | |
- 44 | #define arch_raw_cpu_ptr(ptr) SHIFT_PERCPU_PTR(ptr, __my_cpu_offset) | |
- | ^~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/asm-generic/percpu.h:31:25: note: in expansion of macro 'per_cpu_offset' | |
- 31 | #define __my_cpu_offset per_cpu_offset(raw_smp_processor_id()) | |
- | ^~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/arch/riscv/include/asm/smp.h:63:33: note: in expansion of macro 'current_thread_info' | |
- 63 | #define raw_smp_processor_id() (current_thread_info()->cpu) | |
- | ^~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/asm-generic/percpu.h:31:40: note: in expansion of macro 'raw_smp_processor_id' | |
- 31 | #define __my_cpu_offset per_cpu_offset(raw_smp_processor_id()) | |
- | ^~~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/asm-generic/percpu.h:44:53: note: in expansion of macro '__my_cpu_offset' | |
- 44 | #define arch_raw_cpu_ptr(ptr) SHIFT_PERCPU_PTR(ptr, __my_cpu_offset) | |
- | ^~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/percpu-defs.h:242:9: note: in expansion of macro 'arch_raw_cpu_ptr' | |
- 242 | arch_raw_cpu_ptr(ptr); \ | |
- | ^~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/linux/percpu-defs.h:252:27: note: in expansion of macro 'raw_cpu_ptr' | |
- 252 | #define this_cpu_ptr(ptr) raw_cpu_ptr(ptr) | |
- | ^~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/perf.h:77:16: note: in expansion of macro 'this_cpu_ptr' | |
- 77 | head = this_cpu_ptr(event_call->perf_events); \ | |
- | ^~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' | |
- 40 | DECLARE_EVENT_CLASS(name, \ | |
- | ^~~~~~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlwifi/./iwl-devtrace-msg.h:49:1: note: in expansion of macro 'TRACE_EVENT' | |
- 49 | TRACE_EVENT(iwlwifi_dbg, | |
- | ^~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/super.c:121: warning: Function parameter or member 'sb' not described in '__nilfs_error' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/super.c:121: warning: Function parameter or member 'function' not described in '__nilfs_error' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/super.c:121: warning: Function parameter or member 'fmt' not described in '__nilfs_error' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/btnode.c:175: warning: Function parameter or member 'btnc' not described in 'nilfs_btnode_prepare_change_key' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/btnode.c:175: warning: Function parameter or member 'ctxt' not described in 'nilfs_btnode_prepare_change_key' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/btnode.c:238: warning: Function parameter or member 'btnc' not described in 'nilfs_btnode_commit_change_key' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/btnode.c:238: warning: Function parameter or member 'ctxt' not described in 'nilfs_btnode_commit_change_key' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/btnode.c:278: warning: Function parameter or member 'btnc' not described in 'nilfs_btnode_abort_change_key' | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/btnode.c:278: warning: Function parameter or member 'ctxt' not described in 'nilfs_btnode_abort_change_key' | |
@@ -6870,4 +6600,0 @@ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/firmware/efi/libstub/zboot.c:61:1: warning: no previous prototype for 'efi_zboot_entry' [-Wmissing-prototypes] | |
- 61 | efi_zboot_entry(efi_handle_t handle, efi_system_table_t *systab) | |
- | ^~~~~~~~~~~~~~~ | |
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/befs/datastream.c:132: warning: expecting prototype for befs_read_lsmylink(). Prototype was for befs_read_lsymlink() instead | |
@@ -6874,0 +6602,31 @@ | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/cpfile.c:564: warning: Function parameter or member 'cnop' not described in 'nilfs_cpfile_get_cpinfo' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/cpfile.c:564: warning: Function parameter or member 'mode' not described in 'nilfs_cpfile_get_cpinfo' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/cpfile.c:564: warning: Function parameter or member 'buf' not described in 'nilfs_cpfile_get_cpinfo' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/cpfile.c:564: warning: Function parameter or member 'cisz' not described in 'nilfs_cpfile_get_cpinfo' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/cpfile.c:564: warning: Excess function parameter 'cno' description in 'nilfs_cpfile_get_cpinfo' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/cpfile.c:564: warning: Excess function parameter 'ci' description in 'nilfs_cpfile_get_cpinfo' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/watchdog/pretimeout_noop.c:19: warning: Function parameter or member 'wdd' not described in 'pretimeout_noop' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/watchdog/pretimeout_panic.c:19: warning: Function parameter or member 'wdd' not described in 'pretimeout_panic' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/watchdog/wdt_pci.c:275: warning: Function parameter or member 'temperature' not described in 'wdtpci_get_temperature' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/fs/nilfs2/gcinode.c:180: warning: Function parameter or member 'nilfs' not described in 'nilfs_remove_all_gcinodes' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/ih_v6_0.c:392: warning: Function parameter or member 'ih' not described in 'ih_v6_0_get_wptr' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/ih_v6_0.c:432: warning: Function parameter or member 'ih' not described in 'ih_v6_0_irq_rearm' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/ih_v6_0.c:458: warning: Function parameter or member 'ih' not described in 'ih_v6_0_set_rptr' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/watchdog/pcwd_usb.c:586: warning: Function parameter or member 'usb_pcwd' not described in 'usb_pcwd_delete' | |
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/drivers/watchdog/pcwd_usb.c:601: warning: Function parameter or member 'i |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment