From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19064 invoked by alias); 21 Sep 2017 18:19:45 -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 18995 invoked by uid 89); 21 Sep 2017 18:19:44 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-11.1 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,GIT_PATCH_3,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy= X-HELO: mx0a-001b2d01.pphosted.com Received: from mx0a-001b2d01.pphosted.com (HELO mx0a-001b2d01.pphosted.com) (148.163.156.1) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 21 Sep 2017 18:19:43 +0000 Received: from pps.filterd (m0098404.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.21/8.16.0.21) with SMTP id v8LIJdi5094385 for ; Thu, 21 Sep 2017 14:19:42 -0400 Received: from e06smtp12.uk.ibm.com (e06smtp12.uk.ibm.com [195.75.94.108]) by mx0a-001b2d01.pphosted.com with ESMTP id 2d4e39xvbj-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Thu, 21 Sep 2017 14:19:41 -0400 Received: from localhost by e06smtp12.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 21 Sep 2017 19:19:24 +0100 Received: from b06cxnps4074.portsmouth.uk.ibm.com (9.149.109.196) by e06smtp12.uk.ibm.com (192.168.101.142) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Thu, 21 Sep 2017 19:19:22 +0100 Received: from d06av22.portsmouth.uk.ibm.com (d06av22.portsmouth.uk.ibm.com [9.149.105.58]) by b06cxnps4074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id v8LIJLrq14811370; Thu, 21 Sep 2017 18:19:21 GMT Received: from d06av22.portsmouth.uk.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 2A4574C040; Thu, 21 Sep 2017 19:15:44 +0100 (BST) Received: from d06av22.portsmouth.uk.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 066304C046; Thu, 21 Sep 2017 19:15:44 +0100 (BST) Received: from oc1027705133.ibm.com (unknown [9.152.212.164]) by d06av22.portsmouth.uk.ibm.com (Postfix) with ESMTPS; Thu, 21 Sep 2017 19:15:43 +0100 (BST) From: Andreas Arnez To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 4/4] S390: Document guarded-storage register support References: <1506012057-7965-1-git-send-email-arnez@linux.vnet.ibm.com> <1506012057-7965-5-git-send-email-arnez@linux.vnet.ibm.com> <83efr0dm0s.fsf@gnu.org> Date: Thu, 21 Sep 2017 18:19:00 -0000 In-Reply-To: <83efr0dm0s.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 21 Sep 2017 20:00:51 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-TM-AS-GCONF: 00 x-cbid: 17092118-0008-0000-0000-00000499151E X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17092118-0009-0000-0000-00001E2A525A Message-Id: X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-09-21_05:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1707230000 definitions=main-1709210248 X-IsSubscribed: yes X-SW-Source: 2017-09/txt/msg00654.txt.bz2 On Thu, Sep 21 2017, Eli Zaretskii wrote: >> From: Andreas Arnez >> Date: Thu, 21 Sep 2017 18:40:16 +0200 >> >> This documents the newly added support for guarded-storage registers on >> IBM z. >> --- >> gdb/NEWS | 3 +++ >> gdb/doc/gdb.texinfo | 8 ++++++++ >> 2 files changed, 11 insertions(+) > > This is OK, but please also include the ChangeLog changes which > reflect these. (Actually, I see that you didn't include ChangeLog > entries for any of your changes.) Oops. For some reason I only included ChangeLog entries for the first patch. Right, I'll add the missing ones. Thanks for reviewing the doc part. -- Andreas