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 0ED47C4332F for ; Sat, 10 Dec 2022 22:05:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229846AbiLJWFk (ORCPT ); Sat, 10 Dec 2022 17:05:40 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38614 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229548AbiLJWFc (ORCPT ); Sat, 10 Dec 2022 17:05:32 -0500 Received: from 1wt.eu (wtarreau.pck.nerim.net [62.212.114.60]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 2CDA15FD9 for ; Sat, 10 Dec 2022 14:05:28 -0800 (PST) Received: (from willy@localhost) by pcw.home.local (8.15.2/8.15.2/Submit) id 2BAM54Ip023596; Sat, 10 Dec 2022 23:05:04 +0100 Date: Sat, 10 Dec 2022 23:05:04 +0100 From: Willy Tarreau To: "Paul E. McKenney" Cc: Sven Schnelle , Josh Triplett , Steven Rostedt , Mathieu Desnoyers , Lai Jiangshan , linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/5] nolibc: add support for s390 Message-ID: <20221210220504.GA23585@1wt.eu> References: <20221209141939.3634586-1-svens@linux.ibm.com> <20221209141939.3634586-3-svens@linux.ibm.com> <20221210090728.GB21743@1wt.eu> <20221210093734.GE21743@1wt.eu> <20221210094452.GF21743@1wt.eu> <20221210175714.GE4001@paulmck-ThinkPad-P17-Gen-1> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221210175714.GE4001@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, Dec 10, 2022 at 09:57:14AM -0800, Paul E. McKenney wrote: > On Sat, Dec 10, 2022 at 10:44:52AM +0100, Willy Tarreau wrote: > > On Sat, Dec 10, 2022 at 10:39:43AM +0100, Sven Schnelle wrote: > > > Willy Tarreau writes: > > > > > > > On Sat, Dec 10, 2022 at 10:34:08AM +0100, Sven Schnelle wrote: > > > >> So it should be: > > > >> > > > >> >> +#elif defined(__s390x__) > > > >> >> +#include "arch-s390.h" > > > >> > > > >> I'm fine with both - either you fixing it up or me sending a v2. > > > > > > > > As you like. If you prefer to rename the file to s390x as your colleague > > > > suggested, I'll then ask you to send a v2. Otherwise either Paul or I can > > > > drop that 'x' in the #include. > > > > > > Just drop the 'x'. Thanks! :) > > > > OK will do, thank you! > > And I have queued this series with Willy's acks on the first three and > the "x" removed from the '#include "arch-s390x.h"'. This is on the -rcu > tree's "dev" branch. > > But please double-check to make sure that I removed the correct "x" > and that there are not others that I missed! Just checked, looks good to me, many thanks Paul! Willy