| /Linux-v5.15/scripts/kconfig/tests/preprocess/escape/ |
| D | Kconfig | 4 warning = $(warning-if,y,$(1)) 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 …]
|
| /Linux-v5.15/scripts/kconfig/tests/preprocess/variable/ |
| D | Kconfig | 4 warning = $(warning-if,y,$(1)) 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))
|
| /Linux-v5.15/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)) 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))
|
| /Linux-v5.15/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)
|
| /Linux-v5.15/include/linux/mtd/ |
| D | xip.h | 68 #warning "missing IRQ and timer primitives for XIP MTD support" 69 #warning "some of the XIP MTD support code will be disabled" 70 #warning "your system will therefore be unresponsive when writing or erasing flash"
|
| /Linux-v5.15/tools/perf/ |
| D | Makefile.config | 403 …msg := $(warning No libelf found. Disables 'probe' tool, jvmti and BPF support in 'perf record'. P… 435 …msg := $(warning No libdw DWARF unwind found, Please install elfutils-devel/libdw-dev >= 0.158 and… 440 …msg := $(warning No libdw.h found or old libdw.h found or elfutils is older than 0.138, disables d… 445 …msg := $(warning Old libdw.h, finding variables at given 'perf probe' point will not work, install… 509 msg := $(warning gelf_getnote() not found on libelf, SDT support disabled); 526 …msg := $(warning DWARF register mappings have not been defined for architecture $(SRCARCH), DWARF … 558 …msg := $(warning BPF prologue is not supported by architecture $(SRCARCH), missing regs_query_regi… 561 msg := $(warning DWARF support is off, BPF prologue is disabled); 569 …msg := $(warning No sys/sdt.h found, no SDT events are defined, please install systemtap-sdt-devel… 611 msg := $(warning No debug_frame support found in libunwind-aarch64); [all …]
|
| /Linux-v5.15/Documentation/translations/zh_CN/doc-guide/ |
| D | contributing.rst | 47 ./drivers/devfreq/devfreq.c:1818: warning: bad line: 49 ./drivers/devfreq/devfreq.c:1854: warning: bad line: 75 ./drivers/devfreq/devfreq.c:1818: warning: bad line: 77 ./drivers/devfreq/devfreq.c:1854: warning: bad line: 177 .. warning ::
|
| /Linux-v5.15/drivers/gpu/drm/i915/ |
| D | Makefile | 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, initializer-overrides) 23 subdir-ccflags-y += $(call cc-disable-warning, frame-address) 27 CFLAGS_i915_pci.o = $(call cc-disable-warning, override-init) 28 CFLAGS_display/intel_fbdev.o = $(call cc-disable-warning, override-init)
|
| /Linux-v5.15/lib/ |
| D | bug.c | 161 unsigned line, warning, once, done; in report_bug() local 174 warning = (bug->flags & BUGFLAG_WARNING) != 0; in report_bug() 178 if (warning && once) { in report_bug() 197 if (warning) { in report_bug()
|
| /Linux-v5.15/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 107 The RCU, RCU-sched, and RCU-tasks implementations have CPU stall warning. 140 issues an RCU CPU stall warning. This time period is normally 148 *next* stall, or the following warning for the current stall 150 timing of the next warning for the current stall. [all …]
|
| /Linux-v5.15/tools/perf/tests/ |
| D | attr.py | 124 log.warning("expected %s=%s, got %s" % (t, self[t], other[t])) 145 log.warning("running '%s'" % path) 160 log.warning("test limitation '%s'" % self.arch) 187 log.warning("excluded architecture list %s" % arch_list) 331 log.warning("unsupp %s" % obj.getMsg()) 333 log.warning("skipped %s" % obj.getMsg())
|
| /Linux-v5.15/Documentation/devicetree/bindings/sound/ |
| D | st,sta350.txt | 39 - st,thermal-warning-recover: 40 If present, thermal warning recovery is enabled. 42 - st,thermal-warning-adjustment: 43 If present, thermal warning adjustment is enabled. 63 - st,overcurrent-warning-adjustment: 64 If present, overcurrent warning adjustment is enabled.
|
| D | st,sta32x.txt | 43 - st,thermal-warning-recover: 44 If present, thermal warning recovery is enabled. 49 - st,thermal-warning-adjustment: 50 If present, thermal warning adjustment is enabled.
|
| /Linux-v5.15/tools/testing/selftests/arm64/mte/ |
| D | Makefile | 27 $(warning compiler "$(CC)" does not support the ARMv8.5 MTE extension.) 28 $(warning test program "mte" will not be created.)
|
| /Linux-v5.15/tools/perf/ui/ |
| D | util.c | 26 .warning = perf_stdio__warning, 50 ret = perf_eops->warning(format, args); in ui__warning()
|
| /Linux-v5.15/Documentation/devicetree/bindings/regulator/ |
| D | max8973-regulator.txt | 35 -junction-warn-millicelsius: u32, junction warning temperature threshold 37 device generates the warning interrupts. 40 supported threshold warning temperature for MAX77621 are 120 degC and 140 degC.
|
| /Linux-v5.15/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 …]
|
| /Linux-v5.15/tools/perf/ui/gtk/ |
| D | util.c | 109 .warning = perf_gtk__warning_info_bar, 111 .warning = perf_gtk__warning_statusbar,
|
| /Linux-v5.15/scripts/ |
| D | Makefile.extrawarn | 9 KBUILD_CFLAGS += $(call cc-disable-warning, packed-not-aligned) 52 KBUILD_CFLAGS += $(call cc-disable-warning, pointer-to-enum-cast)
|
| /Linux-v5.15/Documentation/hwmon/ |
| D | ibm-cffps.rst | 33 fan1_alarm Fan 1 warning. 36 fan2_alarm Fan 2 warning.
|
| /Linux-v5.15/tools/lib/traceevent/ |
| D | event-plugin.c | 457 warning("could not allocate plugin memory\n"); in load_plugin() 463 warning("could not load plugin '%s'\n%s\n", in load_plugin() 484 warning("could not find func '%s' in plugin '%s'\n%s\n", in load_plugin() 491 warning("could not allocate plugin memory\n"); in load_plugin() 619 warning("could not allocate plugin memory\n"); in tep_load_plugins_hook()
|
| /Linux-v5.15/Documentation/translations/zh_CN/admin-guide/ |
| D | reporting-issues.rst | 122 * 如果失败涉及“panic”、“Oops”、“warning”或“BUG”,请考虑解码内核日志以查找触 681 如后文所述。还要注意,预编译的内核可能缺少在出现panic、Oops、warning或BUG时 700 注意:如果您正在处理来自内核的pannc、Oops、warning或BUG,请在配置内核时尝试 751 *如果失败涉及“panic”、“Oops”、“warning”或“BUG”,请考虑解码内核日志以查找 758 “warning”或“BUG”,从而增加了有人提供修复的几率。 902 * 如果你处理的是内核的“warning”、“OOPS”或“panic”,请包含它。如果你不能复制
|
| /Linux-v5.15/Documentation/translations/zh_TW/admin-guide/ |
| D | reporting-issues.rst | 123 * 如果失敗涉及「panic」、「Oops」、「warning」或「BUG」,請考慮解碼內核日誌以查找觸 682 如後文所述。還要注意,預編譯的內核可能缺少在出現panic、Oops、warning或BUG時 701 注意:如果您正在處理來自內核的pannc、Oops、warning或BUG,請在配置內核時嘗試 752 *如果失敗涉及「panic」、「Oops」、「warning」或「BUG」,請考慮解碼內核日誌以查找 759 「warning」或「BUG」,從而增加了有人提供修復的機率。 903 * 如果你處理的是內核的「warning」、「OOPS」或「panic」,請包含它。如果你不能複製
|
| /Linux-v5.15/arch/s390/kernel/ |
| D | nmi.c | 38 unsigned int warning : 1; member 162 if (mcck.warning) { /* WARNING pending ? */ in __s390_handle_mcck() 478 mcck->warning = 1; in s390_do_machine_check()
|
| /Linux-v5.15/Documentation/translations/ja_JP/ |
| D | SubmitChecklist | 35 warningやerrorを出していないことも確認してください。 100 "warning: comparison between signed and unsigned" のようなメッセージは、
|