From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-001b2d01.pphosted.com (mx0b-001b2d01.pphosted.com [148.163.158.5]) by sourceware.org (Postfix) with ESMTPS id E6AF7385803F for ; Thu, 6 May 2021 18:30:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org E6AF7385803F Received: from pps.filterd (m0098416.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.43/8.16.0.43) with SMTP id 146ISj05068916; Thu, 6 May 2021 14:30:01 -0400 Received: from ppma03dal.us.ibm.com (b.bd.3ea9.ip4.static.sl-reverse.com [169.62.189.11]) by mx0b-001b2d01.pphosted.com with ESMTP id 38cn5b15nd-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 06 May 2021 14:30:01 -0400 Received: from pps.filterd (ppma03dal.us.ibm.com [127.0.0.1]) by ppma03dal.us.ibm.com (8.16.0.43/8.16.0.43) with SMTP id 146IIiaU019931; Thu, 6 May 2021 18:30:00 GMT Received: from b03cxnp07029.gho.boulder.ibm.com (b03cxnp07029.gho.boulder.ibm.com [9.17.130.16]) by ppma03dal.us.ibm.com with ESMTP id 38bee8s44k-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 06 May 2021 18:30:00 +0000 Received: from b03ledav005.gho.boulder.ibm.com (b03ledav005.gho.boulder.ibm.com [9.17.130.236]) by b03cxnp07029.gho.boulder.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id 146ITwaC18415882 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 6 May 2021 18:29:58 GMT Received: from b03ledav005.gho.boulder.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id C6EF2BE051; Thu, 6 May 2021 18:29:58 +0000 (GMT) Received: from b03ledav005.gho.boulder.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id F0871BE054; Thu, 6 May 2021 18:29:57 +0000 (GMT) Received: from linux.ibm.com (unknown [9.145.176.43]) by b03ledav005.gho.boulder.ibm.com (Postfix) with ESMTP; Thu, 6 May 2021 18:29:57 +0000 (GMT) From: Tulio Magno Quites Machado Filho To: Andreas Schwab , "Lucas A. M. Magalhaes" Cc: "Lucas A. M. Magalhaes via Libc-alpha" Subject: Re: [PATCH v2] powerpc: Optimized memmove for POWER10 In-Reply-To: <87a6p77ss1.fsf@igel.home> References: <20210429204231.1486973-1-lamm@linux.ibm.com> <87im3v7w6u.fsf@igel.home> <162031653926.57052.15169371921973171160@localhost.localdomain> <87a6p77ss1.fsf@igel.home> User-Agent: Notmuch/0.31.3 (http://notmuchmail.org) Emacs/27.2 (x86_64-redhat-linux-gnu) Date: Thu, 06 May 2021 15:29:55 -0300 Message-ID: <87h7jfyau4.fsf@linux.ibm.com> Content-Type: text/plain X-TM-AS-GCONF: 00 X-Proofpoint-GUID: h6SVvVBLmPxAvCiNYVjLPrp91zvWn5Qc X-Proofpoint-ORIG-GUID: h6SVvVBLmPxAvCiNYVjLPrp91zvWn5Qc X-Proofpoint-UnRewURL: 0 URL was un-rewritten MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.391, 18.0.761 definitions=2021-05-06_10:2021-05-06, 2021-05-06 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 impostorscore=0 suspectscore=0 phishscore=0 clxscore=1011 priorityscore=1501 lowpriorityscore=0 adultscore=0 spamscore=0 mlxlogscore=999 bulkscore=0 mlxscore=0 malwarescore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2104060000 definitions=main-2105060125 X-Spam-Status: No, score=-4.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_EF, KAM_NUMSUBJECT, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 May 2021 18:30:05 -0000 Andreas Schwab writes: > It also fails the same way on POWER9. The new code shouldn't be executed on P9. That is expected to be fixed with this patch: http://patchwork.sourceware.org/project/glibc/patch/20210503195935.je5jbi6hjbiiaovs@work-tp/ Anyway, I was not expecting a SIGILL on P9. And I still cannot reproduce this error on P9. Could you elaborate how you're configuring glibc? I see you're using commit ID 5633541d3b. I assume --enable-multi-arch too. -- Tulio Magno