From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E8485C433F5 for ; Tue, 22 Mar 2022 22:38:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229847AbiCVWju (ORCPT ); Tue, 22 Mar 2022 18:39:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34950 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229687AbiCVWjt (ORCPT ); Tue, 22 Mar 2022 18:39:49 -0400 Received: from desiato.infradead.org (desiato.infradead.org [IPv6:2001:8b0:10b:1:d65d:64ff:fe57:4e05]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4B31913F76 for ; Tue, 22 Mar 2022 15:38:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=desiato.20200630; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=nnK2btu49wvOygYhvin+ssedZfS2Vh7uEre25vsBTaA=; b=o39RB9IC/Jf3KUjUpNEvzVNKgw LR9iQoyf/1ZARh6A4e2lAPC/7nxdSV+BKYO8BRL3j1EhOl4xedRewR4m+DQVN5Lk4s5355PdzwwYZ yPnseCzxu8F/utLJ2ByOFQ5wr1KXBR7qafWCwr7s49q3CCp4CuBrzh2SRsnl4k/OMoBYZAkBD1byl 8vd+OMqQHM95YcOTAzCCUZ0n+e16vekGIQFZBsSY6v+SgJIy2LIHDIHsAEFZ3/dQ7dZDgrBvC9WuZ qslwdczfOMBobhg8v1MGYTJowliN+xztqo/r8Me/GV/8y/N1V8i89ELJWUv4pQC1R7XQPmLWD6HUr m8PCbjrA==; Received: from j217100.upc-j.chello.nl ([24.132.217.100] helo=worktop.programming.kicks-ass.net) by desiato.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1nWn8j-003aMA-L4; Tue, 22 Mar 2022 22:38:09 +0000 Received: by worktop.programming.kicks-ass.net (Postfix, from userid 1000) id E30F3986226; Tue, 22 Mar 2022 23:38:07 +0100 (CET) Date: Tue, 22 Mar 2022 23:38:07 +0100 From: Peter Zijlstra To: Linus Torvalds Cc: Ingo Molnar , Linux Kernel Mailing List , Will Deacon , Waiman Long , Boqun Feng , Thomas Gleixner , Borislav Petkov , Andrew Morton Subject: Re: [GIT PULL] locking changes for v5.18 Message-ID: <20220322223807.GV8939@worktop.programming.kicks-ass.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 22, 2022 at 03:05:39PM -0700, Linus Torvalds wrote: > I thought -tip had started checking with clang, but apparently not. Yeah, sorry. I do indeed not regularly build with clang and somewhat rely on the robots to yell at me. Every time I try clang, it just takes so long.. build times are significantly longer. On top of that our build system hasn't, until recently [1], much liked how Debian packages clang. [1] https://lkml.kernel.org/r/20220304170813.1689186-1-nathan@kernel.org