/linux-4.1.27/ |
D | REPORTING-BUGS | 4 The upstream Linux kernel maintainers only fix bugs for specific kernel 19 How to report Linux kernel bugs 41 bug report. Some maintainers prefer bugs to be reported via bugzilla 42 (https://bugzilla.kernel.org), while others prefer that bugs be reported 67 Tips for reporting bugs 72 http://www.chiark.greenend.org.uk/~sgtatham/bugs.html 75 It's REALLY important to report bugs that seem unrelated as separate email 77 bugs at once, it's difficult for maintainers to tease apart the relevant 160 bugs. The majority of kernel maintainers are employed to work on the 167 or userspace breakage caused by new kernel behavior. Those bugs should be [all …]
|
D | README | 323 - If you have problems that seem to be due to kernel bugs, please check
|
D | CREDITS | 128 D: Author of pscan that helps to fix lp/parport bugs 693 D: IP masq 2.1 features and bugs 3556 D: lock annotations, finding and fixing lock bugs 3886 D: Supports NTP on Linux. Added PPS code. Fixed bugs in adjtimex().
|
D | MAINTAINERS | 50 PLEASE document known bugs. If it doesn't work for everything
|
/linux-4.1.27/Documentation/fb/ |
D | aty128fb.txt | 66 There are known and unknown bugs, features and misfeatures. 67 Currently there are following known bugs: 69 bugs/errata to list here.
|
D | vt8623fb.txt | 57 Known bugs
|
D | arkfb.txt | 62 Known bugs
|
D | s3fb.txt | 74 Known bugs
|
D | tridentfb.txt | 19 Known bugs:
|
D | matroxfb.txt | 283 There are known and unknown bugs, features and misfeatures. 284 Currently there are following known bugs:
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic7xxx_pci.c | 841 if ((ahc->bugs & AHC_CACHETHEN_DIS_BUG) != 0) in ahc_pci_config() 844 if ((ahc->bugs & AHC_CACHETHEN_BUG) != 0) in ahc_pci_config() 854 if ((ahc->bugs & AHC_PCI_2_1_RETRY_BUG) != 0 in ahc_pci_config() 2062 ahc->bugs |= AHC_TMODE_WIDEODD_BUG|AHC_CACHETHEN_BUG|AHC_PCI_MWI_BUG; in ahc_aic785X_setup() 2065 ahc->bugs |= AHC_PCI_2_1_RETRY_BUG; in ahc_aic785X_setup() 2080 ahc->bugs |= AHC_TMODE_WIDEODD_BUG|AHC_CACHETHEN_BUG|AHC_PCI_MWI_BUG; in ahc_aic7860_setup() 2083 ahc->bugs |= AHC_PCI_2_1_RETRY_BUG; in ahc_aic7860_setup() 2107 ahc->bugs |= AHC_TMODE_WIDEODD_BUG|AHC_CACHETHEN_BUG|AHC_PCI_MWI_BUG; in ahc_aic7870_setup() 2185 ahc->bugs |= AHC_TMODE_WIDEODD_BUG; in ahc_aic7880_setup() 2188 ahc->bugs |= AHC_PCI_2_1_RETRY_BUG; in ahc_aic7880_setup() [all …]
|
D | aic79xx_seq.h_shipped | 843 return ((ahd->bugs & AHD_PKT_BITBUCKET_BUG) != 0); 851 return ((ahd->bugs & AHD_PKT_BITBUCKET_BUG) == 0); 875 return ((ahd->bugs & AHD_AUTOFLUSH_BUG) != 0); 915 return ((ahd->bugs & AHD_REG_SLOW_SETTLE_BUG) != 0); 931 return ((ahd->bugs & AHD_EARLY_REQ_BUG) != 0); 939 return ((ahd->bugs & AHD_BUSFREEREV_BUG) == 0); 963 return ((ahd->bugs & AHD_LQO_ATNO_BUG) != 0); 971 return ((ahd->bugs & AHD_BUSFREEREV_BUG) != 0); 979 return ((ahd->bugs & AHD_NONPACKFIFO_BUG) != 0); 987 return ((ahd->bugs & AHD_SENT_SCB_UPDATE_BUG) != 0); [all …]
|
D | aic79xx_pci.c | 321 ahd->bugs &= ~AHD_PCIX_BUG_MASK; in ahd_pci_config() 955 ahd->bugs |= AHD_SENT_SCB_UPDATE_BUG|AHD_ABORT_LQI_BUG in ahd_aic790X_setup() 982 ahd->bugs |= AHD_LQOOVERRUN_BUG|AHD_EARLY_REQ_BUG; in ahd_aic790X_setup() 992 ahd->bugs |= AHD_INTCOLLISION_BUG|AHD_ABORT_LQI_BUG; in ahd_aic790X_setup()
|
D | aic79xx.seq | 51 if ((ahd->bugs & AHD_INTCOLLISION_BUG) != 0) { 58 if ((ahd->bugs & AHD_INTCOLLISION_BUG) != 0) { 124 if ((ahd->bugs & AHD_FAINT_LED_BUG) != 0) { 298 if ((ahd->bugs & AHD_PKT_LUN_BUG) != 0) { 520 if ((ahd->bugs & AHD_SET_MODE_BUG) != 0) { 528 if ((ahd->bugs & AHD_INTCOLLISION_BUG) != 0) { 539 if ((ahd->bugs & AHD_SENT_SCB_UPDATE_BUG) != 0) { 594 if ((ahd->bugs & AHD_NONPACKFIFO_BUG) != 0) { 618 if ((ahd->bugs & AHD_FAINT_LED_BUG) != 0) { 633 if ((ahd->bugs & AHD_BUSFREEREV_BUG) != 0) { [all …]
|
D | aic79xx_core.c | 769 if ((ahd->bugs & AHD_PCIX_SCBRAM_RD_BUG) != 0) in ahd_inb_scbram() 993 if ((ahd->bugs & AHD_INTCOLLISION_BUG) != 0) { in ahd_intr() 1056 if ((ahd->bugs & AHD_PKTIZED_STATUS_BUG) != 0) { in ahd_currently_packetized() 1790 if ((ahd->bugs & AHD_INTCOLLISION_BUG) != 0) { in ahd_handle_seqint() 1994 if ((ahd->bugs & AHD_CLRLQO_AUTOCLR_BUG) != 0) { in ahd_handle_seqint() 2472 if ((ahd->bugs & AHD_CLRLQO_AUTOCLR_BUG) != 0) in ahd_handle_scsiint() 2649 && (ahd->bugs & AHD_BUSFREEREV_BUG) != 0) in ahd_handle_scsiint() 2691 && (ahd->bugs & AHD_NLQICRC_DELAYED_BUG) != 0) { in ahd_handle_transmission_error() 2941 if ((ahd->bugs & AHD_CLRLQO_AUTOCLR_BUG) != 0) in ahd_handle_pkt_busfree() 3579 if ((ahd->bugs & AHD_CLRLQO_AUTOCLR_BUG) != 0) { in ahd_clear_intstat() [all …]
|
D | aic7770.c | 387 ahc->bugs |= AHC_TMODE_WIDEODD_BUG; in ahc_aic7770_setup()
|
D | aic7xxx.seq | 787 if ((ahc->bugs & AHC_PCI_MWI_BUG) != 0 && ahc->pci_cachesize != 0) { 871 if ((ahc->bugs & AHC_PCI_MWI_BUG) != 0 && ahc->pci_cachesize != 0) { 943 if ((ahc->bugs & AHC_AUTOFLUSH_BUG) != 0) { 1016 if ((ahc->bugs & AHC_AUTOFLUSH_BUG) != 0) { 1094 if ((ahc->bugs & AHC_PCI_MWI_BUG) != 0 1101 if ((ahc->bugs & AHC_TMODE_WIDEODD_BUG) != 0) { 1149 if ((ahc->bugs & AHC_PCI_2_1_RETRY_BUG) != 0) { 1162 if ((ahc->bugs & AHC_PCI_MWI_BUG) != 0 1235 if ((ahc->bugs & AHC_PCI_MWI_BUG) != 0 1304 if ((ahc->bugs & AHC_PCI_MWI_BUG) != 0 [all …]
|
D | aic79xx_osm_pci.c | 285 if ((ahd->bugs & AHD_PCIX_MMAPIO_BUG) != 0) in ahd_linux_pci_reserve_mem_region()
|
D | aic7xxx_seq.h_shipped | 897 return ((ahc->bugs & AHC_SCBCHAN_UPLOAD_BUG) != 0); 937 return ((ahc->bugs & AHC_PCI_2_1_RETRY_BUG) != 0); 945 return ((ahc->bugs & AHC_TMODE_WIDEODD_BUG) != 0); 953 return ((ahc->bugs & AHC_AUTOFLUSH_BUG) != 0); 969 return ((ahc->bugs & AHC_PCI_MWI_BUG) != 0 && ahc->pci_cachesize != 0);
|
D | aic7xxx.h | 989 ahc_bug bugs; member
|
D | aic79xx.h | 1142 ahd_bug bugs; member
|
D | aic79xx.reg | 62 if ((ahd->bugs & AHD_SET_MODE_BUG) != 0) { \ 69 if ((ahd->bugs & AHD_SET_MODE_BUG) != 0) { \ 76 if ((ahd->bugs & AHD_INTCOLLISION_BUG) != 0) { \
|
D | aic7xxx_core.c | 4437 ahc->bugs = AHC_BUGNONE; in ahc_alloc() 6953 ahc_name(ahc), ahc->features, ahc->bugs, ahc->flags); in ahc_loadseq()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/ |
D | Kconfig | 37 Please send feedback to <linux-bugs@chelsio.com>. 64 Please send feedback to <linux-bugs@chelsio.com>. 84 Please send feedback to <linux-bugs@chelsio.com>. 125 Please send feedback to <linux-bugs@chelsio.com>.
|
/linux-4.1.27/Documentation/video4linux/bttv/ |
D | README.freeze | 12 bttv bugs 41 hardware bugs 58 greatest workarounds for hardware bugs might fix these problems.
|
/linux-4.1.27/drivers/parport/ |
D | BUGS-parport | 1 Currently known (or at least suspected) bugs in parport:
|
D | TODO-parport | 3 0. Fix the bugs (see BUGS-parport).
|
/linux-4.1.27/drivers/scsi/csiostor/ |
D | Kconfig | 16 Please send feedback to <linux-bugs@chelsio.com>.
|
/linux-4.1.27/drivers/infiniband/hw/cxgb4/ |
D | Kconfig | 15 Please send feedback to <linux-bugs@chelsio.com>.
|
/linux-4.1.27/lib/ |
D | Kconfig.kmemcheck | 83 bugs. 92 This may also hide some real bugs.
|
D | Kconfig.kasan | 12 designed to find out-of-bounds accesses and use-after-free bugs.
|
D | Kconfig.debug | 333 in case of kernel bugs. (precise oopses/stacktraces/warnings) 654 These kinds of bugs usually occur when call-chains in the 687 Softlockups are bugs that cause the kernel to loop in kernel 692 Hardlockups are bugs that cause the CPU to loop in kernel mode 714 which are bugs that cause the kernel to loop in kernel 732 which are bugs that cause the kernel to loop in kernel 757 which are bugs that cause the task to be stuck in 787 which are bugs that cause the kernel to leave a task stuck 1063 bootup. The self-test checks whether common types of locking bugs 1065 lock debugging then those bugs wont be detected of course.) [all …]
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | AUTHORS | 53 bugs in error paths. Valuable suggestions also have come from Al Viro 57 finding multiple bugs during excellent stress test runs.
|
D | CHANGES | 1002 it. Fixed a few bugs in the DFS code (e.g. bcc two bytes too short and incorrect uid in PDU). 1006 Rewrote much of connection and mount/unmount logic to handle bugs with
|
/linux-4.1.27/Documentation/RCU/ |
D | rcu_dereference.txt | 14 bugs due to games that compilers and DEC Alpha can play. 45 on the rcu_dereference(), again possibly resulting in bugs due 59 bugs due to misordering. 91 which can result in misordering bugs. 110 result in misordering bugs. 132 rcu_dereference(). This could result in bugs due to misordering. 180 bugs more likely to happen. Which can be a good thing,
|
D | stallwarn.txt | 248 RCU bugs can often be debugged with the help of CONFIG_RCU_TRACE
|
D | torture.txt | 26 this can sometimes be useful in finding boot-time bugs.
|
/linux-4.1.27/drivers/infiniband/hw/cxgb3/ |
D | Kconfig | 15 Please send feedback to <linux-bugs@chelsio.com>.
|
/linux-4.1.27/sound/oss/ |
D | CHANGELOG | 15 - Fixed all known bugs (I think). 24 - Fixed many bugs in audio playback. 122 - Fixed bugs in mmap() support. 213 - Fixed some bugs. 244 - Fixed some bugs in the PSS driver which caused I/O errors with 326 - Fixed some minor bugs in the SB16 driver. 356 - Fixed some bugs in the digitized voice driver for PAS16.
|
/linux-4.1.27/Documentation/ |
D | BUG-HUNTING | 23 Finding bugs is not always easy. Have a go though. If you can't find it don't 43 Using the provided tools with git makes finding bugs easy provided the bug is 142 it does work and it lets non-hackers help fix bugs. And it is cool 149 Nobody is going to tell you how to fix bugs. Seriously. You need to work it
|
D | SecurityBugs | 3 disclosed as quickly as possible. Please report security bugs to the
|
D | VGA-softcursor.txt | 5 can set the size of hardware cursor (and also work around some ugly bugs in
|
D | xz.txt | 107 Reporting bugs 113 Report bugs to <lasse.collin@tukaani.org> or visit #tukaani on
|
D | irqflags-tracing.txt | 47 should be no crashes due to irq-tracing bugs. (except if the assembly
|
D | svga.txt | 147 eliminate some annoying bugs of certain VGA BIOSes (usually those used for 233 supported. Few bugs fixed. VESA modes are listed prior to 265 2.9 (12-May-96) - Ignored VESA modes 0x80 - 0xff (more VESA BIOS bugs!)
|
D | SubmitChecklist | 89 finding bugs like "warning: comparison between signed and unsigned".
|
D | HOWTO | 337 bugs. Users are encouraged to report all bugs that they find in this 351 bugs reported by other people. Not only you will help to make the kernel 354 bugs is one of the best ways to get merits among other developers, because 355 not many people like wasting time fixing other people's bugs.
|
D | stable_api_nonsense.txt | 96 stopping to slow down. As such, the kernel developers find bugs in 172 - Other people will find and fix bugs in your driver.
|
D | SubmittingPatches | 116 pretty convincing, but not all bugs are that blatant. Even if the 227 introduce bugs in the middle. 293 to security@kernel.org. For severe bugs, a short embargo may be considered 462 make him endorse your bugs. To solve this problem, it is recommended that 499 tracking your trees, and to people trying to troubleshoot bugs in your 540 The Reported-by tag gives credit to people who find bugs and report them and it
|
D | kasan.txt | 9 bugs.
|
D | email-clients.txt | 134 the email. See: https://bugs.kde.org/show_bug.cgi?id=174034
|
D | Changes | 137 The latest version of e2fsprogs fixes several bugs in fsck and
|
D | CodingStyle | 433 A common type of bug to be aware of it "one err bugs" which look like this: 783 difficult-to-find bugs. If the C language included a strong distinction 785 for us... but it doesn't. To help prevent such bugs, always follow this
|
D | rpmsg.txt | 44 exploiting remote bugs, and by that taking over the system, it is often
|
D | 00-INDEX | 59 - procedure for reporting security bugs found in the kernel.
|
D | applying-patches.txt | 417 tree is to weed out regressions, crashes, data corruption bugs, build
|
D | kernel-parameters.txt | 138 BUGS= Relates to possible processor bugs on the said processor. 564 Sometimes CPU hardware bugs make them report the cache 831 memory corruption problems caused by bugs in kernel or 899 Can be useful to work around chipset bugs. 1099 Can be useful to work around chipset bugs
|
D | DMA-API.txt | 585 To debug drivers and find bugs in the usage of the DMA-API checking code can
|
D | kmemcheck.txt | 178 may also hide some real bugs.
|
D | memory-barriers.txt | 1581 this optimization in a volatile store. In the absence of such bugs,
|
D | devices.txt | 915 ill effects to the system (bugs excepted.)
|
/linux-4.1.27/drivers/tty/serial/8250/ |
D | 8250_core.c | 872 up->bugs |= UART_BUG_QUOT; in autoconfig_has_efr() 1166 up->bugs = 0; in autoconfig() 1400 if (up->bugs & UART_BUG_TXEN) { in serial8250_start_tx() 1447 if (up->bugs & UART_BUG_NOMSR) in serial8250_disable_ms() 1459 if (up->bugs & UART_BUG_NOMSR) in serial8250_enable_ms() 1932 if (up->bugs & UART_BUG_THRE) { in univ8250_setup_irq() 2268 up->bugs |= UART_BUG_THRE; in serial8250_do_startup() 2318 if (!(up->bugs & UART_BUG_TXEN)) { in serial8250_do_startup() 2319 up->bugs |= UART_BUG_TXEN; in serial8250_do_startup() 2324 up->bugs &= ~UART_BUG_TXEN; in serial8250_do_startup() [all …]
|
D | 8250_pci.c | 1066 port->bugs |= UART_BUG_PARITY; in pci_asix_setup()
|
/linux-4.1.27/arch/tile/include/asm/ |
D | Kbuild | 5 generic-y += bugs.h
|
/linux-4.1.27/include/linux/ |
D | serial_8250.h | 90 unsigned short bugs; /* port bugs */ member
|
/linux-4.1.27/Documentation/filesystems/ |
D | efivarfs.txt | 18 Due to the presence of numerous firmware bugs where removing non-standard
|
D | dnotify.txt | 38 Implementation expectations (features and bugs :-))
|
D | ceph.txt | 132 and is useful for tracking down bugs.
|
D | ntfs.txt | 12 - Known bugs and (mis-)features 151 will not be visible due to bugs/mis-features in glibc. 213 Known bugs and (mis-)features
|
D | hpfs.txt | 130 Known bugs 202 Codepage bugs described above.
|
D | affs.txt | 185 this fs. For a most up-to-date list of bugs please consult
|
D | porting | 430 d_alloc_root() is gone, along with a lot of bugs caused by code
|
D | f2fs.txt | 25 For reporting bugs and sending patches, please use the following mailing list:
|
D | proc.txt | 667 of 0xff. This might also be generated by chipset bugs.
|
/linux-4.1.27/net/irda/ |
D | Kconfig | 91 bugs. 93 If unsure, say Y (since it makes it easier to find the bugs).
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | Makefile | 23 obj-$(CONFIG_X86_32) += bugs.o
|
/linux-4.1.27/arch/blackfin/include/asm/ |
D | Kbuild | 4 generic-y += bugs.h
|
/linux-4.1.27/arch/arc/include/asm/ |
D | Kbuild | 4 generic-y += bugs.h
|
/linux-4.1.27/arch/arm/nwfpe/ |
D | ChangeLog | 44 * I discovered several bugs. First and worst is that the kernel 75 * NOTES - Added file to describe known bugs/problems
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | Kbuild | 4 generic-y += bugs.h
|
/linux-4.1.27/Documentation/cpu-freq/ |
D | index.txt | 37 you can report bugs, problems or submit patches. To post a message,
|
/linux-4.1.27/arch/metag/include/asm/ |
D | Kbuild | 3 generic-y += bugs.h
|
/linux-4.1.27/Documentation/usb/ |
D | CREDITS | 127 pointing out mortal bugs and giving advice. 150 pointed bugs, as well as started the uusbd-utils package. 152 - Peter Dettori <dettori@ozy.dec.com> is uncovering bugs like
|
D | iuu_phoenix.txt | 12 This driver is still in beta stage, so bugs can
|
D | ehci.txt | 54 transaction translators (TTs) in USB 2.0 hubs. But you may find bugs.
|
/linux-4.1.27/arch/c6x/include/asm/ |
D | Kbuild | 6 generic-y += bugs.h
|
/linux-4.1.27/drivers/net/ethernet/dlink/ |
D | Kconfig | 51 is known to solve bugs on certain chips.
|
/linux-4.1.27/Documentation/devicetree/bindings/net/can/ |
D | cc770.txt | 4 compatible with the old AN82527 from Intel, but with "bugs" being fixed.
|
/linux-4.1.27/arch/hexagon/include/asm/ |
D | Kbuild | 7 generic-y += bugs.h
|
/linux-4.1.27/Documentation/isdn/ |
D | README.pcbit | 29 manufacturer believe to be caused by bugs in the firmware. The current
|
D | README.x25 | 13 more bugs as usual. 16 other side first. Be prepared that bugs in the protocol implementation
|
D | README.sc | 9 bugs and defects either known or unknown. Use this software at your own
|
D | README.gigaset | 360 3.3. Reporting problems and bugs
|
D | README.HiSax | 462 and more people who are hunting bugs. (If I forgot somebody, please
|
/linux-4.1.27/arch/unicore32/include/asm/ |
D | Kbuild | 5 generic-y += bugs.h
|
/linux-4.1.27/arch/nios2/include/asm/ |
D | Kbuild | 7 generic-y += bugs.h
|
/linux-4.1.27/Documentation/powerpc/ |
D | eeh-pci-error-recovery.txt | 40 unfortunately quite commonly, due to device driver bugs, device firmware 41 bugs, and sometimes PCI card hardware bugs. 48 bugs have been found and fixed in this way over the past few 52 errors (due to software, device firmware, or device PCI hardware bugs).
|
D | hvcs.txt | 559 The proper channel for reporting bugs is either through the Linux OS
|
/linux-4.1.27/Documentation/networking/ |
D | ray_cs.txt | 9 card. This driver is in early development and does have bugs. See the known 10 bugs and limitations at the end of this document for more information.
|
D | netdev-features.txt | 13 verbatim. Today's devices add multiple features and bugs (read: offloads)
|
D | netconsole.txt | 173 enable the logging of even the most critical kernel bugs. It works
|
D | dccp.txt | 40 The known bugs are at:
|
D | decnet.txt | 218 about configuration, or even just report bugs, then there is a mailing
|
D | ixgb.txt | 126 Ethernet PAUSE frames. There are hardware bugs associated with enabling
|
D | ip-sysctl.txt | 433 On retransmit try to send bigger packets to work around bugs in
|
/linux-4.1.27/arch/openrisc/include/asm/ |
D | Kbuild | 9 generic-y += bugs.h
|
/linux-4.1.27/fs/jffs2/ |
D | Kconfig | 25 areas which at one point needed debugging, but when the bugs were 28 If reporting bugs, please try to have available a full dump of the
|
/linux-4.1.27/drivers/staging/i2o/ |
D | README | 25 Fixed assorted dumb SMP locking bugs
|
/linux-4.1.27/Documentation/blackfin/ |
D | bfin-gpio-notes.txt | 15 * Bugs: Enter bugs at http://blackfin.uclinux.org/
|
/linux-4.1.27/drivers/mmc/card/ |
D | Kconfig | 64 to a memory card in order to expose certain well known bugs
|
/linux-4.1.27/Documentation/driver-model/ |
D | devres.txt | 27 sufficient bugs in ->remove and ->probe failure path. Well, yes, 34 attention or testing as core code, and bugs on driver detach or
|
/linux-4.1.27/Documentation/ide/ |
D | ChangeLog.ide-floppy.1996-2002 | 48 * Ver 0.93 Oct 24 00 Fixed bugs for Clik! drive
|
D | ChangeLog.ide-cd.1994-2004 | 75 * More workarounds for Vertos bugs (based on patches
|
/linux-4.1.27/Documentation/devicetree/bindings/i2c/ |
D | i2c-arb-gpio-challenge.txt | 8 the case where there is a device on the bus that has errata and/or bugs
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | fault_injection.txt | 6 can help the developer find and fix bugs before their code is shipped in a
|
/linux-4.1.27/Documentation/sound/oss/ |
D | btaudio | 31 should'nt crash your box. It might not work as expected, have bugs,
|
D | README.OSS | 375 support for PnP cards. There are bugs in setting DMA channels in earlier 625 freeze your machine (due to chip bugs). If you have problems in getting
|
/linux-4.1.27/fs/ntfs/ |
D | Kconfig | 48 When reporting bugs, please try to have available a full dump of
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-bus-pci | 176 Contact: Narendra K <narendra_k@dell.com>, linux-bugs@dell.com 190 Contact: Narendra K <narendra_k@dell.com>, linux-bugs@dell.com 204 Contact: Narendra K <narendra_k@dell.com>, linux-bugs@dell.com
|
/linux-4.1.27/Documentation/arm/nwfpe/ |
D | README | 40 determining that bugs still exist; but are virtually useless when
|
/linux-4.1.27/Documentation/power/ |
D | s2ram.txt | 74 ordering-sensitive bugs).
|
/linux-4.1.27/arch/powerpc/platforms/8xx/ |
D | Kconfig | 122 MPC860 CPUs, prior to Rev C have some bugs in the silicon, which
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | bugfix.S | 5 | This file contains workarounds for bugs in the 040 8 | Fixes for bugs: 1238
|
/linux-4.1.27/arch/powerpc/platforms/ |
D | Kconfig | 218 bool "Workarounds for PPC601 bugs" 221 Some versions of the PPC601 (the first PowerPC chip) have bugs which
|
/linux-4.1.27/Documentation/x86/i386/ |
D | IO-APIC.txt | 11 There are (a few) known breakages in certain older boards, such bugs are
|
/linux-4.1.27/arch/x86/math-emu/ |
D | README | 44 Please report bugs, etc to me at: 102 (version 2.01) and the 80486 FPU (apart from bugs). The differences 398 emulator, often by just reporting bugs, sometimes with suggested
|
/linux-4.1.27/tools/power/cpupower/po/ |
D | pt.po | 212 msgid "Report errors and bugs to %s, please.\n" 213 msgstr "Reporte erros e bugs para %s, por favor.\n" 495 "cpufreq is printed which is useful e.g. for reporting bugs.\n" 499 "o cpufreq é mostrada, o que é útil por exemplo para reportar bugs.\n"
|
D | de.po | 214 msgid "Report errors and bugs to %s, please.\n" 500 "cpufreq is printed which is useful e.g. for reporting bugs.\n"
|
D | cs.po | 217 msgid "Report errors and bugs to %s, please.\n" 492 "cpufreq is printed which is useful e.g. for reporting bugs.\n"
|
D | it.po | 214 msgid "Report errors and bugs to %s, please.\n" 492 "cpufreq is printed which is useful e.g. for reporting bugs.\n"
|
D | fr.po | 214 msgid "Report errors and bugs to %s, please.\n" 494 "cpufreq is printed which is useful e.g. for reporting bugs.\n"
|
/linux-4.1.27/security/ |
D | Kconfig | 112 can help reduce the impact of kernel NULL pointer bugs.
|
/linux-4.1.27/drivers/net/ethernet/dec/tulip/ |
D | Kconfig | 76 obscure bugs if your mainboard has memory controller timing issues.
|
/linux-4.1.27/Documentation/i2c/busses/ |
D | i2c-i801 | 48 possible to work around possible driver or hardware bugs if the feature in
|
/linux-4.1.27/Documentation/development-process/ |
D | 6.Followthrough | 162 bugs to deal with. The stabilization period is your best opportunity to 163 fix these bugs and ensure that your code's debut in a mainline kernel
|
D | 1.Intro | 27 with kernel development are encouraged to track down and fix bugs as an 167 improved. Often review finds severe bugs and security problems. This is
|
D | 2.Process | 84 regressions from previous releases. No bugs are welcome, but those which 475 at the current lists of regressions and open bugs in general. There is
|
D | 4.Coding | 188 So we don't fix bugs by introducing new problems. That way lies
|
/linux-4.1.27/Documentation/input/ |
D | gamepad.txt | 74 bugs, if they don't.
|
/linux-4.1.27/arch/m32r/ |
D | Kconfig | 352 have BIOS bugs and may crash if this is done. Also, some embedded
|
/linux-4.1.27/fs/affs/ |
D | Changes | 6 Known bugs:
|
/linux-4.1.27/Documentation/scsi/ |
D | FlashPoint.txt | 142 several firmware bugs were found and corrected. My heavily loaded Linux
|
D | ChangeLog.1992-1997 | 80 * scsi_proc.c: Fixed a number of bugs in directory handling 219 NULL pointer panic on odd UDCs fixed, two bugs in diagnostic output 261 Change memory allocation to work around bugs in __get_dma_pages. 1498 * aha152x.c, Makefile: Fix a few bugs (too much data message). 1881 * aha1740.c: Fix a few minor bugs for multiple devices.
|
D | aic79xx.txt | 133 - Fix a few register window mode bugs.
|
D | tmscsim.txt | 402 as to the linux-scsi list (<linux-scsi@vger.kernel.org>), as sometimes bugs
|
D | ChangeLog.sym53c8xx | 172 - 2 tiny bugs fixed in the PCI wrapper that provides support
|
/linux-4.1.27/arch/arc/ |
D | Kconfig | 362 potential bugs in code
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/ |
D | mpc5200.txt | 24 silicon bugs and it adds a small number of enhancements. Most of the
|
/linux-4.1.27/Documentation/dvb/ |
D | README.dvb-usb | 163 2. Known problems and bugs
|
/linux-4.1.27/Documentation/prctl/ |
D | seccomp_filter.txt | 9 As system calls change and mature, bugs are found and eradicated. A
|
/linux-4.1.27/arch/x86/ |
D | Kconfig.debug | 96 data. This is recommended so that we can catch kernel bugs sooner.
|
D | Kconfig | 806 destination. This catches hard-to-find kernel bugs and 1642 overflow or underflow bugs. 2238 have BIOS bugs and may crash if this is done. Also, some embedded
|
/linux-4.1.27/kernel/power/ |
D | Kconfig | 151 code. This is helpful when debugging and reporting PM bugs, like
|
/linux-4.1.27/Documentation/ioctl/ |
D | botching-up-ioctls.txt | 98 bugs and regressions.
|
/linux-4.1.27/arch/m68k/ |
D | Kconfig.machine | 151 Support the bugs of Xcopilot.
|
/linux-4.1.27/drivers/acpi/ |
D | Kconfig | 96 and can be used to identify ACPI code or EC firmware bugs.
|
/linux-4.1.27/Documentation/sysctl/ |
D | vm.txt | 478 be restricted from mmapping. Since kernel null dereference bugs could 484 against future potential kernel bugs.
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | timekeeping.txt | 266 in practice, many bugs and glitches have occurred due to the special nature of 412 In addition, some vendors have known bugs where the P-state is actually
|
/linux-4.1.27/drivers/net/wan/ |
D | Kconfig | 298 Various DSCC4 bugs forbid any reliable software reset of the ASIC.
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | HD-Audio.txt | 23 bugs and issues specific to each controller type. The snd-hda-intel 211 One of the most frequent (and obvious) bugs with HD-audio is the
|
/linux-4.1.27/Documentation/laptops/ |
D | thinkpad-acpi.txt | 100 Also, any bugs in the thinkpad-acpi sysfs driver code or in the 657 UPDATE: refer to https://bugs.freedesktop.org/show_bug.cgi?id=2000 1086 key press (there are some firmware bugs in this area) and delivered as
|
/linux-4.1.27/Documentation/PCI/ |
D | pci-error-recovery.txt | 370 PCI error events are caused by software bugs, e.g. DMA's to
|
/linux-4.1.27/mm/ |
D | Kconfig | 351 can help reduce the impact of kernel NULL pointer bugs.
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 129 15.2 Flushing out bugs 851 easier to set up, fix bugs, and add new features. 4392 15.2. Flushing out bugs 4572 serious set of bugs.
|
/linux-4.1.27/Documentation/blockdev/ |
D | README.DAC960 | 42 hardware configuration. Driver bugs are actually quite rare; if you encounter
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 739 some bugs, please make sure you are using gdb-5.0 or later developed 2142 Bob Grainger Stefan Bader & others for reporting bugs
|
/linux-4.1.27/Documentation/x86/ |
D | boot.txt | 975 interrupts should be disabled. Furthermore, to guard against bugs in
|
/linux-4.1.27/arch/arm/ |
D | Kconfig | 1581 https://bugs.launchpad.net/binutils-linaro/+bug/725126
|
/linux-4.1.27/init/ |
D | Kconfig | 1583 bugs/quirks. Disable this only if your target machine is
|
/linux-4.1.27/Documentation/devicetree/ |
D | booting-without-of.txt | 1062 it up) among others. The error handling needs work, bugs are lurking,
|