From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5333431619D for ; Thu, 18 Sep 2025 14:15:18 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.95.11.211 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758204922; cv=none; b=Uwbf1/XfE+VWQk+LaGFMpcX0rTq34FVIoeVA3q48t6u5KcX8F1RsRVHdsVkzLoSKTcwMSYKel6JKZUhAW5SuFlIsd2xOBntqcb2iMKTnThbLwkzKSCdTmgbB1FcnbqPJO7ZTBqXkWEpGtcoG0hKazVuTiyHo+rLK70xmUPDKIM0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758204922; c=relaxed/simple; bh=ErXsUJy3/QQcCukzDk2n0JM8nm/bwmixx3wjjg7Df4U=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=D1bNBvR+ybCRn6/L6GuzLUkElfdKJRpjgXzMUHcyLinS3mI5bBwBuVsbZ5TxAjNofB8DjIkTzYDRJoXLAF5SwvVhSYGHN/qKBKzQgzcvk09aSUMmJXADGgqOUBQNmCgKrERcJsXyL41mOLfrz5FklDX973qG2+yuvHwTl6fLyNQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de; spf=pass smtp.mailfrom=lst.de; arc=none smtp.client-ip=213.95.11.211 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lst.de Received: by verein.lst.de (Postfix, from userid 2407) id 3F714227A88; Thu, 18 Sep 2025 16:15:11 +0200 (CEST) Date: Thu, 18 Sep 2025 16:15:11 +0200 From: Christoph Hellwig To: Marco Elver Cc: Peter Zijlstra , Boqun Feng , Ingo Molnar , Will Deacon , "David S. Miller" , Luc Van Oostenryck , "Paul E. McKenney" , Alexander Potapenko , Arnd Bergmann , Bart Van Assche , Bill Wendling , Christoph Hellwig , Dmitry Vyukov , Eric Dumazet , Frederic Weisbecker , Greg Kroah-Hartman , Herbert Xu , Ian Rogers , Jann Horn , Joel Fernandes , Jonathan Corbet , Josh Triplett , Justin Stitt , Kees Cook , Kentaro Takeda , Lukas Bulwahn , Mark Rutland , Mathieu Desnoyers , Miguel Ojeda , Nathan Chancellor , Neeraj Upadhyay , Nick Desaulniers , Steven Rostedt , Tetsuo Handa , Thomas Gleixner , Thomas Graf , Uladzislau Rezki , Waiman Long , kasan-dev@googlegroups.com, linux-crypto@vger.kernel.org, linux-doc@vger.kernel.org, linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-security-module@vger.kernel.org, linux-sparse@vger.kernel.org, llvm@lists.linux.dev, rcu@vger.kernel.org Subject: Re: [PATCH v3 00/35] Compiler-Based Capability- and Locking-Analysis Message-ID: <20250918141511.GA30263@lst.de> References: <20250918140451.1289454-1-elver@google.com> Precedence: bulk X-Mailing-List: llvm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250918140451.1289454-1-elver@google.com> User-Agent: Mutt/1.5.17 (2007-11-01) On Thu, Sep 18, 2025 at 03:59:11PM +0200, Marco Elver wrote: > A Clang version that supports `-Wthread-safety-pointer` and the new > alias-analysis of capability pointers is required (from this version > onwards): > > https://github.com/llvm/llvm-project/commit/b4c98fcbe1504841203e610c351a3227f36c92a4 [3] There's no chance to make say x86 pre-built binaries for that available?