Home
last modified time | relevance | path

Searched refs:bugs (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/linux-6.15/tools/testing/selftests/x86/bugs/
H A Dcommon.py58 def sysfs_has_either(bugs, mitigations): argument
59 for bug in bugs:
65 def sysfs_has_none(bugs, mitigations): argument
66 return not sysfs_has_either(bugs, mitigations)
68 def sysfs_has_all(bugs, mitigations): argument
69 for bug in bugs:
/linux-6.15/Documentation/process/
H A Dindex.rst72 Dealing with bugs
77 policies around the handling of a couple of special classes of bugs:
85 security-bugs
H A Dsecurity-bugs.rst3 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-6.15/Documentation/translations/zh_CN/process/
H A Dcve.rst17 独立于 :doc:`安全漏洞报送流程</process/security-bugs>`。
40 </process/security-bugs>` 发送到Linux内核社区。
H A Dsecurity-bugs.rst5 :Original: :doc:`../../../process/security-bugs`
/linux-6.15/Documentation/fb/
H A Daty128fb.rst69 There are known and unknown bugs, features and misfeatures.
70 Currently there are following known bugs:
73 bugs/errata to list here.
/linux-6.15/drivers/scsi/aic7xxx/
H A Daic7xxx_pci.c834 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()
2056 ahc->bugs |= AHC_PCI_2_1_RETRY_BUG; in ahc_aic785X_setup()
2074 ahc->bugs |= AHC_PCI_2_1_RETRY_BUG; in ahc_aic7860_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()
2264 ahc->bugs |= AHC_SCBCHAN_UPLOAD_BUG; in ahc_aic7892_setup()
2299 ahc->bugs |= AHC_PCI_MWI_BUG; in ahc_aic7895_setup()
2345 ahc->bugs |= AHC_CACHETHEN_DIS_BUG; in ahc_aic7896_setup()
[all …]
H A Daic79xx_seq.h_shipped843 return ((ahd->bugs & AHD_PKT_BITBUCKET_BUG) != 0);
875 return ((ahd->bugs & AHD_AUTOFLUSH_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);
995 return ((ahd->bugs & AHD_PKT_LUN_BUG) != 0);
1003 return ((ahd->bugs & AHD_FAINT_LED_BUG) != 0);
1011 return ((ahd->bugs & AHD_SET_MODE_BUG) != 0);
[all …]
/linux-6.15/drivers/tty/serial/8250/
H A D8250_rt288x.c76 p->bugs |= UART_BUG_NOMSR; in au_platform_setup()
95 up->bugs |= UART_BUG_NOMSR; in rt288x_setup()
/linux-6.15/drivers/net/ethernet/chelsio/
H A DKconfig37 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-6.15/arch/x86/kernel/fpu/
H A DMakefile6 obj-y += init.o bugs.o core.o regset.o signal.o xstate.o
/linux-6.15/include/linux/
H A Dserial_8250.h48 u16 bugs; /* port bugs */ member
129 u16 bugs; /* port bugs */ member
/linux-6.15/Documentation/translations/it_IT/process/
H A Dsecurity-bugs.rst3 :Original: :ref:`Documentation/process/security-bugs.rst <securitybugs>`
/linux-6.15/Documentation/tools/rtla/
H A Dcommon_appendix.rst3 Report bugs to <[email protected]>
/linux-6.15/Documentation/tools/rv/
H A Dcommon_appendix.rst4 Report bugs to <[email protected]>
/linux-6.15/drivers/parport/
H A DBUGS-parport1 Currently known (or at least suspected) bugs in parport:
H A DTODO-parport3 0. Fix the bugs (see BUGS-parport).
/linux-6.15/Documentation/translations/sp_SP/process/
H A Dindex.rst26 security-bugs
/linux-6.15/Documentation/maintainer/
H A Dmodifying-patches.rst12 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-6.15/Documentation/translations/zh_TW/admin-guide/
H A Dsecurity-bugs.rst5 :Original: :doc:`../../../process/security-bugs`
/linux-6.15/drivers/misc/lkdtm/
H A DMakefile5 lkdtm-$(CONFIG_LKDTM) += bugs.o
/linux-6.15/drivers/crypto/chelsio/
H A DKconfig20 Please send feedback to <linux-bugs@chelsio.com>.
/linux-6.15/drivers/scsi/csiostor/
H A DKconfig17 Please send feedback to <linux-bugs@chelsio.com>.
/linux-6.15/Documentation/admin-guide/
H A Dindex.rst61 problems and bugs in particular.
69 verify-bugs-and-bisect-regressions
/linux-6.15/tools/testing/selftests/arm64/signal/
H A DREADME39 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

12345678910>>...12