| /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/lib/ |
| H A D | debugobjects.c | 1282 check_results(void *addr, enum debug_obj_state state, int fixups, int warnings) in check_results() argument 1308 if (warnings != debug_objects_warnings) { in check_results() 1310 warnings, debug_objects_warnings); in check_results() 1334 int fixups, oldfixups, warnings, oldwarnings; in debug_objects_selftest() local 1340 warnings = oldwarnings = debug_objects_warnings; in debug_objects_selftest() 1344 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings)) in debug_objects_selftest() 1347 if (check_results(&obj, ODEBUG_STATE_ACTIVE, fixups, warnings)) in debug_objects_selftest() 1350 if (check_results(&obj, ODEBUG_STATE_ACTIVE, ++fixups, ++warnings)) in debug_objects_selftest() 1353 if (check_results(&obj, ODEBUG_STATE_INACTIVE, fixups, warnings)) in debug_objects_selftest() 1356 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, warnings)) in debug_objects_selftest() [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/tools/objtool/ |
| H A D | check.c | 4099 int warnings = 0; in validate_unwind_hints() local 4108 warnings += validate_unwind_hint(file, insn, &state); in validate_unwind_hints() 4111 warnings += validate_unwind_hint(file, insn, &state); in validate_unwind_hints() 4114 return warnings; in validate_unwind_hints() 4235 int warnings = 0; in validate_unrets() local 4241 warnings += validate_unret(file, insn); in validate_unrets() 4244 return warnings; in validate_unrets() 4250 int warnings = 0; in validate_retpoline() local 4267 warnings++; in validate_retpoline() 4274 warnings++; in validate_retpoline() [all …]
|
| /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 | 221 KBUILD_AFLAGS += -Wa,--fatal-warnings 222 KBUILD_LDFLAGS += --fatal-warnings 224 KBUILD_USERLDFLAGS += -Wl,--fatal-warnings 231 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/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 | 175 static int warnings; in is_btf_id() 652 warnings++; in id_patch() 674 warnings++; in cmp_id() 1473 "turn warnings into errors"), 1545 if (!(fatal_warnings && warnings)) 144 static int warnings; global() variable
|
| /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/Documentation/mm/ |
| H A D | allocation-profiling.rst | 17 adds warnings for allocations that weren't accounted because of a 43 warnings produced by allocations made while profiling is disabled and freed
|
| /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/comedi/drivers/ |
| H A D | jr3_pci.h | 599 u32 warnings; /* offset 0x00f0 */ member
|
| /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/tools/perf/Documentation/ |
| H A D | perf-check.txt | 76 Do not print any messages or 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
|