Skip to content

Instantly share code, notes, and snippets.

@conor-pwbot
Created January 9, 2023 22:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save conor-pwbot/78a79a42c3ac541a957952d6a8743b60 to your computer and use it in GitHub Desktop.
Save conor-pwbot/78a79a42c3ac541a957952d6a8743b60 to your computer and use it in GitHub Desktop.
Errors and warnings before: 2054 this patch: 2059
W: Support for running offline not available (unshare: unshare failed: Operation not permitted)
I: config: PASS in 0:00:01.798791
I: default: PASS in 0:47:28.205336
I: kernel: PASS in 0:00:24.924277
I: xipkernel: SKIP in 0:00:00.014379
I: modules: PASS in 0:02:59.768762
I: dtbs: PASS in 0:00:01.140872
I: dtbs-legacy: SKIP in 0:00:00.010348
I: debugkernel: PASS in 0:00:00.020285
I: headers: PASS in 0:00:00.503899
I: build output in /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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:05.594236
I: default: PASS in 0:06:56.612724
I: kernel: PASS in 0:00:10.382463
I: xipkernel: SKIP in 0:00:00.001123
I: modules: PASS in 0:00:21.204137
I: dtbs: PASS in 0:00:00.582414
I: dtbs-legacy: SKIP in 0:00:00.012291
I: debugkernel: PASS in 0:00:00.022753
I: headers: PASS in 0:00:00.571163
I: build output in /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/build
New errors added
--- /tmp/tmp.eWAkvDyqJf 2023-01-10 04:38:00.924070794 +0000
+++ /tmp/tmp.ZCeUFuMl1I 2023-01-10 04:30:16.420079568 +0000
@@ -25,9 +24,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/init/main.c:775:20: warning: no previous prototype for 'arch_post_acpi_subsys_init' [-Wmissing-prototypes]
- 775 | void __init __weak arch_post_acpi_subsys_init(void) { }
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/init/main.c:787:20: warning: no previous prototype for 'mem_encrypt_init' [-Wmissing-prototypes]
- 787 | void __init __weak mem_encrypt_init(void) { }
- | ^~~~~~~~~~~~~~~~
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/init/main.c:789:20: warning: no previous prototype for 'poking_init' [-Wmissing-prototypes]
- 789 | void __init __weak poking_init(void) { }
- | ^~~~~~~~~~~
@@ -37,4 +27,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/io_uring/io_uring.c: In function '__io_submit_flush_completions':
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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;
- | ^~~~
@@ -51,0 +39,18 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/init/main.c:775:20: warning: no previous prototype for 'arch_post_acpi_subsys_init' [-Wmissing-prototypes]
+ 775 | void __init __weak arch_post_acpi_subsys_init(void) { }
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/init/main.c:787:20: warning: no previous prototype for 'mem_encrypt_init' [-Wmissing-prototypes]
+ 787 | void __init __weak mem_encrypt_init(void) { }
+ | ^~~~~~~~~~~~~~~~
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/init/main.c:789:20: warning: no previous prototype for 'poking_init' [-Wmissing-prototypes]
+ 789 | void __init __weak poking_init(void) { }
+ | ^~~~~~~~~~~
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/arch/riscv/mm/fault.c:207:6: warning: no previous prototype for 'handle_page_fault' [-Wmissing-prototypes]
+ 207 | void handle_page_fault(struct pt_regs *regs)
+ | ^~~~~~~~~~~~~~~~~
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/io_uring/io_uring.c: In function '__io_submit_flush_completions':
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/crypto/async_tx/async_tx.c:136: warning: cannot understand function prototype: 'enum submit_disposition '
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/crypto/async_tx/async_tx.c:264: warning: Function parameter or member 'tx' not described in 'async_tx_quiesce'
@@ -61,66 +65,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/tomoyo/audit.c: In function 'tomoyo_init_log':
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/crypto/asymmetric_keys/verify_pefile.c:419: warning: Function parameter or member 'trusted_keys' not described in 'verify_pefile_signature'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/crypto/asymmetric_keys/verify_pefile.c:419: warning: Excess function parameter 'trust_keys' description in 'verify_pefile_signature'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/crypto/async_tx/async_tx.c:136: warning: cannot understand function prototype: 'enum submit_disposition '
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/crypto/async_tx/async_tx.c:264: warning: Function parameter or member 'tx' not described in 'async_tx_quiesce'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/fs/devpts/inode.c:619: warning: Excess function parameter 'inode' description in 'devpts_pty_kill'
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/rcupdate.h:29,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/rculist.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/pid.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/sched.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/arch/riscv/include/asm/syscall.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/arch/riscv/kernel/ptrace.c:11:
-In function 'fortify_memcpy_chk',
- inlined from 'syscall_get_arguments.constprop' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/arch/riscv/include/asm/syscall.h:65:2:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/security/apparmor/policy.c:294: warning: Function parameter or member 'proxy' not described in 'aa_alloc_profile'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:439: warning: duplicate section name 'Return'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:774: warning: Function parameter or member 'label' not described in 'aa_policy_view_capable'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:774: warning: Function parameter or member 'ns' not described in 'aa_policy_view_capable'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:836: warning: Function parameter or member 'ns' not described in 'aa_may_manage_policy'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:836: warning: Function parameter or member 'mask' not described in 'aa_may_manage_policy'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:836: warning: Excess function parameter 'op' description in 'aa_may_manage_policy'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:896: warning: Excess function parameter 'share_proxy' description in '__replace_profile'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:954: warning: Function parameter or member 'ns' not described in '__lookup_replace'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:954: warning: Function parameter or member 'hname' not described in '__lookup_replace'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:954: warning: Function parameter or member 'noreplace' not described in '__lookup_replace'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:954: warning: Function parameter or member 'p' not described in '__lookup_replace'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:954: warning: Function parameter or member 'info' not described in '__lookup_replace'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/security/apparmor/policy_unpack.c:445: warning: Function parameter or member 'strs' not described in 'unpack_trans_table'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy_unpack.c:445: warning: Excess function parameter 'table' description in 'unpack_trans_table'
@@ -141,120 +80,3 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/security/tomoyo/common.c: In function 'tomoyo_addprintf':
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:827: warning: Function parameter or member 'sk' not described in 'apparmor_sk_alloc_security'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:827: warning: Function parameter or member 'family' not described in 'apparmor_sk_alloc_security'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:827: warning: Function parameter or member 'flags' not described in 'apparmor_sk_alloc_security'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:843: warning: Function parameter or member 'sk' not described in 'apparmor_sk_free_security'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:857: warning: Function parameter or member 'sk' not described in 'apparmor_sk_clone_security'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:857: warning: Function parameter or member 'newsk' not described in 'apparmor_sk_clone_security'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:874: warning: Function parameter or member 'family' not described in 'apparmor_socket_create'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:874: warning: Function parameter or member 'type' not described in 'apparmor_socket_create'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:874: warning: Function parameter or member 'protocol' not described in 'apparmor_socket_create'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:874: warning: Function parameter or member 'kern' not described in 'apparmor_socket_create'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:903: warning: Function parameter or member 'sock' not described in 'apparmor_socket_post_create'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:903: warning: Function parameter or member 'family' not described in 'apparmor_socket_post_create'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:903: warning: Function parameter or member 'type' not described in 'apparmor_socket_post_create'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:903: warning: Function parameter or member 'protocol' not described in 'apparmor_socket_post_create'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:903: warning: Function parameter or member 'kern' not described in 'apparmor_socket_post_create'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:927: warning: Function parameter or member 'sock' not described in 'apparmor_socket_bind'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:927: warning: Function parameter or member 'address' not described in 'apparmor_socket_bind'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:927: warning: Function parameter or member 'addrlen' not described in 'apparmor_socket_bind'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:943: warning: Function parameter or member 'sock' not described in 'apparmor_socket_connect'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:943: warning: Function parameter or member 'address' not described in 'apparmor_socket_connect'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:943: warning: Function parameter or member 'addrlen' not described in 'apparmor_socket_connect'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:958: warning: Function parameter or member 'sock' not described in 'apparmor_socket_listen'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:958: warning: Function parameter or member 'backlog' not described in 'apparmor_socket_listen'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:975: warning: Function parameter or member 'sock' not described in 'apparmor_socket_accept'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:975: warning: Function parameter or member 'newsock' not described in 'apparmor_socket_accept'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1004: warning: Function parameter or member 'sock' not described in 'apparmor_socket_sendmsg'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1004: warning: Function parameter or member 'msg' not described in 'apparmor_socket_sendmsg'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1004: warning: Function parameter or member 'size' not described in 'apparmor_socket_sendmsg'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1013: warning: Function parameter or member 'sock' not described in 'apparmor_socket_recvmsg'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1013: warning: Function parameter or member 'msg' not described in 'apparmor_socket_recvmsg'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1013: warning: Function parameter or member 'size' not described in 'apparmor_socket_recvmsg'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1013: warning: Function parameter or member 'flags' not described in 'apparmor_socket_recvmsg'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1033: warning: Function parameter or member 'sock' not described in 'apparmor_socket_getsockname'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1041: warning: Function parameter or member 'sock' not described in 'apparmor_socket_getpeername'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1063: warning: Function parameter or member 'sock' not described in 'apparmor_socket_getsockopt'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1063: warning: Function parameter or member 'level' not described in 'apparmor_socket_getsockopt'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1063: warning: Function parameter or member 'optname' not described in 'apparmor_socket_getsockopt'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1073: warning: Function parameter or member 'sock' not described in 'apparmor_socket_setsockopt'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1073: warning: Function parameter or member 'level' not described in 'apparmor_socket_setsockopt'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1073: warning: Function parameter or member 'optname' not described in 'apparmor_socket_setsockopt'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1082: warning: Function parameter or member 'sock' not described in 'apparmor_socket_shutdown'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1082: warning: Function parameter or member 'how' not described in 'apparmor_socket_shutdown'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1096: warning: Function parameter or member 'sk' not described in 'apparmor_socket_sock_rcv_skb'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1096: warning: Function parameter or member 'skb' not described in 'apparmor_socket_sock_rcv_skb'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1126: warning: Function parameter or member 'sock' not described in 'apparmor_socket_getpeersec_stream'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1126: warning: Function parameter or member 'optval' not described in 'apparmor_socket_getpeersec_stream'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1126: warning: Function parameter or member 'optlen' not described in 'apparmor_socket_getpeersec_stream'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1126: warning: Function parameter or member 'len' not described in 'apparmor_socket_getpeersec_stream'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/secid.c:57: warning: Cannot understand *
- on line 57 - I thought it was a doc line
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/file.c:174: warning: cannot understand function prototype: 'struct aa_perms default_perms = '
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/file.c:202: warning: Function parameter or member 'file_rules' not described in 'aa_str_perms'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/file.c:202: warning: Function parameter or member 'start' not described in 'aa_str_perms'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/file.c:202: warning: Excess function parameter 'dfa' description in 'aa_str_perms'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/file.c:202: warning: Excess function parameter 'state' description in 'aa_str_perms'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/security/apparmor/label.c:166: warning: Function parameter or member 'an' not described in 'vec_cmp'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:166: warning: Function parameter or member 'b' not described in 'vec_cmp'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:166: warning: Function parameter or member 'bn' not described in 'vec_cmp'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:166: warning: Excess function parameter 'vec' description in 'vec_cmp'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:166: warning: Excess function parameter 'n' description in 'vec_cmp'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:266: warning: Function parameter or member 'flags' not described in 'aa_vec_unique'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:594: warning: Function parameter or member 'label' not described in '__label_remove'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:594: warning: Excess function parameter 'l' description in '__label_remove'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:929: warning: Function parameter or member 'ls' not described in 'aa_label_insert'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:929: warning: Function parameter or member 'label' not described in 'aa_label_insert'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:1221: warning: Excess function parameter 'ls' description in 'aa_label_merge'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:1302: warning: Function parameter or member 'rules' not described in 'label_compound_match'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:1302: warning: Function parameter or member 'state' not described in 'label_compound_match'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:1302: warning: Excess function parameter 'start' description in 'label_compound_match'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:2051: warning: Function parameter or member 'label' not described in '__label_update'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/crypto/asymmetric_keys/verify_pefile.c:419: warning: Function parameter or member 'trusted_keys' not described in 'verify_pefile_signature'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/crypto/asymmetric_keys/verify_pefile.c:419: warning: Excess function parameter 'trust_keys' description in 'verify_pefile_signature'
@@ -379,30 +201,166 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/integrity/ima/ima_modsig.c:98: warning: Function parameter or member 'modsig' not described in 'ima_collect_modsig'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/integrity/ima/ima_modsig.c:98: warning: Function parameter or member 'buf' not described in 'ima_collect_modsig'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/integrity/ima/ima_modsig.c:98: warning: Function parameter or member 'size' not described in 'ima_collect_modsig'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/arch/riscv/kernel/signal.c:277:6: warning: no previous prototype for 'arch_do_signal_or_restart' [-Wmissing-prototypes]
+ 277 | void arch_do_signal_or_restart(struct pt_regs *regs)
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/tomoyo/audit.c: In function 'tomoyo_init_log':
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/nipa/trees_rv/for-next/arch/riscv/kernel/traps.c:196:6: warning: no previous prototype for 'handle_break' [-Wmissing-prototypes]
+ 196 | void handle_break(struct pt_regs *regs)
+ | ^~~~~~~~~~~~
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/arch/riscv/kernel/traps.c:264:35: warning: no previous prototype for 'do_page_fault' [-Wmissing-prototypes]
+ 264 | asmlinkage __visible noinstr void do_page_fault(struct pt_regs *regs)
+ | ^~~~~~~~~~~~~
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/arch/riscv/kernel/traps.c:275:35: warning: no previous prototype for 'do_irq' [-Wmissing-prototypes]
+ 275 | asmlinkage __visible noinstr void do_irq(struct pt_regs *regs)
+ | ^~~~~~
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/security/apparmor/policy.c:294: warning: Function parameter or member 'proxy' not described in 'aa_alloc_profile'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:439: warning: duplicate section name 'Return'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:774: warning: Function parameter or member 'label' not described in 'aa_policy_view_capable'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:774: warning: Function parameter or member 'ns' not described in 'aa_policy_view_capable'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:836: warning: Function parameter or member 'ns' not described in 'aa_may_manage_policy'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:836: warning: Function parameter or member 'mask' not described in 'aa_may_manage_policy'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:836: warning: Excess function parameter 'op' description in 'aa_may_manage_policy'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:896: warning: Excess function parameter 'share_proxy' description in '__replace_profile'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:954: warning: Function parameter or member 'ns' not described in '__lookup_replace'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:954: warning: Function parameter or member 'hname' not described in '__lookup_replace'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:954: warning: Function parameter or member 'noreplace' not described in '__lookup_replace'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:954: warning: Function parameter or member 'p' not described in '__lookup_replace'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:954: warning: Function parameter or member 'info' not described in '__lookup_replace'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy_unpack.c:445: warning: Function parameter or member 'strs' not described in 'unpack_trans_table'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy_unpack.c:445: warning: Excess function parameter 'table' description in 'unpack_trans_table'
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/buildid.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/module.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/net/netfilter/ipset/ip_set_core.c:1331:2:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/nipa/trees_rv/for-next/security/tomoyo/common.c: In function 'tomoyo_addprintf':
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:827: warning: Function parameter or member 'sk' not described in 'apparmor_sk_alloc_security'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:827: warning: Function parameter or member 'family' not described in 'apparmor_sk_alloc_security'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:827: warning: Function parameter or member 'flags' not described in 'apparmor_sk_alloc_security'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:843: warning: Function parameter or member 'sk' not described in 'apparmor_sk_free_security'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:857: warning: Function parameter or member 'sk' not described in 'apparmor_sk_clone_security'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:857: warning: Function parameter or member 'newsk' not described in 'apparmor_sk_clone_security'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:874: warning: Function parameter or member 'family' not described in 'apparmor_socket_create'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:874: warning: Function parameter or member 'type' not described in 'apparmor_socket_create'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:874: warning: Function parameter or member 'protocol' not described in 'apparmor_socket_create'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:874: warning: Function parameter or member 'kern' not described in 'apparmor_socket_create'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:903: warning: Function parameter or member 'sock' not described in 'apparmor_socket_post_create'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:903: warning: Function parameter or member 'family' not described in 'apparmor_socket_post_create'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:903: warning: Function parameter or member 'type' not described in 'apparmor_socket_post_create'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:903: warning: Function parameter or member 'protocol' not described in 'apparmor_socket_post_create'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:903: warning: Function parameter or member 'kern' not described in 'apparmor_socket_post_create'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:927: warning: Function parameter or member 'sock' not described in 'apparmor_socket_bind'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:927: warning: Function parameter or member 'address' not described in 'apparmor_socket_bind'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:927: warning: Function parameter or member 'addrlen' not described in 'apparmor_socket_bind'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:943: warning: Function parameter or member 'sock' not described in 'apparmor_socket_connect'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:943: warning: Function parameter or member 'address' not described in 'apparmor_socket_connect'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:943: warning: Function parameter or member 'addrlen' not described in 'apparmor_socket_connect'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:958: warning: Function parameter or member 'sock' not described in 'apparmor_socket_listen'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:958: warning: Function parameter or member 'backlog' not described in 'apparmor_socket_listen'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:975: warning: Function parameter or member 'sock' not described in 'apparmor_socket_accept'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:975: warning: Function parameter or member 'newsock' not described in 'apparmor_socket_accept'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1004: warning: Function parameter or member 'sock' not described in 'apparmor_socket_sendmsg'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1004: warning: Function parameter or member 'msg' not described in 'apparmor_socket_sendmsg'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1004: warning: Function parameter or member 'size' not described in 'apparmor_socket_sendmsg'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1013: warning: Function parameter or member 'sock' not described in 'apparmor_socket_recvmsg'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1013: warning: Function parameter or member 'msg' not described in 'apparmor_socket_recvmsg'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1013: warning: Function parameter or member 'size' not described in 'apparmor_socket_recvmsg'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1013: warning: Function parameter or member 'flags' not described in 'apparmor_socket_recvmsg'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1033: warning: Function parameter or member 'sock' not described in 'apparmor_socket_getsockname'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1041: warning: Function parameter or member 'sock' not described in 'apparmor_socket_getpeername'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1063: warning: Function parameter or member 'sock' not described in 'apparmor_socket_getsockopt'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1063: warning: Function parameter or member 'level' not described in 'apparmor_socket_getsockopt'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1063: warning: Function parameter or member 'optname' not described in 'apparmor_socket_getsockopt'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1073: warning: Function parameter or member 'sock' not described in 'apparmor_socket_setsockopt'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1073: warning: Function parameter or member 'level' not described in 'apparmor_socket_setsockopt'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1073: warning: Function parameter or member 'optname' not described in 'apparmor_socket_setsockopt'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1082: warning: Function parameter or member 'sock' not described in 'apparmor_socket_shutdown'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1082: warning: Function parameter or member 'how' not described in 'apparmor_socket_shutdown'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1096: warning: Function parameter or member 'sk' not described in 'apparmor_socket_sock_rcv_skb'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1096: warning: Function parameter or member 'skb' not described in 'apparmor_socket_sock_rcv_skb'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1126: warning: Function parameter or member 'sock' not described in 'apparmor_socket_getpeersec_stream'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1126: warning: Function parameter or member 'optval' not described in 'apparmor_socket_getpeersec_stream'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1126: warning: Function parameter or member 'optlen' not described in 'apparmor_socket_getpeersec_stream'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1126: warning: Function parameter or member 'len' not described in 'apparmor_socket_getpeersec_stream'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/secid.c:57: warning: Cannot understand *
+ on line 57 - I thought it was a doc line
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/file.c:174: warning: cannot understand function prototype: 'struct aa_perms default_perms = '
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/file.c:202: warning: Function parameter or member 'file_rules' not described in 'aa_str_perms'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/file.c:202: warning: Function parameter or member 'start' not described in 'aa_str_perms'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/file.c:202: warning: Excess function parameter 'dfa' description in 'aa_str_perms'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/file.c:202: warning: Excess function parameter 'state' description in 'aa_str_perms'
@@ -2678,2 +2636 @@
- 12 | #d/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/device_cgroup.c:835: warning: Excess function parameter 'dev_cgroup' description in 'devcgroup_legacy_check_permission'
-efine __SYSCALL(nr, call) [nr] = (call),
+ 12 | #define __SYSCALL(nr, call) [nr] = (call),
@@ -4844,2 +4801,87 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/kernel/time/time.c:553: warning: expecting prototype for msecs_to_jiffies(). Prototype was for __msecs_to_jiffies() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:166: warning: Function parameter or member 'an' not described in 'vec_cmp'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:166: warning: Function parameter or member 'b' not described in 'vec_cmp'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:166: warning: Function parameter or member 'bn' not described in 'vec_cmp'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:166: warning: Excess function parameter 'vec' description in 'vec_cmp'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:166: warning: Excess function parameter 'n' description in 'vec_cmp'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:266: warning: Function parameter or member 'flags' not described in 'aa_vec_unique'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:594: warning: Function parameter or member 'label' not described in '__label_remove'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:594: warning: Excess function parameter 'l' description in '__label_remove'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:929: warning: Function parameter or member 'ls' not described in 'aa_label_insert'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:929: warning: Function parameter or member 'label' not described in 'aa_label_insert'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:1221: warning: Excess function parameter 'ls' description in 'aa_label_merge'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:1302: warning: Function parameter or member 'rules' not described in 'label_compound_match'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:1302: warning: Function parameter or member 'state' not described in 'label_compound_match'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:1302: warning: Excess function parameter 'start' description in 'label_compound_match'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:2051: warning: Function parameter or member 'label' not described in '__label_update'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/net/core/dev_ioctl.c:475: warning: Function parameter or member 'data' not described in 'dev_ioctl'
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/buildid.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/module.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/net/netfilter/ipvs/ip_vs_sync.c:38:
+In function 'fortify_memcpy_chk',
+ inlined from 'ip_vs_sync_conn_v0' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/net/netfilter/ipvs/ip_vs_sync.c:606:3:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/crypto/crypto_engine.c:513: warning: Excess function parameter 'engine' description in 'crypto_engine_alloc_init_and_set'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/mm/mmu_gather.c:73: warning: Function parameter or member 'vma' not described in 'tlb_flush_rmaps'
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/rcupdate.h:29,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/rculist.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/pid.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/sched.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/context_tracking.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/entry/common.c:3:
+In function 'fortify_memcpy_chk',
+ inlined from 'syscall_get_arguments.constprop' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/arch/riscv/include/asm/syscall.h:65:2:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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 'syscall_get_arguments' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/kernel/entry/common.c:83:2:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/lib/842/842_compress.c:479: warning: Function parameter or member 'wmem' not described in 'sw842_compress'
@@ -4849,0 +4892,5 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/kernel/time/time.c:553: warning: expecting prototype for msecs_to_jiffies(). Prototype was for __msecs_to_jiffies() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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
@@ -4866,17 +4912,0 @@
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/buildid.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/module.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/net/netfilter/ipset/ip_set_core.c:1331:2:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/lib/argv_split.c:36: warning: Function parameter or member 'argv' not described in 'argv_free'
@@ -4889,0 +4920,10 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/integrity/ima/ima_modsig.c:98: warning: Function parameter or member 'modsig' not described in 'ima_collect_modsig'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/integrity/ima/ima_modsig.c:98: warning: Function parameter or member 'buf' not described in 'ima_collect_modsig'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/integrity/ima/ima_modsig.c:98: warning: Function parameter or member 'size' not described in 'ima_collect_modsig'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/pinctrl/mediatek/pinctrl-mt7986.c:68: warning: Enum value 'IOCFG_TL_BASE' not described in enum '(anonymous)'
@@ -4896,0 +4937,34 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/kernel/time/tick-oneshot.c:24: warning: Function parameter or member 'expires' not described in 'tick_program_event'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/time/tick-oneshot.c:24: warning: Function parameter or member 'force' not described in 'tick_program_event'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/time/tick-oneshot.c:64: warning: Function parameter or member 'newdev' not described in 'tick_setup_oneshot'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/time/tick-oneshot.c:64: warning: Function parameter or member 'handler' not described in 'tick_setup_oneshot'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/time/tick-oneshot.c:64: warning: Function parameter or member 'next_event' not described in 'tick_setup_oneshot'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/time/tick-oneshot.c:74: warning: Function parameter or member 'handler' not described in 'tick_switch_to_oneshot'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/time/tick-oneshot.c:107: warning: expecting prototype for tick_check_oneshot_mode(). Prototype was for tick_oneshot_mode_active() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/kernel/time/tick-sched.c:628: warning: Function parameter or member 'now' not described in 'tick_nohz_update_jiffies'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/time/tick-sched.c:1259: warning: Function parameter or member 'cpu' not described in 'tick_nohz_get_idle_calls_cpu'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/kernel/trace/rv/rv.c:263: warning: Function parameter or member 'mdef' not described in 'rv_enable_monitor'
@@ -4924,56 +4997,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/crypto/crypto_engine.c:513: warning: Excess function parameter 'engine' description in 'crypto_engine_alloc_init_and_set'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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,
- | ^~~~~~~~
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/buildid.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/module.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/net/netfilter/ipvs/ip_vs_sync.c:38:
-In function 'fortify_memcpy_chk',
- inlined from 'ip_vs_sync_conn_v0' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/net/netfilter/ipvs/ip_vs_sync.c:606:3:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/kernel/time/tick-oneshot.c:24: warning: Function parameter or member 'expires' not described in 'tick_program_event'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/time/tick-oneshot.c:24: warning: Function parameter or member 'force' not described in 'tick_program_event'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/time/tick-oneshot.c:64: warning: Function parameter or member 'newdev' not described in 'tick_setup_oneshot'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/time/tick-oneshot.c:64: warning: Function parameter or member 'handler' not described in 'tick_setup_oneshot'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/time/tick-oneshot.c:64: warning: Function parameter or member 'next_event' not described in 'tick_setup_oneshot'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/time/tick-oneshot.c:74: warning: Function parameter or member 'handler' not described in 'tick_switch_to_oneshot'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/time/tick-oneshot.c:107: warning: expecting prototype for tick_check_oneshot_mode(). Prototype was for tick_oneshot_mode_active() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/kernel/time/tick-sched.c:628: warning: Function parameter or member 'now' not described in 'tick_nohz_update_jiffies'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/time/tick-sched.c:1259: warning: Function parameter or member 'cpu' not described in 'tick_nohz_get_idle_calls_cpu'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/debug/kdb/kdb_keyboard.c:198:6: warning: no previous prototype for 'kdb_kbd_cleanup_state' [-Wmissing-prototypes]
- 198 | void kdb_kbd_cleanup_state(void)
- | ^~~~~~~~~~~~~~~~~~~~~
@@ -4982,0 +5001 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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'
@@ -4999,0 +5019,5 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/debug/kdb/kdb_keyboard.c:198:6: warning: no previous prototype for 'kdb_kbd_cleanup_state' [-Wmissing-prototypes]
+ 198 | void kdb_kbd_cleanup_state(void)
+ | ^~~~~~~~~~~~~~~~~~~~~
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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
@@ -5033,0 +5058,8 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/panic.c: In function '__warn':
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/kernel/panic.c: At top level:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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)
+ | ^~~~~~~~~~~~~~~~
@@ -5039,3 +5071,2 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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'
@@ -5043,3 +5074 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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
@@ -5049 +5078,4 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/fs/ext2/inode.c:398: warning: Function parameter or member 'err' not described in 'ext2_alloc_blocks'
@@ -5050,0 +5083,6 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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'
@@ -5057,11 +5095,10 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/panic.c: In function '__warn':
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/kernel/panic.c: At top level:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/drivers/tty/serial/8250/8250_port.c:671: warning: Function parameter or member 'termios' not described in 'serial8250_em485_config'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/lib/vsprintf.c: In function 'va_format':
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/lib/win_minmax.c:31: warning: expecting prototype for lib/minmax.c(). Prototype was for minmax_subwin_update() instead
@@ -5074,9 +5110,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/btf.c: In function 'btf_seq_show':
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/kernel/bpf/btf.c: In function 'btf_snprintf_show':
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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'
@@ -5086,0 +5115,6 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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
@@ -5099 +5132,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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
@@ -5102,0 +5136,2 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/lib/scatterlist.c:793: warning: Function parameter or member 'flags' not described in 'sg_miter_start'
@@ -5104,0 +5140,62 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/btf.c: In function 'btf_seq_show':
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/kernel/bpf/btf.c: In function 'btf_snprintf_show':
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/kernel/trace/trace_events_synth.c:1093: warning: Excess function parameter 'args' description in '__synth_event_gen_cmd_start'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/trace/trace_events_synth.c:1164: warning: Function parameter or member 'mod' not described in 'synth_event_gen_cmd_array_start'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/trace/trace_events_synth.c:1641: warning: Excess function parameter 'args' description in 'synth_event_trace'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/soc/qcom/llcc-qcom.c:121: warning: Function parameter or member 'stale_en' not described in 'llcc_slice_config'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/soc/qcom/llcc-qcom.c:121: warning: Function parameter or member 'stale_cap_en' not described in 'llcc_slice_config'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/soc/qcom/llcc-qcom.c:121: warning: Function parameter or member 'mru_uncap_en' not described in 'llcc_slice_config'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/soc/qcom/llcc-qcom.c:121: warning: Function parameter or member 'mru_rollover' not described in 'llcc_slice_config'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/soc/qcom/llcc-qcom.c:121: warning: Function parameter or member 'alloc_oneway_en' not described in 'llcc_slice_config'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/soc/qcom/llcc-qcom.c:121: warning: Function parameter or member 'ovcap_en' not described in 'llcc_slice_config'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/soc/qcom/llcc-qcom.c:121: warning: Function parameter or member 'ovcap_prio' not described in 'llcc_slice_config'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/soc/qcom/llcc-qcom.c:121: warning: Function parameter or member 'vict_prio' not described in 'llcc_slice_config'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/kernel/trace/trace_kprobe.c:967: warning: Excess function parameter 'args' description in '__kprobe_event_gen_cmd_start'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/trace/trace_kprobe.c:1035: warning: Excess function parameter 'args' description in '__kprobe_event_add_fields'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/iommu/iommu.c:3236: warning: Function parameter or member 'group' not described in 'iommu_group_release_dma_owner'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/iommu/iommu.c:3236: warning: Excess function parameter 'dev' description in 'iommu_group_release_dma_owner'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/iommu/iommu.c:3250: warning: Function parameter or member 'dev' not described in 'iommu_device_release_dma_owner'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/iommu/iommu.c:3250: warning: Excess function parameter 'group' description in 'iommu_device_release_dma_owner'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:795: warning: Function parameter or member 'new_prog' not described in '__cgroup_bpf_replace'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:795: warning: Excess function parameter 'type' description in '__cgroup_bpf_replace'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:1359: warning: Function parameter or member 'atype' not described in '__cgroup_bpf_run_filter_skb'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:1359: warning: Excess function parameter 'type' description in '__cgroup_bpf_run_filter_skb'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:1439: warning: Function parameter or member 'atype' not described in '__cgroup_bpf_run_filter_sk'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:1439: warning: Excess function parameter 'type' description in '__cgroup_bpf_run_filter_sk'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:1467: warning: Function parameter or member 'atype' not described in '__cgroup_bpf_run_filter_sock_addr'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:1467: warning: Excess function parameter 'type' description in '__cgroup_bpf_run_filter_sock_addr'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:1512: warning: Function parameter or member 'atype' not described in '__cgroup_bpf_run_filter_sock_ops'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:1512: warning: Excess function parameter 'type' description in '__cgroup_bpf_run_filter_sock_ops'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:1685: warning: Function parameter or member 'atype' not described in '__cgroup_bpf_run_filter_sysctl'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:1685: warning: Excess function parameter 'type' description in '__cgroup_bpf_run_filter_sysctl'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/lib/hweight.c:14: warning: expecting prototype for hweightN(). Prototype was for __sw_hweight32() instead
@@ -5145,36 +5242,2 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/trace/trace_events_synth.c:1093: warning: Excess function parameter 'args' description in '__synth_event_gen_cmd_start'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/trace/trace_events_synth.c:1164: warning: Function parameter or member 'mod' not described in 'synth_event_gen_cmd_array_start'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/trace/trace_events_synth.c:1641: warning: Excess function parameter 'args' description in 'synth_event_trace'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:795: warning: Function parameter or member 'new_prog' not described in '__cgroup_bpf_replace'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:795: warning: Excess function parameter 'type' description in '__cgroup_bpf_replace'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:1359: warning: Function parameter or member 'atype' not described in '__cgroup_bpf_run_filter_skb'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:1359: warning: Excess function parameter 'type' description in '__cgroup_bpf_run_filter_skb'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:1439: warning: Function parameter or member 'atype' not described in '__cgroup_bpf_run_filter_sk'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:1439: warning: Excess function parameter 'type' description in '__cgroup_bpf_run_filter_sk'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:1467: warning: Function parameter or member 'atype' not described in '__cgroup_bpf_run_filter_sock_addr'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:1467: warning: Excess function parameter 'type' description in '__cgroup_bpf_run_filter_sock_addr'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:1512: warning: Function parameter or member 'atype' not described in '__cgroup_bpf_run_filter_sock_ops'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:1512: warning: Excess function parameter 'type' description in '__cgroup_bpf_run_filter_sock_ops'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:1685: warning: Function parameter or member 'atype' not described in '__cgroup_bpf_run_filter_sysctl'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:1685: warning: Excess function parameter 'type' description in '__cgroup_bpf_run_filter_sysctl'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/trace/trace_kprobe.c:967: warning: Excess function parameter 'args' description in '__kprobe_event_gen_cmd_start'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/trace/trace_kprobe.c:1035: warning: Excess function parameter 'args' description in '__kprobe_event_add_fields'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/lib/vsprintf.c: In function 'va_format':
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/kernel/capability.c:491: warning: Function parameter or member 'mnt_userns' not described in 'privileged_wrt_inode_uidgid'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/capability.c:507: warning: Function parameter or member 'mnt_userns' not described in 'capable_wrt_inode_uidgid'
@@ -5197,24 +5260,7 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/capability.c:491: warning: Function parameter or member 'mnt_userns' not described in 'privileged_wrt_inode_uidgid'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/capability.c:507: warning: Function parameter or member 'mnt_userns' not described in 'capable_wrt_inode_uidgid'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/base/power/runtime.c:362: warning: Excess function parameter 'dev' description in '__rpm_callback'
@@ -5224,23 +5269,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/iommu/iommu.c:3236: warning: Function parameter or member 'group' not described in 'iommu_group_release_dma_owner'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/iommu/iommu.c:3236: warning: Excess function parameter 'dev' description in 'iommu_group_release_dma_owner'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/iommu/iommu.c:3250: warning: Function parameter or member 'dev' not described in 'iommu_device_release_dma_owner'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/iommu/iommu.c:3250: warning: Excess function parameter 'group' description in 'iommu_device_release_dma_owner'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/tty/serial/8250/8250_port.c:671: warning: Function parameter or member 'termios' not described in 'serial8250_em485_config'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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'
@@ -5248,20 +5271,2 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/reboot.c:224: warning: Function parameter or member 'cmd' not described in 'do_kernel_restart'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/reboot.c:948: warning: Function parameter or member 'poweroff_delay_ms' not described in 'hw_failure_emergency_poweroff'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/fs/ecryptfs/mmap.c:270: warning: Excess function parameter 'flags' description in 'ecryptfs_write_begin'
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/drbd_genl_api.h:54,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/block/drbd/drbd_int.h:35,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/block/drbd/drbd_nl.c:24:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/drbd_genl_api.h:51:33: warning: no previous prototype for 'drbd_genl_cmd_to_str' [-Wmissing-prototypes]
- 51 | #define GENL_MAGIC_FAMILY drbd
- | ^~~~
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/genl_magic_struct.h:20:25: note: in definition of macro 'CONCAT__'
- 20 | #define CONCAT__(a,b) a ## b
- | ^
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/genl_magic_func.h:212:13: note: in expansion of macro 'CONCAT_'
- 212 | const char *CONCAT_(GENL_MAGIC_FAMILY, _genl_cmd_to_str)(__u8 cmd)
- | ^~~~~~~
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/genl_magic_func.h:212:21: note: in expansion of macro 'GENL_MAGIC_FAMILY'
- 212 | const char *CONCAT_(GENL_MAGIC_FAMILY, _genl_cmd_to_str)(__u8 cmd)
- | ^~~~~~~~~~~~~~~~~
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/kernel/pid.c:630: warning: expecting prototype for pidfd_open(). Prototype was for sys_pidfd_open() instead
@@ -5280,17 +5285,36 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/lib/hweight.c:14: warning: expecting prototype for hweightN(). Prototype was for __sw_hweight32() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/kallsyms.c:663:12: warning: no previous prototype for 'arch_get_kallsym' [-Wmissing-prototypes]
- 663 | int __weak arch_get_kallsym(unsigned int symnum, unsigned long *value,
- | ^~~~~~~~~~~~~~~~
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/nipa/trees_rv/for-next/include/linux/string.h:253,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/rcupdate.h:29,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/rculist.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/pid.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/sched.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/ptrace.h:6,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/lib/syscall.c:31:3:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/lib/errname.c:173:9: note: in expansion of macro 'E'
+ 173 | E(EDEADLK), /* EDEADLOCK */
+ | ^
@@ -5315 +5339,57 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/kernel/reboot.c:224: warning: Function parameter or member 'cmd' not described in 'do_kernel_restart'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/reboot.c:948: warning: Function parameter or member 'poweroff_delay_ms' not described in 'hw_failure_emergency_poweroff'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/dma-buf/dma-heap.c:44: warning: Function parameter or member 'heap_cdev' not described in 'dma_heap'
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/drbd_genl_api.h:54,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/block/drbd/drbd_int.h:35,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/block/drbd/drbd_nl.c:24:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/drbd_genl_api.h:51:33: warning: no previous prototype for 'drbd_genl_cmd_to_str' [-Wmissing-prototypes]
+ 51 | #define GENL_MAGIC_FAMILY drbd
+ | ^~~~
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/genl_magic_struct.h:20:25: note: in definition of macro 'CONCAT__'
+ 20 | #define CONCAT__(a,b) a ## b
+ | ^
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/genl_magic_func.h:212:13: note: in expansion of macro 'CONCAT_'
+ 212 | const char *CONCAT_(GENL_MAGIC_FAMILY, _genl_cmd_to_str)(__u8 cmd)
+ | ^~~~~~~
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/genl_magic_func.h:212:21: note: in expansion of macro 'GENL_MAGIC_FAMILY'
+ 212 | const char *CONCAT_(GENL_MAGIC_FAMILY, _genl_cmd_to_str)(__u8 cmd)
+ | ^~~~~~~~~~~~~~~~~
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/kernel/kallsyms.c:663:12: warning: no previous prototype for 'arch_get_kallsym' [-Wmissing-prototypes]
+ 663 | int __weak arch_get_kallsym(unsigned int symnum, unsigned long *value,
+ | ^~~~~~~~~~~~~~~~
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/bridge/imx/Makefile: imx-ldb-helper.o is added to multiple modules: imx8qm-ldb imx8qxp-ldb
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/buildid.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/module.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/lib/test_hexdump.c:116:3:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/base/module.c: In function 'module_add_driver':
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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;
+ | ^~~~~~~
@@ -5329,0 +5410,3 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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) { }
+ | ^~~~~~~~
@@ -5330,0 +5414,18 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/lib/test_ubsan.c: In function 'test_ubsan_out_of_bounds':
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/lib/test_ubsan.c: In function 'test_ubsan_load_invalid_value':
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/lib/test_ubsan.c: At top level:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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[] = {
+ | ^~~~~~~~~~~~~~~~
@@ -5352,12 +5453,5 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/soc/qcom/llcc-qcom.c:121: warning: Function parameter or member 'stale_en' not described in 'llcc_slice_config'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/soc/qcom/llcc-qcom.c:121: warning: Function parameter or member 'stale_cap_en' not described in 'llcc_slice_config'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/soc/qcom/llcc-qcom.c:121: warning: Function parameter or member 'mru_uncap_en' not described in 'llcc_slice_config'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/soc/qcom/llcc-qcom.c:121: warning: Function parameter or member 'mru_rollover' not described in 'llcc_slice_config'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/soc/qcom/llcc-qcom.c:121: warning: Function parameter or member 'alloc_oneway_en' not described in 'llcc_slice_config'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/soc/qcom/llcc-qcom.c:121: warning: Function parameter or member 'ovcap_en' not described in 'llcc_slice_config'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/soc/qcom/llcc-qcom.c:121: warning: Function parameter or member 'ovcap_prio' not described in 'llcc_slice_config'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/soc/qcom/llcc-qcom.c:121: warning: Function parameter or member 'vict_prio' not described in 'llcc_slice_config'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/fs/freevxfs/vxfs_immed.c:32: warning: Excess function parameter 'file' description in 'vxfs_immed_read_folio'
@@ -5371,37 +5465,6 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/dma-buf/dma-heap.c:44: warning: Function parameter or member 'heap_cdev' not described in 'dma_heap'
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/rcupdate.h:29,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/rculist.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/pid.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/sched.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/ptrace.h:6,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/lib/syscall.c:31:3:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/fs/freevxfs/vxfs_subr.c:101: warning: expecting prototype for vxfs_get_block(). Prototype was for vxfs_getblk() instead
@@ -5437,0 +5501,35 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/buildid.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/module.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/nvme/target/trace.h:56:2:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/drivers/nvme/target/trace.h:57:3:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/drivers/nvme/target/./trace.h:61:1:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/nvme/target/./trace.h:61:1:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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);
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -5464,0 +5563,18 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/nipa/trees_rv/for-next/lib/test_kmod.c:119: warning: cannot understand function prototype: 'struct kmod_test_device '
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/drivers/message/fusion/mptsas.c: In function 'mptsas_reprobe_lun':
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/message/fusion/mptsas.c:4237:13: warning: variable 'rc' set but not used [-Wunused-but-set-variable]
+ 4237 | int rc;
+ | ^~
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/message/fusion/mptsas.c: In function 'mptsas_issue_tm':
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/message/fusion/mptsas.c:4796:26: warning: variable 'timeleft' set but not used [-Wunused-but-set-variable]
+ 4796 | unsigned long timeleft;
+ | ^~~~~~~~
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/lib/test_blackhole_dev.c: In function 'test_blackholedev_init':
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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;
+ | ^~~~
@@ -5468,7 +5584,3 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/net/ipv4/tcp_lp.c:272: warning: Function parameter or member 'sample' not described in 'tcp_lp_pkts_acked'
@@ -5478,5 +5590,12 @@
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/buildid.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/module.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/lib/test_hexdump.c:8:
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/spinlock.h:63,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/wait.h:9,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/wait_bit.h:8,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/fs.h:6,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/highmem.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bvec.h:10,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/skbuff.h:17,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/ip.h:16,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/net/ip.h:22,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/net/netfilter/nft_osf.c:2:
@@ -5484,2 +5603,2 @@
- inlined from 'test_hexdump_prepare_test.constprop' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/lib/test_hexdump.c:116:3:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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]
+ inlined from 'nft_osf_eval' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/net/netfilter/nft_osf.c:56:3:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' output may be truncated copying 16 bytes from a string of length 16 [-Wstringop-truncation]
@@ -5490,0 +5610,73 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/drivers/regulator/tps65219-regulator.c: In function 'tps65219_regulator_probe':
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/kernel/context_tracking.c:467: warning: Function parameter or member 'state' not described in '__ct_user_enter'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/context_tracking.c:607: warning: Function parameter or member 'state' not described in '__ct_user_exit'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/iomem.c:9:22: warning: no previous prototype for 'ioremap_cache' [-Wmissing-prototypes]
+ 9 | __weak void __iomem *ioremap_cache(resource_size_t offset, unsigned long size)
+ | ^~~~~~~~~~~~~
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/clk/clkdev.c: In function 'vclkdev_alloc':
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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);
+ | ^~~~~~~~~~
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/spi/spi-cadence.c:126: warning: Function parameter or member 'clk_rate' not described in 'cdns_spi'
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/rcupdate.h:29,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/rculist.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/pid.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/sched.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/ratelimit.h:6,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/dev_printk.h:16,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/device.h:15,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/drivers/i3c/master.c:2664:8:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/usb/host/xhci.c:1478: warning: Function parameter or member 'desc' not described in 'xhci_get_endpoint_index'
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/spinlock.h:63,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mmzone.h:8,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/gfp.h:7,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/umh.h:4,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/kmod.h:9,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/net/bridge/netfilter/ebtables.c:14:
+In function 'fortify_memcpy_chk',
+ inlined from 'size_entry_mwt' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/net/bridge/netfilter/ebtables.c:2118:2:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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'
@@ -5531,35 +5723,15 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/kernel/context_tracking.c:467: warning: Function parameter or member 'state' not described in '__ct_user_enter'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/context_tracking.c:607: warning: Function parameter or member 'state' not described in '__ct_user_exit'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/base/module.c: In function 'module_add_driver':
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/lib/test_firmware.c:98: warning: cannot understand function prototype: 'struct test_config '
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/spinlock.h:63,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/wait.h:9,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/wait_bit.h:8,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/fs.h:6,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/highmem.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bvec.h:10,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/skbuff.h:17,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/ip.h:16,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/net/ip.h:22,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/net/netfilter/nft_osf.c:2:
-In function 'strncpy',
- inlined from 'nft_osf_eval' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/net/netfilter/nft_osf.c:56:3:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' output may be truncated copying 16 bytes from a string of length 16 [-Wstringop-truncation]
- 68 | #define __underlying_strncpy __builtin_strncpy
- | ^
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/kernel/iomem.c:9:22: warning: no previous prototype for 'ioremap_cache' [-Wmissing-prototypes]
- 9 | __weak void __iomem *ioremap_cache(resource_size_t offset, unsigned long size)
- | ^~~~~~~~~~~~~
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/fs/ksmbd/misc.c:269: warning: Function parameter or member 'um' not described in 'ksmbd_extract_sharename'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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'
@@ -5573,22 +5744,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/fs/ksmbd/misc.c:269: warning: Function parameter or member 'um' not described in 'ksmbd_extract_sharename'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/lib/test_ubsan.c: In function 'test_ubsan_out_of_bounds':
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/lib/test_ubsan.c: In function 'test_ubsan_load_invalid_value':
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/lib/test_ubsan.c: At top level:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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[] = {
- | ^~~~~~~~~~~~~~~~
@@ -5604,0 +5755 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/mfd/Makefile: rsmu_core.o is added to multiple modules: rsmu-i2c rsmu-spi
@@ -5610,13 +5760,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/regulator/tps65219-regulator.c: In function 'tps65219_regulator_probe':
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/fs/ntfs/file.c:1952: warning: Function parameter or member 'end' not described in 'ntfs_file_fsync'
@@ -5630,17 +5768,2 @@
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/nvme/target/trace.h:56:2:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/drivers/nvme/target/trace.h:57:3:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/include/linux/fortify-string.h:234:24: note: in expansion of macro '__underlying_strlen'
- 234 | return __underlying_strlen(p);
- | ^~~~~~~~~~~~~~~~~~~
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_def.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_init.c:6:
@@ -5648 +5771 @@
- inlined from 'perf_trace_nvmet_req_init' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/nvme/target/./trace.h:61:1:
+ inlined from 'qla81xx_nvram_config' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_init.c:8946:2:
@@ -5651,0 +5775,10 @@
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/spinlock.h:63,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/wait.h:9,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/wait_bit.h:8,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/fs.h:6,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/fs/cifs/smb2pdu.c:18:
@@ -5653 +5786 @@
- inlined from 'trace_event_raw_event_nvmet_req_init' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/nvme/target/./trace.h:61:1:
+ inlined from '__SMB2_close' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/fs/cifs/smb2pdu.c:3404:4:
@@ -5656,0 +5790,19 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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.
@@ -5663 +5815,14 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/fs/ksmbd/transport_tcp.c:393: warning: Function parameter or member 'iface' not described in 'create_socket'
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/buildid.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/module.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_def.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_iocb.c:6:
+In function 'fortify_memcpy_chk',
+ inlined from 'qla24xx_els_dcmd2_iocb' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_iocb.c:3065:2:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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);
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -5667,0 +5833 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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'
@@ -5686,52 +5852 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/nipa/trees_rv/for-next/lib/test_kmod.c:119: warning: cannot understand function prototype: 'struct kmod_test_device '
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/lib/test_blackhole_dev.c: In function 'test_blackholedev_init':
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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'
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/spinlock.h:63,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/wait.h:9,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/wait_bit.h:8,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/fs.h:6,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/fs/cifs/smb2pdu.c:3404:4:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/message/fusion/mptsas.c: In function 'mptsas_reprobe_lun':
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/message/fusion/mptsas.c:4237:13: warning: variable 'rc' set but not used [-Wunused-but-set-variable]
- 4237 | int rc;
- | ^~
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/message/fusion/mptsas.c: In function 'mptsas_issue_tm':
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/message/fusion/mptsas.c:4796:26: warning: variable 'timeleft' set but not used [-Wunused-but-set-variable]
- 4796 | unsigned long timeleft;
- | ^~~~~~~~
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/net/ipv4/tcp_lp.c:272: warning: Function parameter or member 'sample' not described in 'tcp_lp_pkts_acked'
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/buildid.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/module.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_def.h:12,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_init.c:8946:2:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/spi/spi-cadence.c:126: warning: Function parameter or member 'clk_rate' not described in 'cdns_spi'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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'
@@ -5739 +5853,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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
@@ -5744,14 +5857,0 @@
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/buildid.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/module.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_def.h:12,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_iocb.c:6:
-In function 'fortify_memcpy_chk',
- inlined from 'qla24xx_els_dcmd2_iocb' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_iocb.c:3065:2:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/include/linux/string.h:253,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
@@ -5770 +5869,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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'
@@ -5775,23 +5873,0 @@
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/rcupdate.h:29,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/rculist.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/pid.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/sched.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/ratelimit.h:6,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/dev_printk.h:16,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/device.h:15,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/drivers/i3c/master.c:2664:8:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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[] = '
@@ -5802,5 +5877,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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'
@@ -5810,0 +5882,4 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/nipa/trees_rv/for-next/fs/ufs/inode.c:397: warning: Function parameter or member 'create' not described in 'ufs_getfrag_block'
@@ -5818,0 +5894,10 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/thermal/cpuidle_cooling.c:151: warning: cannot understand function prototype: 'struct thermal_cooling_device_ops cpuidle_cooling_ops = '
@@ -5823 +5907,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/i2c/busses/i2c-cadence.c:218: warning: Function parameter or member 'rinfo' not described in 'cdns_i2c'
@@ -5828,5 +5911,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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'
@@ -5838,2 +5917,18 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/watchdog/pcwd_usb.c:770: warning: Function parameter or member 'interface' not described in 'usb_pcwd_disconnect'
@@ -5856,37 +5951,5 @@
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/spinlock.h:63,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mmzone.h:8,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/gfp.h:7,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/umh.h:4,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/kmod.h:9,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/net/bridge/netfilter/ebtables.c:14:
-In function 'fortify_memcpy_chk',
- inlined from 'size_entry_mwt' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/net/bridge/netfilter/ebtables.c:2118:2:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/thermal/uniphier_thermal.c:26: warning: expecting prototype for uniphier_thermal.c(). Prototype was for PVTCTLEN() instead
@@ -5905,36 +5968,2 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/clk/clkdev.c: In function 'vclkdev_alloc':
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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);
- | ^~~~~~~~~~
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/mfd/Makefile: rsmu_core.o is added to multiple modules: rsmu-i2c rsmu-spi
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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
@@ -5944,6 +5973,5 @@
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/spinlock.h:63,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mmzone.h:8,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/gfp.h:7,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/scsi/bnx2i/bnx2i_hwi.c:17:
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/buildid.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/module.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/net/bluetooth/bnep/core.c:28:
@@ -5951 +5979,2 @@
- inlined from 'bnx2i_process_login_resp.isra' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/scsi/bnx2i/bnx2i_hwi.c:1460:2:
+ inlined from '__skb_put_data' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/net/bluetooth/bnep/core.c:388:3:
@@ -5955 +5984,3 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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
@@ -5957,5 +5988,7 @@
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/uuid.h:12,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mod_devicetable.h:13,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/pci.h:27,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/broadcom/bnx2x/bnx2x.h:19,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c:22:
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/buildid.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/module.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/net/bluetooth/mgmt.c:27:
@@ -5963 +5996 @@
- inlined from 'bnx2x_get_vf_config' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c:2655:4:
+ inlined from 'get_conn_info_complete' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/net/bluetooth/mgmt.c:7274:2:
@@ -5967,28 +6000,2 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/Makefile: lio_core.o is added to multiple modules: liquidio liquidio_vf
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/ethtool.h:16,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/lio_ethtool.c:18:
-In function 'strncpy',
- inlined from 'lio_get_drvinfo' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/lio_ethtool.c:448:2:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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 'lio_get_vf_drvinfo' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/lio_ethtool.c:464:2:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/Makefile: response_manager.o is added to multiple modules: liquidio liquidio_vf
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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
@@ -6015,55 +6021,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/Makefile: octeon_device.o is added to multiple modules: liquidio liquidio_vf
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/Makefile: cn66xx_device.o is added to multiple modules: liquidio liquidio_vf
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/uuid.h:12,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mod_devicetable.h:13,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/pci.h:27,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/octeon_device.c:18:
-In function 'strncpy',
- inlined from 'octeon_core_drv_init' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/octeon_device.c:1206:2:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' output may be truncated copying 15 bytes from a string of length 31 [-Wstringop-truncation]
- 68 | #define __underlying_strncpy __builtin_strncpy
- | ^
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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 'octeon_core_drv_init' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/octeon_device.c:1246:2:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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 'octeon_core_drv_init' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/octeon_device.c:1247:2:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' specified bound 64 equals destination size [-Wstringop-truncation]
- 68 | #define __underlying_strncpy __builtin_strncpy
- | ^
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/Makefile: cn68xx_device.o is added to multiple modules: liquidio liquidio_vf
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/Makefile: cn23xx_pf_device.o is added to multiple modules: liquidio liquidio_vf
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/Makefile: cn23xx_vf_device.o is added to multiple modules: liquidio liquidio_vf
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/Makefile: octeon_droq.o is added to multiple modules: liquidio liquidio_vf
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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.
@@ -6072,31 +6024,2 @@
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/buildid.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/module.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/net/bluetooth/bnep/core.c:388:3:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/include/linux/string.h:253,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/dma-mapping.h:6,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/wireless/ath/ath9k/xmit.c:17:
-In function 'fortify_memcpy_chk',
- inlined from 'ath_tx_complete_aggr.constprop' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/wireless/ath/ath9k/xmit.c:548:4:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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 'ath_tx_count_frames' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/wireless/ath/ath9k/xmit.c:465:3,
- inlined from 'ath_tx_complete_aggr.constprop' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/wireless/ath/ath9k/xmit.c:564:2:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/drivers/watchdog/mlx_wdt.c:55: warning: Function parameter or member 'wdt_type' not described in 'mlxreg_wdt'
@@ -6105,2 +6027,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/thermal/uniphier_thermal.c:26: warning: expecting prototype for uniphier_thermal.c(). Prototype was for PVTCTLEN() instead
@@ -6120,0 +6042,7 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/isdn/capi/capiutil.c: In function 'bufprint':
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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);
+ | ^
@@ -6140,0 +6069,16 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/opp/cpu.c:98: warning: Excess function parameter 'table' description in 'dev_pm_opp_free_cpufreq_table'
@@ -6145,0 +6090,4 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/vkms/vkms_composer.c:41: warning: Function parameter or member 'frame_info' not described in 'pre_mul_alpha_blend'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/vkms/vkms_composer.c:41: warning: Excess function parameter 'src_frame_info' description in 'pre_mul_alpha_blend'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/vkms/vkms_composer.c:72: warning: Cannot understand * @wb_frame_info: The writeback frame buffer metadata
+ on line 72 - I thought it was a doc line
@@ -6171,13 +6118,0 @@
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/buildid.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/module.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/net/bluetooth/mgmt.c:7274:2:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -6188,0 +6124,11 @@
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/uuid.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mod_devicetable.h:13,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/pci.h:27,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/broadcom/bnx2x/bnx2x.h:19,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c:22:
+In function 'fortify_memcpy_chk',
+ inlined from 'bnx2x_get_vf_config' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c:2655:4:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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);
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -6193,0 +6140,4 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/Makefile: lio_core.o is added to multiple modules: liquidio liquidio_vf
@@ -6198,0 +6149,3 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/drivers/scsi/mpi3mr/mpi3mr_app.c:1523: warning: Function parameter or member 'mrioc' not described in 'mpi3mr_bsg_init'
@@ -6204,55 +6157,75 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/isdn/capi/capiutil.c: In function 'bufprint':
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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);
- | ^
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/vkms/vkms_composer.c:41: warning: Function parameter or member 'frame_info' not described in 'pre_mul_alpha_blend'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/vkms/vkms_composer.c:41: warning: Excess function parameter 'src_frame_info' description in 'pre_mul_alpha_blend'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/vkms/vkms_composer.c:72: warning: Cannot understand * @wb_frame_info: The writeback frame buffer metadata
- on line 72 - I thought it was a doc line
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/opp/cpu.c:98: warning: Excess function parameter 'table' description in 'dev_pm_opp_free_cpufreq_table'
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/ethtool.h:16,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/lio_ethtool.c:18:
+In function 'strncpy',
+ inlined from 'lio_get_drvinfo' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/lio_ethtool.c:448:2:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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 'lio_get_vf_drvinfo' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/lio_ethtool.c:464:2:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/Makefile: response_manager.o is added to multiple modules: liquidio liquidio_vf
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/Makefile: octeon_device.o is added to multiple modules: liquidio liquidio_vf
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/Makefile: cn66xx_device.o is added to multiple modules: liquidio liquidio_vf
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/uuid.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mod_devicetable.h:13,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/pci.h:27,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/octeon_device.c:18:
+In function 'strncpy',
+ inlined from 'octeon_core_drv_init' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/octeon_device.c:1206:2:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' output may be truncated copying 15 bytes from a string of length 31 [-Wstringop-truncation]
+ 68 | #define __underlying_strncpy __builtin_strncpy
+ | ^
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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 'octeon_core_drv_init' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/octeon_device.c:1246:2:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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 'octeon_core_drv_init' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/octeon_device.c:1247:2:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' specified bound 64 equals destination size [-Wstringop-truncation]
+ 68 | #define __underlying_strncpy __builtin_strncpy
+ | ^
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/Makefile: cn68xx_device.o is added to multiple modules: liquidio liquidio_vf
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/Makefile: cn23xx_pf_device.o is added to multiple modules: liquidio liquidio_vf
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/spinlock.h:63,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mmzone.h:8,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/gfp.h:7,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/scsi/bnx2i/bnx2i_hwi.c:1460:2:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/Makefile: cn23xx_vf_device.o is added to multiple modules: liquidio liquidio_vf
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/Makefile: octeon_droq.o is added to multiple modules: liquidio liquidio_vf
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/cavium/liquidio/Makefile: octeon_nic.o is added to multiple modules: liquidio liquidio_vf
@@ -6280 +6253,495 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/fs/nilfs2/super.c:121: warning: Function parameter or member 'fmt' not described in '__nilfs_error'
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/dma-mapping.h:6,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/wireless/ath/ath9k/xmit.c:17:
+In function 'fortify_memcpy_chk',
+ inlined from 'ath_tx_complete_aggr.constprop' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/wireless/ath/ath9k/xmit.c:548:4:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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 'ath_tx_count_frames' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/wireless/ath/ath9k/xmit.c:465:3,
+ inlined from 'ath_tx_complete_aggr.constprop' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/wireless/ath/ath9k/xmit.c:564:2:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/fs/nilfs2/btnode.c:278: warning: Function parameter or member 'ctxt' not described in 'nilfs_btnode_abort_change_key'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/fs/nilfs2/btree.c:1857: warning: Function parameter or member 'btree' not described in 'nilfs_btree_convert_and_insert'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/fs/nilfs2/btree.c:1857: warning: Excess function parameter 'bmap' description in 'nilfs_btree_convert_and_insert'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/fs/nilfs2/recovery.c:571: warning: Function parameter or member 'root' not described in 'nilfs_do_roll_forward'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/nvfw/acr.c:49:1: warning: no previous prototype for 'wpr_generic_header_dump' [-Wmissing-prototypes]
+ 49 | wpr_generic_header_dump(struct nvkm_subdev *subdev, const struct wpr_generic_header *hdr)
+ | ^~~~~~~~~~~~~~~~~~~~~~~
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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"
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/spinlock.h:63,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/wait.h:9,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mempool.h:8,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bio.h:8,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/md/dm-log-userspace-base.c:226:2:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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;
+ | ^~~
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/spinlock.h:63,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/wait.h:9,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/wait_bit.h:8,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/fs.h:6,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/highmem.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bvec.h:10,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/blk_types.h:10,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/blkdev.h:9,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/usb/gadget/function/f_fs.c:17:
+In function 'fortify_memcpy_chk',
+ inlined from '__ffs_func_bind_do_os_desc' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/usb/gadget/function/f_fs.c:3002:3:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/firmware/efi/memmap.c:132: warning: Excess function parameter 'phys_addr' description in 'efi_memmap_init_late'
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/spinlock.h:63,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/wait.h:9,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/wait_bit.h:8,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/fs.h:6,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/highmem.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bvec.h:10,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/skbuff.h:17,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/if_ether.h:19,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/etherdevice.h:20,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/net/wireless/ath/wil6210/txrx.c:684:2:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/include/linux/string.h:253,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/spinlock.h:63,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/wait.h:9,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/wait_bit.h:8,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/fs.h:6,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/highmem.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bvec.h:10,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/blk_types.h:10,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/blkdev.h:9,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/md/persistent-data/dm-block-manager.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/md/dm-cache-block-types.h:10,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/md/dm-cache-metadata.h:10,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/md/dm-cache-metadata.c:1721:2:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/include/linux/string.h:253,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/spinlock.h:63,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/wait.h:9,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/wait_bit.h:8,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/fs.h:6,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/highmem.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bvec.h:10,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/skbuff.h:17,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/if_ether.h:19,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/etherdevice.h:20,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/net/wireless/ath/wil6210/txrx_edma.c:566:2:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/mailbox/bcm-pdc-mailbox.c:707: warning: Function parameter or member 'pdcs' not described in 'pdc_tx_list_sg_add'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/mailbox/bcm-pdc-mailbox.c:707: warning: Excess function parameter 'spu_idx' description in 'pdc_tx_list_sg_add'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/mailbox/bcm-pdc-mailbox.c:875: warning: Function parameter or member 'pdcs' not described in 'pdc_rx_list_sg_add'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/mailbox/bcm-pdc-mailbox.c:875: warning: Excess function parameter 'spu_idx' description in 'pdc_rx_list_sg_add'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/mailbox/bcm-pdc-mailbox.c:966: warning: Function parameter or member 't' not described in 'pdc_tasklet_cb'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/mailbox/bcm-pdc-mailbox.c:966: warning: Excess function parameter 'data' description in 'pdc_tasklet_cb'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/hwspinlock/hwspinlock_core.c:647: warning: Function parameter or member 'hwlock' not described in '__hwspin_lock_request'
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/spinlock.h:63,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mmzone.h:8,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/gfp.h:7,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/slab.h:15,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/net/wireless/intersil/hostap/hostap_ioctl.c:3633:3:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:584: warning: Function parameter or member 'init' not described in 'init_reserved'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:611: warning: Function parameter or member 'init' not described in 'init_done'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:611: warning: expecting prototype for INIT_DONE(). Prototype was for init_done() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:622: warning: Function parameter or member 'init' not described in 'init_io_restrict_prog'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:622: warning: expecting prototype for INIT_IO_RESTRICT_PROG(). Prototype was for init_io_restrict_prog() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:659: warning: Function parameter or member 'init' not described in 'init_repeat'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:659: warning: expecting prototype for INIT_REPEAT(). Prototype was for init_repeat() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:685: warning: Function parameter or member 'init' not described in 'init_io_restrict_pll'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:685: warning: expecting prototype for INIT_IO_RESTRICT_PLL(). Prototype was for init_io_restrict_pll() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:725: warning: Function parameter or member 'init' not described in 'init_end_repeat'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:725: warning: expecting prototype for INIT_END_REPEAT(). Prototype was for init_end_repeat() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:741: warning: Function parameter or member 'init' not described in 'init_copy'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:741: warning: expecting prototype for INIT_COPY(). Prototype was for init_copy() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:768: warning: Function parameter or member 'init' not described in 'init_not'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:768: warning: expecting prototype for INIT_NOT(). Prototype was for init_not() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:780: warning: Function parameter or member 'init' not described in 'init_io_flag_condition'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:780: warning: expecting prototype for INIT_IO_FLAG_CONDITION(). Prototype was for init_io_flag_condition() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:797: warning: Function parameter or member 'init' not described in 'init_generic_condition'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:797: warning: expecting prototype for INIT_GENERIC_CONDITION(). Prototype was for init_generic_condition() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:849: warning: Function parameter or member 'init' not described in 'init_io_mask_or'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:849: warning: expecting prototype for INIT_IO_MASK_OR(). Prototype was for init_io_mask_or() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:868: warning: Function parameter or member 'init' not described in 'init_io_or'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:868: warning: expecting prototype for INIT_IO_OR(). Prototype was for init_io_or() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:887: warning: Function parameter or member 'init' not described in 'init_andn_reg'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:887: warning: expecting prototype for INIT_ANDN_REG(). Prototype was for init_andn_reg() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:904: warning: Function parameter or member 'init' not described in 'init_or_reg'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:904: warning: expecting prototype for INIT_OR_REG(). Prototype was for init_or_reg() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:921: warning: Function parameter or member 'init' not described in 'init_idx_addr_latched'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:921: warning: expecting prototype for INIT_INDEX_ADDRESS_LATCHED(). Prototype was for init_idx_addr_latched() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:951: warning: Function parameter or member 'init' not described in 'init_io_restrict_pll2'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:951: warning: expecting prototype for INIT_IO_RESTRICT_PLL2(). Prototype was for init_io_restrict_pll2() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:986: warning: Function parameter or member 'init' not described in 'init_pll2'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:986: warning: expecting prototype for INIT_PLL2(). Prototype was for init_pll2() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1003: warning: Function parameter or member 'init' not described in 'init_i2c_byte'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1003: warning: expecting prototype for INIT_I2C_BYTE(). Prototype was for init_i2c_byte() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1034: warning: Function parameter or member 'init' not described in 'init_zm_i2c_byte'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1034: warning: expecting prototype for INIT_ZM_I2C_BYTE(). Prototype was for init_zm_i2c_byte() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1060: warning: Function parameter or member 'init' not described in 'init_zm_i2c'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1060: warning: expecting prototype for INIT_ZM_I2C(). Prototype was for init_zm_i2c() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1094: warning: Function parameter or member 'init' not described in 'init_tmds'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1094: warning: expecting prototype for INIT_TMDS(). Prototype was for init_tmds() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1120: warning: Function parameter or member 'init' not described in 'init_zm_tmds_group'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1120: warning: expecting prototype for INIT_ZM_TMDS_GROUP(). Prototype was for init_zm_tmds_group() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1147: warning: Function parameter or member 'init' not described in 'init_cr_idx_adr_latch'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1147: warning: expecting prototype for INIT_CR_INDEX_ADDRESS_LATCHED(). Prototype was for init_cr_idx_adr_latch() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1177: warning: Function parameter or member 'init' not described in 'init_cr'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1177: warning: expecting prototype for INIT_CR(). Prototype was for init_cr() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1197: warning: Function parameter or member 'init' not described in 'init_zm_cr'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1197: warning: expecting prototype for INIT_ZM_CR(). Prototype was for init_zm_cr() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1214: warning: Function parameter or member 'init' not described in 'init_zm_cr_group'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1214: warning: expecting prototype for INIT_ZM_CR_GROUP(). Prototype was for init_zm_cr_group() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1238: warning: Function parameter or member 'init' not described in 'init_condition_time'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1238: warning: expecting prototype for INIT_CONDITION_TIME(). Prototype was for init_condition_time() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1265: warning: Function parameter or member 'init' not described in 'init_ltime'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1265: warning: expecting prototype for INIT_LTIME(). Prototype was for init_ltime() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1282: warning: Function parameter or member 'init' not described in 'init_zm_reg_sequence'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1282: warning: expecting prototype for INIT_ZM_REG_SEQUENCE(). Prototype was for init_zm_reg_sequence() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1307: warning: Function parameter or member 'init' not described in 'init_pll_indirect'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1307: warning: expecting prototype for INIT_PLL_INDIRECT(). Prototype was for init_pll_indirect() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1326: warning: Function parameter or member 'init' not described in 'init_zm_reg_indirect'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1326: warning: expecting prototype for INIT_ZM_REG_INDIRECT(). Prototype was for init_zm_reg_indirect() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1345: warning: Function parameter or member 'init' not described in 'init_sub_direct'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1345: warning: expecting prototype for INIT_SUB_DIRECT(). Prototype was for init_sub_direct() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1371: warning: Function parameter or member 'init' not described in 'init_jump'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1371: warning: expecting prototype for INIT_JUMP(). Prototype was for init_jump() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1389: warning: Function parameter or member 'init' not described in 'init_i2c_if'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1389: warning: expecting prototype for INIT_I2C_IF(). Prototype was for init_i2c_if() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1416: warning: Function parameter or member 'init' not described in 'init_copy_nv_reg'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1416: warning: expecting prototype for INIT_COPY_NV_REG(). Prototype was for init_copy_nv_reg() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1442: warning: Function parameter or member 'init' not described in 'init_zm_index_io'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1442: warning: expecting prototype for INIT_ZM_INDEX_IO(). Prototype was for init_zm_index_io() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1460: warning: Function parameter or member 'init' not described in 'init_compute_mem'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1460: warning: expecting prototype for INIT_COMPUTE_MEM(). Prototype was for init_compute_mem() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1478: warning: Function parameter or member 'init' not described in 'init_reset'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1478: warning: expecting prototype for INIT_RESET(). Prototype was for init_reset() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1505: warning: Function parameter or member 'init' not described in 'init_configure_mem_clk'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1505: warning: expecting prototype for INIT_CONFIGURE_MEM(). Prototype was for init_configure_mem_clk() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1564: warning: Function parameter or member 'init' not described in 'init_configure_clk'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1564: warning: expecting prototype for INIT_CONFIGURE_CLK(). Prototype was for init_configure_clk() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1598: warning: Function parameter or member 'init' not described in 'init_configure_preinit'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1598: warning: expecting prototype for INIT_CONFIGURE_PREINIT(). Prototype was for init_configure_preinit() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1624: warning: Function parameter or member 'init' not described in 'init_io'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1624: warning: expecting prototype for INIT_IO(). Prototype was for init_io() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1664: warning: Function parameter or member 'init' not described in 'init_sub'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1664: warning: expecting prototype for INIT_SUB(). Prototype was for init_sub() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1691: warning: Function parameter or member 'init' not described in 'init_ram_condition'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1691: warning: expecting prototype for INIT_RAM_CONDITION(). Prototype was for init_ram_condition() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1710: warning: Function parameter or member 'init' not described in 'init_nv_reg'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1710: warning: expecting prototype for INIT_NV_REG(). Prototype was for init_nv_reg() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1728: warning: Function parameter or member 'init' not described in 'init_macro'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1728: warning: expecting prototype for INIT_MACRO(). Prototype was for init_macro() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1752: warning: Function parameter or member 'init' not described in 'init_resume'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1752: warning: expecting prototype for INIT_RESUME(). Prototype was for init_resume() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1764: warning: Function parameter or member 'init' not described in 'init_strap_condition'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1764: warning: expecting prototype for INIT_STRAP_CONDITION(). Prototype was for init_strap_condition() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1782: warning: Function parameter or member 'init' not described in 'init_time'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1782: warning: expecting prototype for INIT_TIME(). Prototype was for init_time() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1803: warning: Function parameter or member 'init' not described in 'init_condition'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1803: warning: expecting prototype for INIT_CONDITION(). Prototype was for init_condition() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1820: warning: Function parameter or member 'init' not described in 'init_io_condition'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1820: warning: expecting prototype for INIT_IO_CONDITION(). Prototype was for init_io_condition() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1837: warning: Function parameter or member 'init' not described in 'init_zm_reg16'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1837: warning: expecting prototype for INIT_ZM_REG16(). Prototype was for init_zm_reg16() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1854: warning: Function parameter or member 'init' not described in 'init_index_io'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1854: warning: expecting prototype for INIT_INDEX_IO(). Prototype was for init_index_io() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1876: warning: Function parameter or member 'init' not described in 'init_pll'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1876: warning: expecting prototype for INIT_PLL(). Prototype was for init_pll() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1893: warning: Function parameter or member 'init' not described in 'init_zm_reg'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1893: warning: expecting prototype for INIT_ZM_REG(). Prototype was for init_zm_reg() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1913: warning: Function parameter or member 'init' not described in 'init_ram_restrict_pll'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1913: warning: expecting prototype for INIT_RAM_RESTRICT_PLL(). Prototype was for init_ram_restrict_pll() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1943: warning: Function parameter or member 'init' not described in 'init_reset_begun'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1943: warning: expecting prototype for INIT_RESET_BEGUN(). Prototype was for init_reset_begun() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1954: warning: Function parameter or member 'init' not described in 'init_reset_end'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1954: warning: expecting prototype for INIT_RESET_END(). Prototype was for init_reset_end() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1965: warning: Function parameter or member 'init' not described in 'init_gpio'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1965: warning: expecting prototype for INIT_GPIO(). Prototype was for init_gpio() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1981: warning: Function parameter or member 'init' not described in 'init_ram_restrict_zm_reg_group'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1981: warning: expecting prototype for INIT_RAM_RESTRICT_ZM_GROUP(). Prototype was for init_ram_restrict_zm_reg_group() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:2019: warning: Function parameter or member 'init' not described in 'init_copy_zm_reg'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:2019: warning: expecting prototype for INIT_COPY_ZM_REG(). Prototype was for init_copy_zm_reg() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:2036: warning: Function parameter or member 'init' not described in 'init_zm_reg_group'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:2036: warning: expecting prototype for INIT_ZM_REG_GROUP(). Prototype was for init_zm_reg_group() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:2058: warning: Function parameter or member 'init' not described in 'init_xlat'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:2058: warning: expecting prototype for INIT_XLAT(). Prototype was for init_xlat() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:2086: warning: Function parameter or member 'init' not described in 'init_zm_mask_add'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:2086: warning: expecting prototype for INIT_ZM_MASK_ADD(). Prototype was for init_zm_mask_add() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:2107: warning: Function parameter or member 'init' not described in 'init_auxch'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:2107: warning: expecting prototype for INIT_AUXCH(). Prototype was for init_auxch() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:2131: warning: Function parameter or member 'init' not described in 'init_zm_auxch'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:2131: warning: expecting prototype for INIT_AUXCH(). Prototype was for init_zm_auxch() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:2153: warning: Function parameter or member 'init' not described in 'init_i2c_long_if'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:2153: warning: expecting prototype for INIT_I2C_LONG_IF(). Prototype was for init_i2c_long_if() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:2192: warning: Function parameter or member 'init' not described in 'init_gpio_ne'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:2192: warning: expecting prototype for INIT_GPIO_NE(). Prototype was for init_gpio_ne() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/freescale/enetc/Makefile: enetc_cbdr.o is added to multiple modules: fsl-enetc fsl-enetc-vf
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/buildid.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/module.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlegacy/4965-mac.c:4023:3:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/net/dccp/ccids/ccid2.c:365: warning: Function parameter or member 'mrtt' not described in 'ccid2_rtt_estimator'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/crypto/marvell/octeontx2/Makefile: otx2_cptlf.o is added to multiple modules: rvu_cptpf rvu_cptvf
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/buildid.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/module.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/scsi/3w-sas.c:1329:3:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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);
+ | ^~~~~~~~~~~~~~~~~~~~
@@ -6344,17 +6811 @@
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/spinlock.h:63,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mmzone.h:8,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/gfp.h:7,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/firmware.h:7,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/crypto/marvell/octeontx2/Makefile: cn10k_cpt.o is added to multiple modules: rvu_cptpf rvu_cptvf
@@ -6368,9 +6819,40 @@
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/scsi/3w-sas.c:1329:3:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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);
- | ^~~~~~~~~~~~~~~~~~~~
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/staging/wlan-ng/hfa384x_usb.c:114,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/staging/wlan-ng/prism2fw.c:625:4:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/staging/wlan-ng/prism2fw.c:634:4:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/fs/gfs2/rgrp.c:1200: warning: Excess function parameter 'gh' description in 'gfs2_rgrp_go_instantiate'
@@ -6496 +6978,5 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/net/dccp/ccids/ccid2.c:365: warning: Function parameter or member 'mrtt' not described in 'ccid2_rtt_estimator'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/memory/emif.c:68: warning: Function parameter or member 'irq_state' not described in 'emif_data'
@@ -6510,11 +6996,18 @@
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/etherdevice.h:20,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/net/wireless/ath/wil6210/txrx.c:684:2:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/fs/befs/datastream.c:132: warning: expecting prototype for befs_read_lsmylink(). Prototype was for befs_read_lsymlink() instead
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/staging/rtl8192u/ieee80211/ieee80211.h:22,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:1388:5:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:1393:4:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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);
+ | ^~~~~~~~~~~~~~~~~~~~
@@ -6527,9 +7020,4 @@
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/wait.h:9,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/wait_bit.h:8,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/fs.h:6,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/highmem.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bvec.h:10,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/skbuff.h:17,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/if_ether.h:19,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/etherdevice.h:20,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/wireless/ath/wil6210/txrx_edma.c:6:
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/swait.h:7,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/completion.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/wireless/marvell/mwifiex/main.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/wireless/marvell/mwifiex/tdls.c:19:
@@ -6537 +7025 @@
- inlined from 'wil_rx_crypto_check_edma' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/wireless/ath/wil6210/txrx_edma.c:566:2:
+ inlined from 'mwifiex_construct_tdls_action_frame.constprop' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/wireless/marvell/mwifiex/tdls.c:765:3:
@@ -6541,13 +7029,10 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/nvfw/acr.c:49:1: warning: no previous prototype for 'wpr_generic_header_dump' [-Wmissing-prototypes]
- 49 | wpr_generic_header_dump(struct nvkm_subdev *subdev, const struct wpr_generic_header *hdr)
- | ^~~~~~~~~~~~~~~~~~~~~~~
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/fs/nilfs2/btnode.c:278: warning: Function parameter or member 'ctxt' not described in 'nilfs_btnode_abort_change_key'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/fs/nilfs2/btree.c:1857: warning: Function parameter or member 'btree' not described in 'nilfs_btree_convert_and_insert'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/fs/nilfs2/btree.c:1857: warning: Excess function parameter 'bmap' description in 'nilfs_btree_convert_and_insert'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/hwtracing/intel_th/core.c:866: warning: Excess function parameter 'irq' description in 'intel_th_alloc'
@@ -6561,3 +7046,4 @@
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mempool.h:8,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bio.h:8,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/md/dm-log-userspace-base.c:7:
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/wait_bit.h:8,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/fs.h:6,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/debugfs.h:15,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c:4:
@@ -6565,2 +7051,2 @@
- inlined from 'userspace_ctr' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/md/dm-log-userspace-base.c:226:2:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' specified bound 129 equals destination size [-Wstringop-truncation]
+ inlined from 'hns3_dbg_fill_content.constprop' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c:444:4:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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]
@@ -6572,12 +7058,23 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/fs/nilfs2/recovery.c:571: warning: Function parameter or member 'root' not described in 'nilfs_do_roll_forward'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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;
- | ^~~
+In function '__fortify_strlen',
+ inlined from 'hns3_dbg_fill_content.constprop' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c:444:4:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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 file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/rcupdate.h:29,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/rculist.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/sched/signal.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/staging/rtl8723bs/include/drv_types.h:17,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/staging/rtl8723bs/core/rtw_security.c:1425:3:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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);
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -6597,4 +7094 @@
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/md/persistent-data/dm-block-manager.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/md/dm-cache-block-types.h:10,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/md/dm-cache-metadata.h:10,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/md/dm-cache-metadata.c:7:
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/staging/rts5208/rtsx_scsi.c:12:
@@ -6602,2 +7096,2 @@
- inlined from 'write_hints' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/md/dm-cache-metadata.c:1721:2:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' specified bound 16 equals destination size [-Wstringop-truncation]
+ inlined from 'inquiry' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/staging/rts5208/rtsx_scsi.c:526:3:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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]
@@ -6609,8 +7103,131 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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]
+ 68 | #define __underlying_strncpy __builtin_strncpy
+ | ^
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/drivers/hwtracing/intel_th/msu.c:122: warning: bad line:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/hwtracing/intel_th/msu.c:1309: warning: Excess function parameter 'size' description in 'msc_buffer_alloc'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/hisilicon/hns3/Makefile: hns3_common/hclge_comm_rss.o is added to multiple modules: hclge hclgevf
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/rcupdate.h:29,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/rculist.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/sched/signal.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/staging/rtl8723bs/include/drv_types.h:17,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/staging/rtl8723bs/core/rtw_xmit.c:1210:3:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/fs/namei.c:3589: warning: Excess function parameter 'open_flag' description in 'vfs_tmpfile'
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/rcupdate.h:29,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/rculist.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/pid.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/sched.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/ratelimit.h:6,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/dev_printk.h:16,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/device.h:15,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c:4:
+In function 'strncpy',
+ inlined from 'hclge_dbg_fill_content' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c:96:4:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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 'hclge_dbg_fill_content' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c:96:4:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/include/linux/fortify-string.h:234:24: note: in expansion of macro '__underlying_strlen'
+ 234 | return __underlying_strlen(p);
+ | ^~~~~~~~~~~~~~~~~~~
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/drivers/nvmem/rave-sp-eeprom.c:48: warning: bad line:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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'
@@ -6625,2 +7242,33 @@
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/slab.h:15,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/wireless/intersil/hostap/hostap_ioctl.c:4:
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/firmware.h:7,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/rapidio/rio_cm.c: In function 'rio_txcq_handler':
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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;
+ | ^~
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/buildid.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/module.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c:20:
@@ -6628,2 +7276,2 @@
- inlined from 'prism2_ioctl_get_encryption' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/wireless/intersil/hostap/hostap_ioctl.c:3633:3:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' specified bound 16 equals destination size [-Wstringop-truncation]
+ inlined from 'create_component' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c:941:2:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' specified bound 128 equals destination size [-Wstringop-truncation]
@@ -6635 +7283,71 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/trace/define_trace.h:102,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlwifi/iwl-devtrace-msg.h:71,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlwifi/iwl-devtrace.h:91,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlwifi/iwl-devtrace.c:15:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/include/linux/compiler_types.h:100,
+ from <command-line>:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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)
+ | ^~~~~~~~~~~~~~~~~~~
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/nvdimm/core.c:222: warning: Function parameter or member 'len' not described in 'nd_uuid_store'
@@ -6643 +7361,111 @@
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlegacy/4965-mac.c:18:
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/net/wireless/ray_cs.c:628:3:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/dax/super.c:478: warning: bad line:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/include/linux/string.h:253,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/spinlock.h:63,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mmzone.h:8,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/memremap.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/dax/bus.c:87:5:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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'
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/spinlock.h:63,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/wait.h:9,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/dma-fence.h:17,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/gpu/drm/msm/msm_fence.c:25:2:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/fs/kernel_read_file.c:38: warning: Function parameter or member 'id' not described in 'kernel_read_file'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/drivers/mtd/devices/mtd_dataflash.c:946:27: note: (near initialization for 'dataflash_driver.id_table')
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/buildid.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/module.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c:8:
@@ -6645 +7473 @@
- inlined from 'il4965_hdl_alive' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlegacy/4965-mac.c:4023:3:
+ inlined from 'rvu_nix_blk_aq_enq_inst' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c:955:4:
@@ -6649,141 +7477,123 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:584: warning: Function parameter or member 'init' not described in 'init_reserved'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:611: warning: Function parameter or member 'init' not described in 'init_done'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:611: warning: expecting prototype for INIT_DONE(). Prototype was for init_done() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:622: warning: Function parameter or member 'init' not described in 'init_io_restrict_prog'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:622: warning: expecting prototype for INIT_IO_RESTRICT_PROG(). Prototype was for init_io_restrict_prog() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:659: warning: Function parameter or member 'init' not described in 'init_repeat'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:659: warning: expecting prototype for INIT_REPEAT(). Prototype was for init_repeat() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:685: warning: Function parameter or member 'init' not described in 'init_io_restrict_pll'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:685: warning: expecting prototype for INIT_IO_RESTRICT_PLL(). Prototype was for init_io_restrict_pll() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:725: warning: Function parameter or member 'init' not described in 'init_end_repeat'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:725: warning: expecting prototype for INIT_END_REPEAT(). Prototype was for init_end_repeat() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:741: warning: Function parameter or member 'init' not described in 'init_copy'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:741: warning: expecting prototype for INIT_COPY(). Prototype was for init_copy() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:768: warning: Function parameter or member 'init' not described in 'init_not'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:768: warning: expecting prototype for INIT_NOT(). Prototype was for init_not() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:780: warning: Function parameter or member 'init' not described in 'init_io_flag_condition'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:780: warning: expecting prototype for INIT_IO_FLAG_CONDITION(). Prototype was for init_io_flag_condition() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:797: warning: Function parameter or member 'init' not described in 'init_generic_condition'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:797: warning: expecting prototype for INIT_GENERIC_CONDITION(). Prototype was for init_generic_condition() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:849: warning: Function parameter or member 'init' not described in 'init_io_mask_or'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:849: warning: expecting prototype for INIT_IO_MASK_OR(). Prototype was for init_io_mask_or() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:868: warning: Function parameter or member 'init' not described in 'init_io_or'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:868: warning: expecting prototype for INIT_IO_OR(). Prototype was for init_io_or() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:887: warning: Function parameter or member 'init' not described in 'init_andn_reg'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:887: warning: expecting prototype for INIT_ANDN_REG(). Prototype was for init_andn_reg() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:904: warning: Function parameter or member 'init' not described in 'init_or_reg'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:904: warning: expecting prototype for INIT_OR_REG(). Prototype was for init_or_reg() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:921: warning: Function parameter or member 'init' not described in 'init_idx_addr_latched'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:921: warning: expecting prototype for INIT_INDEX_ADDRESS_LATCHED(). Prototype was for init_idx_addr_latched() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:951: warning: Function parameter or member 'init' not described in 'init_io_restrict_pll2'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:951: warning: expecting prototype for INIT_IO_RESTRICT_PLL2(). Prototype was for init_io_restrict_pll2() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:986: warning: Function parameter or member 'init' not described in 'init_pll2'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:986: warning: expecting prototype for INIT_PLL2(). Prototype was for init_pll2() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1003: warning: Function parameter or member 'init' not described in 'init_i2c_byte'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1003: warning: expecting prototype for INIT_I2C_BYTE(). Prototype was for init_i2c_byte() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1034: warning: Function parameter or member 'init' not described in 'init_zm_i2c_byte'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1034: warning: expecting prototype for INIT_ZM_I2C_BYTE(). Prototype was for init_zm_i2c_byte() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1060: warning: Function parameter or member 'init' not described in 'init_zm_i2c'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1060: warning: expecting prototype for INIT_ZM_I2C(). Prototype was for init_zm_i2c() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1094: warning: Function parameter or member 'init' not described in 'init_tmds'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1094: warning: expecting prototype for INIT_TMDS(). Prototype was for init_tmds() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1120: warning: Function parameter or member 'init' not described in 'init_zm_tmds_group'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1120: warning: expecting prototype for INIT_ZM_TMDS_GROUP(). Prototype was for init_zm_tmds_group() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1147: warning: Function parameter or member 'init' not described in 'init_cr_idx_adr_latch'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1147: warning: expecting prototype for INIT_CR_INDEX_ADDRESS_LATCHED(). Prototype was for init_cr_idx_adr_latch() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1177: warning: Function parameter or member 'init' not described in 'init_cr'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1177: warning: expecting prototype for INIT_CR(). Prototype was for init_cr() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1197: warning: Function parameter or member 'init' not described in 'init_zm_cr'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1197: warning: expecting prototype for INIT_ZM_CR(). Prototype was for init_zm_cr() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1214: warning: Function parameter or member 'init' not described in 'init_zm_cr_group'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1214: warning: expecting prototype for INIT_ZM_CR_GROUP(). Prototype was for init_zm_cr_group() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1238: warning: Function parameter or member 'init' not described in 'init_condition_time'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1238: warning: expecting prototype for INIT_CONDITION_TIME(). Prototype was for init_condition_time() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1265: warning: Function parameter or member 'init' not described in 'init_ltime'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1265: warning: expecting prototype for INIT_LTIME(). Prototype was for init_ltime() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1282: warning: Function parameter or member 'init' not described in 'init_zm_reg_sequence'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1282: warning: expecting prototype for INIT_ZM_REG_SEQUENCE(). Prototype was for init_zm_reg_sequence() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1307: warning: Function parameter or member 'init' not described in 'init_pll_indirect'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1307: warning: expecting prototype for INIT_PLL_INDIRECT(). Prototype was for init_pll_indirect() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1326: warning: Function parameter or member 'init' not described in 'init_zm_reg_indirect'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1326: warning: expecting prototype for INIT_ZM_REG_INDIRECT(). Prototype was for init_zm_reg_indirect() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1345: warning: Function parameter or member 'init' not described in 'init_sub_direct'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1345: warning: expecting prototype for INIT_SUB_DIRECT(). Prototype was for init_sub_direct() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1371: warning: Function parameter or member 'init' not described in 'init_jump'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1371: warning: expecting prototype for INIT_JUMP(). Prototype was for init_jump() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1389: warning: Function parameter or member 'init' not described in 'init_i2c_if'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1389: warning: expecting prototype for INIT_I2C_IF(). Prototype was for init_i2c_if() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1416: warning: Function parameter or member 'init' not described in 'init_copy_nv_reg'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1416: warning: expecting prototype for INIT_COPY_NV_REG(). Prototype was for init_copy_nv_reg() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1442: warning: Function parameter or member 'init' not described in 'init_zm_index_io'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1442: warning: expecting prototype for INIT_ZM_INDEX_IO(). Prototype was for init_zm_index_io() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1460: warning: Function parameter or member 'init' not described in 'init_compute_mem'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1460: warning: expecting prototype for INIT_COMPUTE_MEM(). Prototype was for init_compute_mem() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1478: warning: Function parameter or member 'init' not described in 'init_reset'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1478: warning: expecting prototype for INIT_RESET(). Prototype was for init_reset() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1505: warning: Function parameter or member 'init' not described in 'init_configure_mem_clk'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1505: warning: expecting prototype for INIT_CONFIGURE_MEM(). Prototype was for init_configure_mem_clk() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1564: warning: Function parameter or member 'init' not described in 'init_configure_clk'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1564: warning: expecting prototype for INIT_CONFIGURE_CLK(). Prototype was for init_configure_clk() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1598: warning: Function parameter or member 'init' not described in 'init_configure_preinit'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1598: warning: expecting prototype for INIT_CONFIGURE_PREINIT(). Prototype was for init_configure_preinit() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1624: warning: Function parameter or member 'init' not described in 'init_io'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1624: warning: expecting prototype for INIT_IO(). Prototype was for init_io() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1664: warning: Function parameter or member 'init' not described in 'init_sub'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1664: warning: expecting prototype for INIT_SUB(). Prototype was for init_sub() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1691: warning: Function parameter or member 'init' not described in 'init_ram_condition'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1691: warning: expecting prototype for INIT_RAM_CONDITION(). Prototype was for init_ram_condition() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1710: warning: Function parameter or member 'init' not described in 'init_nv_reg'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1710: warning: expecting prototype for INIT_NV_REG(). Prototype was for init_nv_reg() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1728: warning: Function parameter or member 'init' not described in 'init_macro'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1728: warning: expecting prototype for INIT_MACRO(). Prototype was for init_macro() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1752: warning: Function parameter or member 'init' not described in 'init_resume'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1752: warning: expecting prototype for INIT_RESUME(). Prototype was for init_resume() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1764: warning: Function parameter or member 'init' not described in 'init_strap_condition'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1764: warning: expecting prototype for INIT_STRAP_CONDITION(). Prototype was for init_strap_condition() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1782: warning: Function parameter or member 'init' not described in 'init_time'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1782: warning: expecting prototype for INIT_TIME(). Prototype was for init_time() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1803: warning: Function parameter or member 'init' not described in 'init_condition'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1803: warning: expecting prototype for INIT_CONDITION(). Prototype was for init_condition() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1820: warning: Function parameter or member 'init' not described in 'init_io_condition'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1820: warning: expecting prototype for INIT_IO_CONDITION(). Prototype was for init_io_condition() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1837: warning: Function parameter or member 'init' not described in 'init_zm_reg16'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1837: warning: expecting prototype for INIT_ZM_REG16(). Prototype was for init_zm_reg16() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1854: warning: Function parameter or member 'init' not described in 'init_index_io'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1854: warning: expecting prototype for INIT_INDEX_IO(). Prototype was for init_index_io() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1876: warning: Function parameter or member 'init' not described in 'init_pll'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1876: warning: expecting prototype for INIT_PLL(). Prototype was for init_pll() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1893: warning: Function parameter or member 'init' not described in 'init_zm_reg'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1893: warning: expecting prototype for INIT_ZM_REG(). Prototype was for init_zm_reg() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1913: warning: Function parameter or member 'init' not described in 'init_ram_restrict_pll'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1913: warning: expecting prototype for INIT_RAM_RESTRICT_PLL(). Prototype was for init_ram_restrict_pll() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1943: warning: Function parameter or member 'init' not described in 'init_reset_begun'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1943: warning: expecting prototype for INIT_RESET_BEGUN(). Prototype was for init_reset_begun() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1954: warning: Function parameter or member 'init' not described in 'init_reset_end'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1954: warning: expecting prototype for INIT_RESET_END(). Prototype was for init_reset_end() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1965: warning: Function parameter or member 'init' not described in 'init_gpio'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1965: warning: expecting prototype for INIT_GPIO(). Prototype was for init_gpio() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1981: warning: Function parameter or member 'init' not described in 'init_ram_restrict_zm_reg_group'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:1981: warning: expecting prototype for INIT_RAM_RESTRICT_ZM_GROUP(). Prototype was for init_ram_restrict_zm_reg_group() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:2019: warning: Function parameter or member 'init' not described in 'init_copy_zm_reg'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:2019: warning: expecting prototype for INIT_COPY_ZM_REG(). Prototype was for init_copy_zm_reg() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:2036: warning: Function parameter or member 'init' not described in 'init_zm_reg_group'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:2036: warning: expecting prototype for INIT_ZM_REG_GROUP(). Prototype was for init_zm_reg_group() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:2058: warning: Function parameter or member 'init' not described in 'init_xlat'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:2058: warning: expecting prototype for INIT_XLAT(). Prototype was for init_xlat() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:2086: warning: Function parameter or member 'init' not described in 'init_zm_mask_add'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:2086: warning: expecting prototype for INIT_ZM_MASK_ADD(). Prototype was for init_zm_mask_add() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:2107: warning: Function parameter or member 'init' not described in 'init_auxch'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:2107: warning: expecting prototype for INIT_AUXCH(). Prototype was for init_auxch() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:2131: warning: Function parameter or member 'init' not described in 'init_zm_auxch'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:2131: warning: expecting prototype for INIT_AUXCH(). Prototype was for init_zm_auxch() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:2153: warning: Function parameter or member 'init' not described in 'init_i2c_long_if'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:2153: warning: expecting prototype for INIT_I2C_LONG_IF(). Prototype was for init_i2c_long_if() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:2192: warning: Function parameter or member 'init' not described in 'init_gpio_ne'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c:2192: warning: expecting prototype for INIT_GPIO_NE(). Prototype was for init_gpio_ne() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/fs/gfs2/rgrp.c:1200: warning: Excess function parameter 'gh' description in 'gfs2_rgrp_go_instantiate'
+In function 'fortify_memcpy_chk',
+ inlined from 'rvu_nix_blk_aq_enq_inst' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c:970:4:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/drivers/w1/masters/ds1wm.c: In function 'ds1wm_probe':
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/net/ceph/crush/mapper.c:655: warning: Function parameter or member 'choose_args' not described in 'crush_choose_indep'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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'
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/spinlock.h:63,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/ipc.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/uapi/linux/sem.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/sem.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/compat.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/hid/uhid.c:519:2:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/drivers/hid/uhid.c:521:2:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/drivers/hid/uhid.c:523:2:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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
@@ -6791,2 +7601,2 @@
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_plane.c:36:
@@ -6807 +7617 @@
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_crtc.c:34:
@@ -6821,2 +7631,2 @@
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_crtc.c:34:
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:32:
@@ -6864,2 +7673,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/fs/ocfs2/namei.c:2187: warning: Function parameter or member 'dio' not described in 'ocfs2_prepare_orphan_dir'
@@ -6909,6 +7716,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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'
@@ -6929,92 +7731,19 @@
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/spinlock.h:63,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/wait.h:9,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/wait_bit.h:8,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/fs.h:6,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/debugfs.h:15,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c:4:
-In function 'strncpy',
- inlined from 'hns3_dbg_fill_content.constprop' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c:444:4:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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 'hns3_dbg_fill_content.constprop' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c:444:4:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/include/linux/fortify-string.h:234:24: note: in expansion of macro '__underlying_strlen'
- 234 | return __underlying_strlen(p);
- | ^~~~~~~~~~~~~~~~~~~
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/hisilicon/hns3/Makefile: hns3_common/hclge_comm_cmd.o is added to multiple modules: hclge hclgevf
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/spinlock.h:63,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/swait.h:7,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/completion.h:12,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/wireless/marvell/mwifiex/main.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/net/wireless/marvell/mwifiex/tdls.c:765:3:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/mtd/ubi/eba.c:72: warning: expecting prototype for next_sqnum(). Prototype was for ubi_next_sqnum() instead
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/comedi/drivers/tests/ni_routes_test.c:22:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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
@@ -7035,31 +7764,4 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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
@@ -7081,32 +7783 @@
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/rcupdate.h:29,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/rculist.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/pid.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/sched.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/ratelimit.h:6,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/dev_printk.h:16,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/device.h:15,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c:4:
-In function 'strncpy',
- inlined from 'hclge_dbg_fill_content' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c:96:4:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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 'hclge_dbg_fill_content' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c:96:4:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/include/linux/fortify-string.h:234:24: note: in expansion of macro '__underlying_strlen'
- 234 | return __underlying_strlen(p);
- | ^~~~~~~~~~~~~~~~~~~
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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
@@ -7132 +7803 @@
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/clk_mgr/dce60/dce60_clk_mgr.c:28:
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/clk_mgr/dce100/dce_clk_mgr.c:28:
@@ -7148 +7819 @@
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/clk_mgr/dce100/dce_clk_mgr.c:28:
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/clk_mgr/dce60/dce60_clk_mgr.c:28:
@@ -7161,3 +7831,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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
@@ -7191,0 +7860,5 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/ntb/msi.c:33: warning: Function parameter or member 'desc_changed' not described in 'ntb_msi_init'
@@ -7206,4 +7879,23 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/crypto/marvell/octeontx2/Makefile: otx2_cpt_mbox_common.o is added to multiple modules: rvu_cptpf rvu_cptvf
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/buildid.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/module.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/qlogic/qlcnic/qlcnic.h:10,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c:614:3:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/hid/hid-magicmouse.c:148: warning: Function parameter or member 'battery_timer' not described in 'magicmouse_sc'
@@ -7224,3 +7915,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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,
- | ^~~~~~~~~~~~~~~~~~~
@@ -7241,3 +7930,3 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/hwtracing/stm/ftrace.c:38: warning: Function parameter or member 'export' not described in 'stm_ftrace_write'
@@ -7258 +7946,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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'
@@ -7274,5 +7961,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/fs/open.c:1464: warning: expecting prototype for close_range(). Prototype was for sys_close_range() instead
@@ -7293,6 +7975,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/nipa/trees_rv/for-next/fs/read_write.c:88: warning: Excess function parameter 'size' description in 'generic_file_llseek_size'
@@ -7366,6 +8042,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/mailbox/bcm-pdc-mailbox.c:707: warning: Function parameter or member 'pdcs' not described in 'pdc_tx_list_sg_add'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/mailbox/bcm-pdc-mailbox.c:707: warning: Excess function parameter 'spu_idx' description in 'pdc_tx_list_sg_add'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/mailbox/bcm-pdc-mailbox.c:875: warning: Function parameter or member 'pdcs' not described in 'pdc_rx_list_sg_add'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/mailbox/bcm-pdc-mailbox.c:875: warning: Excess function parameter 'spu_idx' description in 'pdc_rx_list_sg_add'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/mailbox/bcm-pdc-mailbox.c:966: warning: Function parameter or member 't' not described in 'pdc_tasklet_cb'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/mailbox/bcm-pdc-mailbox.c:966: warning: Excess function parameter 'data' description in 'pdc_tasklet_cb'
@@ -7374,4 +8044,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/hwspinlock/hwspinlock_core.c:647: warning: Function parameter or member 'hwlock' not described in '__hwspin_lock_request'
@@ -7379 +8046 @@
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/dce/dmub_abm.c:31:
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/dce/dce_panel_cntl.c:27:
@@ -7393 +8060,2 @@
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/dce/dce_panel_cntl.c:27:
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/dce/dmub_hw_lock_mgr.h:30,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/dce/dmub_hw_lock_mgr.c:26:
@@ -7407,2 +8075 @@
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/dce/dmub_hw_lock_mgr.h:30,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/dce/dmub_hw_lock_mgr.c:26:
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/dce/dmub_abm.c:31:
@@ -7421,110 +8088,34 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/firmware/efi/memmap.c:132: warning: Excess function parameter 'phys_addr' description in 'efi_memmap_init_late'
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/buildid.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/module.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/staging/wlan-ng/hfa384x_usb.c:114,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/staging/wlan-ng/prism2fw.c:625:4:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/staging/wlan-ng/prism2fw.c:634:4:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/include/trace/define_trace.h:102,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlwifi/iwl-devtrace-msg.h:71,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlwifi/iwl-devtrace.h:91,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/wireless/intel/iwlwifi/iwl-devtrace.c:15:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/include/linux/compiler_types.h:100,
- from <command-line>:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/most/most_cdev.c:414: warning: Function parameter or member 'args' not described in 'comp_probe'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/most/most_usb.c:69: warning: Function parameter or member 'dev' not described in 'most_dci_obj'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/most/most_usb.c:122: warning: Function parameter or member 'dev' not described in 'most_dev'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/most/most_usb.c:122: warning: Function parameter or member 'clear_work' not described in 'most_dev'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/most/most_usb.c:122: warning: Function parameter or member 'on_netinfo' not described in 'most_dev'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/most/most_usb.c:650: warning: Function parameter or member 'on_netinfo' not described in 'hdm_request_netinfo'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/most/most_usb.c:669: warning: Function parameter or member 't' not described in 'link_stat_timer_handler'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/most/most_usb.c:669: warning: Excess function parameter 'data' description in 'link_stat_timer_handler'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/most/most_usb.c:769: warning: cannot understand function prototype: 'const struct file_operations hdm_usb_fops = '
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/most/most_usb.c:776: warning: cannot understand function prototype: 'const struct usb_device_id usbid[] = '
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/most/most_snd.c:56: warning: Function parameter or member 'pcm_hardware' not described in 'channel'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/most/most_snd.c:56: warning: Function parameter or member 'copy_fn' not described in 'channel'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/most/most_snd.c:404: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
+ * Initialization of struct snd_pcm_ops
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/most/most_snd.c:514: warning: Function parameter or member 'device_name' not described in 'audio_probe_channel'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/most/most_snd.c:703: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
+ * Initialization of the struct most_component
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/drivers/fpga/dfl-fme-perf.c:160: warning: Function parameter or member 'node' not described in 'fme_perf_priv'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/fpga/dfl-afu-region.c:51: warning: Function parameter or member 'pdata' not described in 'afu_mmio_region_add'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/ti/Makefile: cpsw_sl.o is added to multiple modules: ti_cpsw ti_cpsw_new
@@ -7544,0 +8136 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/ti/Makefile: cpsw_ethtool.o is added to multiple modules: ti_cpsw ti_cpsw_new
@@ -7551,17 +8142,0 @@
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/spinlock.h:63,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/wait.h:9,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/dma-fence.h:17,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/gpu/drm/msm/msm_fence.c:25:2:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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);
- | ^~~~~~~~~~~~~~~~~~~~
@@ -7583 +8158 @@
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/link/link_hwss_dpia.c:26:
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/link/link_hwss_hpo_dp.c:27:
@@ -7597 +8172 @@
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/link/link_hwss_hpo_dp.c:27:
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/link/link_hwss_dpia.c:26:
@@ -7640,21 +8214,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/net/ceph/crush/mapper.c:655: warning: Function parameter or member 'choose_args' not described in 'crush_choose_indep'
@@ -7662 +8216 @@
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/dce120/dce120_hw_sequencer.c:28:
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/dce112/dce112_hw_sequencer.c:28:
@@ -7676 +8230 @@
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/dce112/dce112_hw_sequencer.c:28:
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/dce120/dce120_hw_sequencer.c:28:
@@ -7689,3 +8242,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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)
- | ^~~~~~~~~~~~
@@ -7707,46 +8257,0 @@
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/rcupdate.h:29,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/rculist.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/sched/signal.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/staging/rtl8723bs/include/drv_types.h:17,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/staging/rtl8723bs/core/rtw_security.c:1425:3:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/include/linux/string.h:253,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/spinlock.h:63,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/wait.h:9,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/wait_bit.h:8,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/fs.h:6,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/highmem.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bvec.h:10,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/skbuff.h:17,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/if_ether.h:19,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/staging/rtl8192u/ieee80211/ieee80211.h:22,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:1388:5:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:1393:4:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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);
- | ^~~~~~~~~~~~~~~~~~~~
@@ -7767,15 +8271,0 @@
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/rcupdate.h:29,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/rculist.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/sched/signal.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/staging/rtl8723bs/include/drv_types.h:17,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/staging/rtl8723bs/core/rtw_xmit.c:1210:3:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -7797,25 +8287,4 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/include/linux/string.h:253,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/spinlock.h:63,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/wait.h:9,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/wait_bit.h:8,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/fs.h:6,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/highmem.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bvec.h:10,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/blk_types.h:10,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/blkdev.h:9,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/usb/gadget/function/f_fs.c:17:
-In function 'fortify_memcpy_chk',
- inlined from '__ffs_func_bind_do_os_desc' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/usb/gadget/function/f_fs.c:3002:3:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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;
- | ^~~~~~~~
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/comedi/drivers/ni_mio_cs.c:115:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/comedi/drivers/ni_mio_common.c:163:35: warning: 'range_ni_E_ao_ext' defined but not used [-Wunused-const-variable=]
+ 163 | static const struct comedi_lrange range_ni_E_ao_ext = {
+ | ^~~~~~~~~~~~~~~~~
@@ -7837,11 +8306,3 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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)
+ | ^~~~~~~~~~~~~~~~~~
@@ -7849,2 +8310 @@
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/dce100/dce100_resource.c:31:
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/dce100/dce100_hw_sequencer.c:27:
@@ -7864 +8324 @@
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/dce100/dce100_hw_sequencer.c:27:
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/dce80/dce80_hw_sequencer.c:28:
@@ -7877,18 +8336,0 @@
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/buildid.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/module.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c:8:
-In function 'fortify_memcpy_chk',
- inlined from 'rvu_nix_blk_aq_enq_inst' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c:955:4:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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 'rvu_nix_blk_aq_enq_inst' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c:970:4:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -7896 +8338,2 @@
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/dce80/dce80_hw_sequencer.c:28:
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/dce100/dce100_resource.c:31:
@@ -7938,6 +8381,20 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/hdcp/hdcp_msg.c:33:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/hwmon/sht21.c:128: warning: expecting prototype for sht21_show_temperature(). Prototype was for sht21_temperature_show() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/hwmon/sht21.c:149: warning: expecting prototype for sht21_show_humidity(). Prototype was for sht21_humidity_show() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/hwmon/sht15.c:682: warning: expecting prototype for sht15_show_status(). Prototype was for sht15_status_show() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/hwmon/sht15.c:705: warning: expecting prototype for sht15_store_heater(). Prototype was for sht15_status_store() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/hwmon/sht15.c:738: warning: expecting prototype for sht15_show_temp(). Prototype was for sht15_temp_show() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/hwmon/sht15.c:760: warning: expecting prototype for sht15_show_humidity(). Prototype was for sht15_humidity_show() instead
@@ -8140 +8597,10 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/hwmon/sht4x.c:65: warning: Function parameter or member 'valid' not described in 'sht4x_data'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/hwmon/sht4x.c:73: warning: Function parameter or member 'data' not described in 'sht4x_read_values'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/hwmon/sht4x.c:73: warning: Excess function parameter 'sht4x_data' description in 'sht4x_read_values'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_stat.c:38: warning: Cannot understand *****************************************************************************
+ on line 38 - I thought it was a doc line
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_stat.c:75: warning: Cannot understand *****************************************************************************
+ on line 75 - I thought it was a doc line
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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)
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~
@@ -8142 +8608 @@
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/hdcp/hdcp_msg.c:33:
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_sink.c:28:
@@ -8156 +8622 @@
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc.c:30:
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_hw_sequencer.c:27:
@@ -8169,27 +8634,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc.c:434: warning: Function parameter or member 'refresh_rate' not described in 'dc_stream_get_last_used_drr_vtotal'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc.c:434: warning: Excess function parameter 'adjust' description in 'dc_stream_get_last_used_drr_vtotal'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc.c:4712: warning: Function parameter or member 'dc' not described in 'dc_enable_dmub_outbox'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc.c:4915: warning: Function parameter or member 'dc' not described in 'dc_process_dmub_dpia_hpd_int_enable'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc.c:4915: warning: Function parameter or member 'hpd_int_enable' not described in 'dc_process_dmub_dpia_hpd_int_enable'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc.c:4990: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
- * dc_extended_blank_supported 0 Decide whether extended blank is supported
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_stat.c:38: warning: Cannot understand *****************************************************************************
- on line 38 - I thought it was a doc line
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_stat.c:75: warning: Cannot understand *****************************************************************************
- on line 75 - I thought it was a doc line
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/inc/dc_link_ddc.h:29,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_link.c:37:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_link.c:1005: warning: Function parameter or member 'link' not described in 'detect_link_and_local_sink'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_link.c:1005: warning: Function parameter or member 'reason' not described in 'detect_link_and_local_sink'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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,
- | ^~~~~~~~~~~~~~~~~
@@ -8197,2 +8636 @@
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_surface.c:31:
@@ -8211,2 +8649,2 @@
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_hw_sequencer.c:27:
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/inc/dc_link_ddc.h:29,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_link.c:37:
@@ -8216,3 +8653,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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";
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -8225,2 +8660,3 @@
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_sink.c:28:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_link.c:1005: warning: Function parameter or member 'link' not described in 'detect_link_and_local_sink'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_link.c:1005: warning: Function parameter or member 'reason' not described in 'detect_link_and_local_sink'
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_link_ddc.c:29:
@@ -8240 +8676 @@
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_surface.c:31:
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc.c:30:
@@ -8253,12 +8688,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/devfreq/tegra30-devfreq.c:171: warning: Function parameter or member 'target_freq' not described in 'tegra_devfreq_device'
@@ -8285 +8709,13 @@
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc.c:434: warning: Function parameter or member 'refresh_rate' not described in 'dc_stream_get_last_used_drr_vtotal'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc.c:434: warning: Excess function parameter 'adjust' description in 'dc_stream_get_last_used_drr_vtotal'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc.c:4712: warning: Function parameter or member 'dc' not described in 'dc_enable_dmub_outbox'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc.c:4915: warning: Function parameter or member 'dc' not described in 'dc_process_dmub_dpia_hpd_int_enable'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc.c:4915: warning: Function parameter or member 'hpd_int_enable' not described in 'dc_process_dmub_dpia_hpd_int_enable'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc.c:4990: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
+ * dc_extended_blank_supported 0 Decide whether extended blank is supported
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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,
+ | ^~~~~~~~~~~~~~~~~
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_resource.c:28:
@@ -8327,8 +8762,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/extcon/extcon.c:229: warning: Function parameter or member 'disp_bits' not described in 'extcon_cable'
@@ -8350,28 +8777,0 @@
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/spinlock.h:63,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/wait.h:9,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/wait_bit.h:8,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/fs.h:6,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/highmem.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bvec.h:10,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/blk_types.h:10,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/blkdev.h:9,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/staging/rts5208/rtsx_scsi.c:12:
-In function 'strncpy',
- inlined from 'inquiry' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/staging/rts5208/rtsx_scsi.c:526:3:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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]
- 68 | #define __underlying_strncpy __builtin_strncpy
- | ^
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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]
- 68 | #define __underlying_strncpy __builtin_strncpy
- | ^
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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);
- | ^~~~~~~~~~~~~~~~~~~~
@@ -8379 +8779,2 @@
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/dc_dmub_srv.c:31:
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/dc_edid_parser.h:29,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/dc_edid_parser.c:27:
@@ -8393,2 +8794 @@
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/dc_edid_parser.h:29,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/dc_edid_parser.c:27:
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/amd/amdgpu/../display/dc/dc_dmub_srv.c:31:
@@ -8407,6 +8806,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/marvell/octeontx2/nic/Makefile: otx2_dcbnl.o is added to multiple modules: rvu_nicpf rvu_nicvf
@@ -8427,17 +8821,2 @@
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/buildid.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/module.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/net/wireless/ray_cs.c:628:3:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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'
@@ -8473,351 +8851,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/memory/emif.c:68: warning: Function parameter or member 'irq_state' not described in 'emif_data'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/hwtracing/intel_th/msu.c:122: warning: bad line:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/hwtracing/intel_th/msu.c:1309: warning: Excess function parameter 'size' description in 'msc_buffer_alloc'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/dax/super.c:478: warning: bad line:
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/buildid.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/module.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c:941:2:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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)
- | ^~~~~~~~~~~~~~~~~~~
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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,
- | ^~~~~~~~~~~~~
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/spinlock.h:63,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mmzone.h:8,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/memremap.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/dax/bus.c:87:5:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/rapidio/rio_cm.c: In function 'rio_txcq_handler':
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/nvmem/rave-sp-eeprom.c:48: warning: bad line:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/nvdimm/btt.c:1581: warning: Excess function parameter 'maxlane' description in 'btt_init'
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/buildid.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/module.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/qlogic/qlcnic/qlcnic.h:10,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c:614:3:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/w1/masters/ds1wm.c: In function 'ds1wm_probe':
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/net/ethernet/ti/Makefile: cpsw_ethtool.o is added to multiple modules: ti_cpsw ti_cpsw_new
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/comedi/drivers/tests/ni_routes_test.c:22:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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 =
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/spinlock.h:63,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/ipc.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/uapi/linux/sem.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/sem.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/compat.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/hid/uhid.c:519:2:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/drivers/hid/uhid.c:521:2:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/drivers/hid/uhid.c:523:2:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/most/most_usb.c:69: warning: Function parameter or member 'dev' not described in 'most_dci_obj'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/most/most_usb.c:122: warning: Function parameter or member 'dev' not described in 'most_dev'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/most/most_usb.c:122: warning: Function parameter or member 'clear_work' not described in 'most_dev'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/most/most_usb.c:122: warning: Function parameter or member 'on_netinfo' not described in 'most_dev'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/most/most_usb.c:650: warning: Function parameter or member 'on_netinfo' not described in 'hdm_request_netinfo'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/most/most_usb.c:669: warning: Function parameter or member 't' not described in 'link_stat_timer_handler'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/most/most_usb.c:669: warning: Excess function parameter 'data' description in 'link_stat_timer_handler'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/most/most_usb.c:769: warning: cannot understand function prototype: 'const struct file_operations hdm_usb_fops = '
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/most/most_usb.c:776: warning: cannot understand function prototype: 'const struct usb_device_id usbid[] = '
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/drivers/fpga/dfl-fme-perf.c:160: warning: Function parameter or member 'node' not described in 'fme_perf_priv'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/most/most_cdev.c:414: warning: Function parameter or member 'args' not described in 'comp_probe'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/drivers/most/most_snd.c:56: warning: Function parameter or member 'pcm_hardware' not described in 'channel'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/most/most_snd.c:56: warning: Function parameter or member 'copy_fn' not described in 'channel'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/most/most_snd.c:404: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
- * Initialization of struct snd_pcm_ops
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/most/most_snd.c:514: warning: Function parameter or member 'device_name' not described in 'audio_probe_channel'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/most/most_snd.c:703: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
- * Initialization of the struct most_component
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/fpga/dfl-afu-region.c:51: warning: Function parameter or member 'pdata' not described in 'afu_mmio_region_add'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/comedi/drivers/ni_mio_cs.c:115:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/comedi/drivers/ni_mio_common.c:163:35: warning: 'range_ni_E_ao_ext' defined but not used [-Wunused-const-variable=]
- 163 | static const struct comedi_lrange range_ni_E_ao_ext = {
- | ^~~~~~~~~~~~~~~~~
@@ -8829,9 +8856,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/hwmon/sht15.c:682: warning: expecting prototype for sht15_show_status(). Prototype was for sht15_status_show() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/hwmon/sht15.c:705: warning: expecting prototype for sht15_store_heater(). Prototype was for sht15_status_store() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/hwmon/sht15.c:738: warning: expecting prototype for sht15_show_temp(). Prototype was for sht15_temp_show() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/hwmon/sht15.c:760: warning: expecting prototype for sht15_show_humidity(). Prototype was for sht15_humidity_show() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/hwmon/sht21.c:128: warning: expecting prototype for sht21_show_temperature(). Prototype was for sht21_temperature_show() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/hwmon/sht21.c:149: warning: expecting prototype for sht21_show_humidity(). Prototype was for sht21_humidity_show() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/hwmon/sht4x.c:65: warning: Function parameter or member 'valid' not described in 'sht4x_data'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/hwmon/sht4x.c:73: warning: Function parameter or member 'data' not described in 'sht4x_read_values'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/hwmon/sht4x.c:73: warning: Excess function parameter 'sht4x_data' description in 'sht4x_read_values'
@@ -8856 +8875 @@
-tar --sort=name --owner=tuxmake:1000 --group=tuxmake:1000 --mtime=@1673318155 --clamp-mtime -caf /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/build/build/modules.tar -C /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/build/build/modinstall lib
+tar --sort=name --owner=tuxmake:1000 --group=tuxmake:1000 --mtime=@1673321342 --clamp-mtime -caf /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/build/build/modules.tar -C /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/build/build/modinstall lib
@@ -8861 +8880 @@
-tar --sort=name --owner=tuxmake:1000 --group=tuxmake:1000 --mtime=@1673318155 --clamp-mtime -caf /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/build/build/dtbs.tar -C /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/build/build/dtbsinstall dtbs
+tar --sort=name --owner=tuxmake:1000 --group=tuxmake:1000 --mtime=@1673321342 --clamp-mtime -caf /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/build/build/dtbs.tar -C /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/build/build/dtbsinstall dtbs
@@ -8865 +8884 @@
-tar --sort=name --owner=tuxmake:1000 --group=tuxmake:1000 --mtime=@1673318155 --clamp-mtime -caf /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/build/build/headers.tar -C /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/build/build/install_hdr .
+tar --sort=name --owner=tuxmake:1000 --group=tuxmake:1000 --mtime=@1673321342 --clamp-mtime -caf /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/build/build/headers.tar -C /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/build/build/install_hdr .
Per-file breakdown
This file has been truncated, but you can view the full file.
==========
build_warn_rv64 - FAILED
W: Support for running offline not available (unshare: unshare failed: Operation not permitted)
I: config: PASS in 0:00:01.798791
I: default: PASS in 0:47:28.205336
I: kernel: PASS in 0:00:24.924277
I: xipkernel: SKIP in 0:00:00.014379
I: modules: PASS in 0:02:59.768762
I: dtbs: PASS in 0:00:01.140872
I: dtbs-legacy: SKIP in 0:00:00.010348
I: debugkernel: PASS in 0:00:00.020285
I: headers: PASS in 0:00:00.503899
I: build output in /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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:05.594236
I: default: PASS in 0:06:56.612724
I: kernel: PASS in 0:00:10.382463
I: xipkernel: SKIP in 0:00:00.001123
I: modules: PASS in 0:00:21.204137
I: dtbs: PASS in 0:00:00.582414
I: dtbs-legacy: SKIP in 0:00:00.012291
I: debugkernel: PASS in 0:00:00.022753
I: headers: PASS in 0:00:00.571163
I: build output in /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/build
New errors added
--- /tmp/tmp.eWAkvDyqJf 2023-01-10 04:38:00.924070794 +0000
+++ /tmp/tmp.ZCeUFuMl1I 2023-01-10 04:30:16.420079568 +0000
@@ -25,9 +24,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/init/main.c:775:20: warning: no previous prototype for 'arch_post_acpi_subsys_init' [-Wmissing-prototypes]
- 775 | void __init __weak arch_post_acpi_subsys_init(void) { }
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/init/main.c:787:20: warning: no previous prototype for 'mem_encrypt_init' [-Wmissing-prototypes]
- 787 | void __init __weak mem_encrypt_init(void) { }
- | ^~~~~~~~~~~~~~~~
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/init/main.c:789:20: warning: no previous prototype for 'poking_init' [-Wmissing-prototypes]
- 789 | void __init __weak poking_init(void) { }
- | ^~~~~~~~~~~
@@ -37,4 +27,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/io_uring/io_uring.c: In function '__io_submit_flush_completions':
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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;
- | ^~~~
@@ -51,0 +39,18 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/init/main.c:775:20: warning: no previous prototype for 'arch_post_acpi_subsys_init' [-Wmissing-prototypes]
+ 775 | void __init __weak arch_post_acpi_subsys_init(void) { }
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/init/main.c:787:20: warning: no previous prototype for 'mem_encrypt_init' [-Wmissing-prototypes]
+ 787 | void __init __weak mem_encrypt_init(void) { }
+ | ^~~~~~~~~~~~~~~~
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/init/main.c:789:20: warning: no previous prototype for 'poking_init' [-Wmissing-prototypes]
+ 789 | void __init __weak poking_init(void) { }
+ | ^~~~~~~~~~~
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/arch/riscv/mm/fault.c:207:6: warning: no previous prototype for 'handle_page_fault' [-Wmissing-prototypes]
+ 207 | void handle_page_fault(struct pt_regs *regs)
+ | ^~~~~~~~~~~~~~~~~
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/io_uring/io_uring.c: In function '__io_submit_flush_completions':
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/crypto/async_tx/async_tx.c:136: warning: cannot understand function prototype: 'enum submit_disposition '
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/crypto/async_tx/async_tx.c:264: warning: Function parameter or member 'tx' not described in 'async_tx_quiesce'
@@ -61,66 +65,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/tomoyo/audit.c: In function 'tomoyo_init_log':
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/crypto/asymmetric_keys/verify_pefile.c:419: warning: Function parameter or member 'trusted_keys' not described in 'verify_pefile_signature'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/crypto/asymmetric_keys/verify_pefile.c:419: warning: Excess function parameter 'trust_keys' description in 'verify_pefile_signature'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/crypto/async_tx/async_tx.c:136: warning: cannot understand function prototype: 'enum submit_disposition '
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/crypto/async_tx/async_tx.c:264: warning: Function parameter or member 'tx' not described in 'async_tx_quiesce'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/fs/devpts/inode.c:619: warning: Excess function parameter 'inode' description in 'devpts_pty_kill'
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/rcupdate.h:29,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/rculist.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/pid.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/sched.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/arch/riscv/include/asm/syscall.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/arch/riscv/kernel/ptrace.c:11:
-In function 'fortify_memcpy_chk',
- inlined from 'syscall_get_arguments.constprop' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/arch/riscv/include/asm/syscall.h:65:2:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/security/apparmor/policy.c:294: warning: Function parameter or member 'proxy' not described in 'aa_alloc_profile'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:439: warning: duplicate section name 'Return'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:774: warning: Function parameter or member 'label' not described in 'aa_policy_view_capable'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:774: warning: Function parameter or member 'ns' not described in 'aa_policy_view_capable'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:836: warning: Function parameter or member 'ns' not described in 'aa_may_manage_policy'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:836: warning: Function parameter or member 'mask' not described in 'aa_may_manage_policy'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:836: warning: Excess function parameter 'op' description in 'aa_may_manage_policy'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:896: warning: Excess function parameter 'share_proxy' description in '__replace_profile'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:954: warning: Function parameter or member 'ns' not described in '__lookup_replace'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:954: warning: Function parameter or member 'hname' not described in '__lookup_replace'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:954: warning: Function parameter or member 'noreplace' not described in '__lookup_replace'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:954: warning: Function parameter or member 'p' not described in '__lookup_replace'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:954: warning: Function parameter or member 'info' not described in '__lookup_replace'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/security/apparmor/policy_unpack.c:445: warning: Function parameter or member 'strs' not described in 'unpack_trans_table'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy_unpack.c:445: warning: Excess function parameter 'table' description in 'unpack_trans_table'
@@ -141,120 +80,3 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/security/tomoyo/common.c: In function 'tomoyo_addprintf':
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:827: warning: Function parameter or member 'sk' not described in 'apparmor_sk_alloc_security'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:827: warning: Function parameter or member 'family' not described in 'apparmor_sk_alloc_security'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:827: warning: Function parameter or member 'flags' not described in 'apparmor_sk_alloc_security'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:843: warning: Function parameter or member 'sk' not described in 'apparmor_sk_free_security'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:857: warning: Function parameter or member 'sk' not described in 'apparmor_sk_clone_security'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:857: warning: Function parameter or member 'newsk' not described in 'apparmor_sk_clone_security'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:874: warning: Function parameter or member 'family' not described in 'apparmor_socket_create'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:874: warning: Function parameter or member 'type' not described in 'apparmor_socket_create'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:874: warning: Function parameter or member 'protocol' not described in 'apparmor_socket_create'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:874: warning: Function parameter or member 'kern' not described in 'apparmor_socket_create'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:903: warning: Function parameter or member 'sock' not described in 'apparmor_socket_post_create'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:903: warning: Function parameter or member 'family' not described in 'apparmor_socket_post_create'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:903: warning: Function parameter or member 'type' not described in 'apparmor_socket_post_create'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:903: warning: Function parameter or member 'protocol' not described in 'apparmor_socket_post_create'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:903: warning: Function parameter or member 'kern' not described in 'apparmor_socket_post_create'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:927: warning: Function parameter or member 'sock' not described in 'apparmor_socket_bind'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:927: warning: Function parameter or member 'address' not described in 'apparmor_socket_bind'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:927: warning: Function parameter or member 'addrlen' not described in 'apparmor_socket_bind'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:943: warning: Function parameter or member 'sock' not described in 'apparmor_socket_connect'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:943: warning: Function parameter or member 'address' not described in 'apparmor_socket_connect'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:943: warning: Function parameter or member 'addrlen' not described in 'apparmor_socket_connect'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:958: warning: Function parameter or member 'sock' not described in 'apparmor_socket_listen'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:958: warning: Function parameter or member 'backlog' not described in 'apparmor_socket_listen'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:975: warning: Function parameter or member 'sock' not described in 'apparmor_socket_accept'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:975: warning: Function parameter or member 'newsock' not described in 'apparmor_socket_accept'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1004: warning: Function parameter or member 'sock' not described in 'apparmor_socket_sendmsg'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1004: warning: Function parameter or member 'msg' not described in 'apparmor_socket_sendmsg'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1004: warning: Function parameter or member 'size' not described in 'apparmor_socket_sendmsg'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1013: warning: Function parameter or member 'sock' not described in 'apparmor_socket_recvmsg'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1013: warning: Function parameter or member 'msg' not described in 'apparmor_socket_recvmsg'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1013: warning: Function parameter or member 'size' not described in 'apparmor_socket_recvmsg'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1013: warning: Function parameter or member 'flags' not described in 'apparmor_socket_recvmsg'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1033: warning: Function parameter or member 'sock' not described in 'apparmor_socket_getsockname'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1041: warning: Function parameter or member 'sock' not described in 'apparmor_socket_getpeername'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1063: warning: Function parameter or member 'sock' not described in 'apparmor_socket_getsockopt'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1063: warning: Function parameter or member 'level' not described in 'apparmor_socket_getsockopt'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1063: warning: Function parameter or member 'optname' not described in 'apparmor_socket_getsockopt'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1073: warning: Function parameter or member 'sock' not described in 'apparmor_socket_setsockopt'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1073: warning: Function parameter or member 'level' not described in 'apparmor_socket_setsockopt'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1073: warning: Function parameter or member 'optname' not described in 'apparmor_socket_setsockopt'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1082: warning: Function parameter or member 'sock' not described in 'apparmor_socket_shutdown'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1082: warning: Function parameter or member 'how' not described in 'apparmor_socket_shutdown'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1096: warning: Function parameter or member 'sk' not described in 'apparmor_socket_sock_rcv_skb'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1096: warning: Function parameter or member 'skb' not described in 'apparmor_socket_sock_rcv_skb'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1126: warning: Function parameter or member 'sock' not described in 'apparmor_socket_getpeersec_stream'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1126: warning: Function parameter or member 'optval' not described in 'apparmor_socket_getpeersec_stream'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1126: warning: Function parameter or member 'optlen' not described in 'apparmor_socket_getpeersec_stream'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1126: warning: Function parameter or member 'len' not described in 'apparmor_socket_getpeersec_stream'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/secid.c:57: warning: Cannot understand *
- on line 57 - I thought it was a doc line
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/file.c:174: warning: cannot understand function prototype: 'struct aa_perms default_perms = '
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/file.c:202: warning: Function parameter or member 'file_rules' not described in 'aa_str_perms'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/file.c:202: warning: Function parameter or member 'start' not described in 'aa_str_perms'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/file.c:202: warning: Excess function parameter 'dfa' description in 'aa_str_perms'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/file.c:202: warning: Excess function parameter 'state' description in 'aa_str_perms'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/security/apparmor/label.c:166: warning: Function parameter or member 'an' not described in 'vec_cmp'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:166: warning: Function parameter or member 'b' not described in 'vec_cmp'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:166: warning: Function parameter or member 'bn' not described in 'vec_cmp'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:166: warning: Excess function parameter 'vec' description in 'vec_cmp'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:166: warning: Excess function parameter 'n' description in 'vec_cmp'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:266: warning: Function parameter or member 'flags' not described in 'aa_vec_unique'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:594: warning: Function parameter or member 'label' not described in '__label_remove'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:594: warning: Excess function parameter 'l' description in '__label_remove'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:929: warning: Function parameter or member 'ls' not described in 'aa_label_insert'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:929: warning: Function parameter or member 'label' not described in 'aa_label_insert'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:1221: warning: Excess function parameter 'ls' description in 'aa_label_merge'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:1302: warning: Function parameter or member 'rules' not described in 'label_compound_match'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:1302: warning: Function parameter or member 'state' not described in 'label_compound_match'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:1302: warning: Excess function parameter 'start' description in 'label_compound_match'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:2051: warning: Function parameter or member 'label' not described in '__label_update'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/crypto/asymmetric_keys/verify_pefile.c:419: warning: Function parameter or member 'trusted_keys' not described in 'verify_pefile_signature'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/crypto/asymmetric_keys/verify_pefile.c:419: warning: Excess function parameter 'trust_keys' description in 'verify_pefile_signature'
@@ -379,30 +201,166 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/integrity/ima/ima_modsig.c:98: warning: Function parameter or member 'modsig' not described in 'ima_collect_modsig'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/integrity/ima/ima_modsig.c:98: warning: Function parameter or member 'buf' not described in 'ima_collect_modsig'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/integrity/ima/ima_modsig.c:98: warning: Function parameter or member 'size' not described in 'ima_collect_modsig'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/arch/riscv/kernel/signal.c:277:6: warning: no previous prototype for 'arch_do_signal_or_restart' [-Wmissing-prototypes]
+ 277 | void arch_do_signal_or_restart(struct pt_regs *regs)
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/tomoyo/audit.c: In function 'tomoyo_init_log':
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/nipa/trees_rv/for-next/arch/riscv/kernel/traps.c:196:6: warning: no previous prototype for 'handle_break' [-Wmissing-prototypes]
+ 196 | void handle_break(struct pt_regs *regs)
+ | ^~~~~~~~~~~~
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/arch/riscv/kernel/traps.c:264:35: warning: no previous prototype for 'do_page_fault' [-Wmissing-prototypes]
+ 264 | asmlinkage __visible noinstr void do_page_fault(struct pt_regs *regs)
+ | ^~~~~~~~~~~~~
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/arch/riscv/kernel/traps.c:275:35: warning: no previous prototype for 'do_irq' [-Wmissing-prototypes]
+ 275 | asmlinkage __visible noinstr void do_irq(struct pt_regs *regs)
+ | ^~~~~~
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/security/apparmor/policy.c:294: warning: Function parameter or member 'proxy' not described in 'aa_alloc_profile'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:439: warning: duplicate section name 'Return'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:774: warning: Function parameter or member 'label' not described in 'aa_policy_view_capable'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:774: warning: Function parameter or member 'ns' not described in 'aa_policy_view_capable'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:836: warning: Function parameter or member 'ns' not described in 'aa_may_manage_policy'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:836: warning: Function parameter or member 'mask' not described in 'aa_may_manage_policy'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:836: warning: Excess function parameter 'op' description in 'aa_may_manage_policy'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:896: warning: Excess function parameter 'share_proxy' description in '__replace_profile'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:954: warning: Function parameter or member 'ns' not described in '__lookup_replace'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:954: warning: Function parameter or member 'hname' not described in '__lookup_replace'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:954: warning: Function parameter or member 'noreplace' not described in '__lookup_replace'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:954: warning: Function parameter or member 'p' not described in '__lookup_replace'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy.c:954: warning: Function parameter or member 'info' not described in '__lookup_replace'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy_unpack.c:445: warning: Function parameter or member 'strs' not described in 'unpack_trans_table'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/policy_unpack.c:445: warning: Excess function parameter 'table' description in 'unpack_trans_table'
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/buildid.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/module.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/net/netfilter/ipset/ip_set_core.c:1331:2:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/nipa/trees_rv/for-next/security/tomoyo/common.c: In function 'tomoyo_addprintf':
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:827: warning: Function parameter or member 'sk' not described in 'apparmor_sk_alloc_security'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:827: warning: Function parameter or member 'family' not described in 'apparmor_sk_alloc_security'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:827: warning: Function parameter or member 'flags' not described in 'apparmor_sk_alloc_security'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:843: warning: Function parameter or member 'sk' not described in 'apparmor_sk_free_security'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:857: warning: Function parameter or member 'sk' not described in 'apparmor_sk_clone_security'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:857: warning: Function parameter or member 'newsk' not described in 'apparmor_sk_clone_security'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:874: warning: Function parameter or member 'family' not described in 'apparmor_socket_create'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:874: warning: Function parameter or member 'type' not described in 'apparmor_socket_create'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:874: warning: Function parameter or member 'protocol' not described in 'apparmor_socket_create'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:874: warning: Function parameter or member 'kern' not described in 'apparmor_socket_create'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:903: warning: Function parameter or member 'sock' not described in 'apparmor_socket_post_create'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:903: warning: Function parameter or member 'family' not described in 'apparmor_socket_post_create'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:903: warning: Function parameter or member 'type' not described in 'apparmor_socket_post_create'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:903: warning: Function parameter or member 'protocol' not described in 'apparmor_socket_post_create'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:903: warning: Function parameter or member 'kern' not described in 'apparmor_socket_post_create'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:927: warning: Function parameter or member 'sock' not described in 'apparmor_socket_bind'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:927: warning: Function parameter or member 'address' not described in 'apparmor_socket_bind'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:927: warning: Function parameter or member 'addrlen' not described in 'apparmor_socket_bind'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:943: warning: Function parameter or member 'sock' not described in 'apparmor_socket_connect'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:943: warning: Function parameter or member 'address' not described in 'apparmor_socket_connect'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:943: warning: Function parameter or member 'addrlen' not described in 'apparmor_socket_connect'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:958: warning: Function parameter or member 'sock' not described in 'apparmor_socket_listen'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:958: warning: Function parameter or member 'backlog' not described in 'apparmor_socket_listen'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:975: warning: Function parameter or member 'sock' not described in 'apparmor_socket_accept'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:975: warning: Function parameter or member 'newsock' not described in 'apparmor_socket_accept'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1004: warning: Function parameter or member 'sock' not described in 'apparmor_socket_sendmsg'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1004: warning: Function parameter or member 'msg' not described in 'apparmor_socket_sendmsg'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1004: warning: Function parameter or member 'size' not described in 'apparmor_socket_sendmsg'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1013: warning: Function parameter or member 'sock' not described in 'apparmor_socket_recvmsg'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1013: warning: Function parameter or member 'msg' not described in 'apparmor_socket_recvmsg'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1013: warning: Function parameter or member 'size' not described in 'apparmor_socket_recvmsg'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1013: warning: Function parameter or member 'flags' not described in 'apparmor_socket_recvmsg'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1033: warning: Function parameter or member 'sock' not described in 'apparmor_socket_getsockname'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1041: warning: Function parameter or member 'sock' not described in 'apparmor_socket_getpeername'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1063: warning: Function parameter or member 'sock' not described in 'apparmor_socket_getsockopt'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1063: warning: Function parameter or member 'level' not described in 'apparmor_socket_getsockopt'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1063: warning: Function parameter or member 'optname' not described in 'apparmor_socket_getsockopt'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1073: warning: Function parameter or member 'sock' not described in 'apparmor_socket_setsockopt'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1073: warning: Function parameter or member 'level' not described in 'apparmor_socket_setsockopt'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1073: warning: Function parameter or member 'optname' not described in 'apparmor_socket_setsockopt'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1082: warning: Function parameter or member 'sock' not described in 'apparmor_socket_shutdown'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1082: warning: Function parameter or member 'how' not described in 'apparmor_socket_shutdown'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1096: warning: Function parameter or member 'sk' not described in 'apparmor_socket_sock_rcv_skb'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1096: warning: Function parameter or member 'skb' not described in 'apparmor_socket_sock_rcv_skb'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1126: warning: Function parameter or member 'sock' not described in 'apparmor_socket_getpeersec_stream'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1126: warning: Function parameter or member 'optval' not described in 'apparmor_socket_getpeersec_stream'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1126: warning: Function parameter or member 'optlen' not described in 'apparmor_socket_getpeersec_stream'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/lsm.c:1126: warning: Function parameter or member 'len' not described in 'apparmor_socket_getpeersec_stream'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/secid.c:57: warning: Cannot understand *
+ on line 57 - I thought it was a doc line
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/file.c:174: warning: cannot understand function prototype: 'struct aa_perms default_perms = '
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/file.c:202: warning: Function parameter or member 'file_rules' not described in 'aa_str_perms'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/file.c:202: warning: Function parameter or member 'start' not described in 'aa_str_perms'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/file.c:202: warning: Excess function parameter 'dfa' description in 'aa_str_perms'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/file.c:202: warning: Excess function parameter 'state' description in 'aa_str_perms'
@@ -2678,2 +2636 @@
- 12 | #d/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/device_cgroup.c:835: warning: Excess function parameter 'dev_cgroup' description in 'devcgroup_legacy_check_permission'
-efine __SYSCALL(nr, call) [nr] = (call),
+ 12 | #define __SYSCALL(nr, call) [nr] = (call),
@@ -4844,2 +4801,87 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/kernel/time/time.c:553: warning: expecting prototype for msecs_to_jiffies(). Prototype was for __msecs_to_jiffies() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:166: warning: Function parameter or member 'an' not described in 'vec_cmp'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:166: warning: Function parameter or member 'b' not described in 'vec_cmp'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:166: warning: Function parameter or member 'bn' not described in 'vec_cmp'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:166: warning: Excess function parameter 'vec' description in 'vec_cmp'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:166: warning: Excess function parameter 'n' description in 'vec_cmp'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:266: warning: Function parameter or member 'flags' not described in 'aa_vec_unique'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:594: warning: Function parameter or member 'label' not described in '__label_remove'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:594: warning: Excess function parameter 'l' description in '__label_remove'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:929: warning: Function parameter or member 'ls' not described in 'aa_label_insert'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:929: warning: Function parameter or member 'label' not described in 'aa_label_insert'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:1221: warning: Excess function parameter 'ls' description in 'aa_label_merge'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:1302: warning: Function parameter or member 'rules' not described in 'label_compound_match'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:1302: warning: Function parameter or member 'state' not described in 'label_compound_match'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:1302: warning: Excess function parameter 'start' description in 'label_compound_match'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/apparmor/label.c:2051: warning: Function parameter or member 'label' not described in '__label_update'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/net/core/dev_ioctl.c:475: warning: Function parameter or member 'data' not described in 'dev_ioctl'
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/buildid.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/module.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/net/netfilter/ipvs/ip_vs_sync.c:38:
+In function 'fortify_memcpy_chk',
+ inlined from 'ip_vs_sync_conn_v0' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/net/netfilter/ipvs/ip_vs_sync.c:606:3:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/crypto/crypto_engine.c:513: warning: Excess function parameter 'engine' description in 'crypto_engine_alloc_init_and_set'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/mm/mmu_gather.c:73: warning: Function parameter or member 'vma' not described in 'tlb_flush_rmaps'
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/rcupdate.h:29,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/rculist.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/pid.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/sched.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/context_tracking.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/entry/common.c:3:
+In function 'fortify_memcpy_chk',
+ inlined from 'syscall_get_arguments.constprop' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/arch/riscv/include/asm/syscall.h:65:2:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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 'syscall_get_arguments' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/kernel/entry/common.c:83:2:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/lib/842/842_compress.c:479: warning: Function parameter or member 'wmem' not described in 'sw842_compress'
@@ -4849,0 +4892,5 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/kernel/time/time.c:553: warning: expecting prototype for msecs_to_jiffies(). Prototype was for __msecs_to_jiffies() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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
@@ -4866,17 +4912,0 @@
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/buildid.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/module.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/net/netfilter/ipset/ip_set_core.c:1331:2:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/lib/argv_split.c:36: warning: Function parameter or member 'argv' not described in 'argv_free'
@@ -4889,0 +4920,10 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/integrity/ima/ima_modsig.c:98: warning: Function parameter or member 'modsig' not described in 'ima_collect_modsig'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/integrity/ima/ima_modsig.c:98: warning: Function parameter or member 'buf' not described in 'ima_collect_modsig'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/security/integrity/ima/ima_modsig.c:98: warning: Function parameter or member 'size' not described in 'ima_collect_modsig'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/pinctrl/mediatek/pinctrl-mt7986.c:68: warning: Enum value 'IOCFG_TL_BASE' not described in enum '(anonymous)'
@@ -4896,0 +4937,34 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/kernel/time/tick-oneshot.c:24: warning: Function parameter or member 'expires' not described in 'tick_program_event'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/time/tick-oneshot.c:24: warning: Function parameter or member 'force' not described in 'tick_program_event'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/time/tick-oneshot.c:64: warning: Function parameter or member 'newdev' not described in 'tick_setup_oneshot'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/time/tick-oneshot.c:64: warning: Function parameter or member 'handler' not described in 'tick_setup_oneshot'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/time/tick-oneshot.c:64: warning: Function parameter or member 'next_event' not described in 'tick_setup_oneshot'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/time/tick-oneshot.c:74: warning: Function parameter or member 'handler' not described in 'tick_switch_to_oneshot'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/time/tick-oneshot.c:107: warning: expecting prototype for tick_check_oneshot_mode(). Prototype was for tick_oneshot_mode_active() instead
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/kernel/time/tick-sched.c:628: warning: Function parameter or member 'now' not described in 'tick_nohz_update_jiffies'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/time/tick-sched.c:1259: warning: Function parameter or member 'cpu' not described in 'tick_nohz_get_idle_calls_cpu'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/kernel/trace/rv/rv.c:263: warning: Function parameter or member 'mdef' not described in 'rv_enable_monitor'
@@ -4924,56 +4997,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/crypto/crypto_engine.c:513: warning: Excess function parameter 'engine' description in 'crypto_engine_alloc_init_and_set'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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,
- | ^~~~~~~~
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/buildid.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/module.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/net/netfilter/ipvs/ip_vs_sync.c:38:
-In function 'fortify_memcpy_chk',
- inlined from 'ip_vs_sync_conn_v0' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/net/netfilter/ipvs/ip_vs_sync.c:606:3:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/kernel/time/tick-oneshot.c:24: warning: Function parameter or member 'expires' not described in 'tick_program_event'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/time/tick-oneshot.c:24: warning: Function parameter or member 'force' not described in 'tick_program_event'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/time/tick-oneshot.c:64: warning: Function parameter or member 'newdev' not described in 'tick_setup_oneshot'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/time/tick-oneshot.c:64: warning: Function parameter or member 'handler' not described in 'tick_setup_oneshot'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/time/tick-oneshot.c:64: warning: Function parameter or member 'next_event' not described in 'tick_setup_oneshot'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/time/tick-oneshot.c:74: warning: Function parameter or member 'handler' not described in 'tick_switch_to_oneshot'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/time/tick-oneshot.c:107: warning: expecting prototype for tick_check_oneshot_mode(). Prototype was for tick_oneshot_mode_active() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/kernel/time/tick-sched.c:628: warning: Function parameter or member 'now' not described in 'tick_nohz_update_jiffies'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/time/tick-sched.c:1259: warning: Function parameter or member 'cpu' not described in 'tick_nohz_get_idle_calls_cpu'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/debug/kdb/kdb_keyboard.c:198:6: warning: no previous prototype for 'kdb_kbd_cleanup_state' [-Wmissing-prototypes]
- 198 | void kdb_kbd_cleanup_state(void)
- | ^~~~~~~~~~~~~~~~~~~~~
@@ -4982,0 +5001 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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'
@@ -4999,0 +5019,5 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/debug/kdb/kdb_keyboard.c:198:6: warning: no previous prototype for 'kdb_kbd_cleanup_state' [-Wmissing-prototypes]
+ 198 | void kdb_kbd_cleanup_state(void)
+ | ^~~~~~~~~~~~~~~~~~~~~
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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
@@ -5033,0 +5058,8 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/panic.c: In function '__warn':
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/kernel/panic.c: At top level:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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)
+ | ^~~~~~~~~~~~~~~~
@@ -5039,3 +5071,2 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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'
@@ -5043,3 +5074 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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
@@ -5049 +5078,4 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/fs/ext2/inode.c:398: warning: Function parameter or member 'err' not described in 'ext2_alloc_blocks'
@@ -5050,0 +5083,6 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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'
@@ -5057,11 +5095,10 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/panic.c: In function '__warn':
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/kernel/panic.c: At top level:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/drivers/tty/serial/8250/8250_port.c:671: warning: Function parameter or member 'termios' not described in 'serial8250_em485_config'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/lib/vsprintf.c: In function 'va_format':
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/lib/win_minmax.c:31: warning: expecting prototype for lib/minmax.c(). Prototype was for minmax_subwin_update() instead
@@ -5074,9 +5110,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/btf.c: In function 'btf_seq_show':
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/kernel/bpf/btf.c: In function 'btf_snprintf_show':
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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'
@@ -5086,0 +5115,6 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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
@@ -5099 +5132,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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
@@ -5102,0 +5136,2 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/lib/scatterlist.c:793: warning: Function parameter or member 'flags' not described in 'sg_miter_start'
@@ -5104,0 +5140,62 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/btf.c: In function 'btf_seq_show':
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/kernel/bpf/btf.c: In function 'btf_snprintf_show':
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/kernel/trace/trace_events_synth.c:1093: warning: Excess function parameter 'args' description in '__synth_event_gen_cmd_start'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/trace/trace_events_synth.c:1164: warning: Function parameter or member 'mod' not described in 'synth_event_gen_cmd_array_start'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/trace/trace_events_synth.c:1641: warning: Excess function parameter 'args' description in 'synth_event_trace'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/soc/qcom/llcc-qcom.c:121: warning: Function parameter or member 'stale_en' not described in 'llcc_slice_config'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/soc/qcom/llcc-qcom.c:121: warning: Function parameter or member 'stale_cap_en' not described in 'llcc_slice_config'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/soc/qcom/llcc-qcom.c:121: warning: Function parameter or member 'mru_uncap_en' not described in 'llcc_slice_config'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/soc/qcom/llcc-qcom.c:121: warning: Function parameter or member 'mru_rollover' not described in 'llcc_slice_config'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/soc/qcom/llcc-qcom.c:121: warning: Function parameter or member 'alloc_oneway_en' not described in 'llcc_slice_config'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/soc/qcom/llcc-qcom.c:121: warning: Function parameter or member 'ovcap_en' not described in 'llcc_slice_config'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/soc/qcom/llcc-qcom.c:121: warning: Function parameter or member 'ovcap_prio' not described in 'llcc_slice_config'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/soc/qcom/llcc-qcom.c:121: warning: Function parameter or member 'vict_prio' not described in 'llcc_slice_config'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/kernel/trace/trace_kprobe.c:967: warning: Excess function parameter 'args' description in '__kprobe_event_gen_cmd_start'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/trace/trace_kprobe.c:1035: warning: Excess function parameter 'args' description in '__kprobe_event_add_fields'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/iommu/iommu.c:3236: warning: Function parameter or member 'group' not described in 'iommu_group_release_dma_owner'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/iommu/iommu.c:3236: warning: Excess function parameter 'dev' description in 'iommu_group_release_dma_owner'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/iommu/iommu.c:3250: warning: Function parameter or member 'dev' not described in 'iommu_device_release_dma_owner'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/iommu/iommu.c:3250: warning: Excess function parameter 'group' description in 'iommu_device_release_dma_owner'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:795: warning: Function parameter or member 'new_prog' not described in '__cgroup_bpf_replace'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:795: warning: Excess function parameter 'type' description in '__cgroup_bpf_replace'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:1359: warning: Function parameter or member 'atype' not described in '__cgroup_bpf_run_filter_skb'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:1359: warning: Excess function parameter 'type' description in '__cgroup_bpf_run_filter_skb'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:1439: warning: Function parameter or member 'atype' not described in '__cgroup_bpf_run_filter_sk'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:1439: warning: Excess function parameter 'type' description in '__cgroup_bpf_run_filter_sk'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:1467: warning: Function parameter or member 'atype' not described in '__cgroup_bpf_run_filter_sock_addr'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:1467: warning: Excess function parameter 'type' description in '__cgroup_bpf_run_filter_sock_addr'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:1512: warning: Function parameter or member 'atype' not described in '__cgroup_bpf_run_filter_sock_ops'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:1512: warning: Excess function parameter 'type' description in '__cgroup_bpf_run_filter_sock_ops'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:1685: warning: Function parameter or member 'atype' not described in '__cgroup_bpf_run_filter_sysctl'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:1685: warning: Excess function parameter 'type' description in '__cgroup_bpf_run_filter_sysctl'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/lib/hweight.c:14: warning: expecting prototype for hweightN(). Prototype was for __sw_hweight32() instead
@@ -5145,36 +5242,2 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/trace/trace_events_synth.c:1093: warning: Excess function parameter 'args' description in '__synth_event_gen_cmd_start'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/trace/trace_events_synth.c:1164: warning: Function parameter or member 'mod' not described in 'synth_event_gen_cmd_array_start'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/trace/trace_events_synth.c:1641: warning: Excess function parameter 'args' description in 'synth_event_trace'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:795: warning: Function parameter or member 'new_prog' not described in '__cgroup_bpf_replace'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:795: warning: Excess function parameter 'type' description in '__cgroup_bpf_replace'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:1359: warning: Function parameter or member 'atype' not described in '__cgroup_bpf_run_filter_skb'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:1359: warning: Excess function parameter 'type' description in '__cgroup_bpf_run_filter_skb'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:1439: warning: Function parameter or member 'atype' not described in '__cgroup_bpf_run_filter_sk'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:1439: warning: Excess function parameter 'type' description in '__cgroup_bpf_run_filter_sk'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:1467: warning: Function parameter or member 'atype' not described in '__cgroup_bpf_run_filter_sock_addr'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:1467: warning: Excess function parameter 'type' description in '__cgroup_bpf_run_filter_sock_addr'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:1512: warning: Function parameter or member 'atype' not described in '__cgroup_bpf_run_filter_sock_ops'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:1512: warning: Excess function parameter 'type' description in '__cgroup_bpf_run_filter_sock_ops'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:1685: warning: Function parameter or member 'atype' not described in '__cgroup_bpf_run_filter_sysctl'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/bpf/cgroup.c:1685: warning: Excess function parameter 'type' description in '__cgroup_bpf_run_filter_sysctl'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/trace/trace_kprobe.c:967: warning: Excess function parameter 'args' description in '__kprobe_event_gen_cmd_start'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/trace/trace_kprobe.c:1035: warning: Excess function parameter 'args' description in '__kprobe_event_add_fields'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/lib/vsprintf.c: In function 'va_format':
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/kernel/capability.c:491: warning: Function parameter or member 'mnt_userns' not described in 'privileged_wrt_inode_uidgid'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/capability.c:507: warning: Function parameter or member 'mnt_userns' not described in 'capable_wrt_inode_uidgid'
@@ -5197,24 +5260,7 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/capability.c:491: warning: Function parameter or member 'mnt_userns' not described in 'privileged_wrt_inode_uidgid'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/capability.c:507: warning: Function parameter or member 'mnt_userns' not described in 'capable_wrt_inode_uidgid'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/base/power/runtime.c:362: warning: Excess function parameter 'dev' description in '__rpm_callback'
@@ -5224,23 +5269,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/iommu/iommu.c:3236: warning: Function parameter or member 'group' not described in 'iommu_group_release_dma_owner'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/iommu/iommu.c:3236: warning: Excess function parameter 'dev' description in 'iommu_group_release_dma_owner'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/iommu/iommu.c:3250: warning: Function parameter or member 'dev' not described in 'iommu_device_release_dma_owner'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/iommu/iommu.c:3250: warning: Excess function parameter 'group' description in 'iommu_device_release_dma_owner'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/tty/serial/8250/8250_port.c:671: warning: Function parameter or member 'termios' not described in 'serial8250_em485_config'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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'
@@ -5248,20 +5271,2 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/reboot.c:224: warning: Function parameter or member 'cmd' not described in 'do_kernel_restart'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/reboot.c:948: warning: Function parameter or member 'poweroff_delay_ms' not described in 'hw_failure_emergency_poweroff'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/fs/ecryptfs/mmap.c:270: warning: Excess function parameter 'flags' description in 'ecryptfs_write_begin'
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/drbd_genl_api.h:54,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/block/drbd/drbd_int.h:35,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/block/drbd/drbd_nl.c:24:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/drbd_genl_api.h:51:33: warning: no previous prototype for 'drbd_genl_cmd_to_str' [-Wmissing-prototypes]
- 51 | #define GENL_MAGIC_FAMILY drbd
- | ^~~~
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/genl_magic_struct.h:20:25: note: in definition of macro 'CONCAT__'
- 20 | #define CONCAT__(a,b) a ## b
- | ^
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/genl_magic_func.h:212:13: note: in expansion of macro 'CONCAT_'
- 212 | const char *CONCAT_(GENL_MAGIC_FAMILY, _genl_cmd_to_str)(__u8 cmd)
- | ^~~~~~~
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/genl_magic_func.h:212:21: note: in expansion of macro 'GENL_MAGIC_FAMILY'
- 212 | const char *CONCAT_(GENL_MAGIC_FAMILY, _genl_cmd_to_str)(__u8 cmd)
- | ^~~~~~~~~~~~~~~~~
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/kernel/pid.c:630: warning: expecting prototype for pidfd_open(). Prototype was for sys_pidfd_open() instead
@@ -5280,17 +5285,36 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/lib/hweight.c:14: warning: expecting prototype for hweightN(). Prototype was for __sw_hweight32() instead
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/kallsyms.c:663:12: warning: no previous prototype for 'arch_get_kallsym' [-Wmissing-prototypes]
- 663 | int __weak arch_get_kallsym(unsigned int symnum, unsigned long *value,
- | ^~~~~~~~~~~~~~~~
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/nipa/trees_rv/for-next/include/linux/string.h:253,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/rcupdate.h:29,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/rculist.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/pid.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/sched.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/ptrace.h:6,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/lib/syscall.c:31:3:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/lib/errname.c:173:9: note: in expansion of macro 'E'
+ 173 | E(EDEADLK), /* EDEADLOCK */
+ | ^
@@ -5315 +5339,57 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/kernel/reboot.c:224: warning: Function parameter or member 'cmd' not described in 'do_kernel_restart'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/reboot.c:948: warning: Function parameter or member 'poweroff_delay_ms' not described in 'hw_failure_emergency_poweroff'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/dma-buf/dma-heap.c:44: warning: Function parameter or member 'heap_cdev' not described in 'dma_heap'
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/drbd_genl_api.h:54,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/block/drbd/drbd_int.h:35,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/block/drbd/drbd_nl.c:24:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/drbd_genl_api.h:51:33: warning: no previous prototype for 'drbd_genl_cmd_to_str' [-Wmissing-prototypes]
+ 51 | #define GENL_MAGIC_FAMILY drbd
+ | ^~~~
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/genl_magic_struct.h:20:25: note: in definition of macro 'CONCAT__'
+ 20 | #define CONCAT__(a,b) a ## b
+ | ^
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/genl_magic_func.h:212:13: note: in expansion of macro 'CONCAT_'
+ 212 | const char *CONCAT_(GENL_MAGIC_FAMILY, _genl_cmd_to_str)(__u8 cmd)
+ | ^~~~~~~
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/genl_magic_func.h:212:21: note: in expansion of macro 'GENL_MAGIC_FAMILY'
+ 212 | const char *CONCAT_(GENL_MAGIC_FAMILY, _genl_cmd_to_str)(__u8 cmd)
+ | ^~~~~~~~~~~~~~~~~
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/kernel/kallsyms.c:663:12: warning: no previous prototype for 'arch_get_kallsym' [-Wmissing-prototypes]
+ 663 | int __weak arch_get_kallsym(unsigned int symnum, unsigned long *value,
+ | ^~~~~~~~~~~~~~~~
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/gpu/drm/bridge/imx/Makefile: imx-ldb-helper.o is added to multiple modules: imx8qm-ldb imx8qxp-ldb
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/buildid.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/module.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/lib/test_hexdump.c:116:3:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/base/module.c: In function 'module_add_driver':
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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;
+ | ^~~~~~~
@@ -5329,0 +5410,3 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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) { }
+ | ^~~~~~~~
@@ -5330,0 +5414,18 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/lib/test_ubsan.c: In function 'test_ubsan_out_of_bounds':
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/lib/test_ubsan.c: In function 'test_ubsan_load_invalid_value':
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/lib/test_ubsan.c: At top level:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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[] = {
+ | ^~~~~~~~~~~~~~~~
@@ -5352,12 +5453,5 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/soc/qcom/llcc-qcom.c:121: warning: Function parameter or member 'stale_en' not described in 'llcc_slice_config'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/soc/qcom/llcc-qcom.c:121: warning: Function parameter or member 'stale_cap_en' not described in 'llcc_slice_config'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/soc/qcom/llcc-qcom.c:121: warning: Function parameter or member 'mru_uncap_en' not described in 'llcc_slice_config'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/soc/qcom/llcc-qcom.c:121: warning: Function parameter or member 'mru_rollover' not described in 'llcc_slice_config'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/soc/qcom/llcc-qcom.c:121: warning: Function parameter or member 'alloc_oneway_en' not described in 'llcc_slice_config'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/soc/qcom/llcc-qcom.c:121: warning: Function parameter or member 'ovcap_en' not described in 'llcc_slice_config'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/soc/qcom/llcc-qcom.c:121: warning: Function parameter or member 'ovcap_prio' not described in 'llcc_slice_config'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/soc/qcom/llcc-qcom.c:121: warning: Function parameter or member 'vict_prio' not described in 'llcc_slice_config'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/fs/freevxfs/vxfs_immed.c:32: warning: Excess function parameter 'file' description in 'vxfs_immed_read_folio'
@@ -5371,37 +5465,6 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/dma-buf/dma-heap.c:44: warning: Function parameter or member 'heap_cdev' not described in 'dma_heap'
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/rcupdate.h:29,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/rculist.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/pid.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/sched.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/ptrace.h:6,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/lib/syscall.c:31:3:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/fs/freevxfs/vxfs_subr.c:101: warning: expecting prototype for vxfs_get_block(). Prototype was for vxfs_getblk() instead
@@ -5437,0 +5501,35 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/buildid.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/module.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/nvme/target/trace.h:56:2:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/drivers/nvme/target/trace.h:57:3:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/drivers/nvme/target/./trace.h:61:1:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/nvme/target/./trace.h:61:1:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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);
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -5464,0 +5563,18 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/nipa/trees_rv/for-next/lib/test_kmod.c:119: warning: cannot understand function prototype: 'struct kmod_test_device '
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/drivers/message/fusion/mptsas.c: In function 'mptsas_reprobe_lun':
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/message/fusion/mptsas.c:4237:13: warning: variable 'rc' set but not used [-Wunused-but-set-variable]
+ 4237 | int rc;
+ | ^~
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/message/fusion/mptsas.c: In function 'mptsas_issue_tm':
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/message/fusion/mptsas.c:4796:26: warning: variable 'timeleft' set but not used [-Wunused-but-set-variable]
+ 4796 | unsigned long timeleft;
+ | ^~~~~~~~
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/lib/test_blackhole_dev.c: In function 'test_blackholedev_init':
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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;
+ | ^~~~
@@ -5468,7 +5584,3 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/net/ipv4/tcp_lp.c:272: warning: Function parameter or member 'sample' not described in 'tcp_lp_pkts_acked'
@@ -5478,5 +5590,12 @@
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/buildid.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/module.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/lib/test_hexdump.c:8:
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/spinlock.h:63,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/wait.h:9,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/wait_bit.h:8,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/fs.h:6,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/highmem.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bvec.h:10,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/skbuff.h:17,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/ip.h:16,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/net/ip.h:22,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/net/netfilter/nft_osf.c:2:
@@ -5484,2 +5603,2 @@
- inlined from 'test_hexdump_prepare_test.constprop' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/lib/test_hexdump.c:116:3:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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]
+ inlined from 'nft_osf_eval' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/net/netfilter/nft_osf.c:56:3:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' output may be truncated copying 16 bytes from a string of length 16 [-Wstringop-truncation]
@@ -5490,0 +5610,73 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/drivers/regulator/tps65219-regulator.c: In function 'tps65219_regulator_probe':
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/kernel/context_tracking.c:467: warning: Function parameter or member 'state' not described in '__ct_user_enter'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/context_tracking.c:607: warning: Function parameter or member 'state' not described in '__ct_user_exit'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/iomem.c:9:22: warning: no previous prototype for 'ioremap_cache' [-Wmissing-prototypes]
+ 9 | __weak void __iomem *ioremap_cache(resource_size_t offset, unsigned long size)
+ | ^~~~~~~~~~~~~
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/clk/clkdev.c: In function 'vclkdev_alloc':
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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);
+ | ^~~~~~~~~~
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/spi/spi-cadence.c:126: warning: Function parameter or member 'clk_rate' not described in 'cdns_spi'
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/rcupdate.h:29,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/rculist.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/pid.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/sched.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/ratelimit.h:6,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/dev_printk.h:16,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/device.h:15,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/drivers/i3c/master.c:2664:8:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/usb/host/xhci.c:1478: warning: Function parameter or member 'desc' not described in 'xhci_get_endpoint_index'
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/spinlock.h:63,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mmzone.h:8,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/gfp.h:7,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/umh.h:4,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/kmod.h:9,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/net/bridge/netfilter/ebtables.c:14:
+In function 'fortify_memcpy_chk',
+ inlined from 'size_entry_mwt' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/net/bridge/netfilter/ebtables.c:2118:2:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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'
@@ -5531,35 +5723,15 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/kernel/context_tracking.c:467: warning: Function parameter or member 'state' not described in '__ct_user_enter'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/kernel/context_tracking.c:607: warning: Function parameter or member 'state' not described in '__ct_user_exit'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/base/module.c: In function 'module_add_driver':
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/lib/test_firmware.c:98: warning: cannot understand function prototype: 'struct test_config '
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/spinlock.h:63,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/wait.h:9,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/wait_bit.h:8,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/fs.h:6,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/highmem.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bvec.h:10,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/skbuff.h:17,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/ip.h:16,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/net/ip.h:22,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/net/netfilter/nft_osf.c:2:
-In function 'strncpy',
- inlined from 'nft_osf_eval' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/net/netfilter/nft_osf.c:56:3:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/fortify-string.h:68:33: warning: '__builtin_strncpy' output may be truncated copying 16 bytes from a string of length 16 [-Wstringop-truncation]
- 68 | #define __underlying_strncpy __builtin_strncpy
- | ^
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/kernel/iomem.c:9:22: warning: no previous prototype for 'ioremap_cache' [-Wmissing-prototypes]
- 9 | __weak void __iomem *ioremap_cache(resource_size_t offset, unsigned long size)
- | ^~~~~~~~~~~~~
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/fs/ksmbd/misc.c:269: warning: Function parameter or member 'um' not described in 'ksmbd_extract_sharename'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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'
@@ -5573,22 +5744,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/fs/ksmbd/misc.c:269: warning: Function parameter or member 'um' not described in 'ksmbd_extract_sharename'
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/lib/test_ubsan.c: In function 'test_ubsan_out_of_bounds':
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/lib/test_ubsan.c: In function 'test_ubsan_load_invalid_value':
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/lib/test_ubsan.c: At top level:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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[] = {
- | ^~~~~~~~~~~~~~~~
@@ -5604,0 +5755 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/scripts/Makefile.build:252: /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/mfd/Makefile: rsmu_core.o is added to multiple modules: rsmu-i2c rsmu-spi
@@ -5610,13 +5760,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/drivers/regulator/tps65219-regulator.c: In function 'tps65219_regulator_probe':
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/fs/ntfs/file.c:1952: warning: Function parameter or member 'end' not described in 'ntfs_file_fsync'
@@ -5630,17 +5768,2 @@
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/nvme/target/trace.h:56:2:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/drivers/nvme/target/trace.h:57:3:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/include/linux/fortify-string.h:234:24: note: in expansion of macro '__underlying_strlen'
- 234 | return __underlying_strlen(p);
- | ^~~~~~~~~~~~~~~~~~~
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_def.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_init.c:6:
@@ -5648 +5771 @@
- inlined from 'perf_trace_nvmet_req_init' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/nvme/target/./trace.h:61:1:
+ inlined from 'qla81xx_nvram_config' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_init.c:8946:2:
@@ -5651,0 +5775,10 @@
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/spinlock.h:63,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/wait.h:9,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/wait_bit.h:8,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/fs.h:6,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/fs/cifs/smb2pdu.c:18:
@@ -5653 +5786 @@
- inlined from 'trace_event_raw_event_nvmet_req_init' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/nvme/target/./trace.h:61:1:
+ inlined from '__SMB2_close' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/fs/cifs/smb2pdu.c:3404:4:
@@ -5656,0 +5790,19 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/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.
@@ -5663 +5815,14 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/fs/ksmbd/transport_tcp.c:393: warning: Function parameter or member 'iface' not described in 'create_socket'
+In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/buildid.h:5,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/module.h:14,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_def.h:12,
+ from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_iocb.c:6:
+In function 'fortify_memcpy_chk',
+ inlined from 'qla24xx_els_dcmd2_iocb' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_iocb.c:3065:2:
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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);
+ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -5667,0 +5833 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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'
@@ -5686,52 +5852 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/nipa/trees_rv/for-next/lib/test_kmod.c:119: warning: cannot understand function prototype: 'struct kmod_test_device '
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/lib/test_blackhole_dev.c: In function 'test_blackholedev_init':
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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'
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/spinlock.h:63,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/wait.h:9,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/wait_bit.h:8,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/fs.h:6,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/fs/cifs/smb2pdu.c:3404:4:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/message/fusion/mptsas.c: In function 'mptsas_reprobe_lun':
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/message/fusion/mptsas.c:4237:13: warning: variable 'rc' set but not used [-Wunused-but-set-variable]
- 4237 | int rc;
- | ^~
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/message/fusion/mptsas.c: In function 'mptsas_issue_tm':
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/message/fusion/mptsas.c:4796:26: warning: variable 'timeleft' set but not used [-Wunused-but-set-variable]
- 4796 | unsigned long timeleft;
- | ^~~~~~~~
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/net/ipv4/tcp_lp.c:272: warning: Function parameter or member 'sample' not described in 'tcp_lp_pkts_acked'
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/buildid.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/module.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_def.h:12,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_init.c:8946:2:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/drivers/spi/spi-cadence.c:126: warning: Function parameter or member 'clk_rate' not described in 'cdns_spi'
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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'
@@ -5739 +5853,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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
@@ -5744,14 +5857,0 @@
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types_task.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/mm_types.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/buildid.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/module.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_def.h:12,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_iocb.c:6:
-In function 'fortify_memcpy_chk',
- inlined from 'qla24xx_els_dcmd2_iocb' at /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/drivers/scsi/qla2xxx/qla_iocb.c:3065:2:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/nipa/trees_rv/for-next/include/linux/string.h:253,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
@@ -5770 +5869,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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'
@@ -5775,23 +5873,0 @@
-In file included from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/string.h:253,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/bitmap.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/cpumask.h:12,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/smp.h:13,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/lockdep.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/rcupdate.h:29,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/rculist.h:11,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/pid.h:5,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/sched.h:14,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/ratelimit.h:6,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/dev_printk.h:16,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/nipa/trees_rv/for-next/include/linux/device.h:15,
- from /ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/nipa/trees_rv/for-next/drivers/i3c/master.c:2664:8:
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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[] = '
@@ -5802,5 +5877,0 @@
-/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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'
@@ -5810,0 +5882,4 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/nipa/trees_rv/for-next/fs/ufs/inode.c:397: warning: Function parameter or member 'create' not described in 'ufs_getfrag_block'
@@ -5818,0 +5894,10 @@
+/ci/workspace/OC_ES_linux-test_riscv-patchwork__4/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__4/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__4/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__4/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__4/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__4/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__4/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__4/nipa/trees_rv/for-next/fs/ubifs/journal.c:1221: w
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment