Re: [RFC PATCH 4/4] Split cpudl_set() into cpudl_set() and cpudl_clear().

2016-08-02 Thread Juri Lelli
Hi, you should add "sched/deadline:" to the subject. On 19/07/16 11:44, Tommaso Cucinotta wrote: I'd repeat what the subject says, so that you can refer that from the changelog with "These". > These 2 exercise independent code paths and need different arguments. > Now you call It's more "after

[RFC PATCH 4/4] Split cpudl_set() into cpudl_set() and cpudl_clear().

2016-07-19 Thread Tommaso Cucinotta
These 2 exercise independent code paths and need different arguments. Now you call cpudl_clear(cp, cpu) cpudl_set(cp, cpu, dl) instead of cpudl_set(cp, cpu, 0 /* dl */, 0 /* is_valid */) cpudl_set(cp, cpu, dl, 1 /* is_valid */) Cc: Peter Zijlstra Cc: Juri Lelli Cc: Luca Abeni Reviewed-b

[RFC PATCH 4/4] Split cpudl_set() into cpudl_set() and cpudl_clear(). These 2 exercise independent code paths and need different arguments.

2016-05-19 Thread Tommaso Cucinotta
--- kernel/sched/cpudeadline.c | 71 +- kernel/sched/cpudeadline.h | 3 +- kernel/sched/deadline.c| 10 +++ 3 files changed, 52 insertions(+), 32 deletions(-) diff --git a/kernel/sched/cpudeadline.c b/kernel/sched/cpudeadline.c index 60f933a..0