| /linux/scripts/kconfig/tests/preprocess/escape/ |
| H A 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 …]
|
| /linux/scripts/kconfig/tests/preprocess/variable/ |
| H A 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))
|
| /linux/scripts/kconfig/tests/preprocess/builtin_func/ |
| H 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)) 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))
|
| /linux/lib/tests/ |
| H A D | Makefile | 15 CFLAGS_fortify_kunit.o += $(call cc-disable-warning, unsequenced) 16 CFLAGS_fortify_kunit.o += $(call cc-disable-warning, stringop-overread) 17 CFLAGS_fortify_kunit.o += $(call cc-disable-warning, stringop-truncation) 32 CFLAGS_longest_symbol_kunit.o += $(call cc-disable-warning, missing-prototypes) 36 CFLAGS_overflow_kunit.o = $(call cc-disable-warning, tautological-constant-out-of-range-compare) 45 CFLAGS_stackinit_kunit.o += $(call cc-disable-warning, switch-unreachable)
|
| /linux/include/linux/mtd/ |
| H 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/tools/lib/python/kdoc/ |
| H A D | kdoc_files.py | 98 def warning(self, msg): member in KernelFiles 101 self.config.log.warning(msg) 199 self.config.warning = self.warning 275 self.config.log.warning("No kernel-doc for file %s", fname) 288 self.config.log.warning("%s:%d Can't handle %s",
|
| /linux/Documentation/translations/zh_CN/doc-guide/ |
| H 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/tools/perf/ |
| H A D | Makefile.config | 494 …$(warning No libdw.h found or old libdw.h found or elfutils is older than 0.157, disables dwarf su… 571 $(warning gelf_getnote() not found on libelf, SDT support disabled) 590 …$(warning No elfutils/debuginfod.h found, no debuginfo server support, please install libdebuginfo… 617 $(warning Warning: Statically building libbpf not possible as zlib is missing) 633 …$(warning No sys/sdt.h found, no SDT events are defined, please install systemtap-sdt-devel or sys… 677 $(warning No debug_frame support found in libunwind-aarch64) 683 …$(warning No libunwind found. Please install libunwind-dev[el] >= 1.1 and/or set LIBUNWIND_DIR and… 699 …$(warning BPF API too old. Please install recent kernel headers. BPF support in 'perf record' is d… 712 $(warning Warning: Disabled BPF skeletons as libelf is required by bpftool) 715 $(warning Warning: Disabled BPF skeletons as zlib is required by bpftool) [all …]
|
| /linux/arch/loongarch/kernel/ |
| H A D | Makefile | 24 CFLAGS_module.o += $(call cc-disable-warning, override-init) 25 CFLAGS_syscall.o += $(call cc-disable-warning, override-init) 26 CFLAGS_traps.o += $(call cc-disable-warning, override-init) 27 CFLAGS_perf_event.o += $(call cc-disable-warning, override-init)
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H 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.
|
| H 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/include/uapi/linux/ |
| H A D | cyclades.h | 6 #warning "Support for features provided by this header has been removed" 7 #warning "Please consider updating your code"
|
| /linux/lib/ |
| H A D | bug.c | 202 bool warning, once, done, no_cut, has_args; in __report_bug() local 220 warning = bug->flags & BUGFLAG_WARNING; in __report_bug() 226 if (warning && once) { in __report_bug() 247 if (warning) { in __report_bug()
|
| /linux/Documentation/translations/zh_CN/ |
| H A D | how-to.rst | 97 warning when the same name is used for more than one type (functions, 231 解决与您翻译的文档相关的 warning 和 error,然后执行:: 291 参考脚本输出,解决掉所有的 error 和 warning,通常情况下,只有下面这个 292 warning 不需要解决:: 312 最后,如果检测时没有 warning 和 error 需要被处理或者您只有一个补丁,请跳
|
| /linux/tools/testing/selftests/arm64/mte/ |
| H A D | Makefile | 32 $(warning compiler "$(CC)" does not support the ARMv8.5 MTE extension.) 33 $(warning test program "mte" will not be created.)
|
| /linux/tools/perf/ui/ |
| H A D | util.c | 29 .warning = perf_stdio__warning, 55 ret = perf_eops->warning(format, args); in ui__warning()
|
| /linux/tools/perf/ui/gtk/ |
| H A D | util.c | 109 .warning = perf_gtk__warning_info_bar, 111 .warning = perf_gtk__warning_statusbar,
|
| /linux/Documentation/hwmon/ |
| H A D | ibm-cffps.rst | 33 fan1_alarm Fan 1 warning. 36 fan2_alarm Fan 2 warning.
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-platform-devices-ampere-smpro | 218 (RO) Contains the internal firmware error/warning printed as hex format. 227 …| SMpro warning | /sys/bus/platform/devices/smpro-errmon.*/warn_smpro | system has SMpro warning | 231 …| PMpro warning | /sys/bus/platform/devices/smpro-errmon.*/warn_pmpro | system has PMpro warning | 241 (RO) Contains the detail information in case of VRD/DIMM warning/hot events
|
| /linux/Documentation/translations/zh_TW/admin-guide/ |
| H A D | reporting-issues.rst | 119 * 如果失敗涉及“panic”、“Oops”、“warning”或“BUG”,請考慮解碼內核日誌以查找觸 677 如後文所述。還要注意,預編譯的內核可能缺少在出現panic、Oops、warning或BUG時 696 注意:如果您正在處理來自內核的pannc、Oops、warning或BUG,請在配置內核時嘗試 747 *如果失敗涉及“panic”、“Oops”、“warning”或“BUG”,請考慮解碼內核日誌以查找 754 “warning”或“BUG”,從而增加了有人提供修復的幾率。 898 * 如果你處理的是內核的“warning”、“OOPS”或“panic”,請包含它。如果你不能複製
|
| /linux/Documentation/translations/zh_CN/admin-guide/ |
| H A D | reporting-issues.rst | 118 * 如果失败涉及“panic”、“Oops”、“warning”或“BUG”,请考虑解码内核日志以查找触 676 如后文所述。还要注意,预编译的内核可能缺少在出现panic、Oops、warning或BUG时 695 注意:如果您正在处理来自内核的pannc、Oops、warning或BUG,请在配置内核时尝试 746 *如果失败涉及“panic”、“Oops”、“warning”或“BUG”,请考虑解码内核日志以查找 753 “warning”或“BUG”,从而增加了有人提供修复的几率。 897 * 如果你处理的是内核的“warning”、“OOPS”或“panic”,请包含它。如果你不能复制
|
| /linux/Documentation/translations/zh_CN/kernel-hacking/ |
| H A D | hacking.rst | 58 .. warning:: 73 .. warning:: 96 .. warning:: 103 .. warning:: 244 .. warning::
|
| /linux/fs/xfs/scrub/ |
| H A D | stats.c | 30 uint32_t warning; member 115 (unsigned int)css->warning, in xchk_stats_format() 216 css->warning++; in xchk_stats_merge_one()
|
| /linux/tools/lib/python/abi/ |
| H A D | system_symbols.py | 193 self.abi.log.warning(f"missing rules for {fname}") 335 self.abi.log.warning("No ABI symbols found") 362 self.abi.log.warning(f"Future: {e}")
|
| /linux/Documentation/translations/zh_TW/ |
| H A D | disclaimer-zh_TW.rst | 3 .. warning::
|