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 61035C433F5 for ; Thu, 10 Mar 2022 00:06:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237407AbiCJAHy (ORCPT ); Wed, 9 Mar 2022 19:07:54 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50452 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236719AbiCJAHx (ORCPT ); Wed, 9 Mar 2022 19:07:53 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 65100EBBA0; Wed, 9 Mar 2022 16:06:54 -0800 (PST) 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 dfw.source.kernel.org (Postfix) with ESMTPS id 0158960AFA; Thu, 10 Mar 2022 00:06:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 94412C340E8; Thu, 10 Mar 2022 00:06:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1646870813; bh=ymR0+7HJt+j828kNldSOLB8CDGjogSDdd9MtZMnSRf8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kY4jITnnMG2z8hapDLQ2cYnx22dUElqPtYRFwkydqNXC94aVJ4vIe3ToaGgauI/Ei o/PoV/dPeuwBheaYOAfmNgwhXc2T5xK+OoHwgk74JyhTZ+cYTTwL+Yx4VLXQF557Mr eQ6gzsSvwABZk7reqgfbWBsU4RJHb7oKmA1dbdMVejuT3KnntEQsX8It+6/ijhaPmJ GCgsgkzkgh8zLtrr042Vt6IdGjqj7w6etciUlmLiQ1hbMmlrsK4ReWCufg2T0rPGa+ 1UcnL9YglRTf4F6D20QupWzWYFChxdAnqax/zQnghbnkBNozxhtuX/M7UlTlOV8X3w 1WtYGoXz5f45w== Date: Wed, 9 Mar 2022 17:06:45 -0700 From: Nathan Chancellor To: Masahiro Yamada Cc: Linus Torvalds , Arnd Bergmann , Alex Shi , Arnd Bergmann , David Sterba , Marco Elver , Jani Nikula , "open list:DOCUMENTATION" , Linux Kbuild mailing list , Linux Kernel Mailing List , llvm@lists.linux.dev, Mark Rutland , Nick Desaulniers , Miguel Ojeda Subject: Re: [PATCH 0/4] [v4] Kbuild: std=gnu11 changes Message-ID: References: <20220308215615.14183-1-arnd@kernel.org> 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-kbuild@vger.kernel.org On Wed, Mar 09, 2022 at 06:18:18PM +0900, Masahiro Yamada wrote: > On Wed, Mar 9, 2022 at 11:16 AM Masahiro Yamada wrote: > > > > On Wed, Mar 9, 2022 at 9:09 AM Linus Torvalds > > wrote: > > > > > > On Tue, Mar 8, 2022 at 1:56 PM Arnd Bergmann wrote: > > > > > > > > From: Arnd Bergmann > > > > > > > > I've incorporated the feedback from Masahiro Yamada in this > > > > version, splitting out one more patch, rebasing on top of > > > > the kbuild tree, and changing the order of the patches. > > > > > > > > Please apply to the kbuild tree. > > > > > > I'd actually like to see this as a separate branch, so that I can > > > merge it early - or other peoples git branches end up depending on it. > > > > > > OK, I can apply this to a separate branch, kbuild-gnu11. > > (and I will queue this up shortly because it is already -rc7) > > > > Then, I will send two pull reqs in the next MW, > > but please note they will conflict with each other, > > between this gnu11 patch set and the following > > one in my usual kbuild branch: > > > > https://patchwork.kernel.org/project/linux-kbuild/patch/20220201213542.2808035-1-quic_eberman@quicinc.com/ > > > > > > I hope this is not a complex conflict, but please let me know > > if you have any requests to me. > > > > > > > > > > > > > All, applied to linux-kbuild/kbuild-gnu11. > > If somebody wants to give Reviewed-by, Acked-by, Tested-by, please. > > I will append them later. For the series: Reviewed-by: Nathan Chancellor Cheers, Nathan