From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:60748 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390205AbeHAS21 (ORCPT ); Wed, 1 Aug 2018 14:28:27 -0400 Date: Wed, 1 Aug 2018 18:41:50 +0200 From: Greg KH To: Eduardo Valentin Cc: Stable , Len Brown , "Rafael J. Wysocki" Subject: Re: request to include on 4.14.y: a4c447533a18ee86e07232d6344ba12b1f9c5077 Message-ID: <20180801164150.GD6994@kroah.com> References: <20180801161509.GA28558@u40b0340c692b58f6553c.ant.amazon.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180801161509.GA28558@u40b0340c692b58f6553c.ant.amazon.com> Sender: stable-owner@vger.kernel.org List-ID: 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