From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16796 invoked by alias); 21 Feb 2017 17:03:14 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 16786 invoked by uid 89); 21 Feb 2017 17:03:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-22.7 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,LIKELY_SPAM_BODY,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=HReply-to:D*org, advertising X-HELO: eggs.gnu.org Received: from eggs.gnu.org (HELO eggs.gnu.org) (208.118.235.92) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 21 Feb 2017 17:03:12 +0000 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cgDqG-0004JS-7g for gdb-patches@sourceware.org; Tue, 21 Feb 2017 12:03:11 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:36786) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cgDqG-0004JL-4c; Tue, 21 Feb 2017 12:03:08 -0500 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2128 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1cgDqF-0003r9-BX; Tue, 21 Feb 2017 12:03:07 -0500 Date: Tue, 21 Feb 2017 17:03:00 -0000 Message-Id: <83mvdfo4t2.fsf@gnu.org> From: Eli Zaretskii To: Walfred Tedeschi CC: palves@redhat.com, qiyaoltc@gmail.com, brobecker@adacore.com, gdb-patches@sourceware.org In-reply-to: <1487695238-15286-1-git-send-email-walfred.tedeschi@intel.com> (message from Walfred Tedeschi on Tue, 21 Feb 2017 17:40:38 +0100) Subject: Re: [PATCH V8] amd64-mpx: initialize BND register before performing inferior calls. Reply-to: Eli Zaretskii References: <1487695238-15286-1-git-send-email-walfred.tedeschi@intel.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-IsSubscribed: yes X-SW-Source: 2017-02/txt/msg00570.txt.bz2 > From: Walfred Tedeschi > Cc: gdb-patches@sourceware.org, Walfred Tedeschi > Date: Tue, 21 Feb 2017 17:40:38 +0100 > > diff --git a/gdb/NEWS b/gdb/NEWS > index f412887..59faf8d 100644 > --- a/gdb/NEWS > +++ b/gdb/NEWS > @@ -3,6 +3,10 @@ > > *** Changes since GDB 7.12 > > +* Intel MPX > + > + ** Set to INIT state bound register to perform calls on inferiors with MPX. > + I wonder if this is really something that's worth advertising in NEWS. Thanks.