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. 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. Documentation/.renames.txt: warning: ignored by one of the .gitignore files Documentation/.renames.txt: warning: ignored by one of the .gitignore files