Home
last modified time | relevance | path

Searched full:bug (Results 1 – 25 of 3302) sorted by relevance

12345678910>>...133

/openbmc/linux/lib/
H A Dbug.c3 Generic support for BUG()
7 CONFIG_BUG - emit BUG traps. Nothing happens without this.
10 CONFIG_DEBUG_BUGVERBOSE - emit full file+line information for each BUG
22 2. Implement BUG (and optionally BUG_ON, WARN, WARN_ON)
24 - Implement BUG() to generate a faulting instruction
33 or an actual bug.
36 to the expected BUG trap instruction.
46 #include <linux/bug.h>
54 static inline unsigned long bug_addr(const struct bug_entry *bug) in bug_addr() argument
57 return (unsigned long)&bug->bug_addr_disp + bug->bug_addr_disp; in bug_addr()
[all …]
/openbmc/openbmc/poky/documentation/contributor-guide/
H A Dreport-defect.rst7 `Bugzilla <https://www.bugzilla.org/about/>`__ to submit a defect (bug)
15 Use the following general steps to submit a bug:
19 #. Click "File a Bug" to enter a new bug.
22 for which the bug was found. Bugs for the Yocto Project fall into
24 several products and components. For example, for a bug against the
29 bug (e.g. &DISTRO;).
31 #. Determine and select the "Severity" of the bug. The severity
32 indicates how the bug impacted your work.
34 #. Choose the "Hardware" that the bug impacts.
36 #. Choose the "Architecture" that the bug impacts.
[all …]
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.h121 BUG(); in DISPC_DEFAULT_COLOR()
138 BUG(); in DISPC_TRANS_COLOR()
149 BUG(); in DISPC_TIMING_H()
156 BUG(); in DISPC_TIMING_H()
167 BUG(); in DISPC_TIMING_V()
174 BUG(); in DISPC_TIMING_V()
185 BUG(); in DISPC_POL_FREQ()
192 BUG(); in DISPC_POL_FREQ()
203 BUG(); in DISPC_DIVISORo()
210 BUG(); in DISPC_DIVISORo()
[all …]
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddispc.h118 BUG(); in DISPC_DEFAULT_COLOR()
135 BUG(); in DISPC_TRANS_COLOR()
146 BUG(); in DISPC_TIMING_H()
153 BUG(); in DISPC_TIMING_H()
164 BUG(); in DISPC_TIMING_V()
171 BUG(); in DISPC_TIMING_V()
182 BUG(); in DISPC_POL_FREQ()
189 BUG(); in DISPC_POL_FREQ()
200 BUG(); in DISPC_DIVISORo()
207 BUG(); in DISPC_DIVISORo()
[all …]
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A DCHANGELOG17 [bug=2034451]
20 by Louis Maddox. [bug=2032848]
23 libxml2 2.12.1. [bug=2045481]
28 and methods that call it. [bug=2015545]
51 BeautifulSoup.encode() [bug=1471755]
54 copy.deepcopy() from the Python standard library). [bug=1709837]
74 a bug, but it shouldn't be an issue in normal use.) [bug=2007895]
105 [bug=2003677]
109 ParserRejectedMarkup error. [bug=2007343]
113 [bug=2007344]
[all …]
/openbmc/linux/arch/sh/include/asm/
H A Dio_noioport.h7 BUG(); in inb()
13 BUG(); in inw()
19 BUG(); in inl()
25 BUG(); in outb()
30 BUG(); in outw()
35 BUG(); in outl()
40 BUG(); in ioport_map()
46 BUG(); in ioport_unmap()
51 BUG(); in insb()
56 BUG(); in insw()
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dparselogs-ignores-qemuall.txt9 # pci 0000:00:00.0: [Firmware Bug]: reg 0x10: invalid BAR (can't size)
10 # pci 0000:00:00.0: [Firmware Bug]: reg 0x14: invalid BAR (can't size)
11 # pci 0000:00:00.0: [Firmware Bug]: reg 0x18: invalid BAR (can't size)
12 # pci 0000:00:00.0: [Firmware Bug]: reg 0x1c: invalid BAR (can't size)
13 # pci 0000:00:00.0: [Firmware Bug]: reg 0x20: invalid BAR (can't size)
14 # pci 0000:00:00.0: [Firmware Bug]: reg 0x24: invalid BAR (can't size)
17 # pci 0000:00:00.0: [Firmware Bug]: BAR 0: invalid; can't size
18 # pci 0000:00:00.0: [Firmware Bug]: BAR 1: invalid; can't size
19 # pci 0000:00:00.0: [Firmware Bug]: BAR 2: invalid; can't size
20 # pci 0000:00:00.0: [Firmware Bug]: BAR 3: invalid; can't size
[all …]
/openbmc/bmcweb/.github/ISSUE_TEMPLATE/
H A Dbug_report.yml1 name: Bug report
2 description: Report a bug to help us improve bmcweb
7 Thanks for taking the time to fill out this bug report!
18 - label: "This is not a security vulnerability or a crashing bug"
23 "This is not a bug in an OpenBMC fork or a bug in code still
28 id: bug-description
30 label: Bug Description
44 bug is not reported against anything that has "-dirty" in the
/openbmc/linux/arch/m68k/include/asm/
H A Dbug.h9 #define BUG() do { \ macro
10 pr_crit("kernel BUG at %s:%d!\n", __FILE__, __LINE__); \
15 #define BUG() do { \ macro
16 pr_crit("kernel BUG at %s:%d!\n", __FILE__, __LINE__); \
18 panic("BUG!"); \
22 #define BUG() do { \ macro
32 #include <asm-generic/bug.h>
/openbmc/linux/arch/sh/mm/
H A Dnommu.c39 BUG(); in local_flush_tlb_all()
44 BUG(); in local_flush_tlb_mm()
50 BUG(); in local_flush_tlb_range()
55 BUG(); in local_flush_tlb_page()
60 BUG(); in local_flush_tlb_one()
65 BUG(); in local_flush_tlb_kernel_range()
82 BUG(); in kmap_coherent()
88 BUG(); in kunmap_coherent()
/openbmc/linux/include/linux/
H A Dbug.h5 #include <asm/bug.h>
32 #include <asm-generic/bug.h>
34 static inline int is_warning_bug(const struct bug_entry *bug) in is_warning_bug() argument
36 return bug->flags & BUGFLAG_WARNING; in is_warning_bug()
39 void bug_get_file_line(struct bug_entry *bug, const char **file,
65 static inline void bug_get_file_line(struct bug_entry *bug, const char **file, in bug_get_file_line() argument
87 BUG(); \
/openbmc/ipmitool/control/
H A Dipmitool.spec.in66 - Fix Tracker bug #1642710 - ipmi_kcs_drv being loaded/unloaded
99 - Fix node reporting in GUID; Tracker bug #2339675
101 - Fix endian bug in SDR add from file; Tracker bug #2075258
108 returned. Tracker Bug #863748
123 - Fix bug in sdr free space reporting
125 - Fix segfault bug in lan set command
126 - Fix bug in population of raw i2c wdata buffer
127 - Fix bug in ipmb sensor reading
154 - Fix bug that caused infinite loop on BMCs with empty SDRs
173 - Fix bad password assertion bug due to rakp2 HMAC not being checked properly
[all …]
/openbmc/linux/include/asm-generic/
H A Dbug.h17 #define BUG_GET_TAINT(bug) ((bug)->flags >> 8) argument
52 * Don't use BUG() or BUG_ON() unless there's really no way out; one
56 * it's probably not BUG-worthy.
58 * If you're tempted to BUG(), think again: is completely giving up
63 #define BUG() do { \ macro
64 printk("BUG: failure at %s:%d/%s()!\n", __FILE__, __LINE__, __func__); \
66 panic("BUG!"); \
71 #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0)
85 * Do not include "BUG"/"WARNING" in format strings manually to make these
159 #define BUG() do {} while (1) macro
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dibbler/dibbler/
H A D0001-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch40 +/* GCC releases before GCC 4.9 had a bug in _Alignof. See GCC bug 52023
42 + clang versions < 8.0.0 have the same bug. */
63 +/* GCC releases before GCC 4.9 had a bug in _Alignof. See GCC bug 52023
65 + clang versions < 8.0.0 have the same bug. */
86 +/* GCC releases before GCC 4.9 had a bug in _Alignof. See GCC bug 52023
88 + clang versions < 8.0.0 have the same bug. */
109 +/* GCC releases before GCC 4.9 had a bug in _Alignof. See GCC bug 52023
111 + clang versions < 8.0.0 have the same bug. */
/openbmc/linux/Documentation/admin-guide/
H A Dbug-bisect.rst1 Bisecting a bug
10 not confident in doing that please report the bug to your distribution vendor
17 Before you submit a bug report read
26 Finding patch that caused a bug
29 Using the provided tools with ``git`` makes finding bugs easy provided the bug
56 depending if the bug happened on the changeset you're testing
58 likely caused the bug.
H A Dsysfs-rules.rst33 system configuration bug you should not try to solve. For test cases,
60 is a bug in the application
82 bug in the application
89 like the "device"-link, is a bug in the application
129 ``/sys/block`` and ``/sys/class/block`` are not interchangeable is a bug in
137 a bug in the application.
147 a device in ``/sys/devices/`` is a bug in the application.
148 Accessing ``/sys/class/net/eth0/device`` is a bug in the application.
157 real child device directories in the ``/sys/devices`` tree is a bug in
170 access the chain of parents is a bug in the application.
/openbmc/linux/Documentation/filesystems/
H A Dhpfs.rst195 unbalanced trees too :-) but both HPFS and HPFS386 contain bug that it rarely
201 whole created by this driver, it is BUG - let me know about it.
215 marks them as short (and writes "minor fs error corrected"). This bug is not in
229 0.91 Fixed bug that caused shooting to memory when write_inode was called on
232 0.93 Fixed bug that locked up the machine when there were too many filenames
236 0.95 Fixed a bug that i_hpfs_parent_dir was not updated when moving files
238 1.91 Fixed a bug that chk_sectors failed when sectors were at the end of disk
240 Fixed a bug that could possibly happen (with very low probability) when
258 1.92 Corrected a bug when sync was called just before closing file
272 Fixed a bug that slowed down alloc and prevented allocating 100% space
[all …]
/openbmc/linux/arch/sparc/kernel/
H A Dsmp_32.c102 BUG(); in smp_cpus_done()
106 BUG(); in smp_cpus_done()
110 BUG(); in smp_cpus_done()
206 BUG(); in smp_prepare_cpus()
210 BUG(); in smp_prepare_cpus()
214 BUG(); in smp_prepare_cpus()
269 BUG(); in __cpu_up()
273 BUG(); in __cpu_up()
277 BUG(); in __cpu_up()
305 BUG(); in arch_cpu_pre_starting()
[all …]
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_allocator.c63 BUG(); in yaffs_deinit_raw_tnodes()
85 BUG(); in yaffs_init_raw_tnodes()
107 BUG(); in yaffs_create_tnodes()
165 BUG(); in yaffs_alloc_raw_tnode()
188 BUG(); in yaffs_free_raw_tnode()
211 BUG(); in yaffs_init_raw_objs()
226 BUG(); in yaffs_deinit_raw_objs()
250 BUG(); in yaffs_create_free_objs()
294 BUG(); in yaffs_alloc_raw_obj()
318 BUG(); in yaffs_free_raw_obj()
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/flex/flex/
H A Dcheck-funcs.patch3 Due to a bug, autoheader (2.69) will treat M4 dnl comments in a quoted
9 mine that revealed this autoheader bug, and the affected config.h.in
12 I have reported the autoheader bug here:
13 <https://lists.gnu.org/archive/html/bug-autoconf/2018-02/msg00005.html>
49 +dnl Autoheader (<= 2.69) bug: "dnl" comments in a quoted argument of
51 +dnl (https://lists.gnu.org/archive/html/bug-autoconf/2018-02/msg00005.html)
/openbmc/linux/arch/sh/kernel/
H A Dtraps.c2 #include <linux/bug.h>
92 const struct bug_entry *bug; in handle_BUG() local
99 bug = find_bug(bugaddr); in handle_BUG()
102 if (bug->flags & BUGFLAG_UNWINDER) in handle_BUG()
112 die("Kernel BUG", regs, TRAPA_BUG_OPCODE & 0xff); in handle_BUG()
148 * Special handler for BUG() traps.
150 BUILD_TRAP_HANDLER(bug) in BUILD_TRAP_HANDLER() argument
157 if (notify_die(DIE_TRAP, "bug trap", regs, 0, TRAPA_BUG_OPCODE & 0xff, in BUILD_TRAP_HANDLER()
/openbmc/linux/arch/ia64/include/asm/
H A Dbug.h7 #define BUG() do { \ macro
8 printk("kernel BUG at %s:%d!\n", __FILE__, __LINE__); \
13 /* should this BUG be made generic? */
17 #include <asm-generic/bug.h>
/openbmc/linux/arch/parisc/math-emu/
H A Dfpudispatch.c40 #include <linux/bug.h>
321 BUG(); in decode_0c()
340 BUG(); in decode_0c()
359 BUG(); in decode_0c()
378 BUG(); in decode_0c()
391 BUG(); in decode_0c()
405 BUG(); in decode_0c()
435 BUG(); in decode_0c()
451 BUG(); in decode_0c()
467 BUG(); in decode_0c()
[all …]
/openbmc/linux/Documentation/scsi/
H A DChangeLog.arcmsr9 ** 1.10.00.10 10/10/2004 Erich Chen bug fix for SMP & ioctl
10 ** 1.20.00.00 11/29/2004 Erich Chen bug fix with arcmsr_bus_reset when PHY error
11 ** 1.20.00.02 12/09/2004 Erich Chen bug fix with over 2T bytes RAID Volume
25 ** 1.20.00.07 3/23/2005 Erich Chen bug fix with arcmsr_scsi_host_template_init
29 ** bug fix enormous stack usage (Adrian Bunk's comment)
30 ** 1.20.00.08 6/23/2005 Erich Chen bug fix with abort command,
33 ** 1.20.00.09 9/12/2005 Erich Chen bug fix with abort command handling, firmware versi…
34 ** and firmware update notify for hardware bug fix
42 ** 1.20.00.12 9/30/2005 Erich Chen bug fix with 64bit platform's ccbs using if over 4G…
/openbmc/linux/Documentation/admin-guide/cifs/
H A Dauthors.rst39 - Vince Negri and Dave Stahl (for finding an important caching bug)
50 - Aurelien Aptel (for DFS SMB3 work and some key bug fixes)
51 - Ronnie Sahlberg (for SMB3 xattr work, bug fixes, and lots of great work on compounding)
53 - Sachin Prabhu (many bug fixes, including for reconnect, copy offload and security)
58 Test case and Bug Report contributors
60 Thanks to those in the community who have submitted detailed bug reports

12345678910>>...133