From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751762AbdKIFsB (ORCPT ); Thu, 9 Nov 2017 00:48:01 -0500 Received: from mga04.intel.com ([192.55.52.120]:16983 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751135AbdKIFr7 (ORCPT ); Thu, 9 Nov 2017 00:47:59 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,368,1505804400"; d="scan'208";a="1241852392" Date: Wed, 8 Nov 2017 21:46:21 -0800 From: Ricardo Neri To: Thomas Gleixner Cc: Ingo Molnar , "H. Peter Anvin" , Andy Lutomirski , Borislav Petkov , Peter Zijlstra , Andrew Morton , Brian Gerst , Chris Metcalf , Dave Hansen , Paolo Bonzini , Masami Hiramatsu , Huang Rui , Jiri Slaby , Jonathan Corbet , "Michael S. Tsirkin" , Paul Gortmaker , Vlastimil Babka , Chen Yucong , "Ravi V. Shankar" , Shuah Khan , linux-kernel@vger.kernel.org, x86@kernel.org, ricardo.neri@intel.com, Tony Luck Subject: Re: [PATCH v11 00/12] x86: Enable User-Mode Instruction Prevention Message-ID: <20171109054621.GB30507@voyager> References: <1509935277-22138-1-git-send-email-ricardo.neri-calderon@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 08, 2017 at 11:00:13AM +0100, Thomas Gleixner wrote: > On Sun, 5 Nov 2017, Ricardo Neri wrote: > > Changes since V10: > > *Patch 1 ("x86/insn-eval: Extend get_seg_base_addr() to also obtain segment > > limit") of v10 has been dropped has it has been merged in the tip tree. > > *Removed unnecessary wrap-around of function calls to enforce the 80 > > chars-per-line rule. In some cases, variables were renamed. > > *Removed unnecessary casts between variables of the same width. > > *Reworked casts between variables of different width in favor of bit > > masks. Casts were kept for arithmetic operations. > > *Reworded patch descriptions and documentation of several functions to > > improve clarity. > > For the whole series: > > Reviewed-by: Thomas Gleixner Thank you Thomas! BR, Ricardo