From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754805AbcIIMcC (ORCPT ); Fri, 9 Sep 2016 08:32:02 -0400 Received: from mail-yw0-f177.google.com ([209.85.161.177]:32964 "EHLO mail-yw0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752603AbcIIMcA (ORCPT ); Fri, 9 Sep 2016 08:32:00 -0400 Subject: Re: [PATCH] sched/deadline: document behavior of sched_yield() To: luca abeni References: <20160909074026.GC10409@e106622-lin> <1473410650-30918-1-git-send-email-tommaso.cucinotta@sssup.it> <1473410650-30918-2-git-send-email-tommaso.cucinotta@sssup.it> <20160909120041.2988e93a@utopia> <20160909142410.5a442d2d@utopia> Cc: Tommaso Cucinotta , Juri Lelli , Peter Zijlstra , Ingo Molnar , linux-kernel@vger.kernel.org, linux-dl@retis.sssup.it From: Daniel Bristot de Oliveira Message-ID: Date: Fri, 9 Sep 2016 09:31:56 -0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <20160909142410.5a442d2d@utopia> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/09/2016 09:24 AM, luca abeni wrote: > Ok, but the task is still throttled, right? I see your point, but... it is important to keep the documentation sync with the code, and the code/explanation can be simpler now... :-) -- Daniel