From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933917AbcIEOCM (ORCPT ); Mon, 5 Sep 2016 10:02:12 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:48729 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932413AbcIEOCK (ORCPT ); Mon, 5 Sep 2016 10:02:10 -0400 Date: Mon, 5 Sep 2016 16:01:52 +0200 From: Greg Kroah-Hartman To: Dmitry Torokhov Cc: lkml , "3.8+" , Mark Laws Subject: Re: [PATCH 4.7 172/186] Input: i8042 - break load dependency between atkbd/psmouse and i8042 Message-ID: <20160905140152.GC11745@kroah.com> References: <20160818135932.219369981@linuxfoundation.org> <20160818135939.571291170@linuxfoundation.org> <20160819073721.GA11582@kroah.com> <20160819171350.GE20499@dtor-ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160819171350.GE20499@dtor-ws> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 19, 2016 at 10:13:50AM -0700, Dmitry Torokhov wrote: > On Fri, Aug 19, 2016 at 09:37:21AM +0200, Greg Kroah-Hartman wrote: > > On Thu, Aug 18, 2016 at 09:29:37AM -0700, Dmitry Torokhov wrote: > > > On Thu, Aug 18, 2016 at 6:59 AM, Greg Kroah-Hartman > > > wrote: > > > > 4.7-stable review patch. If anyone has any objections, please let me know. > > > > > > Greg, please hold this patch off till your next cycle. I will be > > > sending a fixup for it to Linus today or tomorrow. > > > > I've now removed this from all of the queues, thanks. I'll add it to > > the next round of releases, hopefully you tagged the "fixup" for stable > > so I'll see it when it lands in Linus's tree. If not, can you send me > > the git commit id? > > It is here (in my tree ATM but the commit ID should be stable) and > it is marked for stable: > > commit 47af45d684b5f3ae000ad448db02ce4f13f73273 > Author: Dmitry Torokhov > Date: Tue Aug 16 17:38:54 2016 -0700 > > Input: i8042 - set up shared ps2_cmd_mutex for AUX ports > > The commit 4097461897df ("Input: i8042 - break load dependency ...") > correctly set up ps2_cmd_mutex pointer for the KBD port but forgot to do > the same for AUX port(s), which results in communication on KBD and AUX > ports to clash with each other. > > Fixes: 4097461897df ("Input: i8042 - break load dependency ...") > Reported-by: Bruno Wolff III > Tested-by: Bruno Wolff III > Cc: stable@vger.kernel.org > Signed-off-by: Dmitry Torokhov Thanks, I've applied this one and the original one now. greg k-h