Received: by 2002:a05:6358:11c7:b0:104:8066:f915 with SMTP id i7csp2791526rwl; Thu, 13 Apr 2023 10:54:08 -0700 (PDT) X-Google-Smtp-Source: AKy350bKHQTVvAsSYPbY09baPQ6l8HhwdqUSkIFSHhQiOm8ryn8zvsXPYiVANcjWhCajIaJ3OYhU X-Received: by 2002:a17:903:41ce:b0:1a2:6138:c32e with SMTP id u14-20020a17090341ce00b001a26138c32emr3492774ple.18.1681408448260; Thu, 13 Apr 2023 10:54:08 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1681408448; cv=none; d=google.com; s=arc-20160816; b=KECqY5LsisTGeUMuRvb3Xi/cmJryXdVgbxA/fQa2poWvYW6UjUJPoo5W2tNFyljM3l 9k5jfg8dlx8mtDHNj1JeOWuRRdI4mQr7clvOdyvZVltd0viiiNqfB0WMRyv09jZEnkb4 oRfX8ozAvoEqwSrcydXzK6GdAmNeSstxkVtyN6mvzwCKj6IiVqU1U+G7YhTj0/KTkOf3 EtOgHL81QLCfoVFZx7MTumnNGqTNyNfAus1hCVnCc9bKa5sKOeW0koGHRWY2DJWTl+Xt LlJfs53mTCaQoCGYibDQHPSgjJImQB9wglGxc3R1Gtj6SlfnlvGcXx+r2cQRYjgfgrQ1 WCtA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=zMPCDS7I/OTfqIRsS5ZuWmLmLhI9P54f+20vsCGSwsM=; b=I7PzA25QbB22fu8lDiPdNVUYT4is448HH61imCoaqstXQiDOuXC/Udw5S44UfCUvkj rv/km6BajeypyEGuppAgCDmILjnJrqf9bgwdPGoVtjwL6eESqkwzz2WA/BWAsX/+UsSI 0C9LnUvYWKE77pUdHWmvKvGbZ+Niz1aozHufGwEUvhA+wsCHg9lfPea/NCv5KMVrSPBZ Xbu/NJUrO1no8iqMLn2MGly8FBYmUrKVaPf4GMxQu5PSjoyYlBSJzKHrhUlXXyFqv/3/ uB++QTSVO/vu+guhbXBz5slt9MNliFyaUjrz0dtSGF5uOkErjJ8qsxYgQsGCW+/HOA7X 9T9Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id t31-20020a63445f000000b005139191c0casi2373377pgk.660.2023.04.13.10.53.50; Thu, 13 Apr 2023 10:54:08 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229962AbjDMRmm (ORCPT + 99 others); Thu, 13 Apr 2023 13:42:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33214 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229498AbjDMRml (ORCPT ); Thu, 13 Apr 2023 13:42:41 -0400 Received: from 1wt.eu (ded1.1wt.eu [163.172.96.212]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 3453919A3; Thu, 13 Apr 2023 10:42:39 -0700 (PDT) Received: (from willy@localhost) by mail.home.local (8.17.1/8.17.1/Submit) id 33DHgYws004366; Thu, 13 Apr 2023 19:42:34 +0200 Date: Thu, 13 Apr 2023 19:42:34 +0200 From: Willy Tarreau To: "Paul E. McKenney" Cc: Mark Brown , Thomas =?iso-8859-1?Q?Wei=DFschuh?= , Shuah Khan , linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org Subject: Re: [PATCH] tools/nolibc: Fix build of stdio.h due to header ordering Message-ID: References: <20230413-nolibc-stdio-fix-v1-1-fa05fc3ba1fe@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS, SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Paul, On Thu, Apr 13, 2023 at 10:33:54AM -0700, Paul E. McKenney wrote: > Queued and pushed, thank you both! Thanks! > With respect to -next, travel plans next week are causing me to instead > update my rcu/next branch to the merge point of all of this coming > merge window's pull requests. Though it only makes a difference of a > few days, as I would normally pull rcu/next back the Monday before the > merge window opens. > > There is some possibility that I will be off the grid for extended periods > next week, which shouldn't make any difference for nolibc, aside from my > possibly being unresponsive during that time. The odds of an emergency > fix to last merge window's changes are quite low this late in cycle, > and I will be back before the next merge window opens. > > Just let me know what I need to pull in, and I will do that early the > week after this coming one. Or you can buffer it up and send me one > big series upon my return, your choice. Either way works for me. ;-) Thanks for letting us know! Anyway there shouldn't be anything urgent with nolibc. And if anyone would be blocked I would go back to the old method where I queue that in a branch in my repo, so please travel in peace ;-) Thank you! Willy