| /kernel/linux/linux-4.19/scripts/ |
| D | Makefile.extrawarn | 14 KBUILD_CFLAGS += $(call cc-disable-warning, packed-not-aligned) 21 warning- := $(empty) 23 warning-1 := -Wextra -Wunused -Wno-unused-parameter 24 warning-1 += -Wmissing-declarations 25 warning-1 += -Wmissing-format-attribute 26 warning-1 += $(call cc-option, -Wmissing-prototypes) 27 warning-1 += -Wold-style-definition 28 warning-1 += $(call cc-option, -Wmissing-include-dirs) 29 warning-1 += $(call cc-option, -Wunused-but-set-variable) 30 warning-1 += $(call cc-option, -Wunused-const-variable) [all …]
|
| /kernel/linux/linux-4.19/scripts/kconfig/tests/preprocess/escape/ |
| D | Kconfig | 4 warning = $(warning-if,y,$(1)) variable 9 $(warning,hello$(comma) world) 13 $(warning, ' " '" ' ''' "'") 17 $(warning,$) 18 $(warning,$$) 20 $(warning,$($)) 25 $(warning,$(dollar)(X)) 30 $(warning,$(left_paren)) 35 $(warning,$(Y)) 39 $(warning,$(Y)) [all …]
|
| /kernel/linux/linux-5.10/scripts/kconfig/tests/preprocess/escape/ |
| D | Kconfig | 4 warning = $(warning-if,y,$(1)) variable 9 $(warning,hello$(comma) world) 13 $(warning, ' " '" ' ''' "'") 17 $(warning,$) 18 $(warning,$$) 20 $(warning,$($)) 25 $(warning,$(dollar)(X)) 30 $(warning,$(left_paren)) 35 $(warning,$(Y)) 39 $(warning,$(Y)) [all …]
|
| /kernel/linux/linux-5.10/scripts/kconfig/tests/preprocess/variable/ |
| D | Kconfig | 4 warning = $(warning-if,y,$(1)) variable 10 $(warning,SIMPLE = $(SIMPLE)) 16 $(warning,RECURSIVE = $(RECURSIVE)) 22 $(warning,SIMPLE = $(SIMPLE)) 28 $(warning,RECURSIVE = $(RECURSIVE)) 35 $(warning,UNDEFINED_VARIABLE = $(UNDEFINED_VARIABLE)) 41 $(warning,AB = $(AB)) 45 $(warning,$(greeting,Hello,John)) 50 $(warning,$(greeting,Hello)) 53 $(warning,$(greeting,Hello,John,ignored,ignored))
|
| /kernel/linux/linux-4.19/scripts/kconfig/tests/preprocess/variable/ |
| D | Kconfig | 4 warning = $(warning-if,y,$(1)) variable 10 $(warning,SIMPLE = $(SIMPLE)) 16 $(warning,RECURSIVE = $(RECURSIVE)) 22 $(warning,SIMPLE = $(SIMPLE)) 28 $(warning,RECURSIVE = $(RECURSIVE)) 35 $(warning,UNDEFINED_VARIABLE = $(UNDEFINED_VARIABLE)) 41 $(warning,AB = $(AB)) 45 $(warning,$(greeting,Hello,John)) 50 $(warning,$(greeting,Hello)) 53 $(warning,$(greeting,Hello,John,ignored,ignored))
|
| /kernel/linux/linux-5.10/scripts/kconfig/tests/preprocess/builtin_func/ |
| D | Kconfig | 6 # 'warning-if', if the first argument is y, sends the second argument to stderr, 8 $(warning-if,y,hello world 1) 15 warning = $(warning-if,y,$(1)) variable 18 $(warning,$(shell,echo hello world 3)) 22 $(warning,$(shell,printf 'hello\nworld\n\n4\n\n\n')) 26 $(warning,filename=$(filename)) 27 $(warning,lineno=$(lineno))
|
| /kernel/linux/linux-4.19/scripts/kconfig/tests/preprocess/builtin_func/ |
| D | Kconfig | 6 # 'warning-if', if the first argument is y, sends the second argument to stderr, 8 $(warning-if,y,hello world 1) 15 warning = $(warning-if,y,$(1)) variable 18 $(warning,$(shell,echo hello world 3)) 22 $(warning,$(shell,printf 'hello\nworld\n\n4\n\n\n')) 26 $(warning,filename=$(filename)) 27 $(warning,lineno=$(lineno))
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/i915/ |
| D | Makefile | 6 # Add a set of useful warning flags and enable -Werror for CI to prevent 8 # any patch that isn't warning clean, so turning on -Wall -Wextra (or W=1) we 16 subdir-ccflags-y += $(call cc-disable-warning, unused-parameter) 17 subdir-ccflags-y += $(call cc-disable-warning, type-limits) 18 subdir-ccflags-y += $(call cc-disable-warning, missing-field-initializers) 19 subdir-ccflags-y += $(call cc-disable-warning, implicit-fallthrough) 20 subdir-ccflags-y += $(call cc-disable-warning, unused-but-set-variable) 22 subdir-ccflags-y += $(call cc-disable-warning, sign-compare) 23 subdir-ccflags-y += $(call cc-disable-warning, sometimes-uninitialized) 24 subdir-ccflags-y += $(call cc-disable-warning, initializer-overrides) [all …]
|
| /kernel/linux/linux-4.19/Documentation/RCU/ |
| D | stallwarn.txt | 11 So your kernel printed an RCU CPU stall warning. The next question is 35 RCU CPU stall warning messages. Especially if you have added 52 memory, you might see stall-warning messages. 60 CONFIG_PREEMPT_RCU case, you might see stall-warning 71 o Testing a workload on a fast system, tuning the stall-warning 73 running the same workload with the same stall-warning timeout on a 91 warning. Note that SRCU does -not- have CPU stall warnings. Please note 121 issues an RCU CPU stall warning. This time period is normally 129 -next- stall, or the following warning for the current stall 131 timing of the next warning for the current stall. [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
| D | ia_css_err.h | 24 /* FW warnings. This enum contains a value for each warning that 30 This warning can be avoided by de-queuing ISYS buffers more timely. */ 32 This warning can be avoided by de-queuing PSYS buffers more timely. */ 34 This warning can be avoided by unlocking locked frame-buffers more timely. */ 36 This warning can be avoided by unlocking locked frame-buffers more timely. */ 38 This warning can be avoided by unlocking locked frame-buffers more timely. */ 40 This warning can be avoided by providing a param set for each frame. */
|
| /kernel/linux/linux-5.10/scripts/coccinelle/misc/ |
| D | array_size_dup.cocci | 43 msg = "WARNING: array_size is used later (line %s) to compute the same size" % (p2[0].line) 51 msg = "WARNING: array_size is used later (line %s) to compute the same size" % (p2[0].line) 72 msg = "WARNING: array_size is already used (line %s) to compute the same size" % (p1[0].line) 80 msg = "WARNING: array_size is already used (line %s) to compute the same size" % (p1[0].line) 108 msg = "WARNING: array3_size is used later (line %s) to compute the same size" % (p2[0].line) 116 msg = "WARNING: array3_size is used later (line %s) to compute the same size" % (p2[0].line) 138 msg = "WARNING: array3_size is already used (line %s) to compute the same size" % (p1[0].line) 146 msg = "WARNING: array3_size is already used (line %s) to compute the same size" % (p1[0].line) 172 msg = "WARNING: struct_size is used later (line %s) to compute the same size" % (p2[0].line) 180 msg = "WARNING: struct_size is used later (line %s) to compute the same size" % (p2[0].line) [all …]
|
| /kernel/linux/linux-5.10/Documentation/RCU/ |
| D | stallwarn.rst | 16 So your kernel printed an RCU CPU stall warning. The next question is 37 RCU CPU stall warning messages. Especially if you have added 54 memory, you might see stall-warning messages. 62 CONFIG_PREEMPT_RCU case, you might see stall-warning 79 - Testing a workload on a fast system, tuning the stall-warning 81 running the same workload with the same stall-warning timeout on a 105 The RCU, RCU-sched, and RCU-tasks implementations have CPU stall warning. 138 issues an RCU CPU stall warning. This time period is normally 146 -next- stall, or the following warning for the current stall 148 timing of the next warning for the current stall. [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
| D | Makefile | 6 # Add a set of useful warning flags and enable -Werror for CI to prevent 8 # any patch that isn't warning clean, so turning on -Wall -Wextra (or W=1) we 16 subdir-ccflags-y += $(call cc-disable-warning, unused-parameter) 17 subdir-ccflags-y += $(call cc-disable-warning, type-limits) 18 subdir-ccflags-y += $(call cc-disable-warning, missing-field-initializers) 19 subdir-ccflags-y += $(call cc-disable-warning, unused-but-set-variable) 21 subdir-ccflags-y += $(call cc-disable-warning, sign-compare) 22 subdir-ccflags-y += $(call cc-disable-warning, sometimes-uninitialized) 23 subdir-ccflags-y += $(call cc-disable-warning, initializer-overrides) 24 subdir-ccflags-y += $(call cc-disable-warning, uninitialized) [all …]
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/sn/sn0/ |
| D | hubio.h | 418 * WARNING * WARNING * WARNING * WARNING * WARNING * WARNING * WARNING 419 * WARNING * WARNING * WARNING * WARNING * WARNING * WARNING * WARNING 420 * WARNING * WARNING * WARNING * WARNING * WARNING * WARNING * WARNING 421 * WARNING * WARNING * WARNING * WARNING * WARNING * WARNING * WARNING 422 * WARNING * WARNING * WARNING * WARNING * WARNING * WARNING * WARNING
|
| /kernel/linux/linux-4.19/arch/mips/include/asm/sn/sn0/ |
| D | hubio.h | 418 * WARNING * WARNING * WARNING * WARNING * WARNING * WARNING * WARNING 419 * WARNING * WARNING * WARNING * WARNING * WARNING * WARNING * WARNING 420 * WARNING * WARNING * WARNING * WARNING * WARNING * WARNING * WARNING 421 * WARNING * WARNING * WARNING * WARNING * WARNING * WARNING * WARNING 422 * WARNING * WARNING * WARNING * WARNING * WARNING * WARNING * WARNING
|
| /kernel/linux/linux-4.19/scripts/coccinelle/api/ |
| D | ptr_ret.cocci | 65 coccilib.org.print_todo(p[0], "WARNING: PTR_ERR_OR_ZERO can be used") 72 coccilib.org.print_todo(p[0], "WARNING: PTR_ERR_OR_ZERO can be used") 78 coccilib.org.print_todo(p[0], "WARNING: PTR_ERR_OR_ZERO can be used") 84 coccilib.report.print_report(p[0], "WARNING: PTR_ERR_OR_ZERO can be used") 90 coccilib.report.print_report(p[0], "WARNING: PTR_ERR_OR_ZERO can be used") 96 coccilib.report.print_report(p[0], "WARNING: PTR_ERR_OR_ZERO can be used")
|
| /kernel/linux/linux-5.10/scripts/coccinelle/api/ |
| D | ptr_ret.cocci | 66 coccilib.org.print_todo(p[0], "WARNING: PTR_ERR_OR_ZERO can be used") 73 coccilib.org.print_todo(p[0], "WARNING: PTR_ERR_OR_ZERO can be used") 79 coccilib.org.print_todo(p[0], "WARNING: PTR_ERR_OR_ZERO can be used") 85 coccilib.report.print_report(p[0], "WARNING: PTR_ERR_OR_ZERO can be used") 91 coccilib.report.print_report(p[0], "WARNING: PTR_ERR_OR_ZERO can be used") 97 coccilib.report.print_report(p[0], "WARNING: PTR_ERR_OR_ZERO can be used")
|
| /kernel/linux/linux-4.19/tools/perf/ |
| D | Makefile.config | 329 …msg := $(warning No libelf found. Disables 'probe' tool, jvmti and BPF support in 'perf record'. P… 349 …msg := $(warning No libdw DWARF unwind found, Please install elfutils-devel/libdw-dev >= 0.158 and… 354 …msg := $(warning No libdw.h found or old libdw.h found or elfutils is older than 0.138, disables d… 359 …msg := $(warning Old libdw.h, finding variables at given 'perf probe' point will not work, install… 415 msg := $(warning gelf_getnote() not found on libelf, SDT support disabled); 424 …msg := $(warning DWARF register mappings have not been defined for architecture $(SRCARCH), DWARF … 445 …msg := $(warning BPF prologue is not supported by architecture $(SRCARCH), missing regs_query_regi… 448 msg := $(warning DWARF support is off, BPF prologue is disabled); 456 …msg := $(warning No sys/sdt.h found, no SDT events are defined, please install systemtap-sdt-devel… 496 msg := $(warning No debug_frame support found in libunwind-aarch64); [all …]
|
| /kernel/linux/linux-4.19/tools/perf/util/intel-pt-decoder/ |
| D | Build | 10 # Busybox's diff doesn't have -I, avoid warning in the case 16 …(echo "Warning: Intel PT: x86 instruction decoder C file at 'tools/perf/util/intel-pt-decoder/insn… 18 …(echo "Warning: Intel PT: x86 instruction decoder C file at 'tools/perf/util/intel-pt-decoder/inat… 20 …(echo "Warning: Intel PT: x86 instruction decoder map file at 'tools/perf/util/intel-pt-decoder/x8… 22 …(echo "Warning: Intel PT: x86 instruction decoder script at 'tools/perf/util/intel-pt-decoder/gen-… 24 …(echo "Warning: Intel PT: x86 instruction decoder header at 'tools/perf/util/intel-pt-decoder/insn… 26 …(echo "Warning: Intel PT: x86 instruction decoder header at 'tools/perf/util/intel-pt-decoder/inat… 28 …(echo "Warning: Intel PT: x86 instruction decoder header at 'tools/perf/util/intel-pt-decoder/inat…
|
| /kernel/linux/linux-5.10/tools/perf/ |
| D | Makefile.config | 392 …msg := $(warning No libelf found. Disables 'probe' tool, jvmti and BPF support in 'perf record'. P… 424 …msg := $(warning No libdw DWARF unwind found, Please install elfutils-devel/libdw-dev >= 0.158 and… 429 …msg := $(warning No libdw.h found or old libdw.h found or elfutils is older than 0.138, disables d… 434 …msg := $(warning Old libdw.h, finding variables at given 'perf probe' point will not work, install… 496 msg := $(warning gelf_getnote() not found on libelf, SDT support disabled); 513 …msg := $(warning DWARF register mappings have not been defined for architecture $(SRCARCH), DWARF … 545 …msg := $(warning BPF prologue is not supported by architecture $(SRCARCH), missing regs_query_regi… 548 msg := $(warning DWARF support is off, BPF prologue is disabled); 556 …msg := $(warning No sys/sdt.h found, no SDT events are defined, please install systemtap-sdt-devel… 598 msg := $(warning No debug_frame support found in libunwind-aarch64); [all …]
|
| /kernel/linux/linux-5.10/scripts/coccinelle/null/ |
| D | badzero.cocci | 74 coccilib.org.print_todo(p[0], "WARNING comparing pointer to 0") 80 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0") 172 coccilib.org.print_todo(p[0], "WARNING comparing pointer to 0, suggest !E") 178 coccilib.org.print_todo(p[0], "WARNING comparing pointer to 0") 184 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0, suggest !E") 190 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0") 233 coccilib.org.print_todo(p[0], "WARNING comparing pointer to 0") 239 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0")
|
| /kernel/linux/linux-4.19/scripts/coccinelle/null/ |
| D | badzero.cocci | 73 coccilib.org.print_todo(p[0], "WARNING comparing pointer to 0") 79 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0") 171 coccilib.org.print_todo(p[0], "WARNING comparing pointer to 0, suggest !E") 177 coccilib.org.print_todo(p[0], "WARNING comparing pointer to 0") 183 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0, suggest !E") 189 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0") 232 coccilib.org.print_todo(p[0], "WARNING comparing pointer to 0") 238 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0")
|
| /kernel/linux/linux-5.10/include/acpi/platform/ |
| D | acintel.h | 41 #pragma warning(disable:981) 44 #pragma warning(disable:4100) 47 #pragma warning(disable:4127) 50 #pragma warning(disable:4706) 53 #pragma warning(disable:4214)
|
| /kernel/linux/linux-4.19/include/acpi/platform/ |
| D | acintel.h | 41 #pragma warning(disable:981) 44 #pragma warning(disable:4100) 47 #pragma warning(disable:4127) 50 #pragma warning(disable:4706) 53 #pragma warning(disable:4214)
|
| /kernel/linux/linux-5.10/tools/objtool/Documentation/ |
| D | stack-validation.txt | 183 1. file.o: warning: objtool: func()+0x128: call without frame pointer save/setup 205 2. file.o: warning: objtool: .text+0x53: unreachable instruction 224 4. file.o: warning: objtool: func(): can't find starting instruction 226 file.o: warning: objtool: func()+0x11dd: can't decode instruction 233 5. file.o: warning: objtool: func()+0x6: unsupported instruction in callable function 242 6. file.o: warning: objtool: func()+0x26: sibling call from callable instruction with modified stac… 256 7. file: warning: objtool: func()+0x5c: stack state mismatch 273 8. file.o: warning: objtool: funcA() falls through to next function funcB() 292 9. file.o: warning: objtool: funcA() call to funcB() with UACCESS enabled 302 The intention of the warning is to prevent calls to funcB() from eventually [all …]
|