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 6A466238C07; Thu, 18 Sep 2025 14:38:13 +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=1758206294; cv=none; b=MtNqVgeDTlrUv5NI50sPGBmGyaRlGeiJnaUhb1qQvNTMJZ+16WLCmDpggR4q7t/M5BMcgbRRSef3QgvbuIZPtqHc+1C5GUzMMVz5aamF7gudfizBJWnw/NvPCTICiZ/0RjcvioPdlgC9ksNHpg/IvCQ/vaSVleBj4qTlRQEJqrQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758206294; c=relaxed/simple; bh=ErYq1TN2gNxHsdO/CoNyrv+xOAeKq1mQd5/OAeURC+w=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=l2KD7KnK4Dk4CHlPTPjE5k7CdZl/5FAzBe439um9Uc48dYr1BY5i+t9YX2RaAz6xTRYK9OoVS7Pp+KB1E4aditCJBGIcVuGcpj4H685DwAtJo2EA42nfppScfLwxHygLt+xDchABxG8VRiYgeoTfE6kfzye+CeX/r2jbZFyoJ1U= 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 95E65227A88; Thu, 18 Sep 2025 16:38:05 +0200 (CEST) Date: Thu, 18 Sep 2025 16:38:05 +0200 From: Christoph Hellwig To: Marco Elver Cc: Christoph Hellwig , 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 , 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: <20250918143805.GA31797@lst.de> References: <20250918140451.1289454-1-elver@google.com> <20250918141511.GA30263@lst.de> Precedence: bulk X-Mailing-List: linux-sparse@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) On Thu, Sep 18, 2025 at 04:30:55PM +0200, Marco Elver wrote: > Not officially, but I can try to build something to share if you prefer. > Or a script that automatically pulls and builds clang for you - I have > this old script I just updated to the above commit: > https://gist.github.com/melver/fe8a5fd9e43e21fab569ee24fc9c6072 > Does that help? Just kicked it off, I'll see how long this will take on my laptop. At least the error checking that tells me about dependencies and work that needs to be done before starting the build is nice so that I hopefully don't have to restart the build too often.