From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751534AbdBME3w convert rfc822-to-8bit (ORCPT ); Sun, 12 Feb 2017 23:29:52 -0500 Received: from blatinox.fr ([51.254.120.209]:46725 "EHLO vps202351.ovh.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751029AbdBME3v (ORCPT ); Sun, 12 Feb 2017 23:29:51 -0500 X-Greylist: delayed 579 seconds by postgrey-1.27 at vger.kernel.org; Sun, 12 Feb 2017 23:29:51 EST Date: Sun, 12 Feb 2017 23:20:07 -0500 From: =?UTF-8?B?SsOpcsOpbXk=?= Lefaure To: Borislav Petkov Cc: "Kirill A. Shutemov" , "Kirill A. Shutemov" , x86@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] x86/vm86: fix compilation warning on a unused variable Message-ID: <20170212232007.42aa5874@blatinox-arch> In-Reply-To: <20170212140155.yno3cxcq4hifc6gf@pd.tnic> References: <20161208043833.15088-1-jeremy.lefaure@lse.epita.fr> <20161208105011.2jmuvlgdnirnv33b@black.fi.intel.com> <20161208132537.29c2b325@blatinox-arch> <20161212145250.GB4208@node> <20161216231916.0682e46e@blatinox-arch> <20170212140155.yno3cxcq4hifc6gf@pd.tnic> X-Mailer: Claws Mail 3.14.0-64-g1117a0 (GTK+ 2.24.31; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 12 Feb 2017 15:01:55 +0100 Borislav Petkov wrote: > On Fri, Dec 16, 2016 at 11:19:16PM -0500, Jérémy Lefaure wrote: > > I don't know why gcc raises a warning on that even if it is not used. > > Anyway, I'm sure that the warning is reproducible. Both of your > > solutions fix the issue. > > I still see the warning here. You wanna choose one solution, write a > proper patch and send it out? > I am not an expert in linux patch process but I think that as Kirill wrote the patch, he should be the author of the patch and me I should be in the "Reported-by" tag, isn't it ? Regards, Jérémy