I’m Kun-Chuan Hsieh.
- I use this blog to share various things, mostly the things I learned.
- You can find me via the following links.
I’m Kun-Chuan Hsieh.
Recently, I needed to submit a patch to Linux kernel. After waiting for a long time, my patch finally got merged into Linus tree. 🥳 I found that the Linux development process is quite different from other open source projects. So, I decided to write down how it works. Linux Development Process Concept Linus Torvalds maintains a Linux source repo. He releases the new version Linux kernel regularly. Also, when a new version is released, he’ll split a new branch and the stable tree maintainer will take care of the new branch....