/linux-2.6.39/lib/ |
D | bug.c | 48 static inline unsigned long bug_addr(const struct bug_entry *bug) in bug_addr() argument 51 return bug->bug_addr; in bug_addr() 53 return (unsigned long)bug + bug->bug_addr_disp; in bug_addr() 65 const struct bug_entry *bug = mod->bug_table; in module_find_bug() local 68 for (i = 0; i < mod->num_bugs; ++i, ++bug) in module_find_bug() 69 if (bugaddr == bug_addr(bug)) in module_find_bug() 70 return bug; in module_find_bug() 117 const struct bug_entry *bug; in find_bug() local 119 for (bug = __start___bug_table; bug < __stop___bug_table; ++bug) in find_bug() 120 if (bugaddr == bug_addr(bug)) in find_bug() [all …]
|
/linux-2.6.39/Documentation/ |
D | SecurityBugs | 2 like to know when a security bug is found so that it can be fixed and 10 who will help verify the bug report and develop and release a fix. 14 As it is with any bug, the more information provided the easier it 23 bug submitter to bug resolution as well as disclosure. We prefer 24 to fully disclose the bug as soon as possible. It is reasonable to 25 delay disclosure when the bug or the fix is not yet fully understood, 29 bug submitter as well as vendors. However, the kernel security team
|
D | BUG-HUNTING | 11 - Finding patch that caused a bug 14 - Fixing the bug 20 not confident in doing that please report the bug to your distribution vendor 27 Before you submit a bug report read REPORTING-BUGS. 35 Finding patch that caused a bug 43 Using the provided tools with git makes finding bugs easy provided the bug is 56 This is how to track down a bug if you know nothing about kernel hacking. 61 . A reproducible bug - it has to happen predictably (sorry) 69 introduced the bug. I.e., suppose 1.3.28 didn't have the bug, but 73 . You'll narrow it down to the kernel that introduced the bug. You [all …]
|
D | sysfs-rules.txt | 32 system configuration bug you should not try to solve. For test cases, 57 is a bug in the application 76 bug in the application 82 like the "device"-link, is a bug in the application 122 /sys/block and /sys/class/block are not interchangeable is a bug in 130 a bug in the application. 140 a device in /sys/devices/ is a bug in the application. 141 Accessing /sys/class/net/eth0/device is a bug in the application. 150 real child device directories in the /sys/devices tree is a bug in 163 access the chain of parents is a bug in the application.
|
/linux-2.6.39/arch/sh/kernel/ |
D | traps.c | 15 const struct bug_entry *bug; in handle_BUG() local 22 bug = find_bug(bugaddr); in handle_BUG() 25 if (bug->flags & BUGFLAG_UNWINDER) in handle_BUG() 73 BUILD_TRAP_HANDLER(bug) in BUILD_TRAP_HANDLER() argument
|
/linux-2.6.39/Documentation/zh_CN/ |
D | HOWTO | 225 “没有人知道新内核何时会被发布,因为发布是根据已知bug的情况来决定 327 报告bug 331 户在这个工具中报告找到的所有bug。如何使用内核bugzilla的细节请访问: 335 告可能的内核bug以及需要提供哪些信息来帮助内核开发者们找到问题的根源。 338 利用bug报告 341 练习内核开发技能的最好办法就是修改其他人报告的bug。你不光可以帮助内核变 343 者感受到你的存在。修改bug是赢得其他开发者赞誉的最好办法,因为并不是很多 344 人都喜欢浪费时间去修改别人报告的bug。 346 要尝试修改已知的bug,请访问http://bugzilla.kernel.org网址。如果你想获得 347 最新bug的通知,可以订阅bugme-new邮件列表(只有新的bug报告会被寄到这里)
|
D | stable_api_nonsense.txt | 94 找到bug,或者找到更好的实现方式。一旦发现这些,他们就很快会去修改当前的 142 - 其他人会找到驱动中的bug并修复。
|
D | volatile-considered-harmful.txt | 42 个bug。在正确设计的内核代码中,volatile能带来的仅仅是使事情变慢。 96 bug并且需要对这样的代码额外仔细检查。那些试图使用volatile的开发人员需要退一步想想
|
/linux-2.6.39/Documentation/scsi/ |
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…
|
D | in2000.txt | 26 Fixed a bug that caused incorrect SCSI status bytes to be 28 means that CDROM changers work now! Fixed a bug in the 38 Fixed a bug in the code that sets the transfer direction 72 Fixed a well-hidden bug in the adaptive-disconnect code 80 1.25 had a nasty bug that bit people with swap partitions 105 There was a bug in the synchronous transfer code. Only
|
/linux-2.6.39/ |
D | REPORTING-BUGS | 4 aren't obliged to use the bug reporting format, it is provided as a guide 9 bug report. This explains what you should do with the "Oops" information 23 If it is a security bug, please copy the Security Contact listed 31 This is a suggested format for a bug report sent to the Linux kernel mailing 32 list. Having a standardized bug report form makes it easier for you not to 40 Use that information to fill in all fields of the bug report form, and 50 [5.] Most recent kernel version which did not have the bug:
|
/linux-2.6.39/arch/mips/kernel/ |
D | cpu-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-2.6.39/include/linux/ |
D | bug.h | 17 static inline int is_warning_bug(const struct bug_entry *bug) in is_warning_bug() argument 19 return bug->flags & BUGFLAG_WARNING; in is_warning_bug()
|
/linux-2.6.39/arch/cris/arch-v32/lib/ |
D | nand_init.S | 6 ## due to a bug/feature we can only trust the 256 first bytes. So this 10 ## Some notes about the bug/feature for future reference: 174 ;; to remove this you don't understand the bug/feature.
|
/linux-2.6.39/Documentation/filesystems/ |
D | hpfs.txt | 180 unbalanced trees too :-) but both HPFS and HPFS386 contain bug that it rarely 199 marks them as short (and writes "minor fs error corrected"). This bug is not in 210 0.91 Fixed bug that caused shooting to memory when write_inode was called on 213 0.93 Fixed bug that locked up the machine when there were too many filenames 217 0.95 Fixed a bug that i_hpfs_parent_dir was not updated when moving files 219 1.91 Fixed a bug that chk_sectors failed when sectors were at the end of disk 221 Fixed a bug that could possibly happen (with very low probability) when 231 1.92 Corrected a bug when sync was called just before closing file 240 Fixed a bug that slowed down alloc and prevented allocating 100% space 241 (this bug was not destructive) [all …]
|
D | ufs.txt | 59 Any ufs bug report you can send to daniel.pirkl@email.cz or 60 to dushistov@mail.ru (do not send partition tables bug reports).
|
/linux-2.6.39/drivers/usb/serial/ |
D | ChangeLog.history | 28 fix bug with urb->dev not being set properly, now that the usb core 81 Fixed a bug if a driver didn't have the owner field set. 117 Fixed buffer overflows bug with the generic serial driver. Thanks to 121 Fixed bug where the generic serial adaptor grabbed _any_ device that was 127 Also fixed bug with there not being a MOD_DEC for the generic driver 139 Fixed bug with urb->dev not being set properly, now that the usb 164 Cleaned up debugging statements in a quest to find UHCI timeout bug. 181 Fixed bug that Randy Dunlap found for Generic devices with no bulk out ports. 203 This fixes the bug that a multiport device could not have more than 213 is in anticipation of the true multiport devices (there's a bug if you [all …]
|
/linux-2.6.39/arch/ia64/ |
D | Kconfig.debug | 43 bool "Turn on compare-and-exchange bug checking (slow!)" 46 Selecting this option turns on bug checking for the IA-64 55 Selecting this option turns on bug checking for the IA-64 irq_save
|
/linux-2.6.39/drivers/media/video/saa7164/ |
D | saa7164-bus.c | 87 int bug = 0; in saa7164_bus_verify() local 90 bug++; in saa7164_bus_verify() 93 bug++; in saa7164_bus_verify() 96 bug++; in saa7164_bus_verify() 99 bug++; in saa7164_bus_verify() 101 if (bug) { in saa7164_bus_verify()
|
/linux-2.6.39/tools/testing/ktest/ |
D | ktest.pl | 757 my $bug = 0; 811 if (!$bug && !$skip_call_trace) { 812 $bug = 1; 817 if ($bug && defined($stop_after_failure) && 832 $bug = 1; 839 if ($stop_test_after > 0 && !$booted && !$bug) { 848 if ($bug) { 1101 my $bug = 0; 1126 $bug = 1; 1130 $bug = 1; [all …]
|
/linux-2.6.39/Documentation/fb/ |
D | ep93xx-fb.txt | 119 Screenpage bug 122 At least on the EP9315 there is a silicon bug which causes bit 27 of 124 an unofficial errata for this bug at: 135 avoid this bug. See section 13 of the EP93xx users' guide for details.
|
/linux-2.6.39/fs/affs/ |
D | Changes | 29 Please direct bug reports to: zippel@linux-m68k.org 40 - several bug fixes found with fsx 172 inode if the fs was not an OFS. This bug only shows 188 - Fixed bug in balloc(): Superblock was not set dirty after 191 - Fixed nasty bug in find_new_zone(): If the current 197 - Fixed bug in add_entry(): When doing a sorted insert, 243 30 characters. (Damn it! This kind of bug 316 - Fixed a nasty bug which didn't allow read-only
|
/linux-2.6.39/include/asm-generic/ |
D | bug.h | 30 #define BUG_GET_TAINT(bug) ((bug)->flags >> 8) argument
|
/linux-2.6.39/fs/befs/ |
D | ChangeLog | 14 * Oy! Fixed stupid bug that would cause an unresolved symbol error. 46 * Fixed bug in befs_find_brun_indirect() that would result in the wrong 50 * Fixed a longstanding bug in befs_find_key() that would result in it 55 for reporting this serious bug!!! 98 * Fixed stupid bug where specifying the uid or gid mount options as '0' 127 for a while. Thanks to Brent Miszalaski for finding and reporting this bug. 163 clear_inode(). This fixes a potential free twice type bug. Put_inode() 211 * Fixed a bug where the inode and super_block didn't get their blockbits 249 * Fix nasty bug in converting block numbers to struct befs_inode_addr. 253 * Fix bug with reading an empty directory. (btree.c and dir.c) [all …]
|
/linux-2.6.39/Documentation/s390/ |
D | TAPE | 106 2. re-perform the actions which produced the bug. (Hopefully the bug will 113 that led to the bug: 119 5. Send an email with your bug report to:
|