| /linux/tools/testing/selftests/rcutorture/bin/ |
| H A D | parse-build.sh | 38 grep warning: < $F > $T/warnings 39 grep "include/linux/*rcu*\.h:" $T/warnings > $T/hwarnings 40 grep "kernel/rcu/[^/]*:" $T/warnings > $T/cwarnings 41 grep "^ld: .*undefined reference to" $T/warnings | head -1 > $T/ldwarnings
|
| /linux/tools/objtool/ |
| H A D | check.c | 4057 int warnings = 0; in validate_unwind_hints() local 4066 warnings += validate_unwind_hint(file, insn, &state); in validate_unwind_hints() 4069 warnings += validate_unwind_hint(file, insn, &state); in validate_unwind_hints() 4072 return warnings; in validate_unwind_hints() 4193 int warnings = 0; in validate_unrets() local 4199 warnings += validate_unret(file, insn); in validate_unrets() 4202 return warnings; in validate_unrets() 4208 int warnings = 0; in validate_retpoline() local 4225 warnings++; in validate_retpoline() 4232 warnings++; in validate_retpoline() [all …]
|
| /linux/arch/x86/tools/ |
| H A D | insn_decoder_test.c | 116 int warnings = 0; in main() local 156 warnings++; in main() 166 if (warnings) in main() 168 "failures\n", insns, warnings); in main()
|
| /linux/drivers/base/test/ |
| H A D | test_async_driver_probe.c | 21 static atomic_t warnings, errors, timeout, async_completed; variable 51 atomic_inc(&warnings); in test_probe() 247 } else if (!atomic_read(&errors) && !atomic_read(&warnings)) { in test_async_probe_init() 275 atomic_read(&errors), atomic_read(&warnings)); in test_async_probe_init()
|
| /linux/scripts/ |
| H A D | Makefile.warn | 222 KBUILD_AFLAGS += -Wa,--fatal-warnings 223 KBUILD_LDFLAGS += --fatal-warnings 225 KBUILD_USERLDFLAGS += -Wl,--fatal-warnings 232 KBUILD_HOSTLDFLAGS += -Wl,--fatal-warnings
|
| H A D | cc-can-link.sh | 4 cat << "END" | $@ -Werror -Wl,--fatal-warnings -x c - -o /dev/null >/dev/null 2>&1
|
| H A D | Makefile.compiler | 41 …printf "%b\n" "$(1)" | $(CC) -Werror $(CLANG_FLAGS) $(KBUILD_AFLAGS) -Wa$(comma)--fatal-warnings -…
|
| /linux/Documentation/doc-guide/ |
| H A D | contributing.rst | 30 Addressing warnings 34 warnings. When you have that many, you might as well have none at all; 36 ones. For this reason, eliminating warnings is one of the highest-priority 44 problem; making those warnings go away requires understanding the problem 46 warnings should probably not say "fix a warning" in the changelog title; 49 Another important point is that documentation warnings are often created by 51 maintainer appreciates being copied on fixes for these warnings, the 55 For example, in a documentation build I grabbed a pair of warnings nearly 89 resulting in these doc-build warnings: 137 times, but it's highly important. If we can actually eliminate warnings [all …]
|
| /linux/Documentation/core-api/ |
| H A D | mm-api.rst | 117 .. #kernel-doc:: mm/hmm.c (build warnings) 122 .. #kernel-doc:: mm/memory-tiers.c (build warnings) 127 .. #kernel-doc:: mm/memory-failure.c (build warnings)
|
| /linux/scripts/coccinelle/misc/ |
| H A D | uninitialized_var.cocci | 7 /// For any compiler warnings about uninitialized variables, just add 10 /// compiler warnings (e.g. "unused variable"). If the compiler thinks it
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | DENYLIST | 3 get_stack_raw_tp # spams with kernel warnings until next bpf -> bpf-next merge
|
| /linux/Documentation/admin-guide/ |
| H A D | clearing-warn-once.rst | 8 clears the state and allows the warnings to print once again.
|
| /linux/tools/rcu/ |
| H A D | extract-stall.sh | 5 echo Extract any RCU CPU stall warnings present in specified file.
|
| /linux/tools/bpf/resolve_btfids/ |
| H A D | main.c | 144 static int warnings; variable 608 warnings++; in symbols_resolve() 632 warnings++; in id_patch() 833 if (!(fatal_warnings && warnings)) in main()
|
| /linux/tools/include/uapi/ |
| H A D | README | 57 tooling, driven by non-fatal warnings on the tooling side build when 67 and integate them into the tooling build. The warnings above serve as a
|
| /linux/Documentation/hwmon/ |
| H A D | ltc4215.rst | 44 undercurrent warnings. This makes it very likely that the reference
|
| /linux/arch/arm/mach-davinci/ |
| H A D | Kconfig | 52 to change the pin multiplexing setup. When there are no warnings
|
| /linux/arch/loongarch/ |
| H A D | Kconfig.debug | 6 traces for panics, oopses, bugs, warnings, perf, /proc/<pid>/stack,
|
| /linux/kernel/rcu/ |
| H A D | Kconfig.debug | 124 RCU grace period persists, additional CPU stall warnings are 135 If the RCU grace period persists, additional CPU stall warnings 164 callbacks can prevent stall warnings from being printed.
|
| /linux/drivers/tty/serial/ |
| H A D | Kconfig | 39 messages and warnings and which allows logins in single user mode). 67 messages and warnings and which allows logins in single user mode). 123 kernel messages and warnings and which allows logins in single user 148 warnings and which allows logins in single user mode). 198 receives all kernel messages and warnings and which allows 285 kernel messages and warnings and which allows logins in single user 308 all kernel messages and warnings and which allows logins in single 354 kernel messages and warnings and which allows logins in single user 384 kernel messages and warnings and which allows logins in single user 532 messages and warnings and which allows logins in single user mode). [all …]
|
| /linux/drivers/comedi/drivers/ |
| H A D | jr3_pci.h | 599 u32 warnings; /* offset 0x00f0 */ member
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-check.txt | 76 Do not print any messages or warnings
|
| /linux/drivers/parisc/ |
| H A D | Kconfig | 134 bool "PDC chassis warnings support" 138 Say Y here if you want to enable support for Chassis warnings.
|
| /linux/Documentation/arch/arm64/ |
| H A D | legacy_instructions.rst | 26 warnings are issued. This is the default for deprecated
|
| /linux/Documentation/translations/zh_CN/process/ |
| H A D | researcher-guidelines.rst | 111 11.2 show no new warnings, and LeakMagic no longer warns about this
|