/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/test_fortify/ |
H A D | test_fortify.sh | 39 # Attempt to build a source that is expected to fail with a specific warning. 42 # warning may only happen at link time (Clang). In that case, 46 status="warning: unsafe ${FUNC}() usage lacked '$WANT' symbol in $IN" 49 # If the build failed, check for the warning in the stderr. 51 …red with attribute warning: detected write beyond size of field (1st parameter); maybe use struct_… 53 …clared with 'warning' attribute: detected write beyond size of field (1st parameter); maybe use st… 55 status="warning: unsafe ${FUNC}() usage lacked '$WANT' warning in $IN"
|
/linux/scripts/ |
H A D | Makefile.extrawarn | 5 # There are four warning groups enabled by W=1, W=2, W=3, and W=e 18 KBUILD_CFLAGS += $(call cc-disable-warning,frame-address,) 19 KBUILD_CFLAGS += $(call cc-disable-warning, address-of-packed-member) 41 KBUILD_CFLAGS += $(call cc-disable-warning, dangling-pointer) 63 # choice, we must perform a versioned check to disable this warning. 99 KBUILD_CFLAGS += $(call cc-disable-warning, unused-but-set-variable) 100 KBUILD_CFLAGS += $(call cc-disable-warning, unused-const-variable) 101 KBUILD_CFLAGS += $(call cc-disable-warning, packed-not-aligned) 102 KBUILD_CFLAGS += $(call cc-disable-warning, format-overflow) 104 KBUILD_CFLAGS += $(call cc-disable-warning, forma [all...] |
H A D | rust_is_available_test.py | 116 cls.bindgen_default_bindgen_libclang_stderr = f"scripts/rust_is_available_bindgen_libclang.h:2:9: warning: clang version {cls.llvm_default_version} [-W#pragma-messages], err: false" 268 bindgen = self.generate_bindgen_libclang("scripts/rust_is_available_bindgen_libclang.h:2:9: warning: clang version unexpected [-W#pragma-messages], err: false") 274 bindgen = self.generate_bindgen_libclang("scripts/rust_is_available_bindgen_libclang.h:2:9: warning: clang version 10.0.0 [-W#pragma-messages], err: false") 294 libclang_stderr = f"scripts/rust_is_available_bindgen_libclang.h:2:9: warning: clang version {libclang_version} [-W#pragma-messages], err: false" 304 bindgen = self.generate_bindgen_libclang("scripts/rust_is_available_bindgen_libclang.h:2:9: warning: clang version 999.0.0 [-W#pragma-messages], err: false") 355 f"scripts/rust_is_available_bindgen_libclang.h:2:9: warning: clang version {self.llvm_default_version} (https://github.com/llvm/llvm-project.git 4a2c05b05ed07f1f620e94f6524a8b4b2760a0b1) [-W#pragma-messages], err: false", 356 f"/home/jd/Documents/dev/kernel-module-flake/linux-6.1/outputs/dev/lib/modules/6.1.0-development/source/scripts/rust_is_available_bindgen_libclang.h:2:9: warning: clang version {self.llvm_default_version} [-W#pragma-messages], err: false", 357 f"scripts/rust_is_available_bindgen_libclang.h:2:9: warning: clang version {self.llvm_default_version} (Fedora 13.0.0-3.fc35) [-W#pragma-messages], err: false", 359 /nix/store/dsd5gz46hdbdk2rfdimqddhq6m8m8fqs-bash-5.1-p16/bin/bash: warning: setlocale: LC_ALL: cannot change locale (c) 360 scripts/rust_is_available_bindgen_libclang.h:2:9: warning [all...] |
/linux/scripts/coccinelle/misc/ |
H A D | array_size_dup.cocci | 43 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 D | minmax.cocci | 4 /// 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 D | swap.cocci | 104 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 D | hubio.h | 418 * 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/objtool/Documentation/ |
H A D | objtool.txt | 247 NOTE: When requesting help with an objtool warning, please recreate with 249 output, including any disassembly or backtrace below the warning, to the 266 1. file.o: warning: objtool: func()+0x128: call without frame pointer save/setup 291 …arch/x86/kvm/kvm.o: warning: objtool: .altinstr_replacement+0xc5: call without frame pointer save/… 292 arch/x86/kvm/kvm.o: warning: objtool: em_loop.part.0+0x29: (alt) 293 arch/x86/kvm/kvm.o: warning: objtool: em_loop.part.0+0x0: <=== (sym) 307 2. file.o: warning: objtool: .text+0x53: unreachable instruction 325 3. file.o: warning: objtool: foo+0x48c: bar() is missing a __noreturn annotation 331 4. file.o: warning: objtool: func(): can't find starting instruction 333 file.o: warning: objtool: func()+0x11dd: can't decode instruction [all …]
|
/linux/tools/perf/ |
H A D | Makefile.config | 470 …$(warning No libdw.h found or old libdw.h found or elfutils is older than 0.157, disables dwarf su… 546 $(warning gelf_getnote() not found on libelf, SDT support disabled) 584 $(warning Warning: Statically building libbpf not possible as zlib is missing) 599 …$(warning No sys/sdt.h found, no SDT events are defined, please install systemtap-sdt-devel or sys… 641 $(warning No debug_frame support found in libunwind-aarch64) 647 $(warning No libunwind found. Please install libunwind-dev[el] >= 1.1 and/or set LIBUNWIND_DIR) 663 …$(warning BPF API too old. Please install recent kernel headers. BPF support in 'perf record' is d… 676 $(warning Warning: Disabled BPF skeletons as libelf is required by bpftool) 679 $(warning Warning: Disabled BPF skeletons as zlib is required by bpftool) 682 $(warning Warning: Disabled BPF skeletons as libbpf is required) [all …]
|
/linux/scripts/coccinelle/null/ |
H A D | badzero.cocci | 74 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 D | kfree_mismatch.cocci | 169 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/drivers/iommu/amd/ |
H A D | Kconfig | 33 !!!WARNING!!! !!!WARNING!!! !!!WARNING!!! !!!WARNING!!!
|
/linux/Documentation/translations/zh_CN/doc-guide/ |
H A D | contributing.rst | 28 消除警告(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/kernel/rcu/ |
H A D | Kconfig.debug | 78 number of seconds, a CPU stall warning is printed. If the 89 specified number of milliseconds, a CPU stall warning is printed. 115 WARNING: You almost certainly do not want this!!! 118 printing the RCU CPU stall warning. As such, bugs in notifier 120 And the whole reason that a stall warning is being printed is 128 RCU CPU stall warning from appearing.
|
/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.
|
/linux/scripts/dtc/ |
H A D | checks.c | 54 #define WARNING(nm_, fn_, d_, ...) \ macro 90 (c->error) ? "ERROR" : "Warning", c->name); in check_msg() 221 WARNING(nm, check_is_string, (propname)) 250 WARNING(nm, check_is_string_list, (propname)) 268 WARNING(nm, check_is_cell, (propname)) 354 WARNING(node_name_vs_property_name, check_node_name_vs_property_name, 382 WARNING(unit_address_vs_reg, check_unit_address_vs_reg, NULL); 705 WARNING(names_is_string_list, check_names_is_string_list, NULL); 730 WARNING(alias_paths, check_alias_paths, NULL); 748 WARNING(addr_size_cells, fixup_addr_size_cells, NULL, [all …]
|
/linux/tools/perf/tests/ |
H A D | attr.py |
|
/linux/arch/x86/mm/ |
H A D | pti.c | 624 * supported on 32 bit anyway. To print the warning we need to in pti_init() 631 printk(KERN_WARNING "** WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! **\n"); in pti_init() 637 printk(KERN_WARNING "** WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! **\n"); in pti_init()
|
/linux/tools/perf/ui/gtk/ |
H A D | util.c | 63 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/fs/quota/ |
H A D | netlink.c | 27 * 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/drivers/scsi/ |
H A D | sense_codes.h | 14 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/arch/s390/kernel/ |
H A D | wti.c | 3 * 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()
|