kernel 開發筆記vim 設定 :set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab cindent cc=80
編譯 make defconfig && make -j $(nproc)
檢查./scripts/checkpatch.pl --patch
使用 sparse -> make C=1
LKML 上提交 patch
Generate patchGenerate patch git format-patch HEAD~With versioning git format-patch -v3 HEAD^
Apply patch git am [patch filename]