Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp4875469pxj; Tue, 22 Jun 2021 09:53:28 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxNeqvDcpvdTrdtjIrU7Eq7gIaqcMxJzGcvYI0UgbuPyeVqzUaPUGNBsXZN1ud/D+Mapypn X-Received: by 2002:a17:906:2b18:: with SMTP id a24mr5018964ejg.239.1624380808706; Tue, 22 Jun 2021 09:53:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1624380808; cv=none; d=google.com; s=arc-20160816; b=ROBuRkGWffFnmOAQAEncZ4NbxrLx3ZftfCuABxce2S5T9tiAOMVqlzGV2rPN2UnUL8 Wd+Ju0OPFVTtE6VcfSjeoVyfim/jAJajzSNrYRT8obtFGnDtQO2/xwOpNr+GvC5RJ+Dm QTNRoBnyyFX05elVXGObqOPRsS7JSr8n5OodObAGcXxaGe08i7927D53q2BD2HJ+B8vV Z5kOKxlv42JT0zq/iRVXVoKZpT9m0Ecssu1zmqagLfInaRCIoe9kCbteWTAPDVtdVVWi uQ/oNps96ItkGRIV3fLfpMgjUByaWBUvr9umL1NDpyhPSKUB8V2sxPAal/3ms1WKkoYy pyEA== 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=4yJ28/TIlazrDmGx+hED3VLtixVuxBEGJ2DjNk5FkCw=; b=raHJuCO9kxTnqlbey+S+orOjt8QkiItEglh/8J1X/syFtNZawOwpm2pn5+rasxIusH N6AVrmHIcsgVSqC5nrArSy3CgJGdu97r6qzrS0vVmjGbgHnRUuAo8JR77VwJ6TrVxWpH lOSVTCkRgBqaLMDVTZKrMjDVHJ9zKeZl8ROHV6axjAAoZcxEoAHhDEW3lzU9mxWRpQ4/ oJTLWwsm1IbPOGho+BTSOEjtclnSl/O77FB1KK3SnRnBS+sCpnZNZpqzfW7JQ8yiMWG7 lIg/jbAsK+Z9LTQJe/3cE19g4OEjBpoXDEL7Us8HELEVS6vulo8OuCJ8rZxF88DMyEPq oElg== 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 bo3si38547edb.484.2021.06.22.09.53.06; Tue, 22 Jun 2021 09:53:28 -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 S231364AbhFVQyF (ORCPT + 99 others); Tue, 22 Jun 2021 12:54:05 -0400 Received: from wtarreau.pck.nerim.net ([62.212.114.60]:57026 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231351AbhFVQyE (ORCPT ); Tue, 22 Jun 2021 12:54:04 -0400 Received: (from willy@localhost) by pcw.home.local (8.15.2/8.15.2/Submit) id 15MGpinG012272; Tue, 22 Jun 2021 18:51:44 +0200 Date: Tue, 22 Jun 2021 18:51:44 +0200 From: Willy Tarreau To: Mark Brown Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH v3] tools/nolibc: Implement msleep() Message-ID: <20210622165144.GC11871@1wt.eu> References: <20210512123215.42321-1-broonie@kernel.org> <20210512132102.GD20883@1wt.eu> <20210622164804.GG4574@sirena.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210622164804.GG4574@sirena.org.uk> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Mark, On Tue, Jun 22, 2021 at 05:48:04PM +0100, Mark Brown wrote: > On Wed, May 12, 2021 at 03:21:02PM +0200, Willy Tarreau wrote: > > 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! > > This doesn't seem to be showing up in -next, did it get missed or is the > queue it's in not in -next? I planned to send the two patches I have in this branch to Paul this week, will do so ASAP. Thanks, Willy