From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4207 invoked by alias); 18 Oct 2019 13:10:53 -0000 Mailing-List: contact libc-stable-help@sourceware.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Subscribe: List-Archive: Sender: libc-stable-owner@sourceware.org Received: (qmail 4148 invoked by uid 89); 18 Oct 2019 13:10:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.100.3 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=unavailable version=3.3.1 spammy= X-Spam-Status: No, score=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on sourceware.org X-Spam-Level: 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; Fri, 18 Oct 2019 13:10:52 +0000 Received: from pps.filterd (m0098404.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.27/8.16.0.27) with SMTP id x9ID7e5Q061959 for ; Fri, 18 Oct 2019 09:10:49 -0400 Received: from e06smtp01.uk.ibm.com (e06smtp01.uk.ibm.com [195.75.94.97]) by mx0a-001b2d01.pphosted.com with ESMTP id 2vqcatv5u9-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 18 Oct 2019 09:10:48 -0400 Received: from localhost by e06smtp01.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 18 Oct 2019 14:10:46 +0100 Received: from b06cxnps4076.portsmouth.uk.ibm.com (9.149.109.198) by e06smtp01.uk.ibm.com (192.168.101.131) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; (version=TLSv1/SSLv3 cipher=AES256-GCM-SHA384 bits=256/256) Fri, 18 Oct 2019 14:10:44 +0100 Received: from d06av24.portsmouth.uk.ibm.com (mk.ibm.com [9.149.105.60]) by b06cxnps4076.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id x9IDAhIV51904528 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 18 Oct 2019 13:10:43 GMT Received: from d06av24.portsmouth.uk.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 41F1D42047; Fri, 18 Oct 2019 13:10:43 +0000 (GMT) Received: from d06av24.portsmouth.uk.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 2489F42041; Fri, 18 Oct 2019 13:10:43 +0000 (GMT) Received: from oc4452167425.ibm.com (unknown [9.152.222.56]) by d06av24.portsmouth.uk.ibm.com (Postfix) with ESMTP; Fri, 18 Oct 2019 13:10:43 +0000 (GMT) Subject: [2.30 COMMITTED] S390: Add new s390 platform z15. To: libc-stable@sourceware.org References: <395d8974-33b3-ec24-5970-f7f482750be1@linux.ibm.com> <877e52uyi2.fsf@oldenburg2.str.redhat.com> <9e376770-aa66-9a6e-0766-7bdb2c4d9827@linux.ibm.com> Cc: libc-alpha@sourceware.org From: Stefan Liebler Date: Tue, 01 Jan 2019 00:00:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: <9e376770-aa66-9a6e-0766-7bdb2c4d9827@linux.ibm.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-IE Content-Transfer-Encoding: 8bit X-TM-AS-GCONF: 00 x-cbid: 19101813-4275-0000-0000-000003735310 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 19101813-4276-0000-0000-000038866F57 Message-Id: <45c41939-41d8-c510-046e-8edf66f85e23@linux.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:,, definitions=2019-10-18_03:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 mlxscore=0 impostorscore=0 mlxlogscore=949 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1908290000 definitions=main-1910180124 X-IsSubscribed: yes X-SW-Source: 2019-10/txt/msg00000.txt.bz2 On 10/18/19 2:59 PM, Stefan Liebler wrote: > On 10/18/19 12:41 PM, Florian Weimer wrote: >> * Stefan Liebler: >> >>> The new IBM z15 is added to platform string array. >>> The macro _DL_PLATFORMS_COUNT is incremented. >> >> I think you can commit this without review as the s390 machine >> maintainer. >> >> That being said, I verified that "z15" is the spelling used on the IBM >> web site, so this change looks appropriate.  Do you recommend >> backporting this change? >> >> Thanks, >> Florian >> > committed. > > As the new hwcaps have already been introduced in glibc 2.30, I think it > would make sense to have it there, too. > ("S390: Add new hwcap values for new cpu architecture arch13." > https://sourceware.org/git/?p=glibc.git;a=commit;h=1a7df49c92f62e14d8727f083fd055eba7c91ad9) > I've just backported this commit to glibc release branch 2.30. > > Just as reference: > kernel commit "s390: add support for IBM z15 machines" > https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/commit/?id=a0e2251132995b962281aa80ab54a9288f9e0b6b > >