Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932609AbbDJKUO (ORCPT ); Fri, 10 Apr 2015 06:20:14 -0400 Received: from mail2.unitn.it ([193.205.194.22]:56277 "EHLO mail2.unitn.it" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751481AbbDJKUK (ORCPT ); Fri, 10 Apr 2015 06:20:10 -0400 From: Luca Abeni To: peterz@infradead.org Cc: henrik@austad.us, juri.lelli@gmail.com, raistlin@linux.it, mingo@kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, Luca Abeni Subject: [PATCH 0/8] SCHED_DEADLINE documentation update Date: Fri, 10 Apr 2015 12:19:47 +0200 Message-Id: <1428661195-9609-1-git-send-email-luca.abeni@unitn.it> X-Mailer: git-send-email 1.7.9.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1870 Lines: 48 Hi all, here is an update for Documentation/scheduler/sched-deadline.txt. Respect to the RFC I sent few days ago, I: 1) Split the patches in a better way, (so that, for example, Zhiqiang Zhang's authorship is preserved) 2) Tried to address all the comments I received on the RFC 3) Added another patch, to split Section 3 in various subsections. I think it is more readable in this way. Anyway, this is the last patch, so it can easily be skipped if people do not like it. I also split in a separate patch the discussion about the relationship between tasks' parameters and SCHED_DEADLINE parameters. This is (I think) the only part of the patchset that has not been previously discussed; I decided to isolate it in its own patch so that other patches can be applied anyway. Thanks, Luca Luca Abeni (7): Documentation/scheduler/sched-deadline.txt: fix typos Documentation/scheduler/sched-deadline.txt: use consistent namings Documentation/scheduler/sched-deadline.txt: remove _i from sum, max and min Documentation/scheduler/sched-deadline.txt: Some notes on EDF schedulability Documentation/scheduler/sched-deadline.txt: add some references Documentation/scheduler/sched-deadline.txt: relationship between tasks' deadlines and scheduling deadlines Documentation/scheduler/sched-deadline.txt: Split Section 3 Zhiqiang Zhang (1): Documentation/scheduler/sched-deadline.txt: correct definition of density as C_i/min{D_i,P_i} Documentation/scheduler/sched-deadline.txt | 161 ++++++++++++++++++++++++---- 1 file changed, 142 insertions(+), 19 deletions(-) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/