| /linux-6.15/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-6.15/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-6.15/scripts/ |
| H A D | Makefile.extrawarn | 19 KBUILD_CFLAGS += $(call cc-disable-warning, frame-address) 20 KBUILD_CFLAGS += $(call cc-disable-warning, address-of-packed-member) 51 KBUILD_CFLAGS += $(call cc-disable-warning, default-const-init-unsafe) 59 KBUILD_CFLAGS += $(call cc-disable-warning, dangling-pointer) 124 KBUILD_CFLAGS += $(call cc-disable-warning, unused-const-variable) 125 KBUILD_CFLAGS += $(call cc-disable-warning, packed-not-aligned) 126 KBUILD_CFLAGS += $(call cc-disable-warning, format-overflow) 128 KBUILD_CFLAGS += $(call cc-disable-warning, format-truncation) 130 KBUILD_CFLAGS += $(call cc-disable-warning, stringop-truncation) 148 KBUILD_CFLAGS += $(call cc-disable-warning, pointer-to-enum-cast) [all …]
|
| H A D | rust_is_available.sh | 43 warning=0 176 warning=1 241 warning=1 263 warning=1
|
| /linux-6.15/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-6.15/lib/tests/ |
| H A D | Makefile | 14 CFLAGS_fortify_kunit.o += $(call cc-disable-warning, unsequenced) 15 CFLAGS_fortify_kunit.o += $(call cc-disable-warning, stringop-overread) 16 CFLAGS_fortify_kunit.o += $(call cc-disable-warning, stringop-truncation) 31 CFLAGS_longest_symbol_kunit.o += $(call cc-disable-warning, missing-prototypes) 35 CFLAGS_overflow_kunit.o = $(call cc-disable-warning, tautological-constant-out-of-range-compare) 42 CFLAGS_stackinit_kunit.o += $(call cc-disable-warning, switch-unreachable)
|
| /linux-6.15/include/linux/mtd/ |
| H A D | xip.h | 68 #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.15/tools/perf/tests/shell/lib/ |
| H A D | attr.py | 121 log.warning("expected %s=%s, got %s" % (t, self[t], other[t])) 152 log.warning("running '%s'" % path) 169 log.warning("test limitation '%s'" % self.arch) 230 log.warning("excluded architecture list %s" % arch_list) 254 log.warning("couldn't restore sample_rate value: I/O error %s" % e) 256 log.warning("couldn't restore sample_rate value: Value error %s" % e) 258 log.warning("couldn't restore sample_rate value: Type error %s" % e) 404 log.warning("unsupp %s" % obj.getMsg()) 406 log.warning("skipped %s" % obj.getMsg())
|
| /linux-6.15/Documentation/translations/zh_CN/doc-guide/ |
| H A D | contributing.rst | 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-6.15/tools/perf/ |
| H A D | Makefile.config | 545 $(warning gelf_getnote() not found on libelf, SDT support disabled) 646 $(warning No debug_frame support found in libunwind-aarch64) 681 $(warning Warning: Disabled BPF skeletons as libelf is required by bpftool) 684 $(warning Warning: Disabled BPF skeletons as zlib is required by bpftool) 687 $(warning Warning: Disabled BPF skeletons as libbpf is required) 690 $(warning Warning: Disabled BPF skeletons as clang ($(CLANG)) is missing) 702 $(warning Warning: Disabled BPF skeletons as clang is too old) 722 $(warning Disabling post unwind, no support found.) 747 $(warning No debug_frame support found in libunwind) 847 $(warning No timerfd support. Disables 'perf kvm stat live') [all …]
|
| /linux-6.15/lib/ |
| H A D | bug.c | 157 unsigned line, warning, once, done; in __report_bug() local 170 warning = (bug->flags & BUGFLAG_WARNING) != 0; in __report_bug() 174 if (warning && once) { in __report_bug() 193 if (warning) { in __report_bug()
|
| /linux-6.15/arch/loongarch/kernel/ |
| H A D | Makefile | 24 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-6.15/include/uapi/linux/ |
| H A D | cyclades.h | 6 #warning "Support for features provided by this header has been removed" 7 #warning "Please consider updating your code"
|
| /linux-6.15/Documentation/sphinx/ |
| H A D | kfigure.py | 195 logger.warning( 296 logger.warning( 360 logger.warning( 394 logger.warning("Error #%d when calling: %s" % 397 logger.warning( "Warning msg from %s: %s" % 425 logger.warning("Error #%d when calling: %s" % 525 logger.warning( 'kernel-render: "%s" unknown / include raw.' % srclang) 587 return [self.state_machine.reporter.warning( 594 return [self.state_machine.reporter.warning(
|
| H A D | automarkup.py | 267 def markup_abi_ref(docname, app, match, warning=False): argument 279 if warning: 280 kernel_abi.log.warning("%s not found", fname) 308 return markup_abi_ref(docname, app, match, warning=True)
|
| /linux-6.15/Documentation/RCU/ |
| H A D | stallwarn.rst | 16 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 158 issues an RCU CPU stall warning. This time period is normally 166 *next* stall, or the following warning for the current stall 168 timing of the next warning for the current stall. 199 giving an RCU CPU stall warning message. (This is a cpp 219 stall-warning interval in seconds. An RCU-tasks stall warning [all …]
|
| /linux-6.15/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.
|
| H A D | st,sta32x.txt | 43 - 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.15/tools/objtool/Documentation/ |
| H A D | objtool.txt | 257 NOTE: When requesting help with an objtool warning, please recreate with 259 output, including any disassembly or backtrace below the warning, to the 302 arch/x86/kvm/kvm.o: warning: objtool: em_loop.part.0+0x29: (alt) 318 2. file.o: warning: objtool: .text+0x53: unreachable instruction 341 4. file.o: warning: objtool: func(): can't find starting instruction 343 file.o: warning: objtool: func()+0x11dd: can't decode instruction 371 7. file: warning: objtool: func()+0x5c: stack state mismatch 432 10. file.o: warning: func()+0x5c: stack layout conflict in alternatives 443 11. file.o: warning: unannotated intra-function call 447 can remove this warning by putting the ANNOTATE_INTRA_FUNCTION_CALL [all …]
|
| /linux-6.15/tools/testing/selftests/arm64/mte/ |
| H A D | Makefile | 32 $(warning compiler "$(CC)" does not support the ARMv8.5 MTE extension.) 33 $(warning test program "mte" will not be created.)
|
| /linux-6.15/tools/perf/ui/ |
| H A D | util.c | 29 .warning = perf_stdio__warning, 55 ret = perf_eops->warning(format, args); in ui__warning()
|
| /linux-6.15/Documentation/hwmon/ |
| H A D | crps.rst | 75 in2_min Minimum input under voltage warning 76 in2_min_alarm Minimum input under voltage warning alarm 93 fan1_alarm Fan 1 warning.
|
| /linux-6.15/Documentation/devicetree/bindings/power/supply/ |
| H A D | dlg,da9150-fuel-gauge.yaml | 27 description: Battery discharge level (%) where warning event raised. 35 This value should be lower than the warning level.
|
| /linux-6.15/tools/perf/ui/gtk/ |
| H A D | util.c | 109 .warning = perf_gtk__warning_info_bar, 111 .warning = perf_gtk__warning_statusbar,
|
| /linux-6.15/Documentation/devicetree/bindings/regulator/ |
| H A D | maxim,max8973.yaml | 23 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
|