Home
last modified time | relevance | path

Searched refs:WARNING (Results 1 – 130 of 130) sorted by relevance

/linux-4.4.14/scripts/coccinelle/api/
Dptr_ret.cocci65 coccilib.org.print_todo(p[0], "WARNING: PTR_ERR_OR_ZERO can be used")
72 coccilib.org.print_todo(p[0], "WARNING: PTR_ERR_OR_ZERO can be used")
78 coccilib.org.print_todo(p[0], "WARNING: PTR_ERR_OR_ZERO can be used")
84 coccilib.report.print_report(p[0], "WARNING: PTR_ERR_OR_ZERO can be used")
90 coccilib.report.print_report(p[0], "WARNING: PTR_ERR_OR_ZERO can be used")
96 coccilib.report.print_report(p[0], "WARNING: PTR_ERR_OR_ZERO can be used")
Dkstrdup.cocci79 cocci.print_main("WARNING opportunity for kstrdep",p1)
87 cocci.print_main("WARNING opportunity for kstrdep",p1)
95 msg = "WARNING opportunity for kstrdep (strcpy on line %s)" % (p2[0].line)
103 msg = "WARNING opportunity for kstrdep (memcpy on line %s)" % (p2[0].line)
Dvma_pages.cocci50 msg="WARNING: Consider using vma_pages helper on %s" % (x)
58 msg="WARNING: Consider using vma_pages helper on %s" % (x)
Derr_cast.cocci46 msg="WARNING ERR_CAST can be used with %s" % (x)
55 msg="WARNING: ERR_CAST can be used with %s" % (x)
Dmemdup_user.cocci54 coccilib.org.print_todo(p[0], "WARNING opportunity for memdup_user")
60 coccilib.report.print_report(p[0], "WARNING opportunity for memdup_user")
Dmemdup.cocci60 coccilib.org.print_todo(p[0], "WARNING opportunity for kmemdep")
66 coccilib.report.print_report(p[0], "WARNING opportunity for kmemdep")
Dresource_size.cocci83 msg="WARNING with %s" % (x)
92 msg="WARNING: Suspicious code. resource_size is maybe missing with %s" % (x)
Dsimple_open.cocci70 coccilib.report.print_report(pf[0],"WARNING opportunity for simple_open, see also structure on line…
/linux-4.4.14/scripts/coccinelle/null/
Dbadzero.cocci73 coccilib.org.print_todo(p[0], "WARNING comparing pointer to 0")
79 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0")
171 coccilib.org.print_todo(p[0], "WARNING comparing pointer to 0, suggest !E")
177 coccilib.org.print_todo(p[0], "WARNING comparing pointer to 0")
183 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0, suggest !E")
189 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0")
232 coccilib.org.print_todo(p[0], "WARNING comparing pointer to 0")
238 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0")
/linux-4.4.14/scripts/coccinelle/misc/
Dboolinit.cocci136 cocci.print_main("WARNING: Comparison to bool",p)
142 cocci.print_main("WARNING: Comparison of bool to 0/1",p)
148 cocci.print_main("WARNING: Assignment of bool to 0/1",p1)
160 coccilib.report.print_report(p[0],"WARNING: Comparison to bool")
166 coccilib.report.print_report(p[0],"WARNING: Comparison of bool to 0/1")
172 coccilib.report.print_report(p1[0],"WARNING: Assignment of bool to 0/1")
Dbugon.cocci54 coccilib.org.print_todo(p[0], "WARNING use BUG_ON")
60 msg="WARNING: Use BUG_ON instead of if condition followed by BUG.\nPlease make sure the condition h…
Dbadty.cocci68 coccilib.org.print_todo(p[0], "WARNING sizeof argument should be pointer type, not structure type")
74 msg="WARNING: Use correct pointer type argument for sizeof"
Darray_size.cocci79 coccilib.org.print_todo(p[0], "WARNING should use ARRAY_SIZE")
85 msg="WARNING: Use ARRAY_SIZE"
Dboolreturn.cocci57 msg = "WARNING: return of 0/1 in function '%s' with return type bool" % fn
Dorplus.cocci54 msg = "WARNING: sum of probable bitmasks, consider |"
/linux-4.4.14/drivers/isdn/hisax/
Dst5481_usb.c69 WARNING("control msg FIFO full"); in usb_ctrl_msg()
142 WARNING("urb status %d", urb->status); in usb_ctrl_complete()
194 WARNING("nonzero urb status received: %d", urb->status); in usb_int_complete()
231 WARNING("usb_submit_urb failed with result %d", status); in usb_int_complete()
253 WARNING("reset_configuration failed,status=%d", status); in st5481_setup_usb()
265 WARNING("expecting 7 got %d endpoints!", altsetting->desc.bNumEndpoints); in st5481_setup_usb()
275 WARNING("usb_set_interface failed,status=%d", status); in st5481_setup_usb()
501 WARNING("urb status %d", urb->status); in usb_in_complete()
527 WARNING("receive out of memory\n"); in usb_in_complete()
Dst5481.h223 #define WARNING(format, arg...) \ macro
414 WARNING("usb_submit_urb failed,status=%d", status); \
Dst5481_b.c183 WARNING("urb status %d", urb->status); in usb_b_out_complete()
378 WARNING("pr %#x\n", pr); in st5481_b_l2l1()
Dst5481_d.c394 WARNING("urb status %d", urb->status); in usb_d_out_complete()
425 WARNING("ep %d urb %d busy %#lx", EP_D_OUT, buf_nr, d_out->busy); in dout_start_xmit()
606 WARNING("pr %#x\n", pr); in st5481_d_l2l1()
/linux-4.4.14/security/integrity/evm/
DKconfig24 WARNING: changing the HMAC calculation method or adding
41 WARNING: changing the HMAC calculation method or adding
/linux-4.4.14/scripts/coccinelle/free/
Ddevm_free.cocci62 msg="WARNING: invalid free of devm_ allocated data"
69 msg="WARNING: invalid free of devm_ allocated data"
Difnullfree.cocci56 msg = "WARNING: NULL check before freeing functions like kfree, debugfs_remove, debugfs_remove_recu…
/linux-4.4.14/scripts/dtc/
Dchecks.c75 #define WARNING(nm, tfn, nfn, pfn, d, ...) \ macro
83 WARNING(nm, check_##nm, NULL, NULL, d, __VA_ARGS__)
89 WARNING(nm, NULL, check_##nm, NULL, d, __VA_ARGS__)
95 WARNING(nm, NULL, NULL, check_##nm, d, __VA_ARGS__)
213 WARNING(nm, NULL, check_is_string, NULL, (propname))
232 WARNING(nm, NULL, check_is_cell, NULL, (propname))
533 WARNING(addr_size_cells, NULL, fixup_addr_size_cells, NULL, NULL,
/linux-4.4.14/tools/testing/selftests/rcutorture/bin/
Dfunctions.sh216 # Prints "WARNING: " in yellow followed by remaining arguments
/linux-4.4.14/drivers/usb/musb/
Dmusb_debug.h41 #define WARNING(fmt, args...) yprintk(KERN_WARNING, fmt, ## args) macro
Ddavinci.c140 WARNING("dma still active\n"); in davinci_musb_disable()
330 WARNING("VBUS error workaround (delay coming)\n"); in davinci_musb_interrupt()
Dcppi_dma.c867 WARNING("rx dma%d -- no BDs? need %d\n", rx->index, n_bds); in cppi_next_rx_segment()
870 WARNING("rx dma%d -- only %d of %d BDs\n", rx->index, i, n_bds); in cppi_next_rx_segment()
964 WARNING("%cX DMA%d not cleaned up after abort!\n", in cppi_channel_program()
970 WARNING("program active channel? %cX DMA%d\n", in cppi_channel_program()
Dda8xx.c346 WARNING("VBUS error workaround (delay coming)\n"); in da8xx_musb_interrupt()
Dam35x.c283 WARNING("VBUS error workaround (delay coming)\n"); in am35x_musb_interrupt()
Dmusb_core.c580 WARNING("bogus %s RESUME (%s)\n", in musb_stage0_irq()
609 WARNING("bogus %s RESUME (%s)\n", in musb_stage0_irq()
869 WARNING("unhandled DISCONNECT transition (%s)\n", in musb_stage0_irq()
Dmusb_dsps.c360 WARNING("VBUS error workaround (delay coming)\n"); in dsps_interrupt()
Dmusb_gadget.c1992 WARNING("unhandled RESUME transition (%s)\n", in musb_g_resume()
2022 WARNING("unhandled SUSPEND transition (%s)\n", in musb_g_suspend()
Dmusb_host.c600 WARNING("rx%d, packet/%d ready?\n", ep->epnum, in musb_rx_reinit()
2602 WARNING("trying to suspend as %s while active\n", in musb_bus_suspend()
/linux-4.4.14/arch/x86/ras/
DKconfig9 WARNING: Do not even assume this interface is staying stable!
/linux-4.4.14/sound/pci/asihpi/
Dhpios.c62 HPI_DEBUG_LOG(WARNING, in hpios_locked_mem_alloc()
Dhpioctl.c152 HPI_DEBUG_LOG(WARNING, "small res size %d\n", res_max_size); in asihpi_hpi_ioctl()
260 HPI_DEBUG_LOG(WARNING, in asihpi_hpi_ioctl()
272 HPI_DEBUG_LOG(WARNING, in asihpi_hpi_ioctl()
Dhpimsgx.c166 HPI_DEBUG_LOG(WARNING, in subsys_message()
479 HPI_DEBUG_LOG(WARNING, in instream_close()
577 HPI_DEBUG_LOG(WARNING, in outstream_close()
Dhpicmn.c84 HPI_DEBUG_LOG(WARNING, in hpi_add_adapter()
262 HPI_DEBUG_LOG(WARNING, in control_cache_alloc_check()
Dhpi6205.c301 HPI_DEBUG_LOG(WARNING, in outstream_message()
345 HPI_DEBUG_LOG(WARNING, in instream_message()
390 HPI_DEBUG_LOG(WARNING, " %d,%d dsp crashed.\n", phm->object, in _HPI_6205()
/linux-4.4.14/fs/squashfs/
Dsquashfs.h28 #define WARNING(s, args...) pr_warn("SQUASHFS: "s, ## args) macro
/linux-4.4.14/drivers/usb/dwc2/
DKconfig72 WARNING: Enabling this will quickly fill your message log.
79 WARNING: This feature is still experimental.
/linux-4.4.14/drivers/usb/gadget/udc/
Dat91_udc.h178 #define WARNING(stuff...) pr_warning("udc: " stuff) macro
Domap_udc.h190 #define WARNING(stuff...) pr_warning("udc: " stuff) macro
Dpxa25x_udc.h248 #define WARNING(stuff...) pr_warning("udc: " stuff) macro
Dgoku_udc.h288 #define WARNING(dev,fmt,args...) \ macro
Dfsl_usb2_udc.h557 #define WARNING(stuff...) pr_warning("udc: " stuff) macro
Dpxa25x_udc.c1539 WARNING("config change %02x fail %d?\n", in handle_ep0()
2286 WARNING("USB host won't detect disconnect!\n"); in pxa25x_udc_suspend()
Domap_udc.c1058 WARNING("error changing config?\n"); in omap_ep_set_halt()
1710 WARNING("error resetting config?\n"); in ep0_irq()
3025 WARNING("session active; suspend requires disconnect\n"); in omap_udc_suspend()
Dfsl_udc_core.c1696 WARNING("Invalid EP?"); in dtd_complete_irq()
/linux-4.4.14/scripts/coccinelle/api/alloc/
Dalloc_cast.cocci69 msg="WARNING: casting value returned by memory allocation function to (%s *) is useless." % (t)
Dpool_zalloc-simple.cocci83 msg="WARNING: *_pool_zalloc should be used for %s, instead of *_pool_alloc/memset" % (x)
Dkzalloc-simple.cocci85 msg="WARNING: kzalloc should be used for %s, instead of kmalloc/memset" % (x)
/linux-4.4.14/Documentation/i2c/busses/
Di2c-sis559555 WARNING: If you are trying to access the integrated sensors on the SiS5595
/linux-4.4.14/Documentation/power/
Dopp.txt75 WARNING: Users of OPP library should refresh their availability count using
82 WARNING on OPP List locking mechanism:
115 WARNING: Do not use this function in interrupt context.
203 WARNING: Do not use these functions in interrupt context.
335 WARNING: The struct dev_pm_opp pointer should not be parsed or modified by the
Dswsusp.txt3 * BIG FAT WARNING *********************************************************
/linux-4.4.14/drivers/net/wireless/ath/carl9170/
DKconfig51 SECURITY WARNING: It's relatively easy to eavesdrop all
/linux-4.4.14/Documentation/xtensa/
Datomctl.txt25 CUSTOMER-WARNING:
/linux-4.4.14/drivers/infiniband/ulp/ipoib/
DKconfig22 WARNING: Enabling connected mode will trigger some packet
/linux-4.4.14/arch/cris/arch-v32/mach-a3/
Ddram_init.S21 ;; WARNING! The registers r8 and r9 are used as parameters carrying
/linux-4.4.14/Documentation/devicetree/bindings/mtd/
Dgpmi-nand.txt33 WARNING: on i.MX28 blockmark swapping cannot be
/linux-4.4.14/drivers/staging/android/
DKconfig66 *WARNING* improper use of this can result in deadlocking kernel
/linux-4.4.14/firmware/
DREADME.AddingFirmware39 WARNING:
/linux-4.4.14/Documentation/sound/oss/
DVIBRA1635 (CONFLICT (IO FATAL)(IRQ FATAL)(DMA FATAL)(MEM FATAL)) # or WARNING
DCMI833085 (CONFLICT (IO FATAL)(IRQ FATAL)(DMA FATAL)(MEM FATAL)) # or WARNING
/linux-4.4.14/arch/cris/arch-v32/mach-fs/
Ddram_init.S21 ;; WARNING! The registers r8 and r9 are used as parameters carrying
/linux-4.4.14/tools/perf/Documentation/
Dperf-annotate.txt52 Load module symbols. WARNING: use only with -k and LIVE kernel.
Dperf-diff.txt39 Load module symbols. WARNING: use only with -k and LIVE kernel
Dperf-report.txt253 Load module symbols. WARNING: This should only be used with -k and
/linux-4.4.14/arch/cris/arch-v10/lib/
Ddram_init.S18 ;; WARNING! The registers r8 and r9 are used as parameters carrying
/linux-4.4.14/Documentation/thermal/
Dnouveau_thermal34 WARNING: Some of these thresholds may not be used by Nouveau depending
Dsysfs-api.txt319 WARNING: Be careful while enabling this option on production systems,
/linux-4.4.14/Documentation/scheduler/
Dsched-rt-group.txt7 0. WARNING
18 0. WARNING
Dsched-deadline.txt7 0. WARNING
26 0. WARNING
118 * BIG FAT WARNING ******************************************************
/linux-4.4.14/Documentation/device-mapper/
Ddm-crypt.txt60 WARNING: Assess the specific security risks carefully before enabling this
/linux-4.4.14/Documentation/hwmon/
Dmax1606565 WARNING: Do not access chip registers using the i2cdump command, and do not use
Dzl610078 WARNING: Do not access chip registers using the i2cdump command, and do not use
/linux-4.4.14/Documentation/blockdev/
Dzram.txt31 WARNING
187 WARNING
/linux-4.4.14/Documentation/filesystems/
Dudf.txt70 WARNING: overriding the rootdir to a non-directory may
Dbefs.txt5 WARNING
Dvfs.txt700 dentry_open: *WARNING: probably going away soon, do not use!* This is an
/linux-4.4.14/include/linux/usb/
Dcomposite.h624 #define WARNING(d, fmt, args...) \ macro
/linux-4.4.14/Documentation/cpu-freq/
Dcore.txt105 WARNING: Do not use this function in interrupt context.
/linux-4.4.14/tools/perf/tests/
Dattr.py274 level = logging.WARNING
/linux-4.4.14/Documentation/
Dkernel-per-CPU-kthreads.txt191 WARNING: Please check your CPU specifications to
216 WARNING: Please check your CPU specifications to
221 WARNING: Please check your CPU specifications to
Datomic_ops.txt76 *** WARNING: atomic_read() and atomic_set() DO NOT IMPLY BARRIERS! ***
176 *** WARNING: ACCESS_ONCE() DOES NOT IMPLY A BARRIER! ***
450 WARNING! It is incredibly important that the value be a boolean,
Dkmemcheck.txt219 run-time. WARNING: This feature is still experimental and may cause false
236 WARNING: kmemcheck: Caught 32-bit read from uninitialized memory (ffff88003e4a2024)
471 WARNING: kmemcheck: Caught 32-bit read from uninitialized memory (ffff88003e4a2024)
DSubmittingPatches256 - WARNING: things requiring careful review
344 WARNING: Be wary of your editor's word-wrap corrupting your patch,
DDMA-API.txt591 WARNING: at /data2/repos/linux-2.6-iommu/lib/dma-debug.c:448
Dkernel-parameters.txt2888 WARNING: Forcing ASPM on may cause system lockups.
3812 the WARNING dump is called, which prevents the trace to
/linux-4.4.14/Documentation/sound/alsa/
DCMIPCI.txt33 *** WARNING ***
38 *** WARNING ***
/linux-4.4.14/arch/cris/arch-v32/mm/
Dmmu.S1 ; WARNING : The refill handler has been modified, see below !!!
/linux-4.4.14/arch/m68k/fpsp040/
Dx_unfl.S196 | WARNING: a0 and d0 are assumed to be intact between the denorm and
/linux-4.4.14/drivers/net/wireless/iwlwifi/
DKconfig76 comment "WARNING: iwlwifi is useless without IWLDVM or IWLMVM"
/linux-4.4.14/arch/arm/boot/dts/
Dvexpress-v2m-rs1.dtsi12 * WARNING! The hardware described in this file is independent from the
Dvexpress-v2m.dtsi12 * WARNING! The hardware described in this file is independent from the
Dsama5d4.dtsi1360 /* WARNING: revisit as pin spec has changed */
/linux-4.4.14/drivers/usb/host/
Disp116x.h337 #define WARNING(stuff...) printk(KERN_WARNING "116x: " stuff) macro
Disp116x-hcd.c886 WARNING("ep %p not empty?\n", ep); in isp116x_endpoint_disable()
/linux-4.4.14/arch/arm64/boot/dts/arm/
Dvexpress-v2m-rs1.dtsi12 * WARNING! The hardware described in this file is independent from the
/linux-4.4.14/sound/drivers/
DKconfig48 WARNING: if you already have a soundcard, enabling this
/linux-4.4.14/Documentation/networking/
Dphonet.txt180 WARNING:
Dnetconsole.txt171 WARNING: the default target ethernet setting uses the broadcast
Dvortex.txt338 WARNING: DO NOT hook up hubs/switches/bridges to these
Darcnet.txt28 WARNING:
Dcan.txt1075 "ERROR-WARNING", "ERROR-PASSIVE", "BUS-OFF" or "STOPPED"
Darcnet-hardware.txt463 WARNING. It's very important when setting these which way
/linux-4.4.14/drivers/usb/gadget/function/
Df_mass_storage.c440 WARNING(common, "error in submission: %s --> %d\n", in ep0_queue()
593 WARNING(fsg, "error in submission: %s --> %d\n", ep->name, rc); in start_transfer()
1434 WARNING(fsg, "usb_ep_set_halt -> %d\n", rc); in halt_bulk_in_endpoint()
1457 WARNING(fsg, "usb_ep_set_wedge -> %d\n", rc); in wedge_bulk_in_endpoint()
/linux-4.4.14/Documentation/input/
Diforce-protocol.txt9 ** WARNING **
/linux-4.4.14/Documentation/usb/
Dpersist.txt133 WARNING: USB-persist can be dangerous!!
DWUSB-Design-overview.txt265 *WARNING* This section needs a lot of work!
381 *WARNING* Old!!
DURB.txt211 NOTE: ***** WARNING *****
Dpower-management.txt574 WARNING: turning off a port may result in the inability to hot add a device.
/linux-4.4.14/drivers/mtd/
DKconfig23 WARNING: some of the tests will ERASE entire MTD device which they
/linux-4.4.14/drivers/base/
DKconfig134 WARNING: If you include additional firmware files into your binary
/linux-4.4.14/Documentation/s390/
D3270.txt42 WARNING: If you are using 3270 console support, you must rerun the
/linux-4.4.14/drivers/thermal/
DKconfig174 WARNING: Be careful while enabling this option on production systems,
/linux-4.4.14/Documentation/laptops/
Dthinkpad-acpi.txt1023 WARNING:
1174 WARNING WARNING WARNING: do not leave the fan disabled unless you are
/linux-4.4.14/drivers/tty/serial/8250/
DKconfig20 [WARNING: Do not compile this driver as a module if you are using
/linux-4.4.14/drivers/usb/misc/
Dusbtest.c95 #define WARNING(tdev, fmt, args...) \ macro
2645 WARNING(dev, "couldn't get endpoints, %d\n", in usbtest_probe()
/linux-4.4.14/Documentation/scsi/
Daic7xxx.txt189 WARNING: ALTERING OR ADDING THESE DRIVER PARAMETERS
Daic79xx.txt214 WARNING: ALTERING OR ADDING THESE DRIVER PARAMETERS
/linux-4.4.14/drivers/misc/
DKconfig110 WARNING: This software may not be supported or function
/linux-4.4.14/drivers/block/
DKconfig279 WARNING: This device is not safe for journaled file systems like
/linux-4.4.14/drivers/usb/gadget/
Dcomposite.c2102 WARNING(cdev, "userspace failed to provide iSerialNumber\n"); in composite_bind()
/linux-4.4.14/drivers/platform/x86/
DKconfig714 WARNING: This driver is incomplete as it lacks a proper keymap and the
/linux-4.4.14/Documentation/devicetree/
Dbooting-without-of.txt690 WARNING: All "linux,*" properties defined in this document apply only
1062 WARNING: This version is still in early development stage; the
/linux-4.4.14/drivers/video/fbdev/
DKconfig1301 WARNING !!! This support does not work with G450 !!!
1644 WARNING: Do not use any application that uses the 3D engine
/linux-4.4.14/Documentation/cgroups/
Dmemory.txt343 WARNING: In the current implementation, memory reclaim will NOT be
/linux-4.4.14/lib/
DKconfig.debug1390 BIG FAT WARNING: ENABLING THIS OPTION MIGHT BREAK BOOTING ON
/linux-4.4.14/init/
DKconfig1916 !!!WARNING!!! If you enable this option, you MUST make sure that the