Differences
This shows you the differences between two versions of the page.
| 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] fehead | kr: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.\\ | + | 모든 패치의 이름은 |
| - | All patches should be named ' | + | |
| **0xx** - upstream backports\\ | **0xx** - upstream backports\\ | ||
| - | **1xx** - code awaiting | + | **1xx** - upstream |
| - | **2xx** - kernel | + | **2xx** - 커널 |
| - | **3xx** - architecture specific patches\\ | + | **3xx** - 아키텍쳐 관련 패치\\ |
| - | **4xx** - mtd related patches | + | **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, | + | 모든 패치는 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\\ | + | - 유효한 |
| </ | </ | ||