From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752572AbdBMLMe (ORCPT ); Mon, 13 Feb 2017 06:12:34 -0500 Received: from merlin.infradead.org ([205.233.59.134]:59796 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752047AbdBMLMd (ORCPT ); Mon, 13 Feb 2017 06:12:33 -0500 Date: Mon, 13 Feb 2017 12:12:29 +0100 From: Peter Zijlstra To: Daniel Bristot de Oliveira Cc: linux-kernel@vger.kernel.org, Ingo Molnar , Juri Lelli , Tommaso Cucinotta , Luca Abeni , Steven Rostedt Subject: Re: [PATCH 2/2] sched/deadline: Throttle a constrained deadline task activated after the deadline Message-ID: <20170213111229.GH6500@twins.programming.kicks-ass.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23.1 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 10, 2017 at 08:48:11PM +0100, Daniel Bristot de Oliveira wrote: > +/* During the activation, CBS checks if it can reuse the current task's > + * runtime and period. If the deadline of the task is in the past, CBS Broken comment style, fixed that for you.