Received: by 2002:a05:6358:16cc:b0:ea:6187:17c9 with SMTP id r12csp5887025rwl; Mon, 9 Jan 2023 00:53:15 -0800 (PST) X-Google-Smtp-Source: AMrXdXsKhgDS6+oUFHRuavuibuTLeyFIMKI0fWhOwAX4+aSErD3+qxuq8bnJU/eYzsK2Kxa2rH8g X-Received: by 2002:a05:6a21:339b:b0:a5:2a8f:4328 with SMTP id yy27-20020a056a21339b00b000a52a8f4328mr106771896pzb.23.1673254395064; Mon, 09 Jan 2023 00:53:15 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1673254395; cv=none; d=google.com; s=arc-20160816; b=imhWPyebpgAvnhyJ9de9qNJfs1I7s8unY7Cp7IBUEfgb7Cgx0FV6spKbeY3pZXpGS5 FkIJfLRoo1nk0drzTUJyybnxYYsgs4bGBodqkAx6eid66NpyB3sZ3MSeuEKCatq60GUa IO585pROFVASGZ959G4lkQnX+LjZToE3qIQgnC/tu4dwGiiboPBwPNfmlqc4KyvHeQL1 azbIfXmi4LlTBLalMxHKxVvHpfCjEhHumaBwpb2IPGcecmAV4dDMOwIss5SPNsA74qAr 6BPbpyjyYfpIP1rBqAAjP3FXQzqY8klQ1A/0dXORGFKISY9UN8ZdsGcJTtThWMuni7td LZEQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:message-id:date:subject:cc:to:from; bh=kxYhfOqPIqqUu1AnynqXBb+vLYEKAtJ8lDw64KrfpzA=; b=T3e7ySI6IwMm+HkCBVkbMmDamm0/1FQmn5oELAU1/AWxsvZDYMwxgc7dxZsJJwbi1O LnwdP6cANgkza1CXbHbr2cWSgOp4pSPO6oGZ9I0xu5C9F5YbyTjMw6+BwnhE/FMKp8I9 jY/YErEilLSPBO6MH3W8ca2VbUES+azgWl9kGhvnWyG+RQ43IRfClw/8MqlyrnPClg44 4H56e86etlNlj5VR3UrMJFC+X3/toKk9QQOS9fUfavBS6ZN3BkjLRGIYj4fo75cFG/T9 5EdAFQxvUVug7YpigRFNmxBgz2DzZ8GMRPi/VzguwH/7FaEEAOjeV2CblEMLFMlwmBl9 gwpg== 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 oc10-20020a17090b1c0a00b00219ecd75b15si9048056pjb.4.2023.01.09.00.53.06; Mon, 09 Jan 2023 00:53:15 -0800 (PST) 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 S229785AbjAIIJt (ORCPT + 54 others); Mon, 9 Jan 2023 03:09:49 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33768 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232944AbjAIIJm (ORCPT ); Mon, 9 Jan 2023 03:09:42 -0500 Received: from 1wt.eu (wtarreau.pck.nerim.net [62.212.114.60]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 159F410AB for ; Mon, 9 Jan 2023 00:09:40 -0800 (PST) Received: (from willy@localhost) by pcw.home.local (8.15.2/8.15.2/Submit) id 30989Pgw026640; Mon, 9 Jan 2023 09:09:25 +0100 From: Willy Tarreau To: "Paul E. McKenney" Cc: linux-kernel@vger.kernel.org, Sven Schnelle , Willy Tarreau Subject: [PATCH 0/4] nolibc: add support for the s390 platform Date: Mon, 9 Jan 2023 09:09:06 +0100 Message-Id: <20230109080910.26594-1-w@1wt.eu> X-Mailer: git-send-email 2.17.5 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 Hello Paul, this series adds support for the s390x platform to nolibc and rcutorture, reducing the init size from ~600kB to ~1kB. The work was contributed by Sven Schnelle. It depends on the fixes series I sent previously: https://lore.kernel.org/lkml/20230109075442.25963-1-w@1wt.eu/ It passes the self-tests correctly and the patches are clean, please consider queuing it. Thank you! Willy --- Sven Schnelle (4): nolibc: add support for s390 selftests/nolibc: add s390 support rcutorture: add support for s390 rcutorture: build initrd for rcutorture with nolibc tools/include/nolibc/arch-s390.h | 222 ++++++++++++++++++ tools/include/nolibc/arch.h | 2 + tools/include/nolibc/sys.h | 2 + tools/testing/selftests/nolibc/Makefile | 7 +- .../selftests/rcutorture/bin/functions.sh | 6 + .../selftests/rcutorture/bin/mkinitrd.sh | 2 +- 6 files changed, 239 insertions(+), 2 deletions(-) create mode 100644 tools/include/nolibc/arch-s390.h -- 2.17.5