| /Linux-v5.4/tools/testing/selftests/rcutorture/bin/ |
| D | parse-build.sh | 39 grep warning: < $F > $T/warnings 40 grep "include/linux/*rcu*\.h:" $T/warnings > $T/hwarnings 41 grep "kernel/rcu/[^/]*:" $T/warnings > $T/cwarnings
|
| /Linux-v5.4/lib/ |
| D | debugobjects.c | 1148 check_results(void *addr, enum debug_obj_state state, int fixups, int warnings) in check_results() argument 1174 if (warnings != debug_objects_warnings) { in check_results() 1176 warnings, debug_objects_warnings); in check_results() 1200 int fixups, oldfixups, warnings, oldwarnings; in debug_objects_selftest() local 1206 warnings = oldwarnings = debug_objects_warnings; in debug_objects_selftest() 1210 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings)) in debug_objects_selftest() 1213 if (check_results(&obj, ODEBUG_STATE_ACTIVE, fixups, warnings)) in debug_objects_selftest() 1216 if (check_results(&obj, ODEBUG_STATE_ACTIVE, ++fixups, ++warnings)) in debug_objects_selftest() 1219 if (check_results(&obj, ODEBUG_STATE_INACTIVE, fixups, warnings)) in debug_objects_selftest() 1222 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, warnings)) in debug_objects_selftest() [all …]
|
| /Linux-v5.4/arch/x86/tools/ |
| D | insn_decoder_test.c | 117 int warnings = 0; in main() local 155 warnings++; in main() 165 if (warnings) in main() 167 "failures\n", insns, warnings); in main()
|
| /Linux-v5.4/tools/testing/selftests/kvm/x86_64/ |
| D | mmio_warning_test.c | 81 int warnings; in get_warnings_count() local 85 fscanf(f, "%d", &warnings); in get_warnings_count() 88 return warnings; in get_warnings_count()
|
| /Linux-v5.4/drivers/base/test/ |
| D | test_async_driver_probe.c | 21 static atomic_t warnings, errors, timeout, async_completed; variable 50 atomic_inc(&warnings); in test_probe() 250 } else if (!atomic_read(&errors) && !atomic_read(&warnings)) { in test_async_probe_init() 278 atomic_read(&errors), atomic_read(&warnings)); in test_async_probe_init()
|
| /Linux-v5.4/scripts/ |
| D | kernel-doc | 208 my $warnings = 0; 489 ++$warnings; 1480 ++$warnings; 1532 ++$warnings; 1556 ++$warnings; 1906 ++$warnings; 1927 ++$warnings; 1958 ++$warnings; 1985 ++$warnings; 2026 ++$warnings; [all …]
|
| /Linux-v5.4/fs/quota/ |
| D | Kconfig | 26 If you say Y here, quota warnings (about exceeding softlimit, reaching 31 bool "Print quota warnings to console (OBSOLETE)" 35 If you say Y here, quota warnings (about exceeding softlimit, reaching
|
| /Linux-v5.4/tools/objtool/ |
| D | check.c | 2227 int ret, warnings = 0; in validate_unwind_hints() local 2240 warnings += ret; in validate_unwind_hints() 2244 return warnings; in validate_unwind_hints() 2250 int warnings = 0; in validate_retpoline() local 2273 warnings++; in validate_retpoline() 2276 return warnings; in validate_retpoline() 2349 int ret, warnings = 0; in validate_functions() local 2366 warnings++; in validate_functions() 2381 warnings += ret; in validate_functions() 2385 return warnings; in validate_functions() [all …]
|
| /Linux-v5.4/Documentation/RCU/ |
| D | stallwarn.txt | 13 warnings: 72 RCU CPU stall warnings. 75 timeout down to just barely avoid RCU CPU stall warnings, and then 83 result in RCU CPU stall warnings for CONFIG_NO_HZ_COMMON=n kernels. 90 This resulted in a series of RCU CPU stall warnings, eventually 94 Note that SRCU does -not- have CPU stall warnings. Please note that 96 No grace period, no CPU stall warnings. 100 If you have a series of stall warnings from a single extended stall, 150 own warnings, as this often gives better-quality stack traces. 161 warnings. A positive value sets the stall-warning interval [all …]
|
| /Linux-v5.4/drivers/staging/media/omap4iss/ |
| D | TODO | 3 * Fix checkpatch errors and warnings
|
| /Linux-v5.4/drivers/staging/vc04_services/bcm2835-audio/ |
| D | TODO | 10 2) Fix the remaining checkpatch.pl errors and warnings.
|
| /Linux-v5.4/drivers/staging/octeon-usb/ |
| D | TODO | 6 - checkpatch warnings
|
| /Linux-v5.4/Documentation/admin-guide/ |
| D | clearing-warn-once.rst | 8 clears the state and allows the warnings to print once again.
|
| /Linux-v5.4/drivers/staging/wlan-ng/ |
| D | README | 3 - sparse warnings
|
| /Linux-v5.4/arch/mips/ |
| D | Kbuild | 2 # Fail on warnings - also for files referenced in subdirs
|
| /Linux-v5.4/Documentation/hwmon/ |
| D | ltc4215.rst | 44 undercurrent warnings. This makes it very likely that the reference
|
| /Linux-v5.4/drivers/staging/media/ipu3/ |
| D | TODO | 31 - Make sure it builds fine with no warnings with W=1
|
| /Linux-v5.4/Documentation/process/ |
| D | deprecated.rst | 23 it `does not produce warnings during builds any more 26 warnings and no one was actually doing anything to remove these deprecated 103 attribute to avoid future compiler warnings.
|
| D | submit-checklist.rst | 21 ``=n``. No ``gcc`` warnings/errors, no linker warnings/errors.
|
| D | 4.Coding.rst | 236 The first step is simply to heed the warnings produced by the compiler. 238 potential errors. Quite often, these warnings point to real problems. 240 warnings. When silencing warnings, take care to understand the real cause 244 Note that not all compiler warnings are enabled by default. Build the 253 extra set of warnings for problems like the use of deprecated interfaces 255 generated by these warnings can be verbose, but one need not worry about 256 warnings from other parts of the kernel.
|
| /Linux-v5.4/drivers/staging/ks7010/ |
| D | TODO | 24 - fix codechecker warnings (checkpatch, sparse, smatch). But PLEASE make sure
|
| /Linux-v5.4/drivers/staging/comedi/drivers/ |
| D | jr3_pci.h | 599 u32 warnings; /* offset 0x00f0 */ member
|
| /Linux-v5.4/Documentation/arm64/ |
| D | legacy_instructions.rst | 26 warnings are issued. This is the default for deprecated
|
| /Linux-v5.4/drivers/parisc/ |
| D | Kconfig | 132 bool "PDC chassis warnings support" 136 Say Y here if you want to enable support for Chassis warnings.
|
| /Linux-v5.4/fs/xfs/ |
| D | Kconfig | 110 Say Y here to get an XFS build with many additional warnings. 141 result in warnings.
|