Searched refs:bug (Results 1 - 200 of 1668) sorted by relevance

123456789

/linux-4.4.14/arch/cris/include/asm/
H A Dbug.h3 #include <arch/bug.h>
/linux-4.4.14/arch/m32r/include/asm/
H A Dbug.h3 #include <asm-generic/bug.h>
/linux-4.4.14/lib/
H A Dusercopy.c2 #include <linux/bug.h>
H A Dbug.c33 or an actual bug.
46 #include <linux/bug.h>
51 static inline unsigned long bug_addr(const struct bug_entry *bug) bug_addr() argument
54 return bug->bug_addr; bug_addr()
56 return (unsigned long)bug + bug->bug_addr_disp; bug_addr()
67 const struct bug_entry *bug = NULL; module_find_bug() local
73 bug = mod->bug_table; module_find_bug()
74 for (i = 0; i < mod->num_bugs; ++i, ++bug) module_find_bug()
75 if (bugaddr == bug_addr(bug)) module_find_bug()
78 bug = NULL; module_find_bug()
82 return bug; module_find_bug()
110 * Thus, this uses RCU to safely manipulate the bug list, since BUG module_bug_finalize()
132 const struct bug_entry *bug; find_bug() local
134 for (bug = __start___bug_table; bug < __stop___bug_table; ++bug) find_bug()
135 if (bugaddr == bug_addr(bug)) find_bug()
136 return bug; find_bug()
143 const struct bug_entry *bug; report_bug() local
150 bug = find_bug(bugaddr); report_bug()
156 if (bug) { report_bug()
159 file = bug->file; report_bug()
161 file = (const char *)bug + bug->file_disp; report_bug()
163 line = bug->line; report_bug()
165 warning = (bug->flags & BUGFLAG_WARNING) != 0; report_bug()
182 add_taint(BUG_GET_TAINT(bug), LOCKDEP_STILL_OK); report_bug()
H A Ddebug_locks.c19 * via a global flag. The reason is that once a single bug has been
30 * a locking bug is detected.
H A Diommu-helper.c7 #include <linux/bug.h>
H A Dmemweight.c2 #include <linux/bug.h>
H A Dlist_debug.c11 #include <linux/bug.h>
H A Dtimerqueue.c25 #include <linux/bug.h>
H A Datomic64_test.c15 #include <linux/bug.h>
/linux-4.4.14/arch/h8300/include/asm/
H A Dbug.h7 #include <asm-generic/bug.h>
/linux-4.4.14/arch/x86/kernel/fpu/
H A Dbugs.c2 * x86 FPU bug checks:
7 * Boot time CPU/FPU FDIV bug detection code:
39 * Test for the divl bug: http://en.wikipedia.org/wiki/Fdiv_bug check_fpu()
59 pr_warn("Hmm, FPU with FDIV bug\n"); check_fpu()
/linux-4.4.14/arch/sh/include/asm/
H A Dtraps.h14 BUILD_TRAP_HANDLER(bug); variable
H A Duncached.h4 #include <linux/bug.h>
H A Dbug.h110 #include <asm-generic/bug.h>
H A Dprocessor.h10 * CPU type and hardware bug flags. Kept separately for each CPU.
/linux-4.4.14/arch/sh/include/cpu-sh4/cpu/
H A Drtc.h10 #define RTC_BIT_INVERTED 0x40 /* bug on SH7750, SH7750S */
/linux-4.4.14/arch/sh/kernel/cpu/sh4a/
H A Dpinmux-sh7722.c1 #include <linux/bug.h>
H A Dpinmux-sh7723.c11 #include <linux/bug.h>
H A Dpinmux-sh7785.c11 #include <linux/bug.h>
H A Dpinmux-shx3.c10 #include <linux/bug.h>
H A Dpinmux-sh7724.c16 #include <linux/bug.h>
H A Dpinmux-sh7734.c11 #include <linux/bug.h>
H A Dpinmux-sh7757.c16 #include <linux/bug.h>
H A Dpinmux-sh7786.c16 #include <linux/bug.h>
/linux-4.4.14/arch/metag/include/asm/
H A Dbug.h4 #include <asm-generic/bug.h>
H A Dhwthread.h7 #include <linux/bug.h>
/linux-4.4.14/arch/ia64/include/asm/
H A Dbug.h12 #include <asm-generic/bug.h>
/linux-4.4.14/tools/testing/nvdimm/
H A Dconfig_check.c2 #include <linux/bug.h>
/linux-4.4.14/arch/frv/include/asm/
H A Dbug.h0 /* bug.h: FRV bug trapping
52 #include <asm-generic/bug.h>
H A Dbugs.h1 /* bugs.h: arch bug checking entry
/linux-4.4.14/arch/mn10300/include/asm/
H A Dbug.h1 /* MN10300 Kernel bug reporting
35 #include <asm-generic/bug.h>
/linux-4.4.14/arch/x86/include/asm/
H A Dbug.h35 #include <asm-generic/bug.h>
H A Ddebugreg.h5 #include <linux/bug.h>
/linux-4.4.14/arch/alpha/include/asm/
H A Dbug.h22 #include <asm-generic/bug.h>
/linux-4.4.14/include/asm-generic/
H A Dtlbflush.h12 #include <linux/bug.h>
H A Dfixmap.h18 #include <linux/bug.h>
26 * directly without translation, we catch the bug with a NULL-deference
H A Dbug.h9 #define BUG_GET_TAINT(bug) ((bug)->flags >> 8)
/linux-4.4.14/arch/score/include/asm/
H A Dbug.h4 #include <asm-generic/bug.h>
H A Dfixmap.h69 * directly without tranlation, we catch the bug with a NULL-deference
/linux-4.4.14/arch/sparc/include/asm/
H A Dbug.h20 #include <asm-generic/bug.h>
H A Dvga.h10 #include <linux/bug.h>
H A Dbarrier_64.h21 * The branch has to be mispredicted for the bug to occur. Therefore, we put
H A Dcmpxchg_32.h38 /* bug catcher for when unsupported size is used - won't link */
H A Dmbus.h11 #include <asm/viking.h> /* Ugh, bug city... */
/linux-4.4.14/arch/m68k/include/asm/
H A Dbug.h28 #include <asm-generic/bug.h>
H A Dmmu_context.h123 goto bug; load_ksp_mmu()
127 goto bug; load_ksp_mmu()
131 goto bug; load_ksp_mmu()
136 goto bug; load_ksp_mmu()
154 bug: load_ksp_mmu()
/linux-4.4.14/arch/arm/mm/
H A Dl2c-common.c9 #include <linux/bug.h>
/linux-4.4.14/tools/virtio/asm/
H A Dbarrier.h10 /* Weak barriers should be used. If not - it's a bug */
/linux-4.4.14/arch/sh/kernel/
H A Dtraps.c1 #include <linux/bug.h>
86 const struct bug_entry *bug; handle_BUG() local
93 bug = find_bug(bugaddr); handle_BUG()
96 if (bug->flags & BUGFLAG_UNWINDER) handle_BUG()
144 BUILD_TRAP_HANDLER(bug) BUILD_TRAP_HANDLER()
151 if (notify_die(DIE_TRAP, "bug trap", regs, 0, TRAPA_BUG_OPCODE & 0xff, BUILD_TRAP_HANDLER()
/linux-4.4.14/arch/cris/include/arch-v32/arch/
H A Dbug.h39 #include <asm-generic/bug.h>
/linux-4.4.14/arch/mips/include/asm/
H A Dbug.h41 #include <asm-generic/bug.h>
H A Dbugs.h12 #include <linux/bug.h>
H A Dprom.h15 #include <linux/bug.h>
H A Dcompat-signal.h4 #include <linux/bug.h>
H A Dwar.h119 * R4600 v2.0 bug: "The CACHE instructions Hit_Writeback_Inv_D,
212 * The RM7000 processors and the E9000 cores have a bug (though PMC-Sierra
222 * On the R10000 up to version 2.6 (not sure about 2.7) there is a bug that
/linux-4.4.14/arch/sh/kernel/cpu/sh2a/
H A Dpinmux-sh7203.c11 #include <linux/bug.h>
H A Dpinmux-sh7264.c11 #include <linux/bug.h>
H A Dpinmux-sh7269.c12 #include <linux/bug.h>
/linux-4.4.14/arch/sh/kernel/cpu/sh3/
H A Dpinmux-sh7720.c11 #include <linux/bug.h>
/linux-4.4.14/arch/arm/kernel/
H A Dperf_regs.c5 #include <linux/bug.h>
H A Dinsn.c1 #include <linux/bug.h>
/linux-4.4.14/kernel/
H A Dbacktracetest.c23 pr_info("The following trace is a kernel self test and not a bug!\n"); backtrace_test_normal()
41 pr_info("The following trace is a kernel self test and not a bug!\n"); backtrace_test_irq()
55 pr_info("The following trace is a kernel self test and not a bug!\n"); backtrace_test_saved()
H A Ddma.c6 * 1994/12/26: Changes by Alex Nash to fix a minor bug in /proc/dma.
/linux-4.4.14/arch/unicore32/include/asm/
H A Dbug.h13 #include <asm-generic/bug.h>
H A Dthread_info.h70 /* <0 => bug */
/linux-4.4.14/arch/x86/entry/
H A Dsyscall_32.c25 * Smells like a compiler bug -- it doesn't work
H A Dsyscall_64.c27 * Smells like a compiler bug -- it doesn't work
/linux-4.4.14/arch/x86/um/
H A DMakefile11 obj-y = bug.o bugs_$(BITS).o delay.o fault.o ksyms.o ldt.o \
H A Dsys_call_table_32.c38 * Smells like a compiler bug -- it doesn't work
H A Dsys_call_table_64.c51 * Smells like a compiler bug -- it doesn't work
/linux-4.4.14/arch/arc/include/asm/
H A Dbug.h31 #include <asm-generic/bug.h>
/linux-4.4.14/arch/c6x/include/asm/
H A Dbug.h15 #include <asm-generic/bug.h>
/linux-4.4.14/arch/cris/arch-v32/kernel/
H A Dcache.c6 /* This file is used to workaround a cache bug, Guinness TR 106. */
H A Dsetup.c83 "mmu DMA bug\t: %s\n" show_cpuinfo()
/linux-4.4.14/include/linux/
H A Dbug.h4 #include <asm/bug.h>
89 #include <asm-generic/bug.h>
91 static inline int is_warning_bug(const struct bug_entry *bug) is_warning_bug() argument
93 return bug->flags & BUGFLAG_WARNING; is_warning_bug()
H A Ddebug_locks.h6 #include <linux/bug.h>
H A Dtransport_class.h13 #include <linux/bug.h>
H A Ddma-attrs.h6 #include <linux/bug.h>
H A Delfcore.h5 #include <linux/bug.h>
H A Dmmdebug.h4 #include <linux/bug.h>
H A Dpid_namespace.h5 #include <linux/bug.h>
H A Dbit_spinlock.h7 #include <linux/bug.h>
H A Dthread_info.h11 #include <linux/bug.h>
H A Dtorture.h35 #include <linux/bug.h>
H A Dposix_acl.h11 #include <linux/bug.h>
/linux-4.4.14/arch/s390/include/asm/
H A Dbug.h69 #include <asm-generic/bug.h>
H A Dcmpxchg.h12 #include <linux/bug.h>
H A Dctl_reg.h10 #include <linux/bug.h>
/linux-4.4.14/arch/blackfin/include/asm/
H A Dbug.h71 #include <asm-generic/bug.h>
/linux-4.4.14/arch/arm/mach-pxa/include/mach/
H A Daudio.h14 * bug prevents correct operation of the reset line. If not specified,
/linux-4.4.14/arch/cris/include/arch-v10/arch/
H A Dbug.h31 * with the compiler (aka a bug) when compiling with -O2, which sometimes
64 #include <asm-generic/bug.h>
/linux-4.4.14/tools/testing/selftests/ftrace/
H A Dftracetest158 return 1 # this is a bug.
163 return 1 # this is a kind of bug.. something happened.
173 return 1 # this is not a bug, but the result should be reported.
183 return 1 # this must be a test bug
267 prlog "# of undefined(test bug): " `echo $UNDEFINED_CASES | wc -w`
/linux-4.4.14/arch/mips/kernel/
H A Dcpu-bugs64.c123 int bug, fix, i; check_mult_sh() local
125 printk("Checking for the multiply/shift bug... "); check_mult_sh()
145 bug = 0; check_mult_sh()
148 bug = 1; check_mult_sh()
150 if (bug == 0) { check_mult_sh()
190 printk("Checking for the daddi bug... "); check_daddi()
253 printk("Checking for the daddiu bug... "); check_daddiu()
H A Dtime.c13 #include <linux/bug.h>
95 * V3.0 is documented as suffering from the mfc0 from count bug. cpu_has_mfc0_count_bug()
106 * has the mfc0 from count bug. cpu_has_mfc0_count_bug()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
H A Dtracepoint.c17 #include <linux/module.h> /* bug in tracepoint.h, it should include this */
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/
H A Dbrcms_trace_events.c17 #include <linux/module.h> /* bug in tracepoint.h, it should include this */
/linux-4.4.14/include/net/netns/
H A Dgeneric.h8 #include <linux/bug.h>
/linux-4.4.14/include/net/
H A Dtimewait_sock.h15 #include <linux/bug.h>
/linux-4.4.14/include/linux/ceph/
H A Dmdsmap.h4 #include <linux/bug.h>
/linux-4.4.14/include/uapi/asm-generic/
H A Dtermios.h5 * varying levels of bug fixes on top. Usually it's a good idea
/linux-4.4.14/arch/powerpc/sysdev/
H A Ddcr-low.S14 #include <asm/bug.h>
/linux-4.4.14/arch/cris/kernel/
H A Dsys_cris.c33 /* bug(?): 8Kb pages here */ sys_mmap2()
H A Dtime.c10 * fixed 500 ms bug at call to set_rtc_mmss, fixed DS12887
/linux-4.4.14/arch/arm64/kernel/
H A Dperf_regs.c4 #include <linux/bug.h>
/linux-4.4.14/arch/avr32/include/asm/
H A Dbug.h71 #include <asm-generic/bug.h>
/linux-4.4.14/arch/arm/mach-omap1/
H A Dreset.c29 * Workaround for 5912/1611b bug mentioned in sprz209d.pdf p. 28 omap1_restart()
/linux-4.4.14/net/mac80211/
H A Dtrace.c0 /* bug in tracepoint.h, it should include this */
/linux-4.4.14/arch/powerpc/include/asm/
H A Dbug.h8 * Define an illegal instr to trap on the bug.
127 #include <asm-generic/bug.h>
H A Dmodule.h13 #include <asm/bug.h>
/linux-4.4.14/arch/mips/lib/
H A Duncached.c13 #include <asm/bug.h>
31 * 3. Otherwise it's a bug.
/linux-4.4.14/arch/arm/include/asm/
H A Dbug.h11 * Use a suitable undefined instruction to use for ARM/Thumb2 bug handling.
62 #include <asm-generic/bug.h>
H A Dfirmware.h14 #include <linux/bug.h>
H A Dtrusted_foundations.h31 #include <linux/bug.h>
/linux-4.4.14/arch/xtensa/mm/
H A Dtlb.c262 int bug = 0; check_tlb_sanity() local
267 bug |= check_tlb_entry(w, e, true); check_tlb_sanity()
270 bug |= check_tlb_entry(w, e, false); check_tlb_sanity()
271 if (bug & TLB_INSANE) check_tlb_sanity()
273 if (bug & TLB_SUSPICIOUS) check_tlb_sanity()
/linux-4.4.14/arch/arm/mach-lpc32xx/
H A Dserial.c96 * HW bug lpc32xx_serial_init()
111 /* Force a flush of the RX FIFOs to work around a HW bug */ lpc32xx_serial_init()
/linux-4.4.14/drivers/tty/serial/8250/
H A D8250_fsl.c21 * We re-use the already existing "bug handling" lsr_saved_flags
/linux-4.4.14/drivers/iommu/
H A Dio-pgtable.c21 #include <linux/bug.h>
/linux-4.4.14/drivers/media/usb/pwc/
H A Dpwc-dec1.c7 Please send bug reports and support requests to <luc@saillard.org>.
H A Dpwc-dec1.h6 Please send bug reports and support requests to <luc@saillard.org>.
H A Dpwc-kiara.h6 Please send bug reports and support requests to <luc@saillard.org>.
H A Dpwc-dec23.h6 Please send bug reports and support requests to <luc@saillard.org>.
H A Dpwc-misc.c8 Please send bug reports and support requests to <luc@saillard.org>.
H A Dpwc-timon.h6 Please send bug reports and support requests to <luc@saillard.org>.
H A Dpwc-uncompress.c8 Please send bug reports and support requests to <luc@saillard.org>.
/linux-4.4.14/drivers/clocksource/
H A Dacpi_pm.c110 /* the bug has been fixed in PIIX4M */ acpi_pm_check_blacklist()
113 " Due to workarounds for a bug,\n" acpi_pm_check_blacklist()
129 " workarounds for a bug,\n" acpi_pm_check_graylist()
132 "* this bug, please use \"acpi_pm_good\" to disable the" acpi_pm_check_graylist()
/linux-4.4.14/arch/x86/mm/kmemcheck/
H A Dselftest.c1 #include <linux/bug.h>
/linux-4.4.14/arch/xtensa/include/asm/
H A Dio.h18 #include <linux/bug.h>
H A Dfixmap.h57 * directly without translation, we catch the bug with a NULL-deference
/linux-4.4.14/include/crypto/
H A Dvmac.h26 * Please send bug reports to the authors.
/linux-4.4.14/include/uapi/linux/
H A Dpersonality.h6 * Flags for bug emulation.
/linux-4.4.14/arch/powerpc/kernel/
H A Dpmc.c16 #include <linux/bug.h>
H A Dvmlinux.lds.S18 /* binutils < 2.18 has a bug that makes it misbehave when taking an
79 /* The dummy segment contents for the bug workaround mentioned above
H A Dmodule.c23 #include <linux/bug.h>
/linux-4.4.14/arch/powerpc/platforms/
H A Dfsl_uli1575.c311 * SATA interrupt pin bug fix
312 * There's a chip bug for 5288, The interrupt pin should be 2,
315 * As of this bug, during the PCI initialization, 5288 read the
317 * bug by re-assigning a correct irq to 5288.
/linux-4.4.14/arch/mips/fw/arc/
H A Dcmdline.c10 #include <linux/bug.h>
H A Didentify.c14 #include <linux/bug.h>
/linux-4.4.14/arch/mips/include/asm/mach-cavium-octeon/
H A Ddma-coherence.h16 #include <linux/bug.h>
/linux-4.4.14/arch/powerpc/xmon/
H A Dspu-opc.c22 #include <linux/bug.h>
/linux-4.4.14/arch/parisc/include/asm/
H A Dbug.h92 #include <asm-generic/bug.h>
/linux-4.4.14/arch/arm64/include/asm/
H A Dbug.h62 #include <asm-generic/bug.h>
/linux-4.4.14/arch/arm/mach-spear/
H A Dpl080.c16 #include <linux/bug.h>
/linux-4.4.14/sound/pci/ctxfi/
H A Dcthardware.c21 #include <linux/bug.h>
/linux-4.4.14/tools/arch/sparc/include/asm/
H A Dbarrier_64.h23 * The branch has to be mispredicted for the bug to occur. Therefore, we put
/linux-4.4.14/drivers/xen/
H A Dfallback.c3 #include <linux/bug.h>
/linux-4.4.14/tools/perf/util/
H A Dcloexec.c5 #include "asm/bug.h"
H A Dlzma.c23 return "Unknown error, possibly a bug"; lzma_strerror()
H A Dpager.c15 * Work around bug in "less" by not starting it until we pager_preexec()
/linux-4.4.14/tools/testing/selftests/powerpc/mm/
H A Dhugetlb_vs_thp_test.c42 * Either a user or kernel access is sufficient to trigger the bug. test_body()
/linux-4.4.14/drivers/media/pci/saa7164/
H A Dsaa7164-bus.c87 int bug = 0; saa7164_bus_verify() local
90 bug++; saa7164_bus_verify()
93 bug++; saa7164_bus_verify()
96 bug++; saa7164_bus_verify()
99 bug++; saa7164_bus_verify()
101 if (bug) { saa7164_bus_verify()
/linux-4.4.14/arch/mips/ath79/
H A Ddev-usb.c91 /* WAR for HW bug. Here it adjusts the duration between two SOFS */ ath79_usb_setup()
123 /* WAR for HW bug. Here it adjusts the duration between two SOFS */ ar7240_usb_setup()
/linux-4.4.14/drivers/staging/lustre/lustre/include/linux/
H A Dlustre_compat25.h47 * ATTR_* attributes (see bug 13828)
H A Dlustre_patchless_compat.h65 * ATTR_* attributes (see bug 13828)
/linux-4.4.14/drivers/soc/tegra/fuse/
H A Dspeedo-tegra114.c17 #include <linux/bug.h>
H A Dspeedo-tegra20.c17 #include <linux/bug.h>
H A Dspeedo-tegra124.c19 #include <linux/bug.h>
H A Dspeedo-tegra210.c19 #include <linux/bug.h>
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
H A Ddss_features.h60 /* An unknown HW bug causing the normal FIFO thresholds not to work */
/linux-4.4.14/drivers/md/
H A Ddm-builtin.c37 * being scheduled long enough, this bug may really happen.
/linux-4.4.14/drivers/net/ethernet/adi/
H A Dbfin_mac.h20 * Disable hardware checksum for bug #5600 if writeback cache is
/linux-4.4.14/drivers/hid/
H A Dhid-speedlink.c53 * to interfere with devices that were bug-free (has been tested). speedlink_event()
/linux-4.4.14/drivers/dma/
H A Ddmaengine.h8 #include <linux/bug.h>
/linux-4.4.14/arch/x86/mm/
H A Dtestmmiotrace.c95 * a short time. We had a bug in deferred freeing procedure which tried
/linux-4.4.14/arch/cris/arch-v10/kernel/
H A Dsetup.c74 "mmu DMA bug\t: %s\n" show_cpuinfo()
/linux-4.4.14/fs/nfs/
H A Dnfsroot.c31 * Gero Kuhlmann : (2.3) Some bug fixes and code cleanup again (please
41 * Gero Kuhlmann : Fixed a bug which prevented BOOTP path name
49 * Jacek Zapala : Fixed a bug which prevented server-ip address
64 * Fix bug in root_nfs_addr(). nfs_data.namlen
/linux-4.4.14/include/net/sctp/
H A Dchecksum.h25 * Please send any bug reports or fixes you make to the
H A Dauth.h22 * Please send any bug reports or fixes you make to the
H A Dulpqueue.h30 * Please send any bug reports or fixes you make to the
/linux-4.4.14/include/linux/clk/
H A Dtegra.h21 #include <linux/bug.h>
/linux-4.4.14/arch/arm/mach-omap2/
H A Dpowerdomain-common.c16 #include <linux/bug.h>
/linux-4.4.14/arch/arm/mach-imx/
H A DMakefile65 obj-$(CONFIG_MACH_BUG) += mach-bug.o
/linux-4.4.14/tools/usb/usbip/libsrc/
H A Dusbip_common.h86 err("sorry, it's a bug!"); \
/linux-4.4.14/tools/virtio/linux/
H A Dkernel.h13 #include <linux/bug.h>
/linux-4.4.14/net/sctp/
H A Dsm_statetable.c28 * Please send any bug reports or fixes you make to the
60 static const sctp_sm_table_entry_t bug = { variable
72 rtn = &bug; \
98 return &bug; sctp_sm_lookup_event()
909 return &bug; sctp_chunk_event_lookup()
H A Ddebug.c28 * Please send any bug reports or fixes you make to the
H A Dssnmap.c24 * Please send any bug reports or fixes you make to the
/linux-4.4.14/arch/m68k/fpsp040/
H A Dbugfix.S177 | Test for cu_savepc equal to zero. If not, this is not a bug
182 beq fix_done |if zero, this is not bug #1238
189 | exit, it is not the bug case.
206 | bug condition. Otherwise, exit.
354 bne fix_done |if not, it is not bug 1238
358 | go and fix the bug condition. Otherwise, exit.
489 | bug #1238, or if the fix is completed, and exit.
/linux-4.4.14/tools/testing/ktest/
H A Dktest.pl1529 my $bug = 0;
1552 if (!$bug && !$skip_call_trace) {
1556 $bug = 1;
1566 $bug = 1;
1583 $bug = 1;
1585 return $bug;
1925 my $bug = 0;
1950 if ($bug && defined($stop_after_failure) &&
1955 doprint "bug timed out after $booted_timeout seconds\n";
2000 if (!$bug && !$skip_call_trace) {
2004 $bug = 1;
2010 if ($bug && defined($stop_after_failure) &&
2025 $bug = 1;
2048 if ($stop_test_after > 0 && !$booted && !$bug) {
2061 if ($bug) {
2063 fail "failed - got a bug report" and return 0;
2563 my $bug = 0;
2594 $bug = 1;
2599 $bug = 1;
2606 } while (!$child_done && !$bug);
2608 if (!$bug && $bug_ignored) {
2612 if ($bug) {
2637 if (!$bug && $in_bisect) {
2674 if ($bug || $child_exit) {
/linux-4.4.14/arch/x86/pci/
H A Dacpi.c83 /* https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/931368 */
84 /* https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1033299 */
151 "if necessary, use \"pci=%s\" and report a bug\n", pci_acpi_crs_quirks()
/linux-4.4.14/drivers/staging/rtl8188eu/include/
H A Dodm_debug.h40 /* Fatal bug. */
/linux-4.4.14/drivers/staging/rtl8723au/include/
H A Dodm_debug.h39 /* Fatal bug. */
/linux-4.4.14/drivers/staging/fsl-mc/include/
H A Ddpmng.h53 * and/or bug fixes that have no impact on API
/linux-4.4.14/drivers/video/fbdev/core/
H A Dfb_draw.h6 #include <linux/bug.h>
/linux-4.4.14/drivers/scsi/csiostor/
H A Dcsio_defs.h42 #include <linux/bug.h>
/linux-4.4.14/drivers/ide/
H A Dfalconide.c49 printk(KERN_ERR "%s: bug\n", __func__); falconide_release_lock()
/linux-4.4.14/drivers/gpu/drm/qxl/
H A Dqxl_irq.c60 qxl_io_log(qdev, "%s: driver is in bug mode.\n", __func__); qxl_irq_handler()
/linux-4.4.14/drivers/net/wireless/rt2x00/
H A Drt2x00firmware.c45 "Please file bug report to %s\n", DRV_PROJECT); rt2x00lib_request_firmware()
H A Drt2x00soc.c25 #include <linux/bug.h>
/linux-4.4.14/drivers/net/fddi/skfp/h/
H A Dtargethw.h83 u_short mc_dummy ; /* work around for MC compiler bug */
/linux-4.4.14/drivers/net/slip/
H A Dslip.h17 * Craig Schlenter : Fixed #define bug that caused
/linux-4.4.14/drivers/net/wireless/zd1211rw/
H A Dzd_rf.h59 * be done for all RF's, but a bug in their code prevents but their
/linux-4.4.14/arch/sparc/kernel/
H A Dwindows.c57 * bug workaround routines will need this functionality as
/linux-4.4.14/arch/tile/kernel/
H A Dcompat.c77 * Avoid bug in generic sys_llseek() that specifies offset_high and
/linux-4.4.14/arch/x86/kernel/cpu/
H A Dcyrix.c250 /* 6x86's contain this bug */ init_cyrix()
264 * Bug2: VSA1 has a wrap bug so that using maximum sized DMA init_cyrix()
266 * bug to do with 'hlt'. I've not seen any boards using VSA2 init_cyrix()
319 /* A 6x86MX - it has the bug. */ init_cyrix()
/linux-4.4.14/arch/x86/kernel/
H A Ddumpstack_32.c14 #include <linux/bug.h>
/linux-4.4.14/crypto/asymmetric_keys/
H A Dmscode_parser.c62 * pesign utility had a bug where it was putting mscode_note_content_type()
/linux-4.4.14/fs/hpfs/
H A Dname.c63 pr_err("It's nothing serious. It could happen because of bug in OS/2.\nSet checks=normal to disable this message.\n"); hpfs_translate_name()
/linux-4.4.14/fs/ceph/
H A Dmdsmap.c3 #include <linux/bug.h>
/linux-4.4.14/fs/ntfs/
H A Dcollate.c52 // FIXME: We don't really want to bug here. ntfs_collate_ntofs_ulong()
/linux-4.4.14/arch/powerpc/platforms/powernv/
H A Dopal-xscom.c14 #include <linux/bug.h>

Completed in 4082 milliseconds

123456789