From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755340AbdERIlw (ORCPT ); Thu, 18 May 2017 04:41:52 -0400 Received: from bombadil.infradead.org ([65.50.211.133]:36940 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755180AbdERIlu (ORCPT ); Thu, 18 May 2017 04:41:50 -0400 Date: Thu, 18 May 2017 10:41:41 +0200 From: Peter Zijlstra To: Florian Weimer Cc: Markus Trippelsdorf , linux-kernel@vger.kernel.org, Thomas Gleixner Subject: Re: commit cfafcd117 "futex: Rework futex_lock_pi() to use rt_mutex_*_proxy_lock()" causes glibc nptl/tst-robustpi8 failure Message-ID: <20170518084141.nbijbcli6nasymzs@hirez.programming.kicks-ass.net> References: <20170517173646.GA281@x4> <20170518074054.qbqqdxtxwhnmkydz@hirez.programming.kicks-ass.net> <957d4eae-1078-6529-e3d1-d94dc9d2b6f0@redhat.com> <20170518083149.gs4o5tfyvkbi5ncs@hirez.programming.kicks-ass.net> <665ea364-3967-407d-4039-983ec95ad171@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <665ea364-3967-407d-4039-983ec95ad171@redhat.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 18, 2017 at 10:34:34AM +0200, Florian Weimer wrote: > On 05/18/2017 10:31 AM, Peter Zijlstra wrote: > > That more or less worked, it still failed: > > > > /usr/bin/ld: /usr/local/src/glibc/build/nptl/tst-once5.o: relocation R_X86_64_32 against `.text' can not be used when making a shared object; recompile with -fPIC > > /usr/bin/ld: final link failed: Nonrepresentable section on output > > collect2: error: ld returned 1 exit status > > I think this is a bug in the binutils version shipping with Debian jessie. I am indeed on debian/testing (which is jessie just now I think), I'll apt-get upgrade to see if its fixed, otherwise, I'll just have to live with it for now.