R's Workshop

Linux Kernel Mainline

Github 上的 Kinux repos 只算是 Linus 個人 repos 在 Github 上的 mirror. 真正的 repos (以及其他的 dev repos) 都 host 在 git.kernel.org 上.

Git Clone

Or add as another remote

$ git remote add stable git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git $ git fetch stable ```

Reference

Linux Git