On Wed, Aug 01, 2018 at 09:15:09AM -0700, Eduardo Valentin wrote: > Greg, > > This is a straight forward cherry-pick. > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a4c447533a18ee86e07232d6344ba12b1f9c5077 As no one knows sha1 numbers "by heart", always give us a hint as to what you are wanting to be backported here. Hint, use the following line: git show -s --abbrev-commit --abbrev=12 --pretty=format:"%h (\"%s\")%n" that's what kernel developers use to do a single line to show the proper sha1 and shortlog information. thanks, greg k-h