From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755138AbcEERO2 (ORCPT ); Thu, 5 May 2016 13:14:28 -0400 Received: from www.sr71.net ([198.145.64.142]:34728 "EHLO blackbird.sr71.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751190AbcEERO1 (ORCPT ); Thu, 5 May 2016 13:14:27 -0400 X-Greylist: delayed 644 seconds by postgrey-1.27 at vger.kernel.org; Thu, 05 May 2016 13:14:27 EDT Subject: Re: [PATCH v3] x86/mm/mpx: Work around MPX erratum SKD046 To: Ingo Molnar References: <20160504205359.19DB7812@viggo.jf.intel.com> <20160505070103.GA22559@gmail.com> Cc: linux-kernel@vger.kernel.org, x86@kernel.org, luto@amacapital.net, torvalds@linux-foundation.org, Thomas Gleixner , "H. Peter Anvin" , Borislav Petkov From: Dave Hansen Message-ID: <572B7CED.2070400@sr71.net> Date: Thu, 5 May 2016 10:03:41 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <20160505070103.GA22559@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/05/2016 12:01 AM, Ingo Molnar wrote: > I also slightly twiddled the wording, removed the linebreak from the condition (it > was not over col80), removed whitespace noise and added your Signed-off-by, which > I suppose you intended to add? I also tidied up the changelog a bit. > > Final patch from tip:x86/urgent attached - please holler if you disagree with it! This all looks fine to me. I also tested that it works. Thanks!