← Documents Documentation/admin-guide/hw-vuln/index.rst GitHub 원문 ↗

Linux 6.18.37 · Administration / Hardware Vulnerabilities

Hardware vulnerabilities

Linux CPU 취약점과 compile·boot·runtime 완화 문서를 잇는 상위 색인입니다.

Source pathDocumentation/admin-guide/hw-vuln/index.rst
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.

1. 요약·해설

원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.

CPU 취약점 문서 모음

index.rst:1-29

완화 선택 지침과 Hardware vulnerabilities 하위 문서의 원문 toctree를 제공합니다.

2. 영어 원문 전체

번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.

원문 전체 펼치기
1 ========================
2 Hardware vulnerabilities
3 ========================
4
5 This section describes CPU vulnerabilities and provides an overview of the
6 possible mitigations along with guidance for selecting mitigations if they
7 are configurable at compile, boot or run time.
8
9 .. toctree::
10 :maxdepth: 1
11
12 attack_vector_controls
13 spectre
14 l1tf
15 mds
16 tsx_async_abort
17 multihit
18 special-register-buffer-data-sampling
19 core-scheduling
20 l1d_flush
21 processor_mmio_stale_data
22 cross-thread-rsb
23 srso
24 gather_data_sampling
25 reg-file-data-sampling
26 rsb
27 old_microcode
28 indirect-target-selection
29 vmscape
30

3. 한국어 전문 번역

영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.

Hardware vulnerabilities 문서 색인

1-29

이 절은 CPU 취약점을 설명하고, compile time·boot time·run time에 구성할 수 있는 완화를 선택하기 위한 지침과 가능한 완화의 개요를 제공합니다.

아래 toctree 순서는 원문의 Hardware vulnerabilities 하위 문서 목록을 그대로 보존합니다.

.. toctree::
   :maxdepth: 1

   attack_vector_controls
   spectre
   l1tf
   mds
   tsx_async_abort
   multihit
   special-register-buffer-data-sampling
   core-scheduling
   l1d_flush
   processor_mmio_stale_data
   cross-thread-rsb
   srso
   gather_data_sampling
   reg-file-data-sampling
   rsb
   old_microcode
   indirect-target-selection
   vmscape