Linux kernel: Preparing a patch for submission

This is a spin-off from my old post about git in general, and it contains my notes to self for preparing a patch for submission to the Linux kernel. See Documentation/SubmittingPatches in the Linux tree. First, clone the main git that appears in the MAINTAINERS part for the subsystem the patch is going to. Probably [...]