Home
last modified time | relevance | path

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

1234567

/linux-6.15/Documentation/process/
H A Dmaintainer-soc-clean-dts.rst18 new ``make dtbs_check W=1`` warnings. Warnings in a new board DTS, which are
20 warnings. For series split between different trees (DT bindings go via driver
21 subsystem tree), warnings on linux-next are decisive. The platform maintainers
22 have automation in place which should point out any new warnings.
24 If a commit introducing new warnings gets accepted somehow, the resulting
H A Dsubmit-checklist.rst84 ``=n``. No ``gcc`` warnings/errors, no linker warnings/errors.
90 d) Any Documentation/ changes build successfully without new warnings/errors.
/linux-6.15/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-6.15/lib/
H A Ddebugobjects.c1308 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()
1368 if (check_results(&obj, ODEBUG_STATE_NONE, fixups, warnings)) in debug_objects_selftest()
1373 if (check_results(&obj, ODEBUG_STATE_ACTIVE, fixups, warnings)) in debug_objects_selftest()
1379 if (check_results(&obj, ODEBUG_STATE_NONE, fixups, warnings)) in debug_objects_selftest()
1384 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings)) in debug_objects_selftest()
[all …]
/linux-6.15/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-6.15/tools/objtool/
H A Dcheck.c3839 return warnings; in validate_unwind_hints()
3969 return warnings; in validate_unrets()
3992 warnings++; in validate_retpoline()
3999 warnings++; in validate_retpoline()
4002 return warnings; in validate_retpoline()
4238 return warnings; in validate_section()
4514 warnings++; in validate_sls()
4521 warnings++; in validate_sls()
4551 warnings++; in validate_reachable_instructions()
4557 warnings++; in validate_reachable_instructions()
[all …]
/linux-6.15/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-6.15/arch/powerpc/
H A DKbuild2 subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror -Wa,--fatal-warnings
3 subdir-asflags-$(CONFIG_PPC_WERROR) := -Wa,--fatal-warnings
/linux-6.15/fs/quota/
H A DKconfig24 If you say Y here, quota warnings (about exceeding softlimit, reaching
29 bool "Print quota warnings to console (OBSOLETE)"
33 If you say Y here, quota warnings (about exceeding softlimit, reaching
/linux-6.15/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-6.15/Documentation/core-api/
H A Dmm-api.rst123 .. #kernel-doc:: mm/hmm.c (build warnings)
129 .. #kernel-doc:: mm/memory-tiers.c (build warnings)
134 .. #kernel-doc:: mm/memory-failure.c (build warnings)
/linux-6.15/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-6.15/tools/testing/selftests/bpf/
H A DDENYLIST3 get_stack_raw_tp # spams with kernel warnings until next bpf -> bpf-next merge
/linux-6.15/Documentation/admin-guide/
H A Dclearing-warn-once.rst8 clears the state and allows the warnings to print once again.
/linux-6.15/Documentation/RCU/
H A Dstallwarn.rst18 warnings:
77 RCU CPU stall warnings.
80 timeout down to just barely avoid RCU CPU stall warnings, and then
88 result in RCU CPU stall warnings for CONFIG_NO_HZ_COMMON=n kernels.
122 of RCU CPU stall warnings, eventually leading the realization
128 in progress. No grace period, no CPU stall warnings.
132 If you have a series of stall warnings from a single extended stall,
206 own warnings, as this often gives better-quality stack traces.
218 suppresses RCU-tasks stall warnings. A positive value sets the
325 in RCU CPU stall warnings even when all CPUs and tasks have passed
[all …]
/linux-6.15/tools/rcu/
H A Dextract-stall.sh5 echo Extract any RCU CPU stall warnings present in specified file.
/linux-6.15/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-6.15/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-6.15/scripts/
H A Dkernel-doc60 my $warnings = 0;
396 ++$warnings;
2327 if ($verbose && $warnings) {
2328 print STDERR "$warnings warnings\n";
2331 if ($Werror && $warnings) {
2332 print STDERR "$warnings warnings as Errors\n";
2333 exit($warnings);
H A DMakefile.compiler41 …printf "%b\n" "$(1)" | $(CC) -Werror $(CLANG_FLAGS) $(KBUILD_AFLAGS) -Wa$(comma)--fatal-warnings -…
/linux-6.15/Documentation/devicetree/bindings/display/
H A Dallwinner,sun4i-a10-tcon.yaml371 * it would trigger a bunch of warnings for redefinitions of
441 * it would trigger a bunch of warnings for redefinitions of
517 * it would trigger a bunch of warnings for redefinitions of
568 * it would trigger a bunch of warnings for redefinitions of
625 * it would trigger a bunch of warnings for redefinitions of
H A Dallwinner,sun8i-a83t-dw-hdmi.yaml155 * it would trigger a bunch of warnings for redefinitions of
207 * it would trigger a bunch of warnings for redefinitions of
H A Dallwinner,sun4i-a10-display-backend.yaml164 * it would trigger a bunch of warnings for redefinitions of
227 * since it would trigger a bunch of warnings for redefinitions of
/linux-6.15/Documentation/hwmon/
H A Dltc4215.rst44 undercurrent warnings. This makes it very likely that the reference
/linux-6.15/arch/arm/mach-davinci/
H A DKconfig59 to change the pin multiplexing setup. When there are no warnings

1234567