From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from einhorn-mail-out.in-berlin.de (einhorn.in-berlin.de [192.109.42.8]) by sourceware.org (Postfix) with ESMTPS id 37F9D385624C for ; Fri, 1 Jul 2022 11:16:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 37F9D385624C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=ubuntu.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=ubuntu.com X-Envelope-From: doko@ubuntu.com Received: from authenticated.user (localhost [127.0.0.1]) by einhorn.in-berlin.de with ESMTPSA id 261BGohZ2612416 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Fri, 1 Jul 2022 13:16:50 +0200 Message-ID: Date: Fri, 1 Jul 2022 13:16:49 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 Subject: Re: PING: [PATCH] aarch64: Disallow copy relocations on protected data Content-Language: en-US To: Szabolcs Nagy , Nick Clifton Cc: binutils@sourceware.org References: <20220524051017.2244288-1-i@maskray.me> <20220615222803.aj66irsqhopnbsd7@gmail.com> <6c42d40b-2939-b6fb-6d13-22058b2118bf@redhat.com> From: Matthias Klose In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, JMQ_SPF_ALL, KAM_DMARC_STATUS, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2022 11:16:59 -0000 On 22.06.22 13:15, Szabolcs Nagy via Binutils wrote: > The 06/22/2022 11:55, Nick Clifton wrote: >> Hi Fangrui, >> >>>>>>> bfd/elfnn-aarch64.c | 28 ++++++++++++++++++- >>>>>>> ld/testsuite/ld-aarch64/aarch64-elf.exp | 9 ++++++ >>>>>>> .../ld-aarch64/copy-reloc-protected.d | 2 ++ >>>>>>> ld/testsuite/ld-aarch64/protected.s | 8 ++++++ >> >>> Ping^2 >> >> Sorry - I thought that this patch had already been approved. >> >> Patch approved - please apply. > > i was waiting for the glibc side to decide how to deal with > this case. > > but now all related patches are committed to glibc so this > can go in. this causes https://sourceware.org/bugzilla/show_bug.cgi?id=29310