Home
last modified time | relevance | path

Searched refs:warning (Results 1 – 25 of 289) sorted by relevance

12345678910>>...12

/linux/scripts/kconfig/tests/preprocess/escape/
H A DKconfig4 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 DKconfig4 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 DKconfig6 # '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 DMakefile15 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 Dxip.h68 #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 Dkdoc_files.py98 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 Dcontributing.rst47 ./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 DMakefile.config494 …$(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 DMakefile24 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 Dst,sta350.txt39 - 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 Dst,sta32x.txt43 - 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 Dcyclades.h6 #warning "Support for features provided by this header has been removed"
7 #warning "Please consider updating your code"
/linux/lib/
H A Dbug.c202 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 Dhow-to.rst97 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 DMakefile32 $(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 Dutil.c29 .warning = perf_stdio__warning,
55 ret = perf_eops->warning(format, args); in ui__warning()
/linux/tools/perf/ui/gtk/
H A Dutil.c109 .warning = perf_gtk__warning_info_bar,
111 .warning = perf_gtk__warning_statusbar,
/linux/Documentation/hwmon/
H A Dibm-cffps.rst33 fan1_alarm Fan 1 warning.
36 fan2_alarm Fan 2 warning.
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-platform-devices-ampere-smpro218 (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 Dreporting-issues.rst119 * 如果失敗涉及“panic”、“Oops”、“warning”或“BUG”,請考慮解碼內核日誌以查找觸
677 如後文所述。還要注意,預編譯的內核可能缺少在出現panic、Oops、warning或BUG時
696 注意:如果您正在處理來自內核的pannc、Oops、warning或BUG,請在配置內核時嘗試
747 *如果失敗涉及“panic”、“Oops”、“warning”或“BUG”,請考慮解碼內核日誌以查找
754warning”或“BUG”,從而增加了有人提供修復的幾率。
898 * 如果你處理的是內核的“warning”、“OOPS”或“panic”,請包含它。如果你不能複製
/linux/Documentation/translations/zh_CN/admin-guide/
H A Dreporting-issues.rst118 * 如果失败涉及“panic”、“Oops”、“warning”或“BUG”,请考虑解码内核日志以查找触
676 如后文所述。还要注意,预编译的内核可能缺少在出现panic、Oops、warning或BUG时
695 注意:如果您正在处理来自内核的pannc、Oops、warning或BUG,请在配置内核时尝试
746 *如果失败涉及“panic”、“Oops”、“warning”或“BUG”,请考虑解码内核日志以查找
753warning”或“BUG”,从而增加了有人提供修复的几率。
897 * 如果你处理的是内核的“warning”、“OOPS”或“panic”,请包含它。如果你不能复制
/linux/Documentation/translations/zh_CN/kernel-hacking/
H A Dhacking.rst58 .. warning::
73 .. warning::
96 .. warning::
103 .. warning::
244 .. warning::
/linux/fs/xfs/scrub/
H A Dstats.c30 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 Dsystem_symbols.py193 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 Ddisclaimer-zh_TW.rst3 .. warning::

12345678910>>...12