From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Gleixner Date: Fri, 31 Oct 2014 20:33:44 +0000 Subject: Re: [PATCH v9 09/12] x86, mpx: decode MPX instruction to get bound violation information Message-Id: List-Id: References: <1413088915-13428-1-git-send-email-qiaowei.ren@intel.com> <1413088915-13428-10-git-send-email-qiaowei.ren@intel.com> <9E0BE1322F2F2246BD820DA9FC397ADE0180ED16@shsmsx102.ccr.corp.intel.com> <5453EE0E.8060200@intel.com> In-Reply-To: <5453EE0E.8060200@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Dave Hansen Cc: "Ren, Qiaowei" , "H. Peter Anvin" , Ingo Molnar , "x86@kernel.org" , "linux-mm@kvack.org" , "linux-kernel@vger.kernel.org" , "linux-ia64@vger.kernel.org" , "linux-mips@linux-mips.org" On Fri, 31 Oct 2014, Dave Hansen wrote: > On 10/27/2014 01:36 PM, Thomas Gleixner wrote: > > You're repeating yourself. Care to read the discussion about this from > > the last round of review again? > > OK, so here's a rewritten decoder. I think it's a lot more robust and > probably fixes a bug or two. This ends up saving ~70 lines of code out > of ~300 or so for the old patch. > > I'll include this in the next series, but I'm posting it early and often > to make sure I'm on the right track. Had a short glance. This looks really very well done! Thanks, tglx