Home
last modified time | relevance | path

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

12345678910>>...14

/linux-6.3-rc2/scripts/kconfig/tests/preprocess/escape/
A DKconfig4 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-6.3-rc2/scripts/kconfig/tests/preprocess/variable/
A DKconfig4 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-6.3-rc2/scripts/kconfig/tests/preprocess/builtin_func/
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))
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-6.3-rc2/include/linux/mtd/
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-6.3-rc2/Documentation/translations/zh_CN/doc-guide/
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-6.3-rc2/scripts/
A DMakefile.extrawarn9 KBUILD_CFLAGS += $(call cc-disable-warning, packed-not-aligned)
65 KBUILD_CFLAGS += $(call cc-disable-warning, pointer-to-enum-cast)
67 KBUILD_CFLAGS += $(call cc-disable-warning, unaligned-access)
68 KBUILD_CFLAGS += $(call cc-disable-warning, cast-function-type-strict)
/linux-6.3-rc2/tools/perf/
A DMakefile.config534 msg := $(warning gelf_getnote() not found on libelf, SDT support disabled);
627 msg := $(warning DWARF support is off, BPF prologue is disabled);
677 msg := $(warning No debug_frame support found in libunwind-aarch64);
683 …msg := $(warning No libunwind found. Please install libunwind-dev[el] >= 1.1 and/or set LIBUNWIND_…
699 …msg := $(warning BPF API too old. Please install recent kernel headers. BPF support in 'perf recor…
722 msg := $(warning Disabling post unwind, no support found.);
748 msg := $(warning No debug_frame support found in libunwind);
777 …msg := $(warning No libaudit.h found, disables 'trace' tool, please install audit-libs-devel or li…
824 …msg := $(warning GTK2 not found, disables GTK2 support. Please install gtk2-devel or libgtk2.0-dev…
868 msg := $(warning No timerfd support. Disables 'perf kvm stat live');
[all …]
/linux-6.3-rc2/lib/
A Dbug.c161 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-6.3-rc2/include/uapi/linux/
A Dcyclades.h6 #warning "Support for features provided by this header has been removed"
7 #warning "Please consider updating your code"
/linux-6.3-rc2/Documentation/RCU/
A Dstallwarn.rst16 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
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.
192 giving an RCU CPU stall warning message. (This is a cpp
212 stall-warning interval in seconds. An RCU-tasks stall warning
[all …]
/linux-6.3-rc2/Documentation/devicetree/bindings/sound/
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.
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-6.3-rc2/tools/testing/selftests/arm64/mte/
A DMakefile32 $(warning compiler "$(CC)" does not support the ARMv8.5 MTE extension.)
33 $(warning test program "mte" will not be created.)
/linux-6.3-rc2/tools/perf/ui/
A Dutil.c29 .warning = perf_stdio__warning,
55 ret = perf_eops->warning(format, args); in ui__warning()
/linux-6.3-rc2/tools/perf/tests/
A Dattr.py127 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-6.3-rc2/Documentation/devicetree/bindings/power/supply/
A Ddlg,da9150-fuel-gauge.yaml27 description: Battery discharge level (%) where warning event raised.
35 This value should be lower than the warning level.
/linux-6.3-rc2/tools/perf/ui/gtk/
A Dutil.c109 .warning = perf_gtk__warning_info_bar,
111 .warning = perf_gtk__warning_statusbar,
/linux-6.3-rc2/tools/objtool/Documentation/
A Dobjtool.txt283 2. file.o: warning: objtool: .text+0x53: unreachable instruction
302 4. file.o: warning: objtool: func(): can't find starting instruction
304 file.o: warning: objtool: func()+0x11dd: can't decode instruction
334 7. file: warning: objtool: func()+0x5c: stack state mismatch
351 8. file.o: warning: objtool: funcA() falls through to next function funcB()
370 9. file.o: warning: objtool: funcA() call to funcB() with UACCESS enabled
396 10. file.o: warning: func()+0x5c: stack layout conflict in alternatives
406 11. file.o: warning: unannotated intra-function call
408 This warning means that a direct call is done to a destination which
410 can remove this warning by putting the ANNOTATE_INTRA_FUNCTION_CALL
[all …]
/linux-6.3-rc2/Documentation/devicetree/bindings/regulator/
A Dmaxim,max8973.yaml23 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-6.3-rc2/drivers/of/unittest-data/
A Dtests-interrupts.dtsi42 * warning from dtc starting with
44 * The warning is suppressed by adding
/linux-6.3-rc2/Documentation/hwmon/
A Dibm-cffps.rst33 fan1_alarm Fan 1 warning.
36 fan2_alarm Fan 2 warning.
/linux-6.3-rc2/Documentation/ABI/testing/
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-6.3-rc2/Documentation/translations/zh_TW/admin-guide/
A Dreporting-issues.rst123 * 如果失敗涉及「panic」、「Oops」、「warning」或「BUG」,請考慮解碼內核日誌以查找觸
682 如後文所述。還要注意,預編譯的內核可能缺少在出現panic、Oops、warning或BUG時
701 注意:如果您正在處理來自內核的pannc、Oops、warning或BUG,請在配置內核時嘗試
752 *如果失敗涉及「panic」、「Oops」、「warning」或「BUG」,請考慮解碼內核日誌以查找
759warning」或「BUG」,從而增加了有人提供修復的機率。
903 * 如果你處理的是內核的「warning」、「OOPS」或「panic」,請包含它。如果你不能複製
/linux-6.3-rc2/Documentation/translations/ja_JP/
A DSubmitChecklist35 warningやerrorを出していないことも確認してください。
100 "warning: comparison between signed and unsigned" のようなメッセージは、
/linux-6.3-rc2/Documentation/translations/zh_CN/
A Ddisclaimer-zh_CN.rst3 .. warning::

Completed in 66 milliseconds

12345678910>>...14