/linux-4.1.27/lib/ |
D | debugobjects.c | 879 check_results(void *addr, enum debug_obj_state state, int fixups, int warnings) in check_results() argument 905 if (warnings != debug_objects_warnings) { in check_results() 907 warnings, debug_objects_warnings); in check_results() 930 int fixups, oldfixups, warnings, oldwarnings; in debug_objects_selftest() local 936 warnings = oldwarnings = debug_objects_warnings; in debug_objects_selftest() 940 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings)) in debug_objects_selftest() 943 if (check_results(&obj, ODEBUG_STATE_ACTIVE, fixups, warnings)) in debug_objects_selftest() 946 if (check_results(&obj, ODEBUG_STATE_ACTIVE, ++fixups, ++warnings)) in debug_objects_selftest() 949 if (check_results(&obj, ODEBUG_STATE_INACTIVE, fixups, warnings)) in debug_objects_selftest() 952 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, warnings)) in debug_objects_selftest() [all …]
|
D | Kconfig.kmemcheck | 90 This option silences warnings that would be generated for bit-field
|
D | Kconfig.debug | 204 Setting this too low will cause a lot of warnings. 333 in case of kernel bugs. (precise oopses/stacktraces/warnings) 901 commonly used smp_processor_id() function and will print warnings 1205 disabling, allowing multiple RCU-lockdep warnings to be printed 1208 Say Y to allow multiple RCU-lockdep warnings per boot. 1297 RCU grace period persists, additional CPU stall warnings are
|
/linux-4.1.27/tools/testing/selftests/rcutorture/bin/ |
D | parse-build.sh | 52 grep warning: < $F > $T/warnings 53 grep "include/linux/*rcu*\.h:" $T/warnings > $T/hwarnings 54 grep "kernel/rcu/[^/]*:" $T/warnings > $T/cwarnings
|
/linux-4.1.27/arch/x86/tools/ |
D | test_get_len.c | 117 int warnings = 0; in main() local 155 warnings++; in main() 166 if (warnings) in main() 168 " instructions with %d warnings\n", insns, warnings); in main()
|
/linux-4.1.27/scripts/ |
D | kernel-doc | 170 my $warnings = 0; 1980 ++$warnings; 2033 ++$warnings; 2040 ++$warnings; 2065 ++$warnings; 2406 ++$warnings; 2427 ++$warnings; 2438 ++$warnings; 2465 ++$warnings; 2495 ++$warnings; [all …]
|
/linux-4.1.27/fs/quota/ |
D | Kconfig | 25 If you say Y here, quota warnings (about exceeding softlimit, reaching 30 bool "Print quota warnings to console (OBSOLETE)" 34 If you say Y here, quota warnings (about exceeding softlimit, reaching
|
/linux-4.1.27/Documentation/RCU/ |
D | stallwarn.txt | 46 own warnings, as this often gives better-quality stack traces. 57 warnings. A positive value sets the stall-warning interval 161 RCU CPU stall warnings even when all CPUs and tasks have passed through 178 warnings: 194 does not necessarily prevent RCU CPU stall warnings. Therefore, 225 result in RCU CPU stall warnings for CONFIG_NO_HZ_COMMON=n kernels. 232 This resulted in a series of RCU CPU stall warnings, eventually 236 warning. Note that SRCU does -not- have CPU stall warnings. Please note 238 No grace period, no CPU stall warnings. 242 If you have a series of stall warnings from a single extended stall,
|
D | 00-INDEX | 28 - RCU CPU stall warnings (module parameter rcu_cpu_stall_suppress)
|
D | torture.txt | 120 warnings in other parts of the kernel. You have been
|
/linux-4.1.27/drivers/staging/media/omap4iss/ |
D | TODO | 4 * Fix checkpatch errors and warnings
|
/linux-4.1.27/drivers/staging/octeon-usb/ |
D | TODO | 6 - checkpatch warnings
|
/linux-4.1.27/drivers/staging/wlan-ng/ |
D | README | 3 - sparse warnings
|
/linux-4.1.27/drivers/staging/unisys/ |
D | TODO | 2 -checkpatch warnings
|
/linux-4.1.27/arch/mips/ |
D | Kbuild | 1 # Fail on warnings - also for files referenced in subdirs
|
/linux-4.1.27/mm/ |
D | Kconfig.debug | 26 that would result in incorrect warnings of memory corruption after
|
/linux-4.1.27/Documentation/hwmon/ |
D | ltc4215 | 38 undercurrent warnings. This makes it very likely that the reference
|
D | ltc4245 | 38 The LTC4245 has built-in limits for over and under current warnings. This
|
D | submitting-patches | 18 * If your patch generates checkpatch warnings, please refrain from explanations
|
D | nct6775 | 51 one VID, alarms with beep warnings (control unimplemented), and some automatic
|
D | w83627ehf | 55 (except for 627UHG), alarms with beep warnings (control unimplemented),
|
D | w83781d | 72 lines, alarms with beep warnings, and some miscellaneous stuff.
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | uvc.h | 89 if (!test_and_set_bit(warn, &dev->warnings)) \
|
/linux-4.1.27/drivers/staging/slicoss/ |
D | TODO | 4 - any remaining sparse and checkpatch.pl warnings
|
/linux-4.1.27/Documentation/ |
D | kmemcheck.txt | 61 false positive warnings from kmemcheck. An example of this is a 16-bit 90 information from the kmemcheck warnings, which is extremely valuable in 115 can prevent floods of warnings and increase the chances of the machine 146 warnings might overflow the kernel log itself, and the earlier reports 176 This option silences warnings that would be generated for bit-field 220 positive warnings to appear. Therefore, try not to use this. If you find that 221 it doesn't work properly (e.g. you see an unreasonable amount of warnings), I 655 /* No warnings will ever trigger on accessing any part of x */ 685 /* No warnings will trigger on accessing the bitfield of x */ 697 is not very wise to blindly post kmemcheck warnings to mailing lists and [all …]
|
D | SubmitChecklist | 17 =n. No gcc warnings/errors, no linker warnings/errors.
|
D | digsig.txt | 18 coding style, and checkpatch.pl reported errors and warnings have been fixed.
|
D | sparse.txt | 108 These checks are disabled by default as they generate a host of warnings.
|
D | oops-tracing.txt | 259 (Though some warnings may set more specific taint flags.)
|
D | DMA-API.txt | 280 API for mapping and unmapping for pages. All the notes and warnings 654 warnings will be printed to the kernel log
|
D | applying-patches.txt | 174 Often these warnings can easily be fixed by joining (concatenating) the
|
D | SubmittingPatches | 321 Warning fixes (cluttering with useless warnings is bad)
|
D | kernel-parameters.txt | 401 behaviour to be specified. Bit 0 enables warnings, 3144 warnings, zero to disable.
|
/linux-4.1.27/Documentation/development-process/ |
D | 4.Coding | 216 The first step is simply to heed the warnings produced by the compiler. 218 potential errors. Quite often, these warnings point to real problems. 220 warnings. When silencing warnings, take care to understand the real cause 224 Note that not all compiler warnings are enabled by default. Build the 233 extra set of warnings for problems like the use of deprecated interfaces 235 generated by these warnings can be verbose, but one need not worry about 236 warnings from other parts of the kernel.
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
D | jr3_pci.h | 554 u32 warnings; /* offset 0x00f0 */ member
|
/linux-4.1.27/Documentation/arm64/ |
D | legacy_instructions.txt | 20 warnings are issued. This is the default for deprecated
|
/linux-4.1.27/drivers/media/usb/uvc/ |
D | uvcvideo.h | 527 unsigned long warnings; member 610 if (!test_and_set_bit(warn, &dev->warnings)) \
|
/linux-4.1.27/drivers/parisc/ |
D | Kconfig | 160 bool "PDC chassis warnings support" 164 Say Y here if you want to enable support for Chassis warnings.
|
/linux-4.1.27/Documentation/devicetree/bindings/ |
D | submitting-patches.txt | 25 string. [ checkpatch will emit warnings if this step is not
|
/linux-4.1.27/Documentation/arm/ |
D | mem_alignment | 48 For example, the following will turn on the warnings, but without
|
/linux-4.1.27/net/wireless/ |
D | Kconfig | 48 bool "enable developer warnings" 52 This option enables some additional warnings that help
|
/linux-4.1.27/Documentation/filesystems/ |
D | quota.txt | 56 - four warnings are also defined for the event when user stops
|
/linux-4.1.27/drivers/tty/serial/ |
D | Kconfig | 39 messages and warnings and which allows logins in single user mode). 67 messages and warnings and which allows logins in single user mode). 111 kernel messages and warnings and which allows logins in single user 133 warnings and which allows logins in single user mode). 200 receives all kernel messages and warnings and which allows 218 receives all kernel messages and warnings and which allows 362 kernel messages and warnings and which allows logins in single user 392 kernel messages and warnings and which allows logins in single user 612 messages and warnings and which allows logins in single user mode). 884 messages and warnings and which allows logins in single user mode). [all …]
|
/linux-4.1.27/fs/affs/ |
D | Changes | 11 in readdir()) gives compiler warnings but is 280 - Errors and warnings are now reported via a
|
/linux-4.1.27/fs/xfs/ |
D | Kconfig | 77 Say Y here to get an XFS build with many additional warnings.
|
/linux-4.1.27/arch/powerpc/ |
D | Kconfig.debug | 10 arch/powerpc with the -Werror flag (which means warnings 55 warnings can be printed to the console when instructions are
|
/linux-4.1.27/arch/m68k/ |
D | Kconfig.devices | 125 kernel messages and warnings and which allows logins in single user
|
/linux-4.1.27/drivers/i2c/ |
D | Kconfig | 108 If you do build this module, be sure to read the notes and warnings
|
/linux-4.1.27/arch/arm/plat-omap/ |
D | Kconfig | 89 to change the pin multiplexing setup. When there are no warnings
|
/linux-4.1.27/kernel/ |
D | cpuset.c | 741 static int warnings = 10; in generate_sched_domains() local 742 if (warnings) { in generate_sched_domains() 745 warnings--; in generate_sched_domains()
|
/linux-4.1.27/arch/xtensa/lib/ |
D | usercopy.S | 219 sub a3, a3, a10 # align a3 (to avoid sim warnings only; not needed for hardware)
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.sym53c8xx_2 | 134 - Fix a couple of gcc/gcc3 warnings.
|
D | ChangeLog.lpfc | 403 compile warnings on 64 bit platforms: %variables for %llx format 428 * Fix sparse warnings by adding __iomem markers to lpfc_compat.h. 429 * Fix some sparse warnings -- 0 used as NULL pointer. 658 rid of build warnings on later 2.6.9-rc kernels. Build 721 * Remove warnings generated by Sparse against driver (make 722 C=1). Mostly these are "using integer as pointer warnings" 825 lpfc_crtn.h - fixes build warnings. 1432 * Fix build warnings on 2.6 kernels - remove no longer used calls
|
D | advansys.txt | 225 warnings generated when CONFIG_PROC_FS was not defined in
|
D | aic7xxx.txt | 157 - Fix a few GCC 3.3 compiler warnings.
|
D | ChangeLog.megaraid_sas | 531 ii. All compiler warnings removed
|
D | ChangeLog.1992-1997 | 1414 * constants.c: Fix some things to eliminate warnings. Add some
|
/linux-4.1.27/scripts/genksyms/ |
D | parse.tab.c_shipped | 271 /* Suppress unused-variable warnings by "using" E. */ 278 /* Identity function, used to suppress warnings about constant conditions. */ 890 /* This is here to suppress warnings from the GCC cpp's 893 YYFAIL uses, which will produce warnings from Bison 2.5. */ 1414 /* Prevent warnings from -Wmissing-prototypes. */
|
/linux-4.1.27/Documentation/sysctl/ |
D | kernel.txt | 335 The maximum number of warnings to report. During a check interval 337 When this value reaches 0, no more warnings will be reported. 340 -1: report an infinite number of warnings. 797 -1 - Legacy per-write sysctl value handling, with no printk warnings.
|
D | net.txt | 128 warnings
|
/linux-4.1.27/Documentation/kbuild/ |
D | kbuild.txt | 181 into warnings.
|
D | modules.txt | 473 all symbols to avoid spitting out warnings about undefined
|
D | makefiles.txt | 405 except for warnings/errors.
|
/linux-4.1.27/fs/befs/ |
D | ChangeLog | 170 * Fixed a couple of compile warnings due to use of malloc.h, when slab.h 209 * Fixed unused variable warnings when compiling without debugging.
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.tab.c_shipped | 262 /* Suppress unused-variable warnings by "using" E. */ 269 /* Identity function, used to suppress warnings about constant conditions. */ 818 /* This is here to suppress warnings from the GCC cpp's 821 YYFAIL uses, which will produce warnings from Bison 2.5. */ 1369 /* Prevent warnings from -Wmissing-prototypes. */
|
/linux-4.1.27/arch/arm/mach-davinci/ |
D | Kconfig | 243 to change the pin multiplexing setup. When there are no warnings
|
/linux-4.1.27/Documentation/networking/ |
D | batman-adv.txt | 131 All error messages, warnings and information messages are sent to
|
D | netdev-FAQ.txt | 208 "allmodconfig" build without new warnings or failures.
|
D | ip-sysctl.txt | 516 against legal connection rate. If you see SYN flood warnings 526 SYN flood warnings in logs not being really flooded, your server 855 If this is set to TRUE, the kernel will not give such warnings, which
|
/linux-4.1.27/arch/s390/ |
D | Kconfig | 481 prompt "Emit compiler warnings for function with dynamic stack usage" 484 compiler supports this options generates warnings for functions
|
/linux-4.1.27/drivers/tty/ |
D | Kconfig | 22 virtual terminal can collect system messages and warnings, another 58 and warnings and which allows logins in single user mode. If you
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 272 /* Suppress unused-variable warnings by "using" E. */ 280 /* Identity function, used to suppress warnings about constant conditions. */ 750 /* This is here to suppress warnings from the GCC cpp's 753 YYFAIL uses, which will produce warnings from Bison 2.5. */
|
/linux-4.1.27/Documentation/blockdev/ |
D | floppy.txt | 188 notifications, warnings about over and underruns, and about
|
/linux-4.1.27/Documentation/power/ |
D | userland-swsusp.txt | 4 First, the warnings at the beginning of swsusp.txt still apply.
|
D | swsusp.txt | 1 Some warnings, first.
|
/linux-4.1.27/Documentation/locking/ |
D | ww-mutex-design.txt | 72 anyway the __must_check doesn't result in spurious warnings, even though the
|
/linux-4.1.27/drivers/tty/serial/8250/ |
D | Kconfig | 68 kernel messages and warnings and which allows logins in single user
|
/linux-4.1.27/arch/sparc/ |
D | Kconfig | 377 kernel messages and warnings and which allows logins in single user
|
/linux-4.1.27/sound/oss/ |
D | CHANGELOG | 118 - fixed some compile warnings detected by gcc/g++ -Wall
|
/linux-4.1.27/net/ipv4/ |
D | Kconfig | 98 verbose messages regarding the routing, for example warnings about
|
/linux-4.1.27/drivers/usb/serial/ |
D | Kconfig | 28 device which receives all kernel messages and warnings and which
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | timekeeping.txt | 586 misinterpretation of the passage of real time. Usually, these warnings are
|
/linux-4.1.27/init/ |
D | Kconfig | 527 the tiny variants to disable RCU CPU stall warnings, while 528 making these warnings mandatory for the tree variants.
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | CHANGES | 852 especially in deep directory trees. Fix various build warnings.
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 493 The function below should return 11 though gcc may get upset & toss warnings
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 4002 plus a pile of warnings.
|