| /linux-6.15/Documentation/networking/diagnostic/ |
| H A D | twisted_pair_layer1_diagnostics.rst | 12 Ethernet issues, this guide provides a practical, step-by-step 15 or mysterious network issues, jump right into the step-by-step guide and 38 partner** and will focus on diagnosing issues locally. 44 there are issues with data transmission, refer to the **OSI Layer 2 48 indicate potential issues at the hardware or physical layer. 88 detected, indicating potential Layer 1 issues like a cable fault, 106 troubleshoot potential physical layer issues. 137 duplex issues, and link instability. 412 which are not physical-layer issues. 552 avoid potential detection issues. [all …]
|
| /linux-6.15/Documentation/process/ |
| H A D | embargoed-hardware-issues.rst | 3 Embargoed hardware issues 9 Hardware issues which result in security problems are a different category 13 Hardware issues like Meltdown, Spectre, L1TF etc. must be treated 17 issues, software mitigations can depend on microcode or firmware updates, 29 issues. Reports of pure software security bugs in the Linux kernel are not 46 While hardware security issues are often handled by the affected silicon 87 keep hardware security issues under embargo for coordination between 91 issues in the past and has the necessary mechanisms in place to allow 119 issues. Phone conferences are hard to coordinate due to time zones and 122 method for these types of issues. [all …]
|
| H A D | maintainer-soc-clean-dts.rst | 19 results of issues in an included DTSI file, are considered existing, not new 25 issues shall be fixed in reasonable time (e.g. within one release) or the
|
| H A D | cve.rst | 17 potential Linux kernel security issues. This assignment is independent 31 potentially security issues are identified by the developers responsible 47 security issues should be sent to this alias, it is ONLY for assignment 53 No CVEs will be automatically assigned for unfixed security issues in 118 assigned to all fixes for all issues, but sometimes we will fail to
|
| /linux-6.15/Documentation/gpu/amdgpu/display/ |
| H A D | display-contributing.rst | 10 This page summarizes some of the issues you can help with; keep in mind that 16 Gitlab issues 19 Users can report issues associated with AMD GPUs at: 24 filter issues. If you can reproduce any problem, you could help by adding more 50 issues on the display side. 54 Fix compilation issues when using um architecture 59 from the test perspective. We currently have some compilation issues in this
|
| H A D | dc-debug.rst | 7 procedures to help you identify if some issues are related to display code. 9 Narrow down display issues 13 reporting issues as a display when another component causes the problem. This 22 looking for the issues associated with amdgpu, remember that each component of 139 the display should not be ignored since this could be a DPM issues. From the 169 issues. 173 indication of Sub-Viewport issues; after the users identified the target DCN, 257 When reporting issues, it is important to have the firmware information since
|
| /linux-6.15/drivers/gpu/drm/ci/xfails/ |
| H A D | msm-sc7180-trogdor-kingoftown-flakes.txt | 23 # Bug Report: https://gitlab.freedesktop.org/drm/msm/-/issues/68 30 # Bug Report: https://gitlab.freedesktop.org/drm/msm/-/issues/69
|
| H A D | amdgpu-stoney-flakes.txt | 23 # Bug Report: https://gitlab.freedesktop.org/drm/amd/-/issues/3835 30 # Bug Report: https://gitlab.freedesktop.org/drm/amd/-/issues/3836
|
| H A D | msm-sm8350-hdk-flakes.txt | 2 # Bug Report: https://gitlab.freedesktop.org/drm/msm/-/issues/65
|
| H A D | i915-jsl-flakes.txt | 2 # Bug Report: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13349
|
| H A D | i915-amly-flakes.txt | 58 # Bug Report: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13346 65 # Bug Report: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13345
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | Kconfig.debug | 27 performance but will catch some internal issues. 93 Choose this option when debugging guc issues. 94 Buffer should be large enough for complex issues.
|
| /linux-6.15/Documentation/translations/zh_TW/admin-guide/ |
| H A D | reporting-regressions.rst | 31 #. 按照 Documentation/translations/zh_CN/admin-guide/reporting-issues.rst 中 74 只需按照 Documentation/translations/zh_CN/admin-guide/reporting-issues.rst 中 136 如 Documentation/translations/zh_CN/admin-guide/reporting-issues.rst (簡要)
|
| /linux-6.15/Documentation/translations/zh_CN/admin-guide/ |
| H A D | reporting-regressions.rst | 31 #. 按照 Documentation/translations/zh_CN/admin-guide/reporting-issues.rst 中 74 只需按照 Documentation/translations/zh_CN/admin-guide/reporting-issues.rst 中 136 如 Documentation/translations/zh_CN/admin-guide/reporting-issues.rst (简要)
|
| /linux-6.15/drivers/gpu/drm/panfrost/ |
| H A D | panfrost_gpu.c | 181 u64 issues; member 184 u64 issues; member 193 .issues = hw_issues_##_name, \ 200 .issues = hw_issues_##name##_r##_rev##p##_p##stat, \ 315 hw_issues |= model->issues; in panfrost_gpu_init_features() 325 hw_issues |= model->revs[best].issues; in panfrost_gpu_init_features()
|
| /linux-6.15/Documentation/process/debugging/ |
| H A D | driver_development_debugging_guide.rst | 13 debugging issues and behavior. 47 - Can cause delays in the execution of the code (which can cause issues to be 60 delays into the code execution, causing issues to be flaky or hidden.) 62 If the processing of this still causes timing issues then you can try 182 behavior. It is designed to find a variety of issues, including signed integer 193 and other locking-related issues in the kernel.
|
| /linux-6.15/Documentation/gpu/ |
| H A D | automated_testing.rst | 85 amdgpu driver: https://gitlab.freedesktop.org/drm/amd/-/issues 86 i915 driver: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues 87 msm driver: https://gitlab.freedesktop.org/drm/msm/-/issues 88 xe driver: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues 132 issues, for example), you can remove tests from the flakes and/or skips lists,
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | reporting-issues.rst | 4 Reporting issues 72 will often be needed anyway to hunt down and fix issues. 158 issues' below. 272 issues to the Linux kernel developers. 282 will often be needed anyway to hunt down and fix issues.* 430 manifest itself in problems looking like kernel issues. 1085 issues' below.* 1225 Special handling for high priority issues 1228 Reports for high priority issues need special handling. 1252 **Security issues**: for these issues your will have to evaluate if a [all …]
|
| /linux-6.15/Documentation/kbuild/ |
| H A D | issues.rst | 2 Recursion issues
|
| H A D | index.rst | 20 issues
|
| /linux-6.15/drivers/gpu/drm/amd/display/ |
| H A D | Kconfig | 14 # !CC_IS_CLANG: https://github.com/ClangBuiltLinux/linux/issues/1752 26 https://github.com/llvm/llvm-project/issues/41896.
|
| /linux-6.15/Documentation/devicetree/bindings/power/reset/ |
| H A D | keystone-reset.txt | 38 WDT0 is triggered it issues hard reset for SoC. 59 WDT0 or WDT2 is triggered it issues soft reset for SoC.
|
| /linux-6.15/Documentation/translations/zh_CN/kbuild/ |
| H A D | index.rst | 28 - issues
|
| /linux-6.15/ |
| H A D | .clippy.toml | 9 # it here, see: https://github.com/rust-lang/rust-clippy/issues/11303.
|
| /linux-6.15/Documentation/ABI/removed/ |
| H A D | net_dma | 7 coherency issues of the cpu potentially touching the buffers
|