Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754184AbbELV6z (ORCPT ); Tue, 12 May 2015 17:58:55 -0400 Received: from mga02.intel.com ([134.134.136.20]:32679 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753877AbbELV6y (ORCPT ); Tue, 12 May 2015 17:58:54 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,417,1427785200"; d="scan'208";a="570364042" Message-ID: <5552767F.9010308@linux.intel.com> Date: Tue, 12 May 2015 14:54:07 -0700 From: Dave Hansen User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Ingo Molnar , linux-kernel@vger.kernel.org CC: Andy Lutomirski , Borislav Petkov , Fenghua Yu , "H. Peter Anvin" , Linus Torvalds , Oleg Nesterov , Thomas Gleixner Subject: Re: [PATCH 193/208] x86/fpu: Rename all the fpregs, xregs, fxregs and fregs handling functions References: <1430848712-28064-1-git-send-email-mingo@kernel.org> <1430848712-28064-33-git-send-email-mingo@kernel.org> In-Reply-To: <1430848712-28064-33-git-send-email-mingo@kernel.org> 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 Content-Length: 899 Lines: 20 On 05/05/2015 10:58 AM, Ingo Molnar wrote: > --- a/arch/x86/mm/mpx.c > +++ b/arch/x86/mm/mpx.c > @@ -389,7 +389,7 @@ int mpx_enable_management(struct task_struct *tsk) > * directory into XSAVE/XRSTOR Save Area and enable MPX through > * XRSTOR instruction. > * > - * xsave_state() is expected to be very expensive. Storing the bounds > + * copy_xregs_to_kernel() is expected to be very expensive. Storing the bounds > * directory here means that we do not have to do xsave in the unmap > * path; we can just use mm->bd_addr instead. > */ Nit: looks like there was a blind substitution done here. The comment needs to get rewrapped. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/