Received: by 10.213.65.68 with SMTP id h4csp346394imn; Fri, 6 Apr 2018 00:53:10 -0700 (PDT) X-Google-Smtp-Source: AIpwx49Z9m6MvVvYmccFRJskHp54V63uSbAgUzv2CbnpwK8uEOhEH++uItsHrp7vKCA7pQSelwje X-Received: by 10.99.178.88 with SMTP id t24mr17356136pgo.212.1523001190894; Fri, 06 Apr 2018 00:53:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1523001190; cv=none; d=google.com; s=arc-20160816; b=U6iepnwY86EfgoltaLCanTJJktW7rc8iku3xl+kiQVrkgMQJKdLsU2VLH7s3bwEKIb hVkherA7Obumb3ieNIQQTGthQEb6FQgV12SYQcx3wf3BovZi38mrl/Fg4K9908CvezeM S2+gb9gCvIXk9RvDOkNwl42x8EcqO2SUqOmR1ueDaabAyZCfcfF9GGm11vByyPclwj7x aNissWQ3ALJFj21fa+i5AX0zOQk3y9uME7a1eFBt76cjNidqlrt8wcjmYj4swbu6mwTE X8QGS293NBzp725etEcSrHEV8nOX2TaayGJSEpJJ45Gqp/S57NprZnDGyRbUU9SO0r1z 5W6w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date :arc-authentication-results; bh=AeRP22xQ9Fj4ag7vZPRdpzfpN+FOu6x6Pp8XSMTg4Qk=; b=A9UWEjXqcqvb91/QdEgREwDuX4sOs08sIxMKl3h5DnPLtdCqeObSeTgf2m4H+IHydi oa24W9SYuMkWFi579Ql0GAC0Oa5qEtsfz+DOhIXTHTOpBOEsUB6DkodYI3w6sjcokqvC TJ7khIgoEYric9j37k0/0QjlkWwHuNTGHpcmwsWl3KCUSAQmgkDGCTO0jla4/89h2kJW pCxv0qkdvbxtnUZzd9MM2SQw1AQ6NxyE5x6jOhj3sTFkmPIdNmYJhqa1+v+TCeY6gMpg aiSVts3urE9H48No0k+T2ca887NRspPIHwme35Jg462k/HnGElPe6/EXobo9l2HLIDMR LL6A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z2si6747151pgz.328.2018.04.06.00.52.56; Fri, 06 Apr 2018 00:53:10 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751754AbeDFHvj (ORCPT + 99 others); Fri, 6 Apr 2018 03:51:39 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:33276 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751679AbeDFHvi (ORCPT ); Fri, 6 Apr 2018 03:51:38 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 28C808E2; Fri, 6 Apr 2018 07:51:36 +0000 (UTC) Date: Fri, 6 Apr 2018 09:51:35 +0200 From: Greg Kroah-Hartman To: Ben Hutchings Cc: Jerry Hoemann , linux-kernel@vger.kernel.org, stable@vger.kernel.org, Arnd Bergmann , Guenter Roeck , Wim Van Sebroeck Subject: Re: [PATCH 4.4 29/63] watchdog: hpwdt: fix unused variable warning Message-ID: <20180406075135.GA5326@kroah.com> References: <20180316152259.964532775@linuxfoundation.org> <20180316152303.262268098@linuxfoundation.org> <20180316225537.GA5989@anatevka.americas.hpqcorp.net> <20180318101416.GD13276@kroah.com> <1521587979.23626.117.camel@codethink.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1521587979.23626.117.camel@codethink.co.uk> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 20, 2018 at 11:19:39PM +0000, Ben Hutchings wrote: > On Sun, 2018-03-18 at 11:14 +0100, Greg Kroah-Hartman wrote: > > On Fri, Mar 16, 2018 at 04:55:37PM -0600, Jerry Hoemann wrote: > > > > > > Greg, > > > > > > Sorry, if I'm missing something, but I see 3 patches for > > > hpwdt queued up for 4.4: > > > > > > queue-4.4/watchdog-hpwdt-fix-unused-variable-warning.patch > > > queue-4.4/watchdog-hpwdt-smbios-check.patch > > > queue-4.4/watchdog-hpwdt-check-source-of-nmi.patch > > > > > > > > > Shouldn't there also be a 4.4 patch for > > > > > > commit 2b3d89b402b085b08498e896c65267a145bed486 > > > watchdog: hpwdt: Remove legacy NMI sourcing. > > > > > > As there was for 4.15, 4.14, and 4.9? > > > > It does not apply to the 4.4.y kernel branch.??If you feel it should be > > there, please provide a working backport. > > > > > commit 2b3d89b40 is the Spectre related patch. > > > > If you look closely, not many Spectre-related patches are merged into > > 4.4.y as no one has taken the time to do the backporting.??I thought > > someone was working on this, but odds are they just moved to 4.9.y or > > 4.14.y as everyone really should if they care about these issues with > > their platforms. > > > > So if you care about Spectre, I strongly recommend using 4.14.y or > > newer. > > I think you have most of the Spectre stuff aside from microcode > supported fixes. These are still missing on the 4.4 branch though: > > 8fa80c503b48 nospec: Move array_index_nospec() parameter checking into separate macro > 1d91c1d2c80c nospec: Kill array_index_nospec_mask_check() > > I think there may also be some extra uaccess functions that didn't get > the nospec treatment. I'm sure there are :( I've queued up these 2 patches now, thanks. greg k-h