Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755633AbcDGKcI (ORCPT ); Thu, 7 Apr 2016 06:32:08 -0400 Received: from casper.infradead.org ([85.118.1.10]:57212 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752204AbcDGKcH (ORCPT ); Thu, 7 Apr 2016 06:32:07 -0400 Date: Thu, 7 Apr 2016 12:31:58 +0200 From: Peter Zijlstra To: Florian Weimer Cc: Mathieu Desnoyers , "H. Peter Anvin" , Andrew Morton , Russell King , Thomas Gleixner , Ingo Molnar , linux-kernel@vger.kernel.org, linux-api , Paul Turner , Andrew Hunter , Andy Lutomirski , Andi Kleen , Dave Watson , Chris Lameter , Ben Maurer , rostedt , "Paul E. McKenney" , Josh Triplett , Linus Torvalds , Catalin Marinas , Will Deacon , Michael Kerrisk , Boqun Feng Subject: Re: [RFC PATCH v6 1/5] Thread-local ABI system call: cache CPU number of running thread Message-ID: <20160407103158.GP3430@twins.programming.kicks-ass.net> References: <1459789313-4917-1-git-send-email-mathieu.desnoyers@efficios.com> <1459789313-4917-2-git-send-email-mathieu.desnoyers@efficios.com> <5702A037.60200@zytor.com> <492303698.44994.1459799188052.JavaMail.zimbra@efficios.com> <856357054.45028.1459802903401.JavaMail.zimbra@efficios.com> <5703E191.2040707@redhat.com> <20160405164722.GB3430@twins.programming.kicks-ass.net> <570621E5.7060306@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <570621E5.7060306@redhat.com> User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 614 Lines: 13 On Thu, Apr 07, 2016 at 11:01:25AM +0200, Florian Weimer wrote: > > Because ideally this structure would be part of the initial (glibc) TCB > > with fixed offset etc. > > This is not possible because we have layering violations and code > assumes it knows the precise of the glibc TCB. I think Address > Sanitizer is in this category. This means we cannot adjust the TCB size > based on the kernel headers used to compile glibc, and there will have > to be some indirection. So with the proposed fixed sized object it would work, right? Which is part of the reason its being proposed as a fixed sized object.