Home
last modified time | relevance | path

Searched refs:warnings (Results 1 – 25 of 119) 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/tools/objtool/
H A Dcheck.c4057 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 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/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.warn222 KBUILD_AFLAGS += -Wa,--fatal-warnings
223 KBUILD_LDFLAGS += --fatal-warnings
225 KBUILD_USERLDFLAGS += -Wl,--fatal-warnings
232 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/Documentation/core-api/
H A Dmm-api.rst117 .. #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 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.c144 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 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/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/tty/serial/
H A DKconfig39 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 Djr3_pci.h599 u32 warnings; /* offset 0x00f0 */ member
/linux/tools/perf/Documentation/
H A Dperf-check.txt76 Do not print any messages or warnings
/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/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