Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
kr:docs:guide-developer:the-source-code [2017/04/26 03:03] – [/target/linux/<arch_name>/modules.mk] feheadkr:docs:guide-developer:the-source-code [2017/04/26 05:04] – [Patches] fehead
Line 45: Line 45:
  
 menuconfig를 위한 Arch 전용 커널 모듈 config 파일 menuconfig를 위한 Arch 전용 커널 모듈 config 파일
-===== Patches ===== +===== 패치 ===== 
-The patches-* subdirectories contain the kernel patches applied for every target.\\  +모든 패치의 이름은 'NNN-lowercase_shortname.patch'이어야하며 다음과 같은 범주로 분류되어야합니다:
-All patches should be named 'NNN-lowercase_shortname.patch' and sorted into the following categories:+
  
 **0xx** - upstream backports\\ **0xx** - upstream backports\\
-**1xx** - code awaiting upstream merge\\ +**1xx** - upstream 병합을 기다리는 코드\\ 
-**2xx** - kernel build / config / header patches\\ +**2xx** - 커널 build / config / header 패치\\ 
-**3xx** - architecture specific patches\\ +**3xx** - 아키텍쳐 관련 패치\\ 
-**4xx** - mtd related patches (subsystem and drivers)\\ +**4xx** - mtd 관련 패치 (서브 시스템 및 드라이버)\\ 
-**5xx** - filesystem related patches\\ +**5xx** - 파일 시스템 관련 패치\\ 
-**6xx** - generic network patches\\ +**6xx** - 일반 네트워크 패치\\ 
-**7xx** - network / phy driver patches\\ +**7xx** - network / phy 드라이버 패치\\ 
-**8xx** - other drivers\\ +**8xx** - 다른 드라이버\\ 
-**9xx** - uncategorized other patches\\+**9xx** - 분류되지 않은 다른 패치\\
  
 <WRAP center round tip 80%> <WRAP center round tip 80%>
-All patches must be written in a way that they are potentially upstreamable, meaning:+모든 패치는 upstream가능한 방식으로 작성 되어야 합니다. 즉 다음을 의미합니다:
  
-they must contain a proper subject\\ +적절한 제목을 포함해야 합니다\\ 
-they must contain a proper commit message explaining what they change\\ +변경 내용을 설명하는 적절한 커밋 메시지를 포함해야 합니다\\ 
-they must contain a valid Signed-off-by line\\+유효한 Signed-off-by line을 포함해야 합니다\\
 </WRAP> </WRAP>
  
  • Last modified: 2017/05/02 18:02
  • by tmomas