You can clone the ubuntu-xenial kernel:
git clone git://kernel.ubuntu.com/ubuntu/ubuntu-xenial.git
And then grep for the commit you're looking for. There's a few different ways to do it, I do:
git log --oneline | grep "Expose SMT control init function"
You can clone the ubuntu-xenial kernel:
git clone git://kernel. ubuntu. com/ubuntu/ ubuntu- xenial. git
And then grep for the commit you're looking for. There's a few different ways to do it, I do:
git log --oneline | grep "Expose SMT control init function"