Documentation/.renames.txt: warning: ignored by one of the .gitignore files In file included from ../samples/trace_events/trace-events-sample.c:12: In file included from ../samples/trace_events/trace-events-sample.h:640: In file included from ../include/trace/define_trace.h:132: In file included from ../include/trace/trace_events.h:293: ../samples/trace_events/trace-events-sample.h:306:3: warning: diagnostic behavior may be improved by adding the 'format(printf, 7, 0)' attribute to the declaration of 'trace_event_get_offsets_foo_bar' [-Wmissing-format-attribute] 291 | TRACE_EVENT(foo_bar, | __attribute__((format(printf, 7, 0))) 292 | 293 | TP_PROTO(const char *foo, int bar, const int *lst, 294 | const char *string, const struct cpumask *mask, 295 | const char *fmt, va_list *va), 296 | 297 | TP_ARGS(foo, bar, lst, string, mask, fmt, va), 298 | 299 | TP_STRUCT__entry( 300 | __array( char, foo, 10 ) 301 | __field( int, bar ) 302 | __dynamic_array(int, list, __length_of(lst)) 303 | __string( str, string ) 304 | __bitmask( cpus, num_possible_cpus() ) 305 | __cpumask( cpum ) 306 | __vstring( vstr, fmt, va ) | ^ ../include/trace/stages/stage5_get_offsets.h:69:9: note: expanded from macro '__vstring' 69 | __trace_event_vstr_len(fmt, ap)) | ^ ../include/linux/trace_events.h:971:38: note: expanded from macro '__trace_event_vstr_len' 971 | __ret = vsnprintf(NULL, 0, fmt, __ap) + 1; \ | ^ ../include/trace/stages/stage5_get_offsets.h:52:19: note: expanded from macro '__dynamic_array' 52 | __item_length = (len) * sizeof(type); \ | ^ note: (skipping 1 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) ../include/trace/trace_events.h:43:16: note: expanded from macro 'TRACE_EVENT' 43 | PARAMS(tstruct), \ | ^ ../include/linux/tracepoint.h:161:25: note: expanded from macro 'PARAMS' 161 | #define PARAMS(args...) args | ^ ../include/trace/trace_events.h:285:2: note: expanded from macro 'DECLARE_EVENT_CLASS' 285 | tstruct; \ | ^ ../samples/trace_events/trace-events-sample.h:291:1: note: 'trace_event_get_offsets_foo_bar' declared here 291 | TRACE_EVENT(foo_bar, | ^ ../include/trace/trace_events.h:40:2: note: expanded from macro 'TRACE_EVENT' 40 | DECLARE_EVENT_CLASS(name, \ | ^ ../include/trace/trace_events.h:278:27: note: expanded from macro 'DECLARE_EVENT_CLASS' 278 | static inline notrace int trace_event_get_offsets_##call( \ | ^ :96:1: note: expanded from here 96 | trace_event_get_offsets_foo_bar | ^ In file included from ../samples/trace_events/trace-events-sample.c:12: In file included from ../samples/trace_events/trace-events-sample.h:640: In file included from ../include/trace/define_trace.h:132: In file included from ../include/trace/trace_events.h:468: ../samples/trace_events/trace-events-sample.h:291:1: warning: diagnostic behavior may be improved by adding the 'format(printf, 7, 0)' attribute to the declaration of 'do_trace_event_raw_event_foo_bar' [-Wmissing-format-attribute] 291 | TRACE_EVENT(foo_bar, | ^ | __attribute__((format(printf, 7, 0))) ../include/trace/trace_events.h:40:2: note: expanded from macro 'TRACE_EVENT' 40 | DECLARE_EVENT_CLASS(name, \ | ^ ../include/trace/trace_events.h:433:72: note: expanded from macro 'DECLARE_EVENT_CLASS' 433 | #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ | ^ ../include/trace/trace_events.h:417:68: note: expanded from macro '\ __DECLARE_EVENT_CLASS' 417 | __data_size = trace_event_get_offsets_##call(&__data_offsets, args); \ | ^ ../samples/trace_events/trace-events-sample.h:291:1: note: 'do_trace_event_raw_event_foo_bar' declared here ../include/trace/trace_events.h:40:2: note: expanded from macro 'TRACE_EVENT' 40 | DECLARE_EVENT_CLASS(name, \ | ^ ../include/trace/trace_events.h:433:72: note: expanded from macro 'DECLARE_EVENT_CLASS' 433 | #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ | ^ ../include/trace/trace_events.h:405:27: note: expanded from macro '\ __DECLARE_EVENT_CLASS' 405 | static notrace void \ | ^ :38:1: note: expanded from here 38 | do_trace_event_raw_event_foo_bar | ^ In file included from ../samples/trace_events/trace-events-sample.c:12: In file included from ../samples/trace_events/trace-events-sample.h:640: In file included from ../include/trace/define_trace.h:132: In file included from ../include/trace/trace_events.h:468: ../samples/trace_events/trace-events-sample.h:291:1: warning: diagnostic behavior may be improved by adding the 'format(printf, 7, 0)' attribute to the declaration of 'trace_event_raw_event_foo_bar' [-Wmissing-format-attribute] 291 | TRACE_EVENT(foo_bar, | ^ ../include/trace/trace_events.h:40:2: note: expanded from macro 'TRACE_EVENT' 40 | DECLARE_EVENT_CLASS(name, \ | ^ ../include/trace/trace_events.h:440:46: note: expanded from macro 'DECLARE_EVENT_CLASS' 440 | do_trace_event_raw_event_##call(__data, args); \ | ^ ../samples/trace_events/trace-events-sample.h:291:1: note: 'trace_event_raw_event_foo_bar' declared here ../include/trace/trace_events.h:40:2: note: expanded from macro 'TRACE_EVENT' 40 | DECLARE_EVENT_CLASS(name, \ | ^ ../include/trace/trace_events.h:436:27: note: expanded from macro 'DECLARE_EVENT_CLASS' 436 | static notrace void \ | ^ :42:1: note: expanded from here 42 | trace_event_raw_event_foo_bar | ^ In file included from ../samples/trace_events/trace-events-sample.c:12: In file included from ../samples/trace_events/trace-events-sample.h:640: In file included from ../include/trace/define_trace.h:133: In file included from ../include/trace/perf.h:110: ../samples/trace_events/trace-events-sample.h:291:1: warning: diagnostic behavior may be improved by adding the 'format(printf, 7, 0)' attribute to the declaration of 'do_perf_trace_foo_bar' [-Wmissing-format-attribute] 291 | TRACE_EVENT(foo_bar, | ^ | __attribute__((format(printf, 7, 0))) ../include/trace/trace_events.h:40:2: note: expanded from macro 'TRACE_EVENT' 40 | DECLARE_EVENT_CLASS(name, \ | ^ ../include/trace/perf.h:65:72: note: expanded from macro 'DECLARE_EVENT_CLASS' 65 | #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ | ^ ../include/trace/perf.h:31:68: note: expanded from macro '\ __DECLARE_EVENT_CLASS' 31 | __data_size = trace_event_get_offsets_##call(&__data_offsets, args); \ | ^ ../samples/trace_events/trace-events-sample.h:291:1: note: 'do_perf_trace_foo_bar' declared here ../include/trace/trace_events.h:40:2: note: expanded from macro 'TRACE_EVENT' 40 | DECLARE_EVENT_CLASS(name, \ | ^ ../include/trace/perf.h:65:72: note: expanded from macro 'DECLARE_EVENT_CLASS' 65 | #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ | ^ ../include/trace/perf.h:17:27: note: expanded from macro '\ __DECLARE_EVENT_CLASS' 17 | static notrace void \ | ^ :146:1: note: expanded from here 146 | do_perf_trace_foo_bar | ^ In file included from ../samples/trace_events/trace-events-sample.c:12: In file included from ../samples/trace_events/trace-events-sample.h:640: In file included from ../include/trace/define_trace.h:133: In file included from ../include/trace/perf.h:110: ../samples/trace_events/trace-events-sample.h:291:1: warning: diagnostic behavior may be improved by adding the 'format(printf, 7, 0)' attribute to the declaration of 'perf_trace_foo_bar' [-Wmissing-format-attribute] 291 | TRACE_EVENT(foo_bar, | ^ ../include/trace/trace_events.h:40:2: note: expanded from macro 'TRACE_EVENT' 40 | DECLARE_EVENT_CLASS(name, \ | ^ ../include/trace/perf.h:75:35: note: expanded from macro 'DECLARE_EVENT_CLASS' 75 | do_perf_trace_##call(__data, args); \ | ^ ../samples/trace_events/trace-events-sample.h:291:1: note: 'perf_trace_foo_bar' declared here 291 | TRACE_EVENT(foo_bar, | ^ ../include/trace/trace_events.h:40:2: note: expanded from macro 'TRACE_EVENT' 40 | DECLARE_EVENT_CLASS(name, \ | ^ ../include/trace/trace_events.h:475:72: note: expanded from macro 'DECLARE_EVENT_CLASS' 475 | #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ | ^ ../include/trace/trace_events.h:390:2: note: expanded from macro '\ _TRACE_PERF_PROTO' 390 | perf_trace_##call(void *__data, proto); | ^ :7:1: note: expanded from here 7 | perf_trace_foo_bar | ^ 5 warnings generated. Warning: ../ipc/sem.c:629 This comment starts with '/**', but isn't a kernel-doc comment. Refer to Documentation/doc-guide/kernel-doc.rst * perform_atomic_semop[_slow] - Attempt to perform semaphore Warning: ../block/blk-map.c:366 Excess function parameter 'op' description in 'bio_copy_kern' Warning: ../block/blk-map.c:366 Excess function parameter 'op' description in 'bio_copy_kern' Warning: ../drivers/gpu/buddy.c:1509 Excess function parameter 'p' description in 'gpu_buddy_print' Warning: ../drivers/gpu/buddy.c:1509 Excess function parameter 'p' description in 'gpu_buddy_print' In file included from ../drivers/acpi/apei/ghes.c:20: In file included from ../include/linux/arm_sdei.h:8: In file included from ../include/acpi/ghes.h:5: In file included from ../include/acpi/apei.h:9: In file included from ../include/linux/acpi.h:14: In file included from ../include/linux/resource_ext.h:11: In file included from ../include/linux/slab.h:17: In file included from ../include/linux/gfp.h:7: In file included from ../include/linux/mmzone.h:8: In file included from ../include/linux/spinlock.h:59: In file included from ../include/linux/irqflags.h:18: In file included from ../arch/x86/include/asm/irqflags.h:100: In file included from ../arch/x86/include/asm/paravirt.h:19: In file included from ../include/linux/cpumask.h:11: In file included from ../include/linux/bitmap.h:13: In file included from ../include/linux/string.h:383: ../include/linux/fortify-string.h:530:4: warning: call to '__read_overflow2_field' declared with 'warning' attribute: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] 530 | __read_overflow2_field(q_size_field, size); | ^ 1 warning generated. Warning: ../block/blk-mq-dma.c:379 Excess function parameter 'state' description in 'blk_rq_integrity_dma_map_iter_next' Warning: ../block/blk-mq-dma.c:379 Excess function parameter 'state' description in 'blk_rq_integrity_dma_map_iter_next' Warning: ../fs/inode.c:1303 Excess function parameter 'isnew' description in 'inode_insert5' Warning: ../fs/inode.c:1303 Excess function parameter 'isnew' description in 'inode_insert5' Warning: ../block/partitions/aix.c:80 function parameter 'state' not described in 'read_lba' Warning: ../block/partitions/aix.c:80 function parameter 'lba' not described in 'read_lba' Warning: ../block/partitions/aix.c:80 function parameter 'buffer' not described in 'read_lba' Warning: ../block/partitions/aix.c:80 function parameter 'count' not described in 'read_lba' Warning: ../block/partitions/aix.c:113 function parameter 'state' not described in 'alloc_pvd' Warning: ../block/partitions/aix.c:113 function parameter 'lba' not described in 'alloc_pvd' Warning: ../block/partitions/aix.c:138 function parameter 'state' not described in 'alloc_lvn' Warning: ../block/partitions/aix.c:138 function parameter 'lba' not described in 'alloc_lvn' Warning: ../block/partitions/aix.c:80 function parameter 'state' not described in 'read_lba' Warning: ../block/partitions/aix.c:80 function parameter 'lba' not described in 'read_lba' Warning: ../block/partitions/aix.c:80 function parameter 'buffer' not described in 'read_lba' Warning: ../block/partitions/aix.c:80 function parameter 'count' not described in 'read_lba' Warning: ../block/partitions/aix.c:113 function parameter 'state' not described in 'alloc_pvd' Warning: ../block/partitions/aix.c:113 function parameter 'lba' not described in 'alloc_pvd' Warning: ../block/partitions/aix.c:138 function parameter 'state' not described in 'alloc_lvn' Warning: ../block/partitions/aix.c:138 function parameter 'lba' not described in 'alloc_lvn' ../drivers/input/touchscreen/mms114.c:511:15: warning: cast to smaller integer type 'enum mms_type' from 'const void *' [-Wvoid-pointer-to-enum-cast] 511 | data->type = (enum mms_type)match_data; | ^~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. Warning: ../kernel/power/snapshot.c:469 function parameter 'zone' not described in 'add_rtree_block' Warning: ../kernel/power/snapshot.c:469 function parameter 'gfp_mask' not described in 'add_rtree_block' Warning: ../kernel/power/snapshot.c:469 function parameter 'safe_needed' not described in 'add_rtree_block' Warning: ../kernel/power/snapshot.c:469 function parameter 'ca' not described in 'add_rtree_block' Warning: ../kernel/power/snapshot.c:542 function parameter 'gfp_mask' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:542 function parameter 'safe_needed' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:542 function parameter 'ca' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:542 function parameter 'start' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:542 function parameter 'end' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:577 function parameter 'zone' not described in 'free_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:577 function parameter 'clear_nosave_free' not described in 'free_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:685 function parameter 'bm' not described in 'memory_bm_create' Warning: ../kernel/power/snapshot.c:685 function parameter 'gfp_mask' not described in 'memory_bm_create' Warning: ../kernel/power/snapshot.c:685 function parameter 'safe_needed' not described in 'memory_bm_create' Warning: ../kernel/power/snapshot.c:727 function parameter 'clear_nosave_free' not described in 'memory_bm_free' Warning: ../kernel/power/snapshot.c:749 function parameter 'bm' not described in 'memory_bm_find_bit' Warning: ../kernel/power/snapshot.c:749 function parameter 'pfn' not described in 'memory_bm_find_bit' Warning: ../kernel/power/snapshot.c:749 function parameter 'addr' not described in 'memory_bm_find_bit' Warning: ../kernel/power/snapshot.c:749 function parameter 'bit_nr' not described in 'memory_bm_find_bit' Warning: ../kernel/power/snapshot.c:997 function parameter 'start_pfn' not described in 'register_nosave_region' Warning: ../kernel/power/snapshot.c:997 function parameter 'end_pfn' not described in 'register_nosave_region' Warning: ../kernel/power/snapshot.c:1316 function parameter 'zone' not described in 'saveable_highmem_page' Warning: ../kernel/power/snapshot.c:1316 function parameter 'pfn' not described in 'saveable_highmem_page' Warning: ../kernel/power/snapshot.c:1375 function parameter 'zone' not described in 'saveable_page' Warning: ../kernel/power/snapshot.c:1375 function parameter 'pfn' not described in 'saveable_page' Warning: ../kernel/power/snapshot.c:1452 function parameter 'dst' not described in 'safe_copy_page' Warning: ../kernel/power/snapshot.c:1452 function parameter 's_page' not described in 'safe_copy_page' Warning: ../kernel/power/snapshot.c:1693 function parameter 'x' not described in '__fraction' Warning: ../kernel/power/snapshot.c:1693 function parameter 'multiplier' not described in '__fraction' Warning: ../kernel/power/snapshot.c:1693 function parameter 'base' not described in '__fraction' Warning: ../kernel/power/snapshot.c:1991 function parameter 'nr_highmem' not described in 'count_pages_for_highmem' Warning: ../kernel/power/snapshot.c:2009 function parameter 'nr_pages' not described in 'enough_free_mem' Warning: ../kernel/power/snapshot.c:2009 function parameter 'nr_highmem' not described in 'enough_free_mem' Warning: ../kernel/power/snapshot.c:2032 function parameter 'safe_needed' not described in 'get_highmem_buffer' Warning: ../kernel/power/snapshot.c:2045 function parameter 'bm' not described in 'alloc_highmem_pages' Warning: ../kernel/power/snapshot.c:2045 function parameter 'nr_highmem' not described in 'alloc_highmem_pages' Warning: ../kernel/power/snapshot.c:2080 function parameter 'copy_bm' not described in 'swsusp_alloc' Warning: ../kernel/power/snapshot.c:2080 function parameter 'nr_pages' not described in 'swsusp_alloc' Warning: ../kernel/power/snapshot.c:2080 function parameter 'nr_highmem' not described in 'swsusp_alloc' Warning: ../kernel/power/snapshot.c:2301 function parameter 'bm' not described in 'mark_unsafe_pages' Warning: ../kernel/power/snapshot.c:2336 function parameter 'info' not described in 'load_header' Warning: ../kernel/power/snapshot.c:2505 function parameter 'page' not described in 'get_highmem_page_buffer' Warning: ../kernel/power/snapshot.c:2505 function parameter 'ca' not described in 'get_highmem_page_buffer' Warning: ../kernel/power/snapshot.c:2715 function parameter 'bm' not described in 'get_buffer' Warning: ../kernel/power/snapshot.c:2715 function parameter 'ca' not described in 'get_buffer' Warning: ../kernel/power/snapshot.c:2854 function parameter 'handle' not described in 'snapshot_write_finalize' Warning: ../kernel/power/snapshot.c:469 function parameter 'zone' not described in 'add_rtree_block' Warning: ../kernel/power/snapshot.c:469 function parameter 'gfp_mask' not described in 'add_rtree_block' Warning: ../kernel/power/snapshot.c:469 function parameter 'safe_needed' not described in 'add_rtree_block' Warning: ../kernel/power/snapshot.c:469 function parameter 'ca' not described in 'add_rtree_block' Warning: ../kernel/power/snapshot.c:542 function parameter 'gfp_mask' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:542 function parameter 'safe_needed' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:542 function parameter 'ca' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:542 function parameter 'start' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:542 function parameter 'end' not described in 'create_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:577 function parameter 'zone' not described in 'free_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:577 function parameter 'clear_nosave_free' not described in 'free_zone_bm_rtree' Warning: ../kernel/power/snapshot.c:685 function parameter 'bm' not described in 'memory_bm_create' Warning: ../kernel/power/snapshot.c:685 function parameter 'gfp_mask' not described in 'memory_bm_create' Warning: ../kernel/power/snapshot.c:685 function parameter 'safe_needed' not described in 'memory_bm_create' Warning: ../kernel/power/snapshot.c:727 function parameter 'clear_nosave_free' not described in 'memory_bm_free' Warning: ../kernel/power/snapshot.c:749 function parameter 'bm' not described in 'memory_bm_find_bit' Warning: ../kernel/power/snapshot.c:749 function parameter 'pfn' not described in 'memory_bm_find_bit' Warning: ../kernel/power/snapshot.c:749 function parameter 'addr' not described in 'memory_bm_find_bit' Warning: ../kernel/power/snapshot.c:749 function parameter 'bit_nr' not described in 'memory_bm_find_bit' Warning: ../kernel/power/snapshot.c:997 function parameter 'start_pfn' not described in 'register_nosave_region' Warning: ../kernel/power/snapshot.c:997 function parameter 'end_pfn' not described in 'register_nosave_region' Warning: ../kernel/power/snapshot.c:1316 function parameter 'zone' not described in 'saveable_highmem_page' Warning: ../kernel/power/snapshot.c:1316 function parameter 'pfn' not described in 'saveable_highmem_page' Warning: ../kernel/power/snapshot.c:1375 function parameter 'zone' not described in 'saveable_page' Warning: ../kernel/power/snapshot.c:1375 function parameter 'pfn' not described in 'saveable_page' Warning: ../kernel/power/snapshot.c:1452 function parameter 'dst' not described in 'safe_copy_page' Warning: ../kernel/power/snapshot.c:1452 function parameter 's_page' not described in 'safe_copy_page' Warning: ../kernel/power/snapshot.c:1693 function parameter 'x' not described in '__fraction' Warning: ../kernel/power/snapshot.c:1693 function parameter 'multiplier' not described in '__fraction' Warning: ../kernel/power/snapshot.c:1693 function parameter 'base' not described in '__fraction' Warning: ../kernel/power/snapshot.c:1991 function parameter 'nr_highmem' not described in 'count_pages_for_highmem' Warning: ../kernel/power/snapshot.c:2009 function parameter 'nr_pages' not described in 'enough_free_mem' Warning: ../kernel/power/snapshot.c:2009 function parameter 'nr_highmem' not described in 'enough_free_mem' Warning: ../kernel/power/snapshot.c:2032 function parameter 'safe_needed' not described in 'get_highmem_buffer' Warning: ../kernel/power/snapshot.c:2045 function parameter 'bm' not described in 'alloc_highmem_pages' Warning: ../kernel/power/snapshot.c:2045 function parameter 'nr_highmem' not described in 'alloc_highmem_pages' Warning: ../kernel/power/snapshot.c:2080 function parameter 'copy_bm' not described in 'swsusp_alloc' Warning: ../kernel/power/snapshot.c:2080 function parameter 'nr_pages' not described in 'swsusp_alloc' Warning: ../kernel/power/snapshot.c:2080 function parameter 'nr_highmem' not described in 'swsusp_alloc' Warning: ../kernel/power/snapshot.c:2301 function parameter 'bm' not described in 'mark_unsafe_pages' Warning: ../kernel/power/snapshot.c:2336 function parameter 'info' not described in 'load_header' Warning: ../kernel/power/snapshot.c:2505 function parameter 'page' not described in 'get_highmem_page_buffer' Warning: ../kernel/power/snapshot.c:2505 function parameter 'ca' not described in 'get_highmem_page_buffer' Warning: ../kernel/power/snapshot.c:2715 function parameter 'bm' not described in 'get_buffer' Warning: ../kernel/power/snapshot.c:2715 function parameter 'ca' not described in 'get_buffer' Warning: ../kernel/power/snapshot.c:2854 function parameter 'handle' not described in 'snapshot_write_finalize' Warning: ../drivers/usb/host/xhci-sideband.c:325 function parameter 'imod_interval' not described in 'xhci_sideband_create_interrupter' Warning: ../drivers/usb/host/xhci-sideband.c:325 function parameter 'intr_num' not described in 'xhci_sideband_create_interrupter' Warning: ../drivers/usb/host/xhci-sideband.c:403 function parameter 'type' not described in 'xhci_sideband_register' Warning: ../drivers/usb/host/xhci-sideband.c:403 function parameter 'notify_client' not described in 'xhci_sideband_register' Warning: ../drivers/usb/host/xhci-sideband.c:325 function parameter 'imod_interval' not described in 'xhci_sideband_create_interrupter' Warning: ../drivers/usb/host/xhci-sideband.c:325 function parameter 'intr_num' not described in 'xhci_sideband_create_interrupter' Warning: ../drivers/usb/host/xhci-sideband.c:403 function parameter 'type' not described in 'xhci_sideband_register' Warning: ../drivers/usb/host/xhci-sideband.c:403 function parameter 'notify_client' not described in 'xhci_sideband_register' Warning: ../drivers/usb/misc/usbio.c:117 struct member 'nr_i2c_buses' not described in 'usbio_device' Warning: ../drivers/usb/misc/usbio.c:117 struct member 'i2cs' not described in 'usbio_device' Warning: ../drivers/usb/misc/usbio.c:117 struct member 'nr_i2c_buses' not described in 'usbio_device' Warning: ../drivers/usb/misc/usbio.c:117 struct member 'i2cs' not described in 'usbio_device' In file included from ../drivers/scsi/pm8001/pm8001_hwi.c:40: In file included from ../include/linux/slab.h:17: In file included from ../include/linux/gfp.h:7: In file included from ../include/linux/mmzone.h:8: In file included from ../include/linux/spinlock.h:59: In file included from ../include/linux/irqflags.h:18: In file included from ../arch/x86/include/asm/irqflags.h:100: In file included from ../arch/x86/include/asm/paravirt.h:19: In file included from ../include/linux/cpumask.h:11: In file included from ../include/linux/bitmap.h:13: In file included from ../include/linux/string.h:383: ../include/linux/fortify-string.h:530:4: warning: call to '__read_overflow2_field' declared with 'warning' attribute: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] 530 | __read_overflow2_field(q_size_field, size); | ^ 1 warning generated. In file included from ../drivers/scsi/pm8001/pm80xx_hwi.c:40: In file included from ../include/linux/slab.h:17: In file included from ../include/linux/gfp.h:7: In file included from ../include/linux/mmzone.h:8: In file included from ../include/linux/spinlock.h:59: In file included from ../include/linux/irqflags.h:18: In file included from ../arch/x86/include/asm/irqflags.h:100: In file included from ../arch/x86/include/asm/paravirt.h:19: In file included from ../include/linux/cpumask.h:11: In file included from ../include/linux/bitmap.h:13: In file included from ../include/linux/string.h:383: ../include/linux/fortify-string.h:530:4: warning: call to '__read_overflow2_field' declared with 'warning' attribute: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] 530 | __read_overflow2_field(q_size_field, size); | ^ 1 warning generated. Warning: ../arch/x86/kernel/apic/apic.c:2156 function parameter 'spurious_interrupt' not described in 'DEFINE_IDTENTRY_IRQ' Warning: ../arch/x86/kernel/apic/apic.c:2156 expecting prototype for spurious_interrupt(). Prototype was for DEFINE_IDTENTRY_IRQ() instead ../drivers/gpu/drm/vc4/vc4_drv.c:300:8: warning: cast to smaller integer type 'enum vc4_gen' from 'const void *' [-Wvoid-pointer-to-enum-cast] 300 | gen = (enum vc4_gen)of_device_get_match_data(dev); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. In file included from ../drivers/net/ethernet/myricom/myri10ge/myri10ge.c:43: In file included from ../include/linux/tcp.h:17: In file included from ../include/linux/skbuff.h:15: In file included from ../include/linux/time.h:60: In file included from ../include/linux/time32.h:13: In file included from ../include/linux/timex.h:67: In file included from ../arch/x86/include/asm/timex.h:5: In file included from ../arch/x86/include/asm/processor.h:25: In file included from ../arch/x86/include/asm/special_insns.h:10: In file included from ../include/linux/irqflags.h:18: In file included from ../arch/x86/include/asm/irqflags.h:100: In file included from ../arch/x86/include/asm/paravirt.h:19: In file included from ../include/linux/cpumask.h:11: In file included from ../include/linux/bitmap.h:13: In file included from ../include/linux/string.h:383: ../include/linux/fortify-string.h:530:4: warning: call to '__read_overflow2_field' declared with 'warning' attribute: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] 530 | __read_overflow2_field(q_size_field, size); | ^ ../include/linux/fortify-string.h:530:4: warning: call to '__read_overflow2_field' declared with 'warning' attribute: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] 2 warnings generated. Warning: ../drivers/net/ethernet/intel/idpf/idpf_txrx.c:495 Excess function parameter 'vport' description in 'idpf_rx_desc_rel_all' Warning: ../drivers/net/ethernet/intel/idpf/idpf_txrx.c:1400 Excess function parameter 'vport' description in 'idpf_vport_queue_grp_rel_all' Warning: ../drivers/net/ethernet/intel/idpf/idpf_txrx.c:495 Excess function parameter 'vport' description in 'idpf_rx_desc_rel_all' Warning: ../drivers/net/ethernet/intel/idpf/idpf_txrx.c:1400 Excess function parameter 'vport' description in 'idpf_vport_queue_grp_rel_all' ../drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c:934:24: warning: conditional expression between different enumeration types ('enum iwl_mac_beacon_flags' and 'enum iwl_mac_beacon_flags_v1') [-Wenum-compare-conditional] 934 | flags |= is_new_rate ? IWL_MAC_BEACON_CCK | ^ ~~~~~~~~~~~~~~~~~~ 935 | : IWL_MAC_BEACON_CCK_V1; | ~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c:1110:21: warning: conditional expression between different enumeration types ('enum iwl_mac_beacon_flags' and 'enum iwl_mac_beacon_flags_v1') [-Wenum-compare-conditional] 1110 | 0) > 10 ? | ^ 1111 | IWL_MAC_BEACON_FILS : | ~~~~~~~~~~~~~~~~~~~ 1112 | IWL_MAC_BEACON_FILS_V1; | ~~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. Warning: ../drivers/gpu/drm/panthor/panthor_fw.c:143 Excess struct member 'start' description in 'panthor_fw_binary_section_entry_hdr' Warning: ../drivers/gpu/drm/panthor/panthor_fw.c:143 Excess struct member 'end' description in 'panthor_fw_binary_section_entry_hdr' Warning: ../drivers/gpu/drm/panthor/panthor_fw.c:200 Excess struct member 'buf' description in 'panthor_fw_section' Warning: ../drivers/gpu/drm/panthor/panthor_fw.c:200 Excess struct member 'size' description in 'panthor_fw_section' Warning: ../drivers/gpu/drm/panthor/panthor_fw.c:273 Excess struct member 'ping_work' description in 'panthor_fw' Warning: ../drivers/gpu/drm/panthor/panthor_fw.c:143 Excess struct member 'start' description in 'panthor_fw_binary_section_entry_hdr' Warning: ../drivers/gpu/drm/panthor/panthor_fw.c:143 Excess struct member 'end' description in 'panthor_fw_binary_section_entry_hdr' Warning: ../drivers/gpu/drm/panthor/panthor_fw.c:200 Excess struct member 'buf' description in 'panthor_fw_section' Warning: ../drivers/gpu/drm/panthor/panthor_fw.c:200 Excess struct member 'size' description in 'panthor_fw_section' Warning: ../drivers/gpu/drm/panthor/panthor_fw.c:273 Excess struct member 'ping_work' description in 'panthor_fw' Warning: ../drivers/gpu/drm/panthor/panthor_mmu.c:405 Excess struct member 'kernel_auto_va.size' description in 'panthor_vm' Warning: ../drivers/gpu/drm/panthor/panthor_mmu.c:405 Excess struct member 'kernel_auto_va.size' description in 'panthor_vm' Warning: ../drivers/net/ethernet/intel/ice/ice_dpll.c:3930 Excess function parameter 'count' description in 'ice_dpll_init_fwnode_pins' Warning: ../drivers/net/ethernet/intel/ice/ice_dpll.c:4032 Excess function parameter 'cgu' description in 'ice_dpll_init_pins_e825' Warning: ../drivers/net/ethernet/intel/ice/ice_dpll.c:3930 Excess function parameter 'count' description in 'ice_dpll_init_fwnode_pins' Warning: ../drivers/net/ethernet/intel/ice/ice_dpll.c:4032 Excess function parameter 'cgu' description in 'ice_dpll_init_pins_e825' Warning: ../drivers/md/bcache/request.c:308 function parameter 'bch_data_insert' not described in 'CLOSURE_CALLBACK' Warning: ../drivers/md/bcache/request.c:308 expecting prototype for bch_data_insert(). Prototype was for CLOSURE_CALLBACK() instead ../kernel/trace/trace_osnoise.c:96:44: warning: diagnostic behavior may be improved by adding the 'format(printf, 1, 2)' attribute to the declaration of 'osnoise_print' [-Wmissing-format-attribute] 86 | static void osnoise_print(const char *fmt, ...) | __attribute__((format(printf, 1, 2))) 87 | { 88 | struct osnoise_instance *inst; 89 | struct trace_array *tr; 90 | va_list ap; 91 | 92 | rcu_read_lock(); 93 | list_for_each_entry_rcu(inst, &osnoise_instances, list) { 94 | tr = inst->tr; 95 | va_start(ap, fmt); 96 | trace_array_vprintk(tr, _RET_IP_, fmt, ap); | ^ ../kernel/trace/trace_osnoise.c:86:13: note: 'osnoise_print' declared here 86 | static void osnoise_print(const char *fmt, ...) | ^ 1 warning generated. Warning: ../drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.c:41 function parameter 'mode_clk_rate' not described in 'dpu_core_perf_adjusted_mode_clk' Warning: ../drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.c:41 function parameter 'mode_clk_rate' not described in 'dpu_core_perf_adjusted_mode_clk' Warning: ../fs/f2fs/segment.c:1902 function parameter 'need_check' not described in 'f2fs_issue_discard_timeout' Warning: ../fs/f2fs/segment.c:1902 function parameter 'need_check' not described in 'f2fs_issue_discard_timeout' Warning: ../drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc.c:3659 Excess function parameter 'update_descriptor' description in 'update_planes_and_stream_state' Warning: ../drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc.c:3659 Excess function parameter 'update_descriptor' description in 'update_planes_and_stream_state' Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c:934:24: warning: conditional expression between different enumeration types ('enum iwl_mac_beacon_flags' and 'enum iwl_mac_beacon_flags_v1') [-Wenum-compare-conditional] 934 | flags |= is_new_rate ? IWL_MAC_BEACON_CCK | ^ ~~~~~~~~~~~~~~~~~~ 935 | : IWL_MAC_BEACON_CCK_V1; | ~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c:1110:21: warning: conditional expression between different enumeration types ('enum iwl_mac_beacon_flags' and 'enum iwl_mac_beacon_flags_v1') [-Wenum-compare-conditional] 1110 | 0) > 10 ? | ^ 1111 | IWL_MAC_BEACON_FILS : | ~~~~~~~~~~~~~~~~~~~ 1112 | IWL_MAC_BEACON_FILS_V1; | ~~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c:934:24: warning: conditional expression between different enumeration types ('enum iwl_mac_beacon_flags' and 'enum iwl_mac_beacon_flags_v1') [-Wenum-compare-conditional] 934 | flags |= is_new_rate ? IWL_MAC_BEACON_CCK | ^ ~~~~~~~~~~~~~~~~~~ 935 | : IWL_MAC_BEACON_CCK_V1; | ~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c:1110:21: warning: conditional expression between different enumeration types ('enum iwl_mac_beacon_flags' and 'enum iwl_mac_beacon_flags_v1') [-Wenum-compare-conditional] 1110 | 0) > 10 ? | ^ 1111 | IWL_MAC_BEACON_FILS : | ~~~~~~~~~~~~~~~~~~~ 1112 | IWL_MAC_BEACON_FILS_V1; | ~~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated.