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 X-Spam-Level: X-Spam-Status: No, score=-3.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7C201C43387 for ; Sat, 29 Dec 2018 18:02:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 529C920873 for ; Sat, 29 Dec 2018 18:02:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727754AbeL2SCm (ORCPT ); Sat, 29 Dec 2018 13:02:42 -0500 Received: from wtarreau.pck.nerim.net ([62.212.114.60]:33023 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725648AbeL2SCl (ORCPT ); Sat, 29 Dec 2018 13:02:41 -0500 Received: (from willy@localhost) by pcw.home.local (8.15.2/8.15.2/Submit) id wBTI2Nvc015841; Sat, 29 Dec 2018 19:02:23 +0100 From: Willy Tarreau To: mingo@kernel.org, paulmck@linux.vnet.ibm.com Cc: rdunlap@infradead.org, linux-kernel@vger.kernel.org, Willy Tarreau Subject: [PATCH-v2 0/3] rcutorture: minor nolibc fixes Date: Sat, 29 Dec 2018 19:02:15 +0100 Message-Id: <20181229180218.15798-1-w@1wt.eu> X-Mailer: git-send-email 2.9.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org While working on adding some documentation to the nolibc header provided with rcutorture, I noticed a few accidently deleted lines losing clobbered registers and some leftover spaces that I fixed. In addition, I finally added some documentation to the file, as requested by Ingo. v2: fixed some spelling mistakes after Randy's review Willy Tarreau (3): rcutorture/nolibc: fix the clobbered registers in the MIPS syscall definition rcutorture/nolibc: fix some poor indentation and alignment rcutorture/nolibc: add a bit of documentation to explain how to use nolibc tools/testing/selftests/rcutorture/bin/nolibc.h | 116 +++++++++++++++++++----- 1 file changed, 91 insertions(+), 25 deletions(-) -- 2.9.0