Home
last modified time | relevance | path

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

12345678910>>...60

/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/scripts/coccinelle/misc/
H A 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 …]
H A Dminmax.cocci4 /// Generated patches sometimes require adding a cast to fix compile warning.
173 coccilib.report.print_report(p0, "WARNING opportunity for max()")
180 coccilib.org.print_todo(p0, "WARNING opportunity for max()")
187 coccilib.report.print_report(p0, "WARNING opportunity for max()")
194 coccilib.org.print_todo(p0, "WARNING opportunity for max()")
201 coccilib.report.print_report(p0, "WARNING opportunity for min()")
208 coccilib.org.print_todo(p0, "WARNING opportunity for min()")
215 coccilib.report.print_report(p0, "WARNING opportunity for min()")
222 coccilib.org.print_todo(p0, "WARNING opportunity for min()")
H A Dswap.cocci104 coccilib.report.print_report(p[0], "WARNING opportunity for swap()")
110 coccilib.org.print_todo(p[0], "WARNING opportunity for swap()")
116 coccilib.report.print_report(p[0], "WARNING opportunity for swap()")
122 coccilib.org.print_todo(p[0], "WARNING opportunity for swap()")
/linux/arch/mips/include/asm/sn/sn0/
H A 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/tools/perf/
H A DMakefile.config485 …$(warning No libdw.h found or old libdw.h found or elfutils is older than 0.157, disables dwarf su…
558 $(warning gelf_getnote() not found on libelf, SDT support disabled)
577 …$(warning No elfutils/debuginfod.h found, no debuginfo server support, please install libdebuginfo…
604 $(warning Warning: Statically building libbpf not possible as zlib is missing)
620 …$(warning No sys/sdt.h found, no SDT events are defined, please install systemtap-sdt-devel or sys…
664 $(warning No debug_frame support found in libunwind-aarch64)
670 …$(warning No libunwind found. Please install libunwind-dev[el] >= 1.1 and/or set LIBUNWIND_DIR and…
686 …$(warning BPF API too old. Please install recent kernel headers. BPF support in 'perf record' is d…
704 $(warning Warning: Disabled BPF skeletons as libelf is required by bpftool)
707 $(warning Warning: Disabled BPF skeletons as zlib is required by bpftool)
[all …]
/linux/scripts/coccinelle/null/
H A 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/scripts/coccinelle/api/
H A 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…
H A Datomic_as_refcounter.cocci58 msg = "WARNING: atomic_dec_and_test variation before object free at line %s."
91 msg = "WARNING: atomic_dec_and_test variation before object free at line %s."
110 msg = "WARNING: atomic_add_unless"
129 msg = "WARNING: x = atomic_add_return(-1, ...)"
/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/Documentation/translations/zh_CN/doc-guide/
H A Dcontributing.rst28 消除警告(WARNING
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/lib/python/kdoc/
H A Dkdoc_files.py110 self.warning = self.log.warning
170 def warning(self, msg):
171 """Ancillary routine to output a warning and increment error count."""
173 self.config.log.warning(msg)
276 # Override log warning, as we want to count errors
277 self.config.warning = self.warning
357 self.config.log.warning("No kernel-doc for file %s", fname)
98 def warning(self, msg): global() member in KernelFiles
/linux/tools/perf/arch/x86/util/
H A Devlist.c16 * WARNING: events were regrouped to match PMUs in arch_evlist__cmp()
23 * WARNING: events were regrouped to match PMUs in arch_evlist__cmp()
30 * WARNING: events were regrouped to match PMUs in arch_evlist__cmp()
37 * WARNING: events were regrouped to match PMUs in arch_evlist__cmp()
44 * WARNING: events were regrouped to match PMUs in arch_evlist__cmp()
/linux/tools/perf/ui/gtk/
H A 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/arch/x86/mm/
H A Dpti.c636 * supported on 32 bit anyway. To print the warning we need to in pti_init()
643 printk(KERN_WARNING "** WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! **\n"); in pti_init()
649 printk(KERN_WARNING "** WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! **\n"); in pti_init()
/linux/fs/quota/
H A 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/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/arch/s390/kernel/
H A Dwti.c3 * Support for warning track interruption
31 * acknowledge the warning-track interrupt and trigger
47 * During a warning-track grace period, interrupts are disabled
48 * to prevent delays of the warning-track acknowledgment.
190 pr_warn("Failed to register warning track interrupt through DIAG 49C\n"); in wti_init()
/linux/tools/testing/selftests/rcutorture/bin/
H A Dconsole-badness.sh13 grep -E 'Badness|WARNING:|Warn|BUG|===========|BUG: KCSAN:|Call Trace:|Call trace:|Oops:|detected stalls on CPUs/tasks:|self-detected stall on CPU|Stall ended before state dump start|\?\?\? Writer stall state|rcu_.*kthread starved for|!!!' |
16 grep -v 'Warning: unable to open an initial console' |
17 grep -v 'Warning: Failed to add ttynull console. No stdin, stdout, and stderr.*the init process!' |
/linux/drivers/scsi/
H A Dsense_codes.h14 SENSE_CODE(0x0007, "Programmable early warning detected")
101 SENSE_CODE(0x0B00, "Warning")
102 SENSE_CODE(0x0B01, "Warning - specified temperature exceeded")
103 SENSE_CODE(0x0B02, "Warning - enclosure degraded")
104 SENSE_CODE(0x0B03, "Warning - background self-test failed")
105 SENSE_CODE(0x0B04, "Warning - background pre-scan detected medium error")
106 SENSE_CODE(0x0B05, "Warning - background medium scan detected medium error")
107 SENSE_CODE(0x0B06, "Warning - non-volatile cache now volatile")
108 SENSE_CODE(0x0B07, "Warning - degraded power to non-volatile cache")
109 SENSE_CODE(0x0B08, "Warning - power loss expected")
[all …]
/linux/drivers/acpi/acpica/
H A Dutxferror.c4 * Module Name: utxferror - Various error/warning output functions
99 * PARAMETERS: module_name - Caller's module name (for warning output) in ACPI_EXPORT_SYMBOL()
100 * line_number - Caller's line number (for warning output) in ACPI_EXPORT_SYMBOL()
105 * DESCRIPTION: Print "ACPI Warning" message with module/line/version info in ACPI_EXPORT_SYMBOL()
236 * PARAMETERS: module_name - Caller's module name (for warning output) in ACPI_EXPORT_SYMBOL()
237 * line_number - Caller's line number (for warning output) in ACPI_EXPORT_SYMBOL()
242 * DESCRIPTION: Print "ACPI Firmware Warning" message with module/line/version in ACPI_EXPORT_SYMBOL()
/linux/Documentation/doc-guide/
H A Dcontributing.rst46 warnings should probably not say "fix a warning" in the changelog title;
58 ./drivers/devfreq/devfreq.c:1818: warning: bad line:
60 ./drivers/devfreq/devfreq.c:1854: warning: bad line:
91 ./drivers/devfreq/devfreq.c:1818: warning: bad line:
93 ./drivers/devfreq/devfreq.c:1854: warning: bad line:
198 altogether. There are a number of warning signs that you can pay attention
220 add a warning at the beginning. The following text is recommended::
222 .. warning ::

12345678910>>...60