Re: [PATCH 1/4] smpboot: Fix memory leak on error handling

2015-07-11 Thread Thomas Gleixner
On Sat, 11 Jul 2015, Frederic Weisbecker wrote: > The cpumask is allocated before threads get created. If the latter step > fails, we need to free the cpumask. Reviewed-by: Thomas Gleixner -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majo

[PATCH 1/4] smpboot: Fix memory leak on error handling

2015-07-11 Thread Frederic Weisbecker
The cpumask is allocated before threads get created. If the latter step fails, we need to free the cpumask. Reviewed-by: Chris Metcalf Cc: Andrew Morton Cc: Chris Metcalf Cc: Don Zickus Cc: Peter Zijlstra Cc: Thomas Gleixner Cc: Ulrich Obergfell Signed-off-by: Frederic Weisbecker --- kern

[PATCH 1/4] smpboot: Fix memory leak on error handling

2015-07-09 Thread Frederic Weisbecker
The cpumask is allocated before threads get created. If the latter step fails, we need to free the cpumask. Cc: Andrew Morton Cc: Chris Metcalf Cc: Don Zickus Cc: Peter Zijlstra Cc: Thomas Gleixner Cc: Ulrich Obergfell Signed-off-by: Frederic Weisbecker --- kernel/smpboot.c | 1 + 1 file c