On Tue, Jan 07, 2025 at 05:28:43PM +0100, Paolo Perego wrote: > Hi all, I'm new to the kernel development world. I submitted > successfully the first patch last November but I'm trying to improve my > kernel development workflow. > > My question is about the "Fixes" git commit hash. How can easily find > where the piece of code I'm patching was first introduced? > Do a `git log --follow -p` to find the proper commit? If that doesn't work, then send us your patch and we can help you find the commit. regards, dan carpenter