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 74E9DC3DA7A for ; Mon, 2 Jan 2023 11:03:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230408AbjABLDT (ORCPT ); Mon, 2 Jan 2023 06:03:19 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34698 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229923AbjABLDL (ORCPT ); Mon, 2 Jan 2023 06:03:11 -0500 Received: from 1wt.eu (wtarreau.pck.nerim.net [62.212.114.60]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 4B2BFE70; Mon, 2 Jan 2023 03:03:08 -0800 (PST) Received: (from willy@localhost) by pcw.home.local (8.15.2/8.15.2/Submit) id 302B2qlI030935; Mon, 2 Jan 2023 12:02:52 +0100 Date: Mon, 2 Jan 2023 12:02:52 +0100 From: Willy Tarreau To: Sven Schnelle Cc: "Paul E . McKenney" , Josh Triplett , Steven Rostedt , Mathieu Desnoyers , Lai Jiangshan , linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org Subject: Re: [PATCH v2 0/5] add s390 support to nolibc and rcutorture Message-ID: <20230102110252.GE29287@1wt.eu> References: <20230102105112.1661651-1-svens@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230102105112.1661651-1-svens@linux.ibm.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 02, 2023 at 11:51:07AM +0100, Sven Schnelle wrote: > Hi, > > these patches add support for the s390 architecture both to nolibc > and rcutorture. Note that this only adds support for the 64 bit > version, no support for 31 bit (compat) is added. For nolibc it > includes one bugfix to make the fd_set datatype match the kernel > type. > > Changes in v2: > > - use __attribute__((unused)) instead of __maybe_unused > - prefer aghi over lay, as lay is not present in all architecure levels > - add -m64 CFLAG to force 64 bit mode for compiler that can do 31bit and 64bit mode Excellent, now works out of the box for me, thank you Sven!. Paul, would you mind taking these ones for your dev branch instead of the previous ones ? Thanks! Willy