From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-cys01nam02on0074.outbound.protection.outlook.com ([104.47.37.74]:15230 "EHLO NAM02-CY1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1762923AbcINQOJ (ORCPT ); Wed, 14 Sep 2016 12:14:09 -0400 From: Joakim Tjernlund To: "greg@kroah.com" CC: "stable@vger.kernel.org" Subject: Re: Add support for recent lenovo thinkpad HKEYS(Wifi/video swicth etc) buttons Date: Wed, 14 Sep 2016 16:13:52 +0000 Message-ID: <1473869643.3549.103.camel@infinera.com> References: <1473835500.3549.60.camel@infinera.com> <20160914115405.GA22341@kroah.com> <1473854415.3549.94.camel@infinera.com> <20160914143510.GB11149@kroah.com> In-Reply-To: <20160914143510.GB11149@kroah.com> Content-Language: en-US Content-Type: text/plain; charset="iso-8859-15" Content-ID: <36274D521DB3434FAB6029B719B7963F@infinera.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Sender: stable-owner@vger.kernel.org List-ID: On Wed, 2016-09-14 at 16:35 +0200, greg@kroah.com wrote: > On Wed, Sep 14, 2016 at 12:00:04PM +0000, Joakim Tjernlund wrote: > >=20 > > On Wed, 2016-09-14 at 13:54 +0200, Greg KH wrote: > > >=20 > > > On Wed, Sep 14, 2016 at 06:44:50AM +0000, Joakim Tjernlund wrote: > > > >=20 > > > >=20 > > > > These patches are picked from Linux upstream repo and applies direc= tly on 4.4.x > > > > Please excuse the attachments but git send email does not work for = us ATM. > > >=20 > > > What is the git commit ids of these patches in Linus's tree? > > 0002-thinkpad_acpi-Add-support-for-keyboard-backlight.patch: 6cf4a2c575= b4797b967a575b6274e0e40c5f88f1 >=20 > I do not see that git commit id in Linus's tree, do you? ehh, no. I used my 4.4 branch instead of linux master, sorry >=20 > >=20 > > 0003-thinkpad_acpi-Remove-ambiguous-logging-for-Unsupport.patch: 85342b= 97c2ee2a94a31ea5d59d58cdfd1f045e2a >=20 > Nor this one.=A0=A0I stopped here, assuming that your other ids aren't > correct either :( >=20 > >=20 > > 0004-thinkpad_acpi-Silence-an-uninitialized-variable-warn.patch: dcf95a= 1961f9614eee09066f8148813772ad4268 > > 0005-thinkpad_acpi-save-kbdlight-state-on-suspend-and-res.patch:1c6c99c= 6767035761d17aeecaf0224934ccd00fb > > 0006-thinkpad_acpi-Add-support-for-HKEY-version-0x200.patch: 1bc0df534d= 11c8c9c97e1e8315b7d22bf034c8d2 > > >=20 > > >=20 > > > And what happened to the other patches in this series? > > > =A0 > > The first one was inappropriate, that is why 0001 is missing. >=20 > That's pretty strange of you to force us to guess what is going on here, > would you like to get a series like this and wonder why something > obvious like this is gone? Yes, it was inconsiderate of me, sorry. Trying to do better I figured I should generate a new series from Linus tre= e but I cannot figure out how generate a series from commits that are non sequent= ial in Linux tree. git format path does not have a syntax for that from what I can tell, any i= deas? =A0 Jocke=