| /linux/tools/testing/selftests/x86/bugs/ |
| H A D | common.py | 58 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/Documentation/process/ |
| H A D | coding-assistants.rst | 61 Procedure for finding and fixing bugs 64 When an AI assistant is used to find and fix bugs, it **MUST** follow at least 88 Documentation/process/security-bugs.rst shows how to do that. 94 review (the assistant must never send anything itself). Regular bugs are 96 vulnerabilities as described in Documentation/process/security-bugs.rst.
|
| H A D | index.rst | 75 Dealing with bugs 80 policies around the handling of a couple of special classes of bugs: 88 security-bugs
|
| H A D | security-bugs.rst | 3 Security bugs 25 will not be processed. A significant part of reports are for bugs that 76 It is important that most bugs are handled publicly so as to involve the widest 77 possible audience and find the best solution. By nature, bugs that are handled 82 It turns out that the majority of the bugs reported via the security team are 83 just regular bugs that have been improperly qualified as security bugs due to 89 The security list exists for urgent bugs that grant an attacker a capability 97 team's experience shows that bugs discovered this way systematically surface 105 a real vulnerability. Reporting ordinary bugs to the security list, however, 174 Responsible use of AI to find bugs [all …]
|
| H A D | threat-model.rst | 6 (:doc:`security-related ones <security-bugs>` vs :doc:`non-security ones 30 When hardware fails to maintain its specified isolation (e.g., CPU bugs, 95 However, bugs that permit one violation only once another one was already 98 classes of bugs are found, but a failure of these extra protections do not 219 * bugs triggered by mounting a corrupted or maliciously crafted file system 225 * bugs whose reproduction requires hardware modification or emulation,
|
| /linux/Documentation/fb/ |
| H A D | aty128fb.rst | 67 There are known and unknown bugs, features and misfeatures. 68 Currently there are following known bugs: 71 bugs/errata to list here.
|
| /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/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 …]
|
| /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/Documentation/translations/pt_BR/process/ |
| H A D | security-bugs.rst | 22 será processado. Uma parte significativa dos relatórios é de bugs que já 55 * **uma proposta de correção**: os relatores de bugs que analisaram a causa 76 É importante que a maioria dos bugs seja tratada publicamente, de modo a 78 bugs que são tratados em discussões fechadas entre um pequeno conjunto de 83 Acontece que a maioria dos bugs relatados por meio da equipe de segurança são 84 apenas bugs comuns que foram qualificados incorretamente como bugs de segurança 90 A lista de segurança existe para bugs urgentes que concedem a um atacante uma 98 que não seja, a experiência da equipe de segurança mostra que os bugs 107 a perder uma vulnerabilidade real. Relatar bugs comuns na lista de segurança, 182 Uso responsável de IA para encontrar bugs [all …]
|
| H A D | index.rst | 64 Lidando com bugs 69 gerenciamento de bugs e vulnerabilidades. 74 Falhas de segurança <security-bugs>
|
| /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/include/linux/ |
| H A D | serial_8250.h | 48 u16 bugs; /* port bugs */ member 129 u16 bugs; /* port bugs */ member
|
| /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/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/translations/zh_TW/admin-guide/ |
| H A D | security-bugs.rst | 5 :Original: :doc:`../../../process/security-bugs`
|
| /linux/drivers/scsi/csiostor/ |
| H A D | Kconfig | 17 Please send feedback to <linux-bugs@chelsio.com>.
|
| /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/drivers/infiniband/hw/cxgb4/ |
| H A D | Kconfig | 18 Please send feedback to <linux-bugs@chelsio.com>.
|
| /linux/drivers/media/test-drivers/visl/ |
| H A D | Kconfig | 17 has not been upstreamed yet. This can reveal bugs at an early stage.
|