| /linux/scripts/kconfig/tests/preprocess/escape/ |
| A 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/scripts/kconfig/tests/preprocess/variable/ |
| A 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/scripts/kconfig/tests/preprocess/builtin_func/ |
| A 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/include/acpi/platform/ |
| A 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/tools/perf/ |
| A D | Makefile.config | 507 msg := $(warning gelf_getnote() not found on libelf, SDT support disabled); 559 msg := $(warning DWARF support is off, BPF prologue is disabled); 609 msg := $(warning No debug_frame support found in libunwind-aarch64); 651 msg := $(warning Disabling post unwind, no support found.); 677 msg := $(warning No debug_frame support found in libunwind); 751 …msg := $(warning GTK2 not found, disables GTK2 support. Please install gtk2-devel or libgtk2.0-dev… 792 msg := $(warning No timerfd support. Disables 'perf kvm stat live'); 798 $(warning $1) 1054 msg := $(warning No g++ found, disable clang and llvm support. Please install g++) 1073 msg := $(warning This version of LLVM is not tested. May cause build errors) [all …]
|
| /linux/include/linux/mtd/ |
| A 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/Documentation/translations/zh_CN/doc-guide/ |
| A 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/Documentation/RCU/ |
| A 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 150 issues an RCU CPU stall warning. This time period is normally 158 *next* stall, or the following warning for the current stall 160 timing of the next warning for the current stall. 171 giving an RCU CPU stall warning message. (This is a cpp 190 warnings. A positive value sets the stall-warning interval [all …]
|
| /linux/lib/ |
| A 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/tools/perf/tests/ |
| A 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/Documentation/devicetree/bindings/sound/ |
| A 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.
|
| A 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/tools/objtool/Documentation/ |
| A D | stack-validation.txt | 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 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 318 10. file.o: warning: func()+0x5c: stack layout conflict in alternatives 328 11. file.o: warning: unannotated intra-function call 330 This warning means that a direct call is done to a destination which [all …]
|
| /linux/tools/testing/selftests/arm64/mte/ |
| A D | Makefile | 27 $(warning compiler "$(CC)" does not support the ARMv8.5 MTE extension.) 28 $(warning test program "mte" will not be created.)
|
| /linux/tools/perf/ui/ |
| A D | util.c | 26 .warning = perf_stdio__warning, 50 ret = perf_eops->warning(format, args); in ui__warning()
|
| /linux/Documentation/devicetree/bindings/power/supply/ |
| A D | dlg,da9150-fuel-gauge.yaml | 27 description: Battery discharge level (%) where warning event raised. 35 This value should be lower than the warning level.
|
| /linux/tools/lib/traceevent/ |
| A 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/tools/perf/ui/gtk/ |
| A D | util.c | 109 .warning = perf_gtk__warning_info_bar, 111 .warning = perf_gtk__warning_statusbar,
|
| /linux/Documentation/devicetree/bindings/regulator/ |
| A D | maxim,max8973.yaml | 23 Junction warning temperature threshold in millicelsius. If die 24 temperature crosses this level then device generates the warning 27 supported threshold warning temperature for MAX77621 are 120 degC and 140
|
| /linux/Documentation/translations/zh_TW/admin-guide/ |
| A 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/Documentation/translations/zh_CN/admin-guide/ |
| A 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/scripts/ |
| A 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/drivers/of/unittest-data/ |
| A D | tests-interrupts.dtsi | 42 * warning from dtc starting with 44 * The warning is suppressed by adding
|
| /linux/Documentation/hwmon/ |
| A D | ibm-cffps.rst | 33 fan1_alarm Fan 1 warning. 36 fan2_alarm Fan 2 warning.
|
| /linux/arch/s390/kernel/ |
| A 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()
|