From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 35599 invoked by alias); 6 Oct 2017 09:52:50 -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 35549 invoked by uid 89); 6 Oct 2017 09:52:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,UNPARSEABLE_RELAY autolearn=no version=3.3.2 spammy= X-HELO: aserp1040.oracle.com Received: from aserp1040.oracle.com (HELO aserp1040.oracle.com) (141.146.126.69) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 06 Oct 2017 09:52:48 +0000 Received: from userv0022.oracle.com (userv0022.oracle.com [156.151.31.74]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id v969qj2H005871 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 6 Oct 2017 09:52:45 GMT Received: from userv0121.oracle.com (userv0121.oracle.com [156.151.31.72]) by userv0022.oracle.com (8.14.4/8.14.4) with ESMTP id v969qjfn027418 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 6 Oct 2017 09:52:45 GMT Received: from abhmp0011.oracle.com (abhmp0011.oracle.com [141.146.116.17]) by userv0121.oracle.com (8.14.4/8.13.8) with ESMTP id v969qiWC006064; Fri, 6 Oct 2017 09:52:44 GMT Received: from termi.oracle.com (/77.176.223.115) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 06 Oct 2017 02:52:44 -0700 From: jose.marchesi@oracle.com (Jose E. Marchesi) To: Yao Qi Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] [AARCH64] Fix decoding of neon memory hint insns References: <87mv55ahuk.fsf@oracle.com> <86tvzc63re.fsf@gmail.com> Date: Fri, 06 Oct 2017 09:52:00 -0000 In-Reply-To: <86tvzc63re.fsf@gmail.com> (Yao Qi's message of "Fri, 06 Oct 2017 10:10:13 +0100") Message-ID: <87tvzc7gd3.fsf@oracle.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2017-10/txt/msg00132.txt.bz2 jose.marchesi@oracle.com (Jose E. Marchesi) writes: Replace "[AARCH64]" with "[ARM]" in subject. The build failure was reported in PR 22188. Can you add "PR build/22188" in the changelog entry and commit log? The patch is good to me. Thanks. Applied. Thanks for the review.