From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15016 invoked by alias); 8 Oct 2013 14:36:46 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 15004 invoked by uid 89); 8 Oct 2013 14:36:45 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-HELO: nat28.tlf.novell.com Received: from nat28.tlf.novell.com (HELO nat28.tlf.novell.com) (130.57.49.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 08 Oct 2013 14:36:42 +0000 Received: from EMEA1-MTA by nat28.tlf.novell.com with Novell_GroupWise; Tue, 08 Oct 2013 15:36:39 +0100 Message-Id: <5254349502000078000F9A3D@nat28.tlf.novell.com> Date: Tue, 08 Oct 2013 14:36:00 -0000 From: "Jan Beulich" To: "H.J. Lu" Cc: , Subject: [PATCH 0/6] x86: various MPX fixes Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-SW-Source: 2013-10/txt/msg00068.txt.bz2 The first of these patches adjusts the testsuite such that invalid things get checked to be invalid, and valid things get checked to be valid. This will by itself introduce testsuite failures which get addressed by the subsequent patches (the order of which doesn't really matter). 1: testsuite adjustments 2: fix address size handling 3: suppress base/index swapping in Intel mode for bndmk, bndldx, and bndstx 4: bndmk, bndldx, and bndstx only allow a memory operand 5: fix operand size handling 6: bndmk, bndldx, and bndstx don't allow RIP-relative addressing Jan