/kernel/linux/linux-5.10/include/acpi/platform/ |
H A D | acintel.h | 41 #pragma warning(disable:981) 44 #pragma warning(disable:4100) 47 #pragma warning(disable:4127) 50 #pragma warning(disable:4706) 53 #pragma warning(disable:4214)
|
/kernel/linux/linux-5.10/include/linux/mtd/ |
H A D | xip.h | 68 #warning "missing IRQ and timer primitives for XIP MTD support" 69 #warning "some of the XIP MTD support code will be disabled" 70 #warning "your system will therefore be unresponsive when writing or erasing flash"
|
/kernel/linux/linux-6.6/include/linux/mtd/ |
H A D | xip.h | 68 #warning "missing IRQ and timer primitives for XIP MTD support" 69 #warning "some of the XIP MTD support code will be disabled" 70 #warning "your system will therefore be unresponsive when writing or erasing flash"
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | Makefile | 6 # Add a set of useful warning flags and enable -Werror for CI to prevent 8 # any patch that isn't warning clean, so turning on -Wall -Wextra (or W=1) we 16 subdir-ccflags-y += $(call cc-disable-warning, unused-parameter) 17 subdir-ccflags-y += $(call cc-disable-warning, type-limits) 18 subdir-ccflags-y += $(call cc-disable-warning, missing-field-initializers) 19 subdir-ccflags-y += $(call cc-disable-warning, unused-but-set-variable) 21 subdir-ccflags-y += $(call cc-disable-warning, sign-compare) 22 subdir-ccflags-y += $(call cc-disable-warning, sometimes-uninitialized) 23 subdir-ccflags-y += $(call cc-disable-warning, initializer-overrides) 24 subdir-ccflags-y += $(call cc-disable-warning, uninitialize [all...] |
/kernel/linux/linux-6.6/scripts/ |
H A D | rust_is_available.sh | 41 # If the script fails for any reason, or if there was any warning, then 43 warning=0 44 trap 'if [ $? -ne 0 ] || [ $warning -ne 0 ]; then print_docs_reference; fi' EXIT 126 warning=1 174 warning=1 245 warning=1
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/ |
H A D | drv_conf.h | 13 #warning "define CONFIG_USB_VENDOR_REQ_MUTEX for CONFIG_USB_VENDOR_REQ_BUFFER_PREALLOC automatically" 17 #warning "define CONFIG_USB_VENDOR_REQ_MUTEX for CONFIG_VENDOR_REQ_RETRY automatically"
|
/kernel/linux/linux-5.10/lib/ |
H A D | bug.c | 33 - report_bug() will return whether it was a false alarm, a warning, 148 unsigned line, warning, once, done; in report_bug() local 170 warning = (bug->flags & BUGFLAG_WARNING) != 0; in report_bug() 174 if (warning && once) { in report_bug() 193 if (warning) { in report_bug()
|
/kernel/linux/linux-6.6/lib/ |
H A D | bug.c | 32 - report_bug() will return whether it was a false alarm, a warning, 161 unsigned line, warning, once, done; in __report_bug() local 174 warning = (bug->flags & BUGFLAG_WARNING) != 0; in __report_bug() 178 if (warning && once) { in __report_bug() 197 if (warning) { in __report_bug()
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | attr.py | 124 log.warning("expected %s=%s, got %s" % (t, self[t], other[t])) 145 log.warning("running '%s'" % path) 160 log.warning("test limitation '%s'" % self.arch) 178 # log.warning("test for arch %s is ok" % myarch) 187 log.warning("excluded architecture list %s" % arch_list) 189 # log.warning("test for %s arch is %s" % (arch_item, myarch)) 195 # log.warning("test for architecture '%s' current '%s'" % (arch_item, myarch)) 331 log.warning("unsupp %s" % obj.getMsg()) 333 log.warning("skipped %s" % obj.getMsg())
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | cyclades.h | 6 #warning "Support for features provided by this header has been removed" 7 #warning "Please consider updating your code"
|
/kernel/linux/linux-5.10/tools/perf/ui/ |
H A D | util.c | 26 .warning = perf_stdio__warning, 50 ret = perf_eops->warning(format, args); in ui__warning()
|
/kernel/linux/linux-6.6/tools/perf/ui/ |
H A D | util.c | 29 .warning = perf_stdio__warning, 55 ret = perf_eops->warning(format, args); in ui__warning()
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/mte/ |
H A D | Makefile | 32 $(warning compiler "$(CC)" does not support the ARMv8.5 MTE extension.) 33 $(warning test program "mte" will not be created.)
|
/kernel/linux/linux-5.10/arch/arm64/ |
H A D | Makefile | 25 $(warning ld does not support --fix-cortex-a53-843419; kernel may be susceptible to erratum) 33 $(warning LSE atomics not supported by binutils) 44 $(warning Detected assembler with broken .inst; disassembly will be unreliable) 49 KBUILD_CFLAGS += $(call cc-disable-warning, psabi)
|
/kernel/linux/linux-5.10/tools/perf/ui/gtk/ |
H A D | util.c | 109 .warning = perf_gtk__warning_info_bar, 111 .warning = perf_gtk__warning_statusbar,
|
/kernel/linux/linux-6.6/tools/perf/ui/gtk/ |
H A D | util.c | 109 .warning = perf_gtk__warning_info_bar, 111 .warning = perf_gtk__warning_statusbar,
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | attr.py | 127 log.warning("expected %s=%s, got %s" % (t, self[t], other[t])) 158 log.warning("running '%s'" % path) 175 log.warning("test limitation '%s'" % self.arch) 227 # log.warning("test for arch %s is ok" % myarch) 236 log.warning("excluded architecture list %s" % arch_list) 238 # log.warning("test for %s arch is %s" % (arch_item, myarch)) 244 # log.warning("test for architecture '%s' current '%s'" % (arch_item, myarch)) 392 log.warning("unsupp %s" % obj.getMsg()) 394 log.warning("skipped %s" % obj.getMsg())
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | unwind.c | 18 #warning Your compiler does not have EABI support. 19 #warning ARM unwind is known to compile only with EABI compilers. 20 #warning Change compiler or disable ARM_UNWIND option. 22 #warning Your compiler is too buggy; it is known to not compile ARM unwind support. 23 #warning Change compiler or disable ARM_UNWIND option.
|
/kernel/linux/linux-5.10/tools/lib/traceevent/ |
H A D | event-plugin.c | 457 warning("could not allocate plugin memory\n"); in load_plugin() 463 warning("could not load plugin '%s'\n%s\n", in load_plugin() 484 warning("could not find func '%s' in plugin '%s'\n%s\n", in load_plugin() 491 warning("could not allocate plugin memory\n"); in load_plugin() 619 warning("could not allocate plugin memory\n"); in tep_load_plugins_hook()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | types.h | 12 #warning "Attempt to use kernel headers from user space, see http:
|
/kernel/linux/linux-5.10/arch/c6x/include/asm/ |
H A D | procinfo.h | 21 #warning "Please include asm/elf.h instead"
|
/kernel/linux/linux-5.10/include/linux/byteorder/ |
H A D | little_endian.h | 8 #warning inconsistent configuration, CONFIG_CPU_BIG_ENDIAN is set
|
H A D | big_endian.h | 8 #warning inconsistent configuration, needs CONFIG_CPU_BIG_ENDIAN
|
/kernel/linux/linux-6.6/include/linux/byteorder/ |
H A D | big_endian.h | 8 #warning inconsistent configuration, needs CONFIG_CPU_BIG_ENDIAN
|
H A D | little_endian.h | 8 #warning inconsistent configuration, CONFIG_CPU_BIG_ENDIAN is set
|