Home
last modified time | relevance | path

Searched full:warning (Results 1 – 25 of 2146) sorted by relevance

12345678910>>...86

/Linux-v5.10/scripts/kconfig/tests/preprocess/escape/
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-v5.10/scripts/kconfig/tests/preprocess/variable/
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-v5.10/scripts/kconfig/tests/preprocess/builtin_func/
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-v5.10/drivers/staging/media/atomisp/pci/
Dia_css_err.h24 /* FW warnings. This enum contains a value for each warning that
30 This warning can be avoided by de-queuing ISYS buffers more timely. */
32 This warning can be avoided by de-queuing PSYS buffers more timely. */
34 This warning can be avoided by unlocking locked frame-buffers more timely. */
36 This warning can be avoided by unlocking locked frame-buffers more timely. */
38 This warning can be avoided by unlocking locked frame-buffers more timely. */
40 This warning can be avoided by providing a param set for each frame. */
/Linux-v5.10/Documentation/RCU/
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
81 running the same workload with the same stall-warning timeout on a
105 The RCU, RCU-sched, and RCU-tasks implementations have CPU stall warning.
138 issues an RCU CPU stall warning. This time period is normally
146 -next- stall, or the following warning for the current stall
148 timing of the next warning for the current stall.
[all …]
/Linux-v5.10/scripts/coccinelle/misc/
Darray_size_dup.cocci43 msg = "WARNING: array_size is used later (line %s) to compute the same size" % (p2[0].line)
51 msg = "WARNING: array_size is used later (line %s) to compute the same size" % (p2[0].line)
72 msg = "WARNING: array_size is already used (line %s) to compute the same size" % (p1[0].line)
80 msg = "WARNING: array_size is already used (line %s) to compute the same size" % (p1[0].line)
108 msg = "WARNING: array3_size is used later (line %s) to compute the same size" % (p2[0].line)
116 msg = "WARNING: array3_size is used later (line %s) to compute the same size" % (p2[0].line)
138 msg = "WARNING: array3_size is already used (line %s) to compute the same size" % (p1[0].line)
146 msg = "WARNING: array3_size is already used (line %s) to compute the same size" % (p1[0].line)
172 msg = "WARNING: struct_size is used later (line %s) to compute the same size" % (p2[0].line)
180 msg = "WARNING: struct_size is used later (line %s) to compute the same size" % (p2[0].line)
[all …]
Dboolinit.cocci153 cocci.print_main("WARNING: Comparison to bool",p)
159 cocci.print_main("WARNING: Comparison of 0/1 to bool variable",p)
165 cocci.print_main("WARNING: Assignment of 0/1 to bool variable",p1)
177 coccilib.report.print_report(p[0],"WARNING: Comparison to bool")
183 coccilib.report.print_report(p[0],"WARNING: Comparison of 0/1 to bool variable")
189 coccilib.report.print_report(p1[0],"WARNING: Assignment of 0/1 to bool variable")
/Linux-v5.10/drivers/gpu/drm/i915/
DMakefile6 # Add a set of useful warning flags and enable -Werror for CI to prevent
8 # any patch that isn't warning clean, so turning on -Wall -Wextra (or W=1) we
16 subdir-ccflags-y += $(call cc-disable-warning, unused-parameter)
17 subdir-ccflags-y += $(call cc-disable-warning, type-limits)
18 subdir-ccflags-y += $(call cc-disable-warning, missing-field-initializers)
19 subdir-ccflags-y += $(call cc-disable-warning, unused-but-set-variable)
21 subdir-ccflags-y += $(call cc-disable-warning, sign-compare)
22 subdir-ccflags-y += $(call cc-disable-warning, sometimes-uninitialized)
23 subdir-ccflags-y += $(call cc-disable-warning, initializer-overrides)
24 subdir-ccflags-y += $(call cc-disable-warning, uninitialized)
[all …]
/Linux-v5.10/arch/mips/include/asm/sn/sn0/
Dhubio.h418 * WARNING * WARNING * WARNING * WARNING * WARNING * WARNING * WARNING
419 * WARNING * WARNING * WARNING * WARNING * WARNING * WARNING * WARNING
420 * WARNING * WARNING * WARNING * WARNING * WARNING * WARNING * WARNING
421 * WARNING * WARNING * WARNING * WARNING * WARNING * WARNING * WARNING
422 * WARNING * WARNING * WARNING * WARNING * WARNING * WARNING * WARNING
/Linux-v5.10/scripts/coccinelle/api/
Dptr_ret.cocci66 coccilib.org.print_todo(p[0], "WARNING: PTR_ERR_OR_ZERO can be used")
73 coccilib.org.print_todo(p[0], "WARNING: PTR_ERR_OR_ZERO can be used")
79 coccilib.org.print_todo(p[0], "WARNING: PTR_ERR_OR_ZERO can be used")
85 coccilib.report.print_report(p[0], "WARNING: PTR_ERR_OR_ZERO can be used")
91 coccilib.report.print_report(p[0], "WARNING: PTR_ERR_OR_ZERO can be used")
97 coccilib.report.print_report(p[0], "WARNING: PTR_ERR_OR_ZERO can be used")
Dkfree_mismatch.cocci169 msg = "WARNING kmalloc is used to allocate this memory at line %s" % (a[0].line)
177 msg = "WARNING kmalloc is used to allocate this memory at line %s" % (a[0].line)
185 msg = "WARNING vmalloc is used to allocate this memory at line %s" % (a[0].line)
193 msg = "WARNING vmalloc is used to allocate this memory at line %s" % (a[0].line)
201 msg = "WARNING kvmalloc is used to allocate this memory at line %s" % (a[0].line)
209 msg = "WARNING kvmalloc is used to allocate this memory at line %s" % (a[0].line)
218 msg = "WARNING kmalloc (line %s) && vmalloc (line %s) are used to allocate this memory" % (ka[0].li…
227 msg = "WARNING kmalloc (line %s) && vmalloc (line %s) are used to allocate this memory" % (ka[0].li…
/Linux-v5.10/tools/perf/
DMakefile.config392 …msg := $(warning No libelf found. Disables 'probe' tool, jvmti and BPF support in 'perf record'. P…
424 …msg := $(warning No libdw DWARF unwind found, Please install elfutils-devel/libdw-dev >= 0.158 and…
429 …msg := $(warning No libdw.h found or old libdw.h found or elfutils is older than 0.138, disables d…
434 …msg := $(warning Old libdw.h, finding variables at given 'perf probe' point will not work, install…
496 msg := $(warning gelf_getnote() not found on libelf, SDT support disabled);
513 …msg := $(warning DWARF register mappings have not been defined for architecture $(SRCARCH), DWARF …
544 …msg := $(warning BPF prologue is not supported by architecture $(SRCARCH), missing regs_query_regi…
547 msg := $(warning DWARF support is off, BPF prologue is disabled);
555 …msg := $(warning No sys/sdt.h found, no SDT events are defined, please install systemtap-sdt-devel…
597 msg := $(warning No debug_frame support found in libunwind-aarch64);
[all …]
/Linux-v5.10/scripts/coccinelle/null/
Dbadzero.cocci74 coccilib.org.print_todo(p[0], "WARNING comparing pointer to 0")
80 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0")
172 coccilib.org.print_todo(p[0], "WARNING comparing pointer to 0, suggest !E")
178 coccilib.org.print_todo(p[0], "WARNING comparing pointer to 0")
184 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0, suggest !E")
190 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0")
233 coccilib.org.print_todo(p[0], "WARNING comparing pointer to 0")
239 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0")
/Linux-v5.10/include/acpi/platform/
Dacintel.h41 #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-v5.10/tools/objtool/Documentation/
Dstack-validation.txt183 1. file.o: warning: objtool: func()+0x128: call without frame pointer save/setup
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
233 5. file.o: warning: objtool: func()+0x6: unsupported instruction in callable function
242 6. file.o: warning: objtool: func()+0x26: sibling call from callable instruction with modified stac…
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
[all …]
/Linux-v5.10/drivers/iommu/amd/
DKconfig38 !!!WARNING!!! !!!WARNING!!! !!!WARNING!!! !!!WARNING!!!
/Linux-v5.10/tools/perf/tests/
Dattr.py124 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)
178 # log.warning("test for arch %s is ok" % myarch)
187 log.warning("excluded architecture list %s" % arch_list)
189 # log.warning("test for %s arch is %s" % (arch_item, myarch))
195 # log.warning("test for architecture '%s' current '%s'" % (arch_item, myarch))
331 log.warning("unsupp %s" % obj.getMsg())
333 log.warning("skipped %s" % obj.getMsg())
340 level = logging.WARNING
/Linux-v5.10/Documentation/devicetree/bindings/sound/
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.
/Linux-v5.10/scripts/dtc/
Dchecks.c54 #define WARNING(nm_, fn_, d_, ...) \ macro
90 (c->error) ? "ERROR" : "Warning", c->name); in check_msg()
212 WARNING(nm, check_is_string, (propname))
241 WARNING(nm, check_is_string_list, (propname))
259 WARNING(nm, check_is_cell, (propname))
358 WARNING(unit_address_vs_reg, check_unit_address_vs_reg, NULL);
683 WARNING(names_is_string_list, check_names_is_string_list, NULL);
708 WARNING(alias_paths, check_alias_paths, NULL);
726 WARNING(addr_size_cells, fixup_addr_size_cells, NULL,
761 WARNING(reg_format, check_reg_format, NULL, &addr_size_cells);
[all …]
/Linux-v5.10/tools/perf/ui/gtk/
Dutil.c63 fprintf(stderr, "Warning:\n"); in perf_gtk__warning_info_bar()
84 fprintf(stderr, "Warning:\n"); in perf_gtk__warning_statusbar()
109 .warning = perf_gtk__warning_info_bar,
111 .warning = perf_gtk__warning_statusbar,
/Linux-v5.10/lib/
Dbug.c33 - report_bug() will return whether it was a false alarm, a warning,
148 unsigned line, warning, once, done; in report_bug() local
161 warning = 0; in report_bug()
172 warning = (bug->flags & BUGFLAG_WARNING) != 0; in report_bug()
176 if (warning && once) { in report_bug()
196 if (warning) { in report_bug()
/Linux-v5.10/arch/x86/mm/
Dpti.c620 * supported on 32 bit anyway. To print the warning we need to in pti_init()
627 printk(KERN_WARNING "** WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! **\n"); in pti_init()
633 printk(KERN_WARNING "** WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! **\n"); in pti_init()
/Linux-v5.10/arch/x86/tools/
Dchkobjdump.awk19 printf("Warning: Failed to find objdump version number.\n");
27 printf("Warning: objdump version %s is older than %d.%d\n",
29 print("Warning: Skipping posttest.");
/Linux-v5.10/fs/quota/
Dnetlink.c27 * quota_send_warning - Send warning to userspace about exceeded quota
30 * @warntype: The type of the warning: QUOTA_NL_...
53 "VFS: Not enough memory to send quota warning.\n"); in quota_send_warning()
60 "VFS: Cannot store netlink header in quota warning.\n"); in quota_send_warning()
/Linux-v5.10/fs/ntfs/
Ddebug.c11 * __ntfs_warning - output a warning to the syslog
12 * @function: name of function outputting the warning
14 * @fmt: warning string containing format specifications
17 * Outputs a warning to the syslog for the mounted ntfs filesystem described
21 * the warning string and the corresponding format arguments, respectively.

12345678910>>...86