/linux/Documentation/process/ |
H A D | security-bugs.rst | 3 Security bugs 8 disclosed as quickly as possible. Please report security bugs to the 43 for publicly known bugs are released immediately. 45 Although our preference is to release fixes for publicly undisclosed bugs 61 In other words our only interest is in getting bugs fixed. All other 69 While the kernel security team solely focuses on getting bugs fixed,
|
/linux/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_pci.c | 834 if ((ahc->bugs & AHC_CACHETHEN_DIS_BUG) != 0) in ahc_pci_config() 837 if ((ahc->bugs & AHC_CACHETHEN_BUG) != 0) in ahc_pci_config() 847 if ((ahc->bugs & AHC_PCI_2_1_RETRY_BUG) != 0 in ahc_pci_config() 2053 ahc->bugs |= AHC_TMODE_WIDEODD_BUG|AHC_CACHETHEN_BUG|AHC_PCI_MWI_BUG; in ahc_aic785X_setup() 2056 ahc->bugs |= AHC_PCI_2_1_RETRY_BUG; in ahc_aic785X_setup() 2071 ahc->bugs |= AHC_TMODE_WIDEODD_BUG|AHC_CACHETHEN_BUG|AHC_PCI_MWI_BUG; in ahc_aic7860_setup() 2074 ahc->bugs |= AHC_PCI_2_1_RETRY_BUG; in ahc_aic7860_setup() 2098 ahc->bugs |= AHC_TMODE_WIDEODD_BUG|AHC_CACHETHEN_BUG|AHC_PCI_MWI_BUG; in ahc_aic7870_setup() 2176 ahc->bugs |= AHC_TMODE_WIDEODD_BUG; in ahc_aic7880_setup() 2179 ahc->bugs |= AHC_PCI_2_1_RETRY_BUG; in ahc_aic7880_setup() [all …]
|
H A 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 …]
|
H A D | aic79xx_pci.c | 313 ahd->bugs &= ~AHD_PCIX_BUG_MASK; in ahd_pci_config() 945 ahd->bugs |= AHD_SENT_SCB_UPDATE_BUG|AHD_ABORT_LQI_BUG in ahd_aic790X_setup() 972 ahd->bugs |= AHD_LQOOVERRUN_BUG|AHD_EARLY_REQ_BUG; in ahd_aic790X_setup() 982 ahd->bugs |= AHD_INTCOLLISION_BUG|AHD_ABORT_LQI_BUG; in ahd_aic790X_setup()
|
/linux/Documentation/translations/zh_CN/process/ |
H A D | cve.rst | 17 独立于 :doc:`安全漏洞报送流程</process/security-bugs>`。 40 </process/security-bugs>` 发送到Linux内核社区。
|
H A D | security-bugs.rst | 5 :Original: :doc:`../../../process/security-bugs`
|
/linux/Documentation/fb/ |
H A D | aty128fb.rst | 69 There are known and unknown bugs, features and misfeatures. 70 Currently there are following known bugs: 73 bugs/errata to list here.
|
/linux/drivers/net/ethernet/chelsio/ |
H A D | Kconfig | 37 Please send feedback to <linux-bugs@chelsio.com>. 64 Please send feedback to <linux-bugs@chelsio.com>. 87 Please send feedback to <linux-bugs@chelsio.com>. 128 Please send feedback to <linux-bugs@chelsio.com>.
|
/linux/drivers/tty/serial/8250/ |
H A D | 8250_rt288x.c | 76 p->bugs |= UART_BUG_NOMSR; in au_platform_setup() 95 up->bugs |= UART_BUG_NOMSR; in rt288x_setup()
|
/linux/include/linux/ |
H A D | serial_8250.h | 21 * @bugs: Port bugs 48 u16 bugs; /* port bugs */ member 129 u16 bugs; /* port bugs */ member
|
/linux/arch/x86/kernel/fpu/ |
H A D | Makefile | 6 obj-y += init.o bugs.o core.o regset.o signal.o xstate.o
|
/linux/Documentation/translations/it_IT/process/ |
H A D | security-bugs.rst | 3 :Original: :ref:`Documentation/process/security-bugs.rst <securitybugs>`
|
/linux/Documentation/maintainer/ |
H A D | modifying-patches.rst | 12 one submitters code and make him endorse your bugs. To solve this problem, it 49 tracking your trees, and to people trying to troubleshoot bugs in your
|
/linux/Documentation/tools/rtla/ |
H A D | common_appendix.rst | 3 Report bugs to <linux-kernel@vger.kernel.org>
|
/linux/Documentation/tools/rv/ |
H A D | common_appendix.rst | 4 Report bugs to <linux-kernel@vger.kernel.org>
|
/linux/drivers/parport/ |
H A D | BUGS-parport | 1 Currently known (or at least suspected) bugs in parport:
|
H A D | TODO-parport | 3 0. Fix the bugs (see BUGS-parport).
|
/linux/tools/testing/selftests/arm64/signal/ |
H A D | README | 39 unrelated SEGV bugs in the testcases, it becomes extremely tricky to 41 to address and they are not instead falling apart due to unplanned bugs
|
/linux/Documentation/translations/zh_TW/admin-guide/ |
H A D | security-bugs.rst | 5 :Original: :doc:`../../../process/security-bugs`
|
/linux/drivers/misc/lkdtm/ |
H A D | Makefile | 5 lkdtm-$(CONFIG_LKDTM) += bugs.o
|
/linux/drivers/scsi/csiostor/ |
H A D | Kconfig | 17 Please send feedback to <linux-bugs@chelsio.com>.
|
/linux/drivers/crypto/chelsio/ |
H A D | Kconfig | 20 Please send feedback to <linux-bugs@chelsio.com>.
|
/linux/drivers/infiniband/hw/cxgb4/ |
H A D | Kconfig | 18 Please send feedback to <linux-bugs@chelsio.com>.
|
/linux/Documentation/admin-guide/cifs/ |
H A D | authors.rst | 66 bugs in error paths. Valuable suggestions also have come from Al Viro 69 …er test teams and SuSE and Citrix and RedHat testers for finding multiple bugs during excellent st…
|
/linux/Documentation/nvme/ |
H A D | feature-and-quirk-policy.rst | 35 bugs. Hence there is an inherent tradeoff between functionality and 64 implementation bugs. The intent of quirks is to deal with widely available
|