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 2F180C54EAA for ; Sat, 21 Jan 2023 21:35:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229810AbjAUVfI (ORCPT ); Sat, 21 Jan 2023 16:35:08 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34456 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229484AbjAUVfH (ORCPT ); Sat, 21 Jan 2023 16:35:07 -0500 Received: from 1wt.eu (wtarreau.pck.nerim.net [62.212.114.60]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 22E5223339; Sat, 21 Jan 2023 13:35:03 -0800 (PST) Received: (from willy@localhost) by pcw.home.local (8.15.2/8.15.2/Submit) id 30LLYtRK016145; Sat, 21 Jan 2023 22:34:55 +0100 Date: Sat, 21 Jan 2023 22:34:55 +0100 From: Willy Tarreau To: "Paul E. McKenney" Cc: linux-kernel@vger.kernel.org, Shuah Khan , linux-kselftest@vger.kernel.org, Ammar Faizi Subject: Re: [PATCH 0/2] selftests/nolibc: small simplification of test development phase Message-ID: <20230121213455.GA16121@1wt.eu> References: <20230121085320.11712-1-w@1wt.eu> <20230121200038.GG2948950@paulmck-ThinkPad-P17-Gen-1> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230121200038.GG2948950@paulmck-ThinkPad-P17-Gen-1> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jan 21, 2023 at 12:00:38PM -0800, Paul E. McKenney wrote: > > There's no matter of urgency for these patches, they're just a bit of > > user-friendly stuff. As such, if you're fine with stacking them on top of > > what you already have for 6.3, that will be great, otherwise they can > > easily wait. > > > > Thank you! > > Willy > > Nice, thank you! > > I have these placed on top of the -rcu "dev" branch initially for further > review and testing. If things go well over the next week or so, I will > set it up for the upcoming merge window. Thanks! > One dependency is of course qemu-x86_64, so in the meantime I will figure > out where I get that from. ;-) I build it from time to time from the sources, it's not that long and normally doesn't reserve me any surprises. But if you have it for other platforms it's likely that you have it for most platforms as well, including this one. Best regards, Willy