Hello, On Thu, Mar 03, 2016 at 08:46:41AM +0100, Sedat Dilek wrote: > One technical question: > How do I get the latest Linux version shipped userfaultfd first? > ( Maybe there exist more elegant ways I do. Always open to improve my > Git knowledge. )
Perhaps there are cleaner ways, I would do this: git describe `git log --pretty=%H fs/userfaultfd.c | tail -1` v4.2-7031-g86039bd git show v4.2-7031-g86039bd