| /linux/lib/ |
| A D | bug.c | 57 return (unsigned long)&bug->bug_addr_disp + bug->bug_addr_disp; in bug_addr() 59 return bug->bug_addr; in bug_addr() 81 bug = NULL; in module_find_bug() 85 return bug; in module_find_bug() 135 *file = (const char *)&bug->file_disp + bug->file_disp; in bug_get_file_line() 137 *file = bug->file; in bug_get_file_line() 139 *line = bug->line; in bug_get_file_line() 150 for (bug = __start___bug_table; bug < __stop___bug_table; ++bug) in find_bug() 152 return bug; in find_bug() 167 if (!bug) in __report_bug() [all …]
|
| /linux/Documentation/translations/zh_CN/process/ |
| A D | code-of-conduct-interpretation.rst | 69 使用 kernel.org bugzilla和其他子系统bugzilla 或bug跟踪工具的开发人员应该遵循 81 视为违反。然而,不适当的语言可以被视为一个bug;如果任何相关方提交补丁, 82 这样的bug将被更快地修复。当前属于用户/内核API的一部分的表达式,或者反映已 83 发布标准或规范中使用的术语的表达式,不被视为bug。
|
| A D | howto.rst | 227 “没有人知道新内核何时会被发布,因为发布是根据已知bug的情况来决定 274 报告bug 278 户在这个工具中报告找到的所有bug。如何使用内核bugzilla的细节请访问: 283 文件里有一个很好的模板。它指导用户如何报告可能的内核bug以及需要提供哪些信息 287 利用bug报告 290 练习内核开发技能的最好办法就是修改其他人报告的bug。你不光可以帮助内核变 292 者感受到你的存在。修改bug是赢得其他开发者赞誉的最好办法,因为并不是很多 293 人都喜欢浪费时间去修改别人报告的bug。 295 要尝试修改已知的bug,请访问 http://bugzilla.kernel.org 网址。
|
| A D | stable-api-nonsense.rst | 90 找到bug,或者找到更好的实现方式。一旦发现这些,他们就很快会去修改当前的 140 - 其他人会找到驱动中的bug并修复。
|
| A D | volatile-considered-harmful.rst | 35 个bug。在正确设计的内核代码中,volatile能带来的仅仅是使事情变慢。 89 bug并且需要对这样的代码额外仔细检查。那些试图使用volatile的开发人员需要退一步想想
|
| /linux/Documentation/translations/zh_TW/process/ |
| A D | code-of-conduct-interpretation.rst | 72 使用 kernel.org bugzilla和其他子系統bugzilla 或bug跟蹤工具的開發人員應該遵循 84 視爲違反。然而,不適當的語言可以被視爲一個bug;如果任何相關方提交補丁, 85 這樣的bug將被更快地修復。當前屬於用戶/內核API的一部分的表達式,或者反映已 86 發佈標準或規範中使用的術語的表達式,不被視爲bug。
|
| A D | howto.rst | 230 「沒有人知道新內核何時會被發布,因爲發布是根據已知bug的情況來決定 277 報告bug 281 戶在這個工具中報告找到的所有bug。如何使用內核bugzilla的細節請訪問: 286 文件里有一個很好的模板。它指導用戶如何報告可能的內核bug以及需要提供哪些信息 290 利用bug報告 293 練習內核開發技能的最好辦法就是修改其他人報告的bug。你不光可以幫助內核變 295 者感受到你的存在。修改bug是贏得其他開發者讚譽的最好辦法,因爲並不是很多 296 人都喜歡浪費時間去修改別人報告的bug。 298 要嘗試修改已知的bug,請訪問 http://bugzilla.kernel.org 網址。
|
| A D | stable-api-nonsense.rst | 93 找到bug,或者找到更好的實現方式。一旦發現這些,他們就很快會去修改當前的 143 - 其他人會找到驅動中的bug並修復。
|
| /linux/include/linux/ |
| A D | 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
|
| /linux/arch/m68k/include/asm/ |
| A D | mmu_context.h | 122 goto bug; in load_ksp_mmu() 126 goto bug; in load_ksp_mmu() 130 goto bug; in load_ksp_mmu() 134 goto bug; in load_ksp_mmu() 138 goto bug; in load_ksp_mmu() 143 goto bug; in load_ksp_mmu() 161 bug: in load_ksp_mmu()
|
| /linux/Documentation/scsi/ |
| A D | ChangeLog.arcmsr | 9 ** 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…
|
| /linux/arch/sh/kernel/ |
| A D | traps.c | 94 const struct bug_entry *bug; in handle_BUG() local 101 bug = find_bug(bugaddr); in handle_BUG() 104 if (bug->flags & BUGFLAG_UNWINDER) in handle_BUG() 152 BUILD_TRAP_HANDLER(bug) in BUILD_TRAP_HANDLER() argument
|
| /linux/arch/mips/kernel/ |
| A D | r4k-bugs64.c | 122 int bug, fix, i; in check_mult_sh() local 144 bug = 0; in check_mult_sh() 147 bug = 1; in check_mult_sh() 149 if (bug == 0) { in check_mult_sh()
|
| /linux/Documentation/translations/zh_CN/admin-guide/ |
| A D | index.rst | 33 下面的一组文档,针对的是试图跟踪问题和bug的用户。 40 bug-hunting 41 bug-bisect
|
| A D | bug-bisect.rst | 3 :Original: :doc:`../../../admin-guide/bug-bisect` 20 找到缺陷(bug)并不总是那么容易,不过仍然得去找。如果你找不到它,不要放弃。
|
| /linux/arch/xtensa/mm/ |
| A D | tlb.c | 279 int bug = 0; in check_tlb_sanity() local 284 bug |= check_tlb_entry(w, e, true); in check_tlb_sanity() 287 bug |= check_tlb_entry(w, e, false); in check_tlb_sanity() 288 if (bug & TLB_INSANE) in check_tlb_sanity() 290 if (bug & TLB_SUSPICIOUS) in check_tlb_sanity()
|
| /linux/Documentation/filesystems/ |
| A D | hpfs.rst | 195 unbalanced trees too :-) but both HPFS and HPFS386 contain bug that it rarely 236 0.95 Fixed a bug that i_hpfs_parent_dir was not updated when moving files 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 273 (this bug was not destructive) 274 1.94 Added workaround for one bug in Linux 283 Fixed a bug with i_blocks (du sometimes didn't display correct values) 292 Fixed one bug in allocation in 1.94 305 ZFixed a bug that it didn't allow creation of files > 128M 309 Fixed a bug when chmoding or chowning root directory [all …]
|
| /linux/Documentation/translations/zh_TW/admin-guide/ |
| A D | index.rst | 35 下面的一組文檔,針對的是試圖跟蹤問題和bug的用戶。 43 bug-hunting 44 bug-bisect
|
| A D | bug-bisect.rst | 5 :Original: :doc:`../../../admin-guide/bug-bisect` 23 找到缺陷(bug)並不總是那麼容易,不過仍然得去找。如果你找不到它,不要放棄。
|
| /linux/Documentation/admin-guide/cifs/ |
| A D | authors.rst | 39 - 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) 60 Thanks to those in the community who have submitted detailed bug reports
|
| /linux/Documentation/admin-guide/ |
| A D | bug-hunting.rst | 4 Kernel bug reports often come with a stack dump like the one below:: 41 Kernel's source code where the bug happened. Depending on the severity of 51 line is usually required to identify and handle the bug. Along this chapter, 101 Finding the bug's location 104 Reporting a bug works best if you point the location of the bug at the 241 Reporting the bug 244 Once you find where the bug happened, by inspecting its location, 251 For example, if you find a bug at the gspca's sonixj.c file, you can get 254 $ ./scripts/get_maintainer.pl --bug -f drivers/media/usb/gspca/sonixj.c 283 Fixing the bug [all …]
|
| A D | sysfs-rules.rst | 33 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.
|
| /linux/drivers/media/pci/saa7164/ |
| A D | saa7164-bus.c | 73 int bug = 0; in saa7164_bus_verify() local 76 bug++; in saa7164_bus_verify() 79 bug++; in saa7164_bus_verify() 82 bug++; in saa7164_bus_verify() 85 bug++; in saa7164_bus_verify() 87 if (bug) { in saa7164_bus_verify()
|
| /linux/Documentation/process/ |
| A D | security-bugs.rst | 7 like to know when a security bug is found so that it can be fixed and 16 who will help verify the bug report and develop and release a fix. 22 As it is with any bug, the more information provided the easier it 49 if it is agreed that the criticality of the bug requires more time. The 57 reporter. This includes but is not limited to the original bug report 101 delay the bug handling. If a reporter wishes to have a CVE identifier
|
| /linux/tools/testing/ktest/ |
| A D | ktest.pl | 1727 my $bug = 0; 1754 $bug = 1; 1764 $bug = 1; 1781 $bug = 1; 1783 return $bug; 2247 $bug = 1; 2268 $bug = 1; 2304 if ($bug) { 2835 $bug = 1; 2840 $bug = 1; [all …]
|