From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:38954 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932665AbeCMKtZ (ORCPT ); Tue, 13 Mar 2018 06:49:25 -0400 Date: Tue, 13 Mar 2018 11:49:26 +0100 From: Greg Kroah-Hartman To: Ben Hutchings Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuahkh@osg.samsung.com, patches@kernelci.org, lkft-triage@lists.linaro.org, stable@vger.kernel.org Subject: Re: [PATCH 4.4 000/193] 4.4.118-stable review Message-ID: <20180313104926.GB32263@kroah.com> References: <20180223170325.997716448@linuxfoundation.org> <1520306605.2786.123.camel@codethink.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1520306605.2786.123.camel@codethink.co.uk> Sender: stable-owner@vger.kernel.org List-ID: On Tue, Mar 06, 2018 at 03:23:25AM +0000, Ben Hutchings wrote: > Patch #132 (which didn't reach the mailing list) was: > > > From: Arnd Bergmann > > Date: Wed, 26 Oct 2016 15:55:02 -0700 > > Subject: Input: tca8418_keypad - hide gcc-4.9 -Wmaybe-uninitialized warning > > > > commit ea4348c8462a20e8b1b6455a7145d2b86f8a49b6 upstream. > > This appears to introduce a regression, fixed upstream by: > > commit 9dd46c02532a6bed6240101ecf4bbc407f8c6adf > Author: Dmitry Torokhov > Date: Mon Feb 13 15:45:59 2017 -0800 > > Input: tca8418_keypad - remove double read of key event register Good catch, thanks! greg k-h