/Linux-v6.6/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-v6.6/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-v6.6/scripts/ |
D | Makefile.extrawarn | 18 KBUILD_CFLAGS += $(call cc-disable-warning,frame-address,) 19 KBUILD_CFLAGS += $(call cc-disable-warning, address-of-packed-member) 40 KBUILD_CFLAGS += $(call cc-disable-warning, unused-but-set-variable) 41 KBUILD_CFLAGS += $(call cc-disable-warning, unused-const-variable) 44 KBUILD_CFLAGS += $(call cc-disable-warning, dangling-pointer) 119 KBUILD_CFLAGS += $(call cc-disable-warning, unused-but-set-variable) 120 KBUILD_CFLAGS += $(call cc-disable-warning, unused-const-variable) 121 KBUILD_CFLAGS += $(call cc-disable-warning, restrict) 122 KBUILD_CFLAGS += $(call cc-disable-warning, packed-not-aligned) 123 KBUILD_CFLAGS += $(call cc-disable-warning, format-overflow) [all …]
|
D | rust_is_available.sh | 43 warning=0 126 warning=1 174 warning=1 245 warning=1
|
/Linux-v6.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)) 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-v6.6/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-v6.6/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-v6.6/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-v6.6/include/uapi/linux/ |
D | cyclades.h | 6 #warning "Support for features provided by this header has been removed" 7 #warning "Please consider updating your code"
|
/Linux-v6.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 …]
|
/Linux-v6.6/tools/perf/ |
D | Makefile.config | 471 …msg := $(warning No libdw DWARF unwind found, Please install elfutils-devel/libdw-dev >= 0.158 and… 476 …msg := $(warning No libdw.h found or old libdw.h found or elfutils is older than 0.138, disables d… 481 …msg := $(warning Old libdw.h, finding variables at given 'perf probe' point will not work, install… 545 msg := $(warning gelf_getnote() not found on libelf, SDT support disabled); 562 …msg := $(warning DWARF register mappings have not been defined for architecture $(SRCARCH), DWARF … 597 …msg := $(warning No sys/sdt.h found, no SDT events are defined, please install systemtap-sdt-devel… 639 msg := $(warning No debug_frame support found in libunwind-aarch64); 645 …msg := $(warning No libunwind found. Please install libunwind-dev[el] >= 1.1 and/or set LIBUNWIND_… 661 …msg := $(warning BPF API too old. Please install recent kernel headers. BPF support in 'perf recor… 688 msg := $(warning Disabling post unwind, no support found.); [all …]
|
/Linux-v6.6/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-v6.6/tools/testing/selftests/arm64/mte/ |
D | Makefile | 32 $(warning compiler "$(CC)" does not support the ARMv8.5 MTE extension.) 33 $(warning test program "mte" will not be created.)
|
/Linux-v6.6/tools/perf/ui/ |
D | util.c | 29 .warning = perf_stdio__warning, 55 ret = perf_eops->warning(format, args); in ui__warning()
|
/Linux-v6.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 …]
|
/Linux-v6.6/tools/perf/tests/ |
D | attr.py | 127 log.warning("expected %s=%s, got %s" % (t, self[t], other[t])) 158 log.warning("running '%s'" % path) 175 log.warning("test limitation '%s'" % self.arch) 236 log.warning("excluded architecture list %s" % arch_list) 392 log.warning("unsupp %s" % obj.getMsg()) 394 log.warning("skipped %s" % obj.getMsg())
|
/Linux-v6.6/tools/perf/ui/gtk/ |
D | util.c | 109 .warning = perf_gtk__warning_info_bar, 111 .warning = perf_gtk__warning_statusbar,
|
/Linux-v6.6/drivers/of/unittest-data/ |
D | tests-interrupts.dtsi | 43 * warning from dtc starting with 45 * The warning is suppressed by adding
|
/Linux-v6.6/Documentation/hwmon/ |
D | ibm-cffps.rst | 33 fan1_alarm Fan 1 warning. 36 fan2_alarm Fan 2 warning.
|
D | max16065.rst | 103 in[0-11]_min Low warning limit. 107 in[0-11]_max High warning limit. 111 Either low or high warning limits are supported
|
/Linux-v6.6/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-v6.6/Documentation/translations/ja_JP/ |
D | SubmitChecklist | 35 warningやerrorを出していないことも確認してください。 100 "warning: comparison between signed and unsigned" のようなメッセージは、
|
/Linux-v6.6/arch/s390/kernel/ |
D | nmi.c | 39 unsigned int warning : 1; member 184 if (mcck.warning) { /* WARNING pending ? */ in s390_handle_mcck() 482 mcck->warning = 1; in s390_do_machine_check()
|
/Linux-v6.6/fs/xfs/scrub/ |
D | stats.c | 30 uint32_t warning; member 108 (unsigned int)css->warning, in xchk_stats_format() 209 css->warning++; in xchk_stats_merge_one()
|