요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
1
What: /sys/kernel/debug/hyperv/<UUID>/fuzz_test_state
2
Date: October 2019
3
KernelVersion: 5.5
4
Contact: Branden Bonaby <[email protected]>
5
Description: Fuzz testing status of a vmbus device, whether its in an ON
6
state or a OFF state
7
Users: Debugging tools
9
What: /sys/kernel/debug/hyperv/<UUID>/delay/fuzz_test_buffer_interrupt_delay
10
Date: October 2019
11
KernelVersion: 5.5
12
Contact: Branden Bonaby <[email protected]>
13
Description: Fuzz testing buffer interrupt delay value between 0 - 1000
14
microseconds (inclusive).
15
Users: Debugging tools
17
What: /sys/kernel/debug/hyperv/<UUID>/delay/fuzz_test_message_delay
18
Date: October 2019
19
KernelVersion: 5.5
20
Contact: Branden Bonaby <[email protected]>
21
Description: Fuzz testing message delay value between 0 - 1000 microseconds
22
(inclusive).
23
Users: Debugging tools
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
VMBus device fuzz testing controls
1-23| 공통 항목 | 내용 |
|---|---|
| Date | 2019년 10월 |
| KernelVersion | 5.5 |
| Contact | Branden Bonaby <[email protected]> |
| Users | Debugging tools |
| What | 설명 |
|---|---|
| /sys/kernel/debug/hyperv/<UUID>/fuzz_test_state | VMBus device의 fuzz testing status가 ON인지 OFF인지 나타냅니다. |
| /sys/kernel/debug/hyperv/<UUID>/delay/fuzz_test_buffer_interrupt_delay | Fuzz testing의 buffer interrupt delay입니다. 허용 범위는 양 끝을 포함한 0..1000 microseconds입니다. |
| /sys/kernel/debug/hyperv/<UUID>/delay/fuzz_test_message_delay | Fuzz testing의 message delay입니다. 허용 범위는 양 끝을 포함한 0..1000 microseconds입니다. |
VMBus device <UUID>→fuzz_test_state→ON or OFF
VMBus buffer interrupt→0..1000 µs delay→Fuzzed interrupt timing
VMBus message→0..1000 µs delay→Fuzzed message timing
UUID별 fuzz state와 두 독립 delay가 VMBus interrupt와 message delivery timing을 시험할 수 있게 한다.
Fuzz state와 delay controls
debugfs-hyperv:1-23Debugging tools가 VMBus device의 fuzz testing state를 확인하고 buffer interrupt와 message에 각각 0..1000 µs delay를 적용합니다.