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 7CB1DC433EF for ; Thu, 14 Jul 2022 21:56:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240947AbiGNV46 (ORCPT ); Thu, 14 Jul 2022 17:56:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50344 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232646AbiGNV44 (ORCPT ); Thu, 14 Jul 2022 17:56:56 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9E13E1C934; Thu, 14 Jul 2022 14:56:55 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 393E7B8298F; Thu, 14 Jul 2022 21:56:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2949CC34115; Thu, 14 Jul 2022 21:56:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1657835812; bh=TDT225qtaJiJJ/sXK+/mfrJByrAF7WxNY1oTf+wrD3M=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=p36/IcPA5ZX2ESPnYXBlSmk2tUJvSnLWpfdDN8GYJoWCo8FyaK5ixOTUqSVleYptd MPaAL6ANoeXynr6hHNdeZ8OS6xJO/1GoMbmczHnfdyovr4prIBN/LzT2UV2uv1bdZP EKqrhUZKIVNO2pMOWb+3EGK3raN6XbeSdV24aBkL7tpsqI0xLf+sb8h+PwxuTECki5 RzEvbTtqrgDnTSquk9TYwBtKgeu1Q0x6jtARj4pBFBK6T6CmFVzygq8BVyuZi1G1o9 IhXTMLDf4GxtdhtfsMBaV2W8W5f+lzHIyj6kSEBf0Tz0Jtn4W0yRpJG1w7+GRcIXwG l2EoJowRxV2cw== Date: Thu, 14 Jul 2022 14:56:52 -0700 From: Jakub Kicinski To: Linus Torvalds Cc: Nathan Chancellor , Peter Zijlstra , Borislav Petkov , "the arch/x86 maintainers" , Nick Desaulniers , Josh Poimboeuf , Linux Kernel Mailing List , clang-built-linux , stable , kernel test robot Subject: Re: [PATCH v2] x86/speculation: Use DECLARE_PER_CPU for x86_spec_ctrl_current Message-ID: <20220714145652.22cf4878@kernel.org> In-Reply-To: References: <20220713152436.2294819-1-nathan@kernel.org> <20220714143005.73c71cf8@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 14 Jul 2022 14:51:52 -0700 Linus Torvalds wrote: > On Thu, Jul 14, 2022 at 2:30 PM Jakub Kicinski wrote: > > Hi, sorry to bother, any idea on the ETA for this fix getting into > > Linus's tree? I'm trying to figure out if we should wait with > > forwarding the networking trees or this will take a while. > > Well, I have that patch by now in my own clang tree, but was holding > it off just because I was expecting a few other fixes for the fallout. > > But if this particular one causes problems for maintainers, I can > easily just take it right away just cherry-pick it from my own > test-tree to my "main" tree. I have clang 13, let me double check this fix is enough for the build to complete without disabling WERROR. If it's not a hassle it'd certainly make my life easier if the fix gotten applied now...