Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1476477
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 4.7 172/186] Input: i8042 - break load dependency between atkbd/psmouse and i8042 |
| Date | 2016-09-05 16:10 +0200 |
| Message-ID | <se2KZ-4LX-23@gated-at.bofh.it> (permalink) |
| References | <s7wb7-OK-7@gated-at.bofh.it> <s7wuv-WK-67@gated-at.bofh.it> <s7K4p-11j-7@gated-at.bofh.it> <s7MIW-2K9-11@gated-at.bofh.it> <s7VCy-8rz-23@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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
> > > <gregkh@linuxfoundation.org> 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 <dmitry.torokhov@gmail.com>
> 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 <bruno@wolff.to>
> Tested-by: Bruno Wolff III <bruno@wolff.to>
> Cc: stable@vger.kernel.org
> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Thanks, I've applied this one and the original one now.
greg k-h
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH 4.7 172/186] Input: i8042 - break load dependency between atkbd/psmouse and i8042 Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-09-05 16:10 +0200
csiph-web