Home
last modified time | relevance | path

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

12345

/kernel/linux/linux-5.10/tools/testing/selftests/kvm/x86_64/
Dmmio_warning_test.c81 int warnings; in get_warnings_count() local
85 if (fscanf(f, "%d", &warnings) < 1) in get_warnings_count()
86 warnings = 0; in get_warnings_count()
89 return warnings; in get_warnings_count()
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/bin/
Dparse-build.sh39 grep warning: < $F > $T/warnings
40 grep "include/linux/*rcu*\.h:" $T/warnings > $T/hwarnings
41 grep "kernel/rcu/[^/]*:" $T/warnings > $T/cwarnings
/kernel/linux/linux-5.10/lib/
Ddebugobjects.c1161 check_results(void *addr, enum debug_obj_state state, int fixups, int warnings) in check_results() argument
1187 if (warnings != debug_objects_warnings) { in check_results()
1189 warnings, debug_objects_warnings); in check_results()
1213 int fixups, oldfixups, warnings, oldwarnings; in debug_objects_selftest() local
1219 warnings = oldwarnings = debug_objects_warnings; in debug_objects_selftest()
1223 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings)) in debug_objects_selftest()
1226 if (check_results(&obj, ODEBUG_STATE_ACTIVE, fixups, warnings)) in debug_objects_selftest()
1229 if (check_results(&obj, ODEBUG_STATE_ACTIVE, ++fixups, ++warnings)) in debug_objects_selftest()
1232 if (check_results(&obj, ODEBUG_STATE_INACTIVE, fixups, warnings)) in debug_objects_selftest()
1235 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, warnings)) in debug_objects_selftest()
[all …]
DKconfig.ubsan16 bool "On Sanitizer warnings, abort the running kernel code"
23 turns all warnings (including potentially harmless conditions)
/kernel/linux/linux-5.10/arch/x86/tools/
Dinsn_decoder_test.c117 int warnings = 0; in main() local
155 warnings++; in main()
165 if (warnings) in main()
167 "failures\n", insns, warnings); in main()
/kernel/linux/linux-5.10/scripts/
Dkernel-doc215 my $warnings = 0;
579 ++$warnings;
1633 ++$warnings;
1685 ++$warnings;
1709 ++$warnings;
2085 ++$warnings;
2106 ++$warnings;
2126 ++$warnings;
2156 ++$warnings;
2183 ++$warnings;
[all …]
/kernel/linux/linux-5.10/tools/objtool/
Dcheck.c3072 int ret, warnings = 0; in validate_unwind_hints() local
3092 warnings += ret; in validate_unwind_hints()
3098 return warnings; in validate_unwind_hints()
3110 int ret, warnings = 0; in validate_entry() local
3213 return warnings; in validate_entry()
3223 int ret, warnings = 0; in validate_unret() local
3234 warnings += ret; in validate_unret()
3237 return warnings; in validate_unret()
3243 int warnings = 0; in validate_retpoline() local
3275 warnings++; in validate_retpoline()
[all …]
/kernel/linux/linux-5.10/drivers/base/test/
Dtest_async_driver_probe.c21 static atomic_t warnings, errors, timeout, async_completed; variable
51 atomic_inc(&warnings); in test_probe()
251 } else if (!atomic_read(&errors) && !atomic_read(&warnings)) { in test_async_probe_init()
279 atomic_read(&errors), atomic_read(&warnings)); in test_async_probe_init()
/kernel/linux/linux-5.10/fs/quota/
DKconfig26 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
/kernel/linux/linux-5.10/scripts/coccinelle/misc/
Duninitialized_var.cocci5 /// For any compiler warnings about uninitialized variables, just add
8 /// compiler warnings (e.g. "unused variable"). If the compiler thinks it
/kernel/linux/linux-5.10/Documentation/RCU/
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.
102 This resulted in a series of RCU CPU stall warnings, eventually
106 Note that SRCU does -not- have CPU stall warnings. Please note that
108 No grace period, no CPU stall warnings.
112 If you have a series of stall warnings from a single extended stall,
166 own warnings, as this often gives better-quality stack traces.
178 warnings. A positive value sets the stall-warning interval
[all …]
/kernel/linux/linux-5.10/Documentation/doc-guide/
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
88 resulting in these doc-build warnings:
136 times, but it's highly important. If we can actually eliminate warnings
/kernel/linux/linux-5.10/drivers/staging/media/omap4iss/
DTODO3 * Fix checkpatch errors and warnings
/kernel/linux/linux-5.10/drivers/staging/vc04_services/bcm2835-audio/
DTODO10 2) Fix the remaining checkpatch.pl errors and warnings.
/kernel/linux/linux-5.10/drivers/staging/octeon-usb/
DTODO6 - checkpatch warnings
/kernel/linux/linux-5.10/Documentation/admin-guide/
Dclearing-warn-once.rst8 clears the state and allows the warnings to print once again.
/kernel/linux/linux-5.10/drivers/staging/wlan-ng/
DREADME3 - sparse warnings
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_dquot.c140 res->warnings = 0; in xfs_qm_adjust_res_timer()
537 dqp->q_blk.warnings = be16_to_cpu(ddqp->d_bwarns); in xfs_dquot_from_disk()
538 dqp->q_ino.warnings = be16_to_cpu(ddqp->d_iwarns); in xfs_dquot_from_disk()
539 dqp->q_rtb.warnings = be16_to_cpu(ddqp->d_rtbwarns); in xfs_dquot_from_disk()
582 ddqp->d_bwarns = cpu_to_be16(dqp->q_blk.warnings); in xfs_dquot_to_disk()
583 ddqp->d_iwarns = cpu_to_be16(dqp->q_ino.warnings); in xfs_dquot_to_disk()
584 ddqp->d_rtbwarns = cpu_to_be16(dqp->q_rtb.warnings); in xfs_dquot_to_disk()
Dxfs_qm_syscalls.c475 res->warnings = warns; in xfs_setqlim_warns()
656 dst->d_ino_warns = dqp->q_ino.warnings; in xfs_qm_scall_getquota_fill_qc()
657 dst->d_spc_warns = dqp->q_blk.warnings; in xfs_qm_scall_getquota_fill_qc()
662 dst->d_rt_spc_warns = dqp->q_rtb.warnings; in xfs_qm_scall_getquota_fill_qc()
Dxfs_trans_dquot.c613 (res->warnings != 0 && res->warnings >= qlim->warn)) { in xfs_dqresv_check()
618 res->warnings++; in xfs_dqresv_check()
/kernel/linux/linux-5.10/Documentation/process/
Dsubmit-checklist.rst21 ``=n``. No ``gcc`` warnings/errors, no linker warnings/errors.
27 d) Any Documentation/ changes build successfully without new warnings/errors.
D4.Coding.rst236 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.
/kernel/linux/linux-5.10/arch/mips/
DKbuild2 # Fail on warnings - also for files referenced in subdirs
/kernel/linux/linux-5.10/Documentation/hwmon/
Dltc4215.rst44 undercurrent warnings. This makes it very likely that the reference
/kernel/linux/linux-5.10/drivers/staging/ks7010/
DTODO24 - fix codechecker warnings (checkpatch, sparse, smatch). But PLEASE make sure

12345