요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
1
.. SPDX-License-Identifier: GPL-2.0
3
ABI obsolete symbols
4
====================
6
Documents interfaces that are still remaining in the kernel, but are
7
marked to be removed at some later point in time.
9
The description of the interface will document the reason why it is
10
obsolete and when it can be expected to be removed.
12
.. kernel-abi:: obsolete
13
:no-files:
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
사용 중단 예정 ABI symbol
1-13이 GPL-2.0 문서는 kernel에 아직 남아 있지만 나중에 제거하도록 표시된 ABI interface를 설명합니다.
각 interface 설명에는 해당 interface가 obsolete인 이유와 제거될 것으로 예상되는 시점을 기록합니다.
.. kernel-abi:: obsolete
:no-files:
Interface remains in kernel→Mark obsolete→Document reason and expected removal→Remove in a later release
사용 중단 예정 ABI가 제거로 이어지는 문서화 경로입니다.
Obsolete lifecycle
abi-obsolete.rst:1-13아직 존재하는 interface를 제거 예정으로 표시하고 이유와 시점을 기록합니다.