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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 87E24C433F5 for ; Tue, 19 Oct 2021 05:06:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 678EA6128B for ; Tue, 19 Oct 2021 05:06:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232568AbhJSFIv (ORCPT ); Tue, 19 Oct 2021 01:08:51 -0400 Received: from wtarreau.pck.nerim.net ([62.212.114.60]:44382 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229649AbhJSFIv (ORCPT ); Tue, 19 Oct 2021 01:08:51 -0400 Received: (from willy@localhost) by pcw.home.local (8.15.2/8.15.2/Submit) id 19J567TL024208; Tue, 19 Oct 2021 07:06:07 +0200 Date: Tue, 19 Oct 2021 07:06:07 +0200 From: Willy Tarreau To: Mark Brown Cc: Catalin Marinas , Will Deacon , Shuah Khan , Shuah Khan , Alan Hayward , Luis Machado , Salil Akerkar , Basant Kumar Dwivedi , Szabolcs Nagy , linux-arm-kernel@lists.infradead.org, linux-kselftest@vger.kernel.org Subject: Re: [PATCH v2 14/42] tools/nolibc: Implement gettid() Message-ID: <20211019050607.GA23992@1wt.eu> References: <20211018190858.2119209-1-broonie@kernel.org> <20211018190858.2119209-15-broonie@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211018190858.2119209-15-broonie@kernel.org> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org On Mon, Oct 18, 2021 at 08:08:30PM +0100, Mark Brown wrote: > Allow test programs to determine their thread ID. Now queue, thank you Mark! Willy