Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp4468265pxj; Wed, 12 May 2021 06:22:40 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwQaf5w9vKp/zZ7MlohNlhXKtjsXVwIE8N/vQfhnAbDiPt8IkPvq0dOEbDYpHSF9xOCZ6RK X-Received: by 2002:a17:906:4889:: with SMTP id v9mr37607352ejq.21.1620825759916; Wed, 12 May 2021 06:22:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1620825759; cv=none; d=google.com; s=arc-20160816; b=mxpmzmsQvuP3iuTFrXerMuSTTM7+pisbAb2uFMLO5dWY+Zo2CNrsQFm2Riz0ZXCVwf D0BRL3opd181nHWKuCQDbLTSg6h4/1QEK8ASbnOtNMn/QiNRtj21Hx/dKaUEAzZigeoU AN5tR8PSNvMXZfYGuSW7cEyj8B4s9Zqn9vMXRfugbvPaSDTq9u+RJ3s8QgtBsR+gAsWV AGIZqjtJjNVBYwVJTbRV+gnSEoaVFp/qx3pyCTKq8bWYuTOZaDUuPZ0WF9epTAE+VBag Ydtc4VsfwF2IvQyykYiLzSwl9VGNb84+qAdT100lXse/VfXeGxx6URFeyzStvaVjjMyp bQAw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=HcKgCxmHlsGpKemWwrySpn0ILC+JP12/UwnzRubFWrk=; b=Gzfi60X+tEuqxZL6Y03Ez2MgjR4KnMjmWXISfS8sa4pQ511Y1IGNMXtrt829/Znfty CNKu2r1XRgPyTapwQc87uC/mwZL7uHQWzbmXljxcKEM9zoD4fDxd5jPvWFFp8sEAk/xU xvycCJW+DRg7WXcnj1JG2iu5QNEkgOPOH+hEHdpVARQnr02JTeUfm0fgoUcMDMkGKMpr 6JELbwPQl41GiF0b5otNS4NGxVz3LBTJWnbVex107uz8cnFpqEshh2gU8gGCTsKttRcP Mgd5Rod+pNSv+nvd+KPWejwRPhT2C4KKmX+F0AQy99Lq+s37VnOoi6U7YdNX6JtyR6yk d8fQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id y15si19522029ejw.376.2021.05.12.06.22.16; Wed, 12 May 2021 06:22:39 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231186AbhELNWT (ORCPT + 99 others); Wed, 12 May 2021 09:22:19 -0400 Received: from wtarreau.pck.nerim.net ([62.212.114.60]:52989 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231221AbhELNWQ (ORCPT ); Wed, 12 May 2021 09:22:16 -0400 Received: (from willy@localhost) by pcw.home.local (8.15.2/8.15.2/Submit) id 14CDL29B021209; Wed, 12 May 2021 15:21:02 +0200 Date: Wed, 12 May 2021 15:21:02 +0200 From: Willy Tarreau To: Mark Brown Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH v3] tools/nolibc: Implement msleep() Message-ID: <20210512132102.GD20883@1wt.eu> References: <20210512123215.42321-1-broonie@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210512123215.42321-1-broonie@kernel.org> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 12, 2021 at 01:32:15PM +0100, Mark Brown wrote: > Allow users to implement shorter delays than a full second by implementing > msleep(). > > Signed-off-by: Mark Brown Great, now queued, thank you Mark! Willy