Home
last modified time | relevance | path

Searched refs:warning (Results 1 – 200 of 215) sorted by relevance

12

/linux-4.4.14/scripts/
DMakefile.extrawarn18 warning- := $(empty)
20 warning-1 := -Wextra -Wunused -Wno-unused-parameter
21 warning-1 += -Wmissing-declarations
22 warning-1 += -Wmissing-format-attribute
23 warning-1 += $(call cc-option, -Wmissing-prototypes)
24 warning-1 += -Wold-style-definition
25 warning-1 += $(call cc-option, -Wmissing-include-dirs)
26 warning-1 += $(call cc-option, -Wunused-but-set-variable)
27 warning-1 += $(call cc-option, -Wunused-const-variable)
28 warning-1 += $(call cc-disable-warning, missing-field-initializers)
[all …]
DMakefile.kasan19 $(warning Cannot use CONFIG_KASAN: \
25 $(warning CONFIG_KASAN: compiler does not support all options.\
DMakefile.build57 $(warning kbuild: $(obj)/Makefile - Usage of host-progs is deprecated. Please replace with hostprog…
77 $(warning kbuild: Makefile.build is included improperly)
DKbuild.include126 # cc-disable-warning
127 # Usage: cflags-y += $(call cc-disable-warning,unused-but-set-variable)
128 cc-disable-warning = $(call try-run,\
/linux-4.4.14/tools/perf/config/
DMakefile251 …msg := $(warning No libelf found, disables 'probe' tool and BPF support in 'perf record', please i…
270 …msg := $(warning No libdw DWARF unwind found, Please install elfutils-devel/libdw-dev >= 0.158 and…
274 …msg := $(warning No libdw.h found or old libdw.h found or elfutils is older than 0.138, disables d…
302 …msg := $(warning DWARF register mappings have not been defined for architecture $(ARCH), DWARF sup…
332 …msg := $(warning No libunwind found. Please install libunwind-dev[el] >= 1.1 and/or set LIBUNWIND_…
339 …msg := $(warning BPF API too old. Please install recent kernel headers. BPF support in 'perf recor…
350 msg := $(warning Disabling post unwind, no support found.);
376 msg := $(warning No debug_frame support found in libunwind);
391 …msg := $(warning No libaudit.h found, disables 'trace' tool, please install audit-libs-devel or li…
406 …msg := $(warning slang not found, disables TUI support. Please install slang-devel or libslang-dev…
[all …]
/linux-4.4.14/include/linux/mtd/
Dxip.h69 #warning "missing IRQ and timer primitives for XIP MTD support"
70 #warning "some of the XIP MTD support code will be disabled"
71 #warning "your system will therefore be unresponsive when writing or erasing flash"
Dcfi.h76 #warning No CONFIG_MTD_CFI_Ix selected. No NOR chip support can work.
Dmap.h145 #warning "No CONFIG_MTD_MAP_BANK_WIDTH_xx selected. No NOR chip support can work"
/linux-4.4.14/lib/
Dbug.c145 unsigned line, warning; in report_bug() local
154 warning = 0; in report_bug()
165 warning = (bug->flags & BUGFLAG_WARNING) != 0; in report_bug()
168 if (warning) { in report_bug()
Datomic64_test.c154 #warning Please implement atomic64_dec_if_positive for your architecture and select the above Kconf… in test_atomic64()
DKconfig.debug186 Disable this to suppress the "warning: 'foo' is deprecated
194 suppress the "warning: ignoring return value of 'foo', declared with
206 Setting it to 0 disables the warning.
1213 first warning (or "splat"). This feature prevents such
1356 number of seconds, a CPU stall warning is printed. If the
/linux-4.4.14/tools/perf/
Dbuiltin-help.c116 warning("failed to exec '%s': %s", path, in exec_woman_emacs()
147 warning("failed to exec '%s': %s", path, in exec_man_konqueror()
159 warning("failed to exec '%s': %s", path, in exec_man_man()
170 warning("failed to exec '%s': %s", cmd, in exec_man_cmd()
211 warning("'%s': path for unsupported man viewer.\n" in add_man_viewer_path()
223 warning("'%s': cmd for supported man viewer.\n" in add_man_viewer_cmd()
251 warning("'%s': unsupported man viewer sub key.", subkey); in add_man_viewer_info()
355 warning("'%s': unknown man viewer.", name); in exec_viewer()
/linux-4.4.14/Documentation/RCU/
Dstallwarn.txt14 issues an RCU CPU stall warning. This time period is normally
22 -next- stall, or the following warning for the current stall
24 timing of the next warning for the current stall.
26 Stall-warning messages may be enabled and disabled completely via
34 giving an RCU CPU stall warning message. (This is a cpp
49 This boot/sysfs parameter controls the RCU-tasks stall warning
51 warnings. A positive value sets the stall-warning interval
52 in jiffies. An RCU-tasks stall warning starts wtih the line:
71 On the other hand, if the offending CPU fails to print out a stall-warning
86 Finally, if the grace period ends just as the stall warning starts
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Dst,sta350.txt39 - st,thermal-warning-recover:
40 If present, thermal warning recovery is enabled.
42 - st,thermal-warning-adjustment:
43 If present, thermal warning adjustment is enabled.
63 - st,overcurrent-warning-adjustment:
64 If present, overcurrent warning adjustment is enabled.
Dst,sta32x.txt39 - st,thermal-warning-recover:
40 If present, thermal warning recovery is enabled.
42 - st,thermal-warning-adjustment:
43 If present, thermal warning adjustment is enabled.
/linux-4.4.14/tools/perf/ui/
Dutil.c25 .warning = perf_stdio__warning,
49 ret = perf_eops->warning(format, args); in ui__warning()
Dutil.h15 int (*warning)(const char *format, va_list args); member
/linux-4.4.14/tools/lib/traceevent/
Devent-plugin.c296 warning("could not allocate plugin memory\n"); in load_plugin()
306 warning("could not load plugin '%s'\n%s\n", in load_plugin()
317 warning("could not find func '%s' in plugin '%s'\n%s\n", in load_plugin()
324 warning("could not allocate plugin memory\n"); in load_plugin()
426 warning("could not allocate plugin memory\n"); in load_plugins()
Dplugin_function.c74 warning("could not allocate plugin memory\n"); in add_child()
100 warning("could not allocate plugin memory\n"); in add_and_get_index()
Devent-utils.h26 void warning(const char *fmt, ...);
Dparse-utils.c49 void __weak warning(const char *fmt, ...) in warning() function
Devent-parse.c51 warning(fmt, ##__VA_ARGS__); \
60 warning("[%s:%s] " fmt, event->system, \
63 warning(fmt, ##__VA_ARGS__); \
/linux-4.4.14/Documentation/devicetree/bindings/power/
Dda9150-fg.txt8 - dlg,warn-soc-level: Battery discharge level (%) where warning event raised.
11 This value should be lower than the warning level.
/linux-4.4.14/arch/s390/kernel/
Dnmi.c29 unsigned int warning : 1; member
77 if (mcck.warning) { /* WARNING pending ? */ in s390_handle_mcck()
355 mcck->warning = 1; in s390_do_machine_check()
Dvmlinux.lds.S32 *(.gnu.warning)
/linux-4.4.14/tools/perf/ui/gtk/
Dutil.c108 .warning = perf_gtk__warning_info_bar,
110 .warning = perf_gtk__warning_statusbar,
/linux-4.4.14/arch/arm/kernel/
Dunwind.c31 #warning Your compiler does not have EABI support.
32 #warning ARM unwind is known to compile only with EABI compilers.
33 #warning Change compiler or disable ARM_UNWIND option.
35 #warning Your compiler is too buggy; it is known to not compile ARM unwind support.
36 #warning Change compiler or disable ARM_UNWIND option.
Dvmlinux.lds.S112 *(.gnu.warning)
/linux-4.4.14/arch/m32r/kernel/
Dtime.c100 #warning do_gettimeoffse not implemented in m32r_gettimeoffset()
194 #warning time_init not implemented in time_init()
Dvmlinux.lds.S36 *(.gnu.warning)
/linux-4.4.14/arch/alpha/include/asm/
Dgpio.h2 #warning Include linux/gpio.h instead of asm/gpio.h
/linux-4.4.14/arch/c6x/include/asm/
Dprocinfo.h25 #warning "Please include asm/elf.h instead"
/linux-4.4.14/arch/metag/include/asm/
Dgpio.h2 #warning Include linux/gpio.h instead of asm/gpio.h
/linux-4.4.14/arch/x86/include/asm/
Dgpio.h2 #warning Include linux/gpio.h instead of asm/gpio.h
Ddwarf2.h5 #warning "asm/dwarf2.h should be only included in pure assembly files"
/linux-4.4.14/arch/xtensa/include/asm/
Dgpio.h2 #warning Include linux/gpio.h instead of asm/gpio.h
/linux-4.4.14/arch/sparc/include/asm/
Dgpio.h2 #warning Include linux/gpio.h instead of asm/gpio.h
/linux-4.4.14/arch/microblaze/include/asm/
Dgpio.h2 #warning Include linux/gpio.h instead of asm/gpio.h
/linux-4.4.14/arch/openrisc/include/asm/
Dgpio.h2 #warning Include linux/gpio.h instead of asm/gpio.h
/linux-4.4.14/arch/ia64/include/asm/
Dgpio.h2 #warning Include linux/gpio.h instead of asm/gpio.h
/linux-4.4.14/arch/powerpc/include/asm/
Dgpio.h2 #warning Include linux/gpio.h instead of asm/gpio.h
/linux-4.4.14/include/uapi/linux/netfilter_ipv4/
Dipt_LOG.h4 #warning "Please update iptables, this file will be removed soon!"
/linux-4.4.14/include/uapi/linux/netfilter_ipv6/
Dip6t_LOG.h4 #warning "Please update iptables, this file will be removed soon!"
/linux-4.4.14/Documentation/ja_JP/
DSubmitChecklist35 warningやerrorを出していないことも確認してください。
106 "warning: comparison between signed and unsigned" のようなメッセージは、
/linux-4.4.14/arch/arm/crypto/
DMakefile22 $(warning These ARMv8 Crypto Extensions modules need binutils 2.23 or higher)
23 $(warning $(ce-obj-y) $(ce-obj-m))
/linux-4.4.14/Documentation/hwmon/
Dmax1606582 in[0-11]_min Low warning limit.
86 in[0-11]_max High warning limit.
90 Either low or high warning limits are supported
Dabituguru-datasheet220 Bit 0: Give an alarm if measured temp is over the warning threshold (RW) *
224 Bit 4: 1 if alarm cause measured temp is over the warning threshold (R)
237 Temp sensor: warning threshold (scale as bank 0x21)
Dsubmitting-patches20 warning helps hiding a real problem. If you don't like the kernel coding
/linux-4.4.14/arch/arm/include/asm/
Dprocinfo.h47 #warning "Please include asm/elf.h instead"
/linux-4.4.14/drivers/of/unittest-data/
Dtests-overlay.dtsi162 /* suppress DTC warning */
226 /* suppress DTC warning */
254 /* suppress DTC warning */
/linux-4.4.14/arch/arm/lib/
Dxor-neon.c33 #warning This code requires at least version 4.6 of GCC
/linux-4.4.14/arch/unicore32/kernel/
Dvmlinux.lds.S43 *(.gnu.warning)
/linux-4.4.14/tools/perf/tests/
Dattr.py106 log.warning("expected %s=%s, got %s" % (t, self[t], other[t]))
124 log.warning("running '%s'" % path)
267 log.warning("unsupp %s" % obj.getMsg())
/linux-4.4.14/include/linux/platform_data/
Dkeypad-omap.h12 #warning Please update the board to use matrix-keypad driver
/linux-4.4.14/include/uapi/linux/
Dtypes.h9 #warning "Attempt to use kernel headers from user space, see http://kernelnewbies.org/KernelHeaders"
/linux-4.4.14/
DMakefile611 KBUILD_CFLAGS += -Os $(call cc-disable-warning,maybe-uninitialized,)
653 $(warning Cannot use CONFIG_CC_STACKPROTECTOR_REGULAR: \
660 $(warning Cannot use CONFIG_CC_STACKPROTECTOR_STRONG: \
672 KBUILD_CPPFLAGS += $(call cc-option,-Wno-unknown-warning-option,)
673 KBUILD_CFLAGS += $(call cc-disable-warning, unused-variable)
674 KBUILD_CFLAGS += $(call cc-disable-warning, format-invalid-specifier)
675 KBUILD_CFLAGS += $(call cc-disable-warning, gnu)
677 KBUILD_CFLAGS += $(call cc-disable-warning, tautological-compare)
687 KBUILD_CFLAGS += $(call cc-disable-warning, unused-but-set-variable)
688 KBUILD_CFLAGS += $(call cc-disable-warning, unused-const-variable)
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/watchdog/
Dstericsson-coh901327.txt7 - interrupts: the interrupt used for the watchdog timeout warning.
Ddw_wdt.txt12 - interrupts : The interrupt used for the watchdog timeout warning.
/linux-4.4.14/tools/testing/selftests/rcutorture/bin/
Dparse-build.sh52 grep warning: < $F > $T/warnings
/linux-4.4.14/arch/metag/kernel/
Dvmlinux.lds.S28 *(.gnu.warning)
/linux-4.4.14/arch/alpha/kernel/
Dvmlinux.lds.S27 *(.gnu.warning)
/linux-4.4.14/arch/avr32/kernel/
Dvmlinux.lds.S57 *(.gnu.warning)
/linux-4.4.14/Documentation/blackfin/
Dbfin-gpio-notes.txt58 warning messages like,
66 warning messages.
/linux-4.4.14/arch/mn10300/kernel/
Dvmlinux.lds.S36 *(.gnu.warning)
/linux-4.4.14/arch/tile/kernel/
Dvmlinux.lds.S55 *(.gnu.warning)
/linux-4.4.14/arch/arm/boot/compressed/
Dvmlinux.lds.S43 *(.gnu.warning)
/linux-4.4.14/arch/sh/kernel/
Dvmlinux.lds.S43 *(.gnu.warning)
/linux-4.4.14/arch/m68k/kernel/
Dvmlinux-sun3.lds21 *(.gnu.warning)
Dvmlinux-std.lds21 *(.gnu.warning)
Dsetup_mm.c49 #warning No CPU/platform type selected, your kernel will not work!
50 #warning Are you building an allnoconfig kernel?
/linux-4.4.14/arch/um/kernel/
Duml.lds.S34 *(.gnu.warning)
Ddyn.lds.S75 *(.gnu.warning)
/linux-4.4.14/arch/ia64/scripts/
Dtoolchain-flags22 warning: your linker cannot handle cross-segment segment-relative relocations.
/linux-4.4.14/tools/perf/util/
Dusage.c82 void warning(const char *warn, ...) in warning() function
Dconfig.c481 warning("Not enough memory to process %s/.perfconfig, " in perf_config()
490 warning("File %s not owned by current user or root, " in perf_config()
Dtrace-event-parse.c152 warning("printk format with empty entry"); in parse_ftrace_printk()
Dutil.h136 extern void warning(const char *err, ...) __attribute__((format (printf, 1, 2)));
Dbpf-loader.c29 DEFINE_PRINT_FN(warning, 1)
/linux-4.4.14/arch/parisc/kernel/
Dvmlinux.lds.S82 *(.gnu.warning)
/linux-4.4.14/arch/frv/kernel/
Dvmlinux.lds.S73 *(.gnu.warning)
/linux-4.4.14/arch/c6x/kernel/
Dvmlinux.lds.S77 *(.gnu.warning)
/linux-4.4.14/drivers/char/hw_random/
Dintel-rng.c308 static __initdata /*const*/ char warning[] = in intel_init_hw_struct() local
316 pr_warn("%s", warning); in intel_init_hw_struct()
/linux-4.4.14/arch/powerpc/mm/
Dinit_64.c70 #warning Limited user VSID range means pagetable space is wasted
74 #warning TASK_SIZE is smaller than it needs to be.
/linux-4.4.14/arch/arc/kernel/
Dvmlinux.lds.S103 *(.gnu.warning)
/linux-4.4.14/arch/sparc/kernel/
Dvmlinux.lds.S55 *(.gnu.warning)
/linux-4.4.14/init/
Ddo_mounts_initrd.c8 #warning "Sparse checking disabled for this file"
Ddo_mounts_rd.c8 #warning "Sparse checking disabled for this file"
Ddo_mounts_md.c8 #warning "Sparse checking disabled for this file"
Ddo_mounts.c8 #warning "Sparse checking disabled for this file"
Dinitramfs.c8 #warning "Sparse checking disabled for this file"
/linux-4.4.14/arch/unicore32/boot/compressed/
Dvmlinux.lds.in35 *(.gnu.warning)
/linux-4.4.14/arch/m68k/mvme147/
Dconfig.c153 #warning check me! in mvme147_hwclk()
/linux-4.4.14/arch/mips/kernel/
Dvmlinux.lds.S63 *(.gnu.warning)
/linux-4.4.14/scripts/coccinelle/free/
Difnullfree.cocci3 /// Based on checkpatch warning
/linux-4.4.14/arch/arm64/kernel/
Dvmlinux.lds.S111 *(.gnu.warning)
/linux-4.4.14/samples/hidraw/
Dhid-example.c22 #warning Please have your distro update the userspace kernel headers
/linux-4.4.14/drivers/net/usb/
Dcdc_subset.c241 #warning You need to configure some hardware for this driver
/linux-4.4.14/lib/raid6/
Drecov_avx2.c322 #warning "your version of binutils lacks AVX2 support"
Drecov_ssse3.c337 #warning "your version of binutils lacks SSSE3 support"
/linux-4.4.14/arch/tile/include/asm/
Duaccess.h196 __attribute__((warning("sizeof __get_user argument not 1, 2, 4 or 8")));
279 __attribute__((warning("sizeof __put_user argument not 1, 2, 4 or 8")));
/linux-4.4.14/drivers/gpu/drm/nouveau/
DKconfig46 2 - warning
/linux-4.4.14/arch/arm64/
DMakefile25 $(warning LSE atomics not supported by binutils)
/linux-4.4.14/include/linux/
Dcompiler-gcc.h184 # define __compiletime_warning(message) __attribute__((warning(message)))
/linux-4.4.14/arch/x86/
DMakefile133 $(warning stack-protector enabled but compiler support broken)
148 $(warning CONFIG_X86_X32 enabled but no binutils support)
DKconfig.debug118 Generate a warning if any W+X mappings are found at boot.
/linux-4.4.14/scripts/kconfig/
Dzconf.l187 printf("%s:%d:warning: multi-line strings not supported\n", zconf_curname(), zconf_lineno());
Dzconf.tab.c_shipped329 /* Pacify GCC's `empty if-body' warning. */
838 -Wunused-macros. Normally we don't worry about that warning, but
1675 GCC warning that YYVAL may be used uninitialized. */
1748 zconfprint("warning: menuconfig statement without prompt");
1807 zconfprint("warning: ignoring unknown option %s", (yyvsp[(2) - (3)].string));
Dzconf.lex.c_shipped860 "%s:%d:warning: ignoring unsupported character '%c'\n",
1296 printf("%s:%d:warning: multi-line strings not supported\n", zconf_curname(), zconf_lineno());
/linux-4.4.14/arch/arm/mach-omap1/
Dpm.h111 #warning "Power management for this processor not implemented yet"
/linux-4.4.14/drivers/media/common/b2c2/
Dflexcop-common.h24 #warning please define a log prefix for your file, using a default one
/linux-4.4.14/drivers/nubus/
Dproc.c64 #warning Need to set some I/O handlers here
/linux-4.4.14/tools/perf/ui/tui/
Dutil.c255 .warning = perf_tui__warning,
/linux-4.4.14/arch/x86/kernel/
Dvmlinux.lds.S106 *(.gnu.warning)
/linux-4.4.14/include/linux/wimax/
Ddebug.h265 #warning D_MASTER not defined, but debug.h included! [see docs]
/linux-4.4.14/tools/perf/scripts/perl/Perf-Trace-Util/
DREADME26 XS(boot_Perf__Trace__Context) to silence a warning/error.
/linux-4.4.14/drivers/tty/serial/8250/
D8250_hp300.c23 #warning CONFIG_SERIAL_8250 defined but neither CONFIG_HPDCA nor CONFIG_HPAPCI defined, are you sur…
/linux-4.4.14/Documentation/devicetree/bindings/crypto/
Dfsl-sec2.txt8 warning: SEC1 and SEC2 are mutually exclusive
/linux-4.4.14/arch/m68k/mvme16x/
Dconfig.c400 #warning check me! in mvme16x_hwclk()
/linux-4.4.14/Documentation/
Dkmemcheck.txt64 warning for the upper 16 bits (if they're uninitialized).
262 the warning.
274 be the vmlinux of the kernel that produced the warning in the first place! If
464 warning, so this makes perfect sense. It also seems reasonable to assume that
517 the warning. We know about REP MOVSL that it uses the register RCX to count
605 positive warning.
699 in their own code. If you get a warning, you can try to work around it, try
DDMA-API.txt587 error it prints a warning message with some details into your kernel log. An
588 example warning message may look like this:
622 of the DMA-API call which caused this warning.
624 Per default only the first error will result in a warning message. All other
635 will print a warning for every error it finds
695 this flag is still set, prints warning message that includes call trace that
Dsparse.txt46 is mostly warning-free and is supposed to stay that way. Warnings will
Dlockup-watchdogs.txt46 generate a kernel warning or call panic, depending on the
DSubmitChecklist89 finding bugs like "warning: comparison between signed and unsigned".
Doops-tracing.txt258 10: 'W' if a warning has previously been issued by the kernel.
Dkernel-parameters.txt244 will bind successfully but a warning message is logged.
1945 4 (KERN_WARNING) warning conditions
2989 If you hit the warning due to signal overflow,
3307 Suppress RCU CPU stall warning messages.
3310 Set timeout for RCU CPU stall warning messages.
3313 Set timeout in jiffies for RCU task stall warning
3807 warning is hit. This turns off "tracing_on". Tracing can
3813 be filled with content caused by the warning output.
DCodingStyle35 benefit of warning you when you're nesting your functions too deep.
36 Heed that warning.
Dkobject.txt274 release() method. Do not try to get rid of this warning by providing an
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd_lib.c158 #warning "XXX risk of kmap deadlock on multiple frags..." in ksocknal_lib_send_kiov()
313 #warning "XXX risk of kmap deadlock on multiple frags..." in ksocknal_lib_recv_kiov()
/linux-4.4.14/Documentation/driver-model/
Ddevice.txt95 Word of warning: While the kernel allows device_create_file() and
/linux-4.4.14/arch/mips/vdso/
DMakefile32 $(warning MIPS VDSO requires binutils >= 2.25)
/linux-4.4.14/Documentation/devicetree/bindings/mmc/
Dti-omap-hsmmc.txt93 If configuration is incomplete, a warning message is emitted "falling back to
/linux-4.4.14/Documentation/acpi/apei/
Doutput_format.txt21 [primary][, containment warning][, reset][, threshold exceeded]\
/linux-4.4.14/tools/perf/Documentation/
Dperf-script.txt140 warning is given to the user:
149 suppresses trace events. The user is given a warning message about
DMakefile198 DO_INSTALL_MAN = $(warning Please install $(missing_tools) to have the man pages installed)
Dperf-record.txt273 inheritance is automatically disabled. --per-thread is ignored with a warning
/linux-4.4.14/fs/befs/
DChangeLog66 * Compile warning fix for namei.c. [Sergey S. Kostyliov <rathamahata@php4.ru>]
113 * Added new debug/warning/error print functions in debug.c.
372 * Got rid of kernel warning on mount.
/linux-4.4.14/Documentation/networking/
Ddm9000.txt61 as this will generate a warning if it is not present. The trigger from
Dvortex.txt184 warning message "eth0: Too much work in interrupt".
Dip-sysctl.txt349 reset immediately and warning is printed. This limit exists
368 and warning is printed. This limit exists only to prevent
545 another parameters until this warning disappear.
897 frames. Such violations are normally logged via a kernel warning.
/linux-4.4.14/Documentation/sysctl/
Dnet.txt123 These parameters are used to limit the warning messages written to the kernel
127 be dropped. The default settings limit warning messages to one every five
Dkernel.txt337 for more than this value report a warning.
681 Some warning messages are rate limited. printk_ratelimit specifies
876 512 - A kernel warning has occurred.
Dfs.txt246 to syslog warning about the lack of a correct setting.
/linux-4.4.14/drivers/parport/
Dparport_ip32.c85 # warning DEBUG_PARPORT_IP32 == 1
87 # warning DEBUG_PARPORT_IP32 == 2
89 # warning DEBUG_PARPORT_IP32 >= 3
/linux-4.4.14/Documentation/PCI/
Dpcieaer-howto.txt70 console. If it's a correctable error, it is outputted as a warning.
227 error is fatal, kernel will print out warning messages. Please refer
/linux-4.4.14/tools/testing/ktest/
Dktest.pl2246 my $warning = process_warning_line $_;
2248 $warnings_list{$warning} = 1;
2260 my $warning = process_warning_line $_;
2262 if (!defined $warnings_list{$warning}) {
/linux-4.4.14/tools/testing/selftests/vm/
Duserfaultfd.c637 #warning "missing __NR_userfaultfd definition"
/linux-4.4.14/Documentation/locking/
Dlockdep-design.txt229 Exceeding this number will trigger the following lockdep warning:
234 desktop systems have less than 1,000 lock classes, so this warning
/linux-4.4.14/drivers/scsi/
Dscsi_logging.c22 #warning SCSI logging bitmask too large
/linux-4.4.14/Documentation/arm/
Dkernel_user_helpers.txt13 warning. Only the entry points and their results as documented here are
/linux-4.4.14/net/wireless/
DKconfig58 time, the warning might trigger spuriously due to races.
/linux-4.4.14/Documentation/fb/
Dmodedb.txt110 If one of the above are not satisfied, the kernel will print a warning but the
Duvesafb.txt87 Values other than 0 and 3 will result in a warning and will be
/linux-4.4.14/Documentation/spi/
Dpxa2xx219 print "rate limited" warning
/linux-4.4.14/Documentation/trace/
Dmmiotrace.txt78 to view your kernel log and look for "mmiotrace has lost events" warning. If
Dring-buffer-design.txt631 of warning to the user). But what happens if the commit was still on the
/linux-4.4.14/Documentation/filesystems/
Dhpfs.txt172 When compiled, you get warning: function declaration isn't a prototype. Does
182 correctly and writes warning if it finds them. If you see this message, this is
Dbtrfs.txt79 but a warning is printed if it's more than 300 seconds (5 minutes).
Daffs.txt188 By default, filenames are truncated to 30 characters without warning.
Dnilfs2.txt53 disable again with a warning.
Dext4.txt189 write, it will disable again with a warning.
371 ignored with kernel warning. Note that dioread_nolock
Dvfat.txt88 quiet -- Stops printing certain warning messages.
/linux-4.4.14/drivers/media/dvb-frontends/
Ddib0070.c663 #warning forcing SBAND in dib0070_reset()
/linux-4.4.14/Documentation/kbuild/
Dmakefiles.txt504 cc-disable-warning
505 cc-disable-warning checks if gcc supports a given warning and returns
508 warn about it if there is another warning in the source file.
511 KBUILD_CFLAGS += $(call cc-disable-warning, unused-but-set-variable)
/linux-4.4.14/Documentation/scsi/
DChangeLog.lpfc8 * Fixed build warning for 2.6.12-rc2 kernels: mempool_alloc now
95 * Fix compile warning/resultant panic in
581 * Cleaned up the following warning generated by
665 lpfc_jedec_to_ascii to prevent warning in SLES 9.
894 * Fix compile warning in lpfc_fcp.c.
1005 * Print a warning if pci_set_mwi returns an error.
1122 * Mask only info and warning messages. Print all error messages
1472 * Fix build warning: removed unused variable ret in lpfc_fdmi_tmo.
Dst.txt260 tape after the early-warning mark to flush the driver buffer.
295 When the end of medium early warning is encountered, the current write
DChangeLog.1992-1997936 * aha1740.c: Print out warning about NULL ecbptr.
1360 if we have detected a buslogic card. Print out a warning message
1870 * ultrastor.c: Comment out in_byte (compiler warning).
Dtmscsim.txt104 One more warning: I used to overclock my PCI bus to 41.67 MHz. My Tekram
DChangeLog.megaraid211 problem had been a new warning showing up in sparse output on alpha
/linux-4.4.14/Documentation/input/
Djoystick-api.txt244 warning in following releases of the driver.
/linux-4.4.14/fs/affs/
DChanges45 - change to global min macro + warning fixes
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_object.c242 #warning Please enable CONFIG_MTRR and CONFIG_X86_PAT for better performance \ in radeon_bo_create()
/linux-4.4.14/Documentation/blockdev/
Dfloppy.txt162 Print a warning message when an unexpected interrupt is received.
/linux-4.4.14/tools/usb/usbip/
DINSTALL180 A warning: not all `configure' scripts look for a site script.
/linux-4.4.14/drivers/input/joystick/
Danalog.c176 #warning Precise timer not defined for this architecture.
/linux-4.4.14/drivers/rtc/
Drtc-cmos.c636 #warning Assuming 128 bytes of RTC+NVRAM address space, not 64 bytes. in cmos_do_probe()
/linux-4.4.14/arch/powerpc/
DKconfig.debug14 arch/powerpc code caused by a warning, and you don't feel
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd.h352 #warning "please consider removing quotacheck compatibility code"
/linux-4.4.14/drivers/tty/serial/
D68328serial.c1057 #warning "This is not and has never been valid so fix it"
/linux-4.4.14/Documentation/sound/alsa/
DHD-Audio.txt82 Only in case it doesn't work and you get warning messages, you should
101 The first line is a warning, and this is usually relatively harmless.
165 warning, no error. This means that the PCI SSID of your device isn't
DAudiophile-Usb.txt410 However you may see the following warning message:
/linux-4.4.14/scripts/genksyms/
Dparse.tab.c_shipped338 /* Pacify GCC's `empty if-body' warning. */
904 -Wunused-macros. Normally we don't worry about that warning, but
1674 GCC warning that YYVAL may be used uninitialized. */
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dobd_mount.c389 #warning "LU-1644: Remove old OBD_CONNECT_MNE_SWAB fixup and imp_need_mne_swab" in lustre_start_mgc()
/linux-4.4.14/Documentation/ide/
DChangeLog.ide-tape.1995-2002225 * - Implement Early warning for end of media for Onstream.
/linux-4.4.14/Documentation/serial/
Dtty.txt27 Heed this warning: the reference count field of the registered copies of the
/linux-4.4.14/Documentation/device-mapper/
Dthin-provisioning.txt83 a warning will be issued and the excess space will not be used.
/linux-4.4.14/Documentation/filesystems/cifs/
DCHANGES499 (block/char/fifo) properly. Remove spurious mount warning log entry when
580 Fix /proc/fs module unload warning message (that could be logged
842 (which was causing the warning in kmem_cache_free of the request buffers
/linux-4.4.14/drivers/net/ethernet/ti/
Dcpmac.c1239 #warning FIXME: unhardcode gpio&reset bits in cpmac_init()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c1076 #warning "LU-1644: Remove old OBD_CONNECT_MNE_SWAB fixup and imp_need_mne_swab" in ptlrpc_connect_interpret()
/linux-4.4.14/drivers/media/usb/ttusb-budget/
Ddvb-ttusb-budget.c605 #warning TODO: pusi in ttusb_process_muxpack()
/linux-4.4.14/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c1407 #warning "LU-1644: Remove old OBD_CONNECT_MNE_SWAB fixup and imp_need_mne_swab" in mgc_process_recover_log()
/linux-4.4.14/drivers/isdn/icn/
Dicn.c721 #warning TODO test headroom or use skb->nb to flag ACK in icn_sendbuf()
/linux-4.4.14/Documentation/arm64/
Dacpi_object_usage.txt402 will print a warning on the console and return false.
/linux-4.4.14/arch/alpha/
DKconfig723 not create those subdirectory in /proc (and give you some warning,
/linux-4.4.14/kernel/trace/
DKconfig597 If any anomalies are discovered, a warning will be displayed
/linux-4.4.14/drivers/net/wan/
Ddscc4.c1844 #warning "FIXME: CH0BRDA" in dscc4_rx_irq()
/linux-4.4.14/scripts/dtc/
Ddtc-parser.tab.c_shipped335 /* Pacify GCC's 'empty if-body' warning. */
1457 GCC warning that YYVAL may be used uninitialized. */
/linux-4.4.14/drivers/md/
Ddm-thin.c3473 static int read_dev_id(char *arg, dm_thin_id *dev_id, int warning) in read_dev_id() argument
3479 if (warning) in read_dev_id()
/linux-4.4.14/mm/
DKconfig501 This option does not affect warning and error messages.
/linux-4.4.14/drivers/char/
DKconfig552 or merely print a warning.
/linux-4.4.14/Documentation/development-process/
D4.Coding221 and try to avoid "fixes" which make the warning go away without addressing

12