| /kernel/linux/linux-6.6/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-6.6/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-6.6/scripts/ |
| D | Makefile.extrawarn | 5 # There are four warning groups enabled by W=1, W=2, W=3, and W=e 18 KBUILD_CFLAGS += $(call cc-disable-warning,frame-address,) 19 KBUILD_CFLAGS += $(call cc-disable-warning, address-of-packed-member) 33 # Clang may emit a warning when a const variable, such as the dummy variables 36 # the "field" variant of the warning, this is intentional because the field is 39 # can be modified via memcpy() / memset(). While the variable warning also gets 43 KBUILD_CFLAGS += $(call cc-disable-warning, default-const-init-unsafe) 52 KBUILD_CFLAGS += $(call cc-disable-warning, unused-but-set-variable) 53 KBUILD_CFLAGS += $(call cc-disable-warning, unused-const-variable) 56 KBUILD_CFLAGS += $(call cc-disable-warning, dangling-pointer) [all …]
|
| D | test_fortify.sh | 39 # Attempt to build a source that is expected to fail with a specific warning. 42 # warning may only happen at link time (Clang). In that case, 46 status="warning: unsafe ${FUNC}() usage lacked '$WANT' symbol in $IN" 49 # If the build failed, check for the warning in the stderr. 51 …red with attribute warning: detected write beyond size of field (1st parameter); maybe use struct_… 53 …clared with 'warning' attribute: detected write beyond size of field (1st parameter); maybe use st… 55 status="warning: unsafe ${FUNC}() usage lacked '$WANT' warning in $IN"
|
| /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-6.6/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/build/ |
| D | kernel_build.py | 25 …"include/trace/events/eas_sched.h: warning: format '%d' expects argument of type 'int', but argume… 26 "drivers/block/zram/zram_drv.c: warning: left shift count >= width of type", 30 … "mm/vmscan.c: warning: suggest parentheses around assignment used as truth value [-Wparentheses]", 31 "lib/bitfield_kunit.c: warning: the frame size of \d+ bytes is larger than \d+ bytes", 32 … "drivers/mmc/host/sdhci-esdhc-imx.c: warning: 'sdhci_esdhc_imx_probe_nondt' defined but not used", 66 warning = re.search(regex, line).group(0) 72 'title': self.format_title("%s: %s" % (filename, warning)), 131 ('[-Wunused-but-set-variable]', 'warning: .* set but not used'), 132 ('[-Wunused-but-set-parameter]', 'warning: .* set but not used'), 133 ('[-Wunused-const-variable=]', 'warning: .* defined but not used'), [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-6.6/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/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-6.6/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 …]
|
| D | minmax.cocci | 4 /// Generated patches sometimes require adding a cast to fix compile warning. 173 coccilib.report.print_report(p0, "WARNING opportunity for max()") 180 coccilib.org.print_todo(p0, "WARNING opportunity for max()") 187 coccilib.report.print_report(p0, "WARNING opportunity for max()") 194 coccilib.org.print_todo(p0, "WARNING opportunity for max()") 201 coccilib.report.print_report(p0, "WARNING opportunity for min()") 208 coccilib.org.print_todo(p0, "WARNING opportunity for min()") 215 coccilib.report.print_report(p0, "WARNING opportunity for min()") 222 coccilib.org.print_todo(p0, "WARNING opportunity for min()")
|
| /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-6.6/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 119 CPU stall warning. Note that SRCU does *not* have CPU stall warnings. 151 issues an RCU CPU stall warning. This time period is normally 159 *next* stall, or the following warning for the current stall 161 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-6.6/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-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-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-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-6.6/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-5.10/tools/perf/ |
| D | Makefile.config | 414 …msg := $(warning No libelf found. Disables 'probe' tool, jvmti and BPF support in 'perf record'. P… 446 …msg := $(warning No libdw DWARF unwind found, Please install elfutils-devel/libdw-dev >= 0.158 and… 451 …msg := $(warning No libdw.h found or old libdw.h found or elfutils is older than 0.138, disables d… 456 …msg := $(warning Old libdw.h, finding variables at given 'perf probe' point will not work, install… 518 msg := $(warning gelf_getnote() not found on libelf, SDT support disabled); 535 …msg := $(warning DWARF register mappings have not been defined for architecture $(SRCARCH), DWARF … 567 …msg := $(warning BPF prologue is not supported by architecture $(SRCARCH), missing regs_query_regi… 570 msg := $(warning DWARF support is off, BPF prologue is disabled); 578 …msg := $(warning No sys/sdt.h found, no SDT events are defined, please install systemtap-sdt-devel… 620 msg := $(warning No debug_frame support found in libunwind-aarch64); [all …]
|
| /kernel/linux/linux-6.6/tools/objtool/Documentation/ |
| D | objtool.txt | 247 NOTE: When requesting help with an objtool warning, please recreate with 249 output, including any disassembly or backtrace below the warning, to the 266 1. file.o: warning: objtool: func()+0x128: call without frame pointer save/setup 288 2. file.o: warning: objtool: .text+0x53: unreachable instruction 306 3. file.o: warning: objtool: foo+0x48c: bar() is missing a __noreturn annotation 312 4. file.o: warning: objtool: func(): can't find starting instruction 314 file.o: warning: objtool: func()+0x11dd: can't decode instruction 321 5. file.o: warning: objtool: func()+0x6: unsupported instruction in callable function 330 6. file.o: warning: objtool: func()+0x26: sibling call from callable instruction with modified stac… 344 7. file: warning: objtool: func()+0x5c: stack state mismatch [all …]
|
| /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)
|