Following answers from there: How to clone git repository with specific revision/changeset?
It seems I can obtain a specific release of the kernel source. But not being familiar with the way the git repository for the kernel is organized, how do I do that?
I do know this URL is where I would clone the linux kernel from. git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
But how do I obtain the sha1 for a specific release?