diff options
author | Mathieu Poirier | 2017-01-24 14:11:35 -0700 |
---|---|---|
committer | Ingo Molnar | 2017-01-30 11:46:37 +0100 |
commit | 4b12db939166042eb78e592bdf94ef113c14e379 (patch) | |
tree | f2bf11b78cc72503f6925a6e1ee47a55632ae3de /kernel/sched/deadline.c | |
parent | 92c99ac829931abba33107e09358447c8ad6bd32 (diff) |
sched/core: Fix &rd->cpudl memory leak
While in the process of initialising a root domain, if function
cpupri_init() fails the memory allocated in cpudl_init() is not
reclaimed.
Adding a new goto target to cleanup the previous initialistion of
the root_domain's dl_bw structure reclaims said memory.
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1485292295-21298-2-git-send-email-mathieu.poirier@linaro.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'kernel/sched/deadline.c')
0 files changed, 0 insertions, 0 deletions