Linux-4.12

Linux 4.12 was released few weeks ago. Its always nice to get a new version of kernel, but this time it was extra sweet, I managed to get some tiny commits merged to the release.

This was because of the Eudyptula Challenge, a program a quite kernel person has been running that helps people get started with Linux kernel development. I’m now at the 18 of 20 programming tasks. Every challenge is mailed to you (In plain email) after you finish the last one, and each step is a learning experience. You quickly realize that you can’t solve things by plain google-stackoverflow duos, and eventually you discover the magical Documentation folder in linux tree.

Three out of my four commits have been style fixes, and the last one was a locking discrepancy in one of the staging drivers. The links are here.

There is a certain feel of happiness when I get to understand when things are implemented in kernel. I’m really looking forward to poking the code and do more than trivial commits.