Home
last modified time | relevance | path

Searched refs:warnings (Results 1 – 25 of 109) sorted by relevance

12345

/linux/tools/testing/selftests/rcutorture/bin/
H A Dparse-build.sh38 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 Ddebugobjects.c1282 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 Dinsn_decoder_test.c116 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 Dcheck.c4099 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 Dtest_async_driver_probe.c21 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 DMakefile.warn221 KBUILD_AFLAGS += -Wa,--fatal-warnings
222 KBUILD_LDFLAGS += --fatal-warnings
224 KBUILD_USERLDFLAGS += -Wl,--fatal-warnings
231 KBUILD_HOSTLDFLAGS += -Wl,--fatal-warnings
H A Dcc-can-link.sh4 cat << "END" | $@ -Werror -Wl,--fatal-warnings -x c - -o /dev/null >/dev/null 2>&1
H A DMakefile.compiler41 …printf "%b\n" "$(1)" | $(CC) -Werror $(CLANG_FLAGS) $(KBUILD_AFLAGS) -Wa$(comma)--fatal-warnings -…
/linux/Documentation/doc-guide/
H A Dcontributing.rst30 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 Duninitialized_var.cocci7 /// 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 DDENYLIST3 get_stack_raw_tp # spams with kernel warnings until next bpf -> bpf-next merge
/linux/Documentation/admin-guide/
H A Dclearing-warn-once.rst8 clears the state and allows the warnings to print once again.
/linux/tools/rcu/
H A Dextract-stall.sh5 echo Extract any RCU CPU stall warnings present in specified file.
/linux/tools/bpf/resolve_btfids/
H A Dmain.c175 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 DREADME57 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 Dltc4215.rst44 undercurrent warnings. This makes it very likely that the reference
/linux/Documentation/mm/
H A Dallocation-profiling.rst17 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 DKconfig52 to change the pin multiplexing setup. When there are no warnings
/linux/arch/loongarch/
H A DKconfig.debug6 traces for panics, oopses, bugs, warnings, perf, /proc/<pid>/stack,
/linux/kernel/rcu/
H A DKconfig.debug124 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 Djr3_pci.h599 u32 warnings; /* offset 0x00f0 */ member
/linux/drivers/parisc/
H A DKconfig134 bool "PDC chassis warnings support"
138 Say Y here if you want to enable support for Chassis warnings.
/linux/tools/perf/Documentation/
H A Dperf-check.txt76 Do not print any messages or warnings
/linux/Documentation/arch/arm64/
H A Dlegacy_instructions.rst26 warnings are issued. This is the default for deprecated
/linux/Documentation/translations/zh_CN/process/
H A Dresearcher-guidelines.rst111 11.2 show no new warnings, and LeakMagic no longer warns about this

12345