From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 9ED841B78F7; Mon, 9 Sep 2024 13:01:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725886912; cv=none; b=IeZeReBN2LpIWliiPzP8QreLU5q1moYVVYDuZQuFiai5nXuOVijNKFd6eJVVvB33sgS5tBhBX0Vevis2vADmXbPemg0+ZoQoItZaMaAKJgbaPYZDbbiwaMIrFLrwacMmw6LjO3aoUewHua1C9ufIz5pqpAKPE9cP6AgkIE6gtP4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725886912; c=relaxed/simple; bh=2qK7iuRG4sIpqwJOBL5BB32FvL7kK5EgrLz3GIJWy/8=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=gfseTweX4Qesolz3kM5FUzj5EGJfWXXmTzn1V2dAqMb4mjlN0hJFToVSFbHTPX5JtGuyEnIodTw6WcDwr+t3eT/SY16djxqPIjTh3iY0qKU0QdjT+wZQsWtxaNNqfxWPDAmD6AuN6E32ri343tMwJ65pPwSoGtpwO2rOje0TEug= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 6E2E2FEC; Mon, 9 Sep 2024 06:02:11 -0700 (PDT) Received: from [10.1.39.38] (e127648.arm.com [10.1.39.38]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id D9DCD3F64C; Mon, 9 Sep 2024 06:01:40 -0700 (PDT) Message-ID: <1f5f7643-8743-40f4-80ac-0534affd70cd@arm.com> Date: Mon, 9 Sep 2024 14:01:38 +0100 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 0/4] sched/deadline: nanoseconds clarifications To: Peter Zijlstra , "Rafael J. Wysocki" Cc: linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, rafael@kernel.org, vincent.guittot@linaro.org, qyousef@layalina.io, peterz@infradead.org, daniel.lezcano@linaro.org, rostedt@goodmis.org, dietmar.eggemann@arm.com, Juri Lelli References: <20240813144348.1180344-1-christian.loehle@arm.com> Content-Language: en-US From: Christian Loehle In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 8/13/24 17:02, Juri Lelli wrote: > Hi, > > On 13/08/24 15:43, Christian Loehle wrote: >> A couple of clarifications about the time units for the deadline >> parameters uncovered in the discussion around >> https://lore.kernel.org/lkml/3c726cf5-0c94-4cc6-aff0-a453d840d452@arm.com/ >> >> While at it I changed the documentation example to chrt instead >> of the schedtool fork. >> >> No functional changes. > > Looks good to me! > > At least for docs/uapi, > > Acked-by: Juri Lelli (gentle ping) Peter, do you want to take {1,2} and Rafael {3,4}? Thanks, Christian