Re: [PATCH 1/4] watchdog: introduce watchdog_park_threads() and watchdog_unpark_threads()

2015-08-04 Thread Ulrich Obergfell
> - Original Message - > From: "Michal Hocko" ... > On Sat 01-08-15 14:49:22, Ulrich Obergfell wrote: >> These functions are intended to be used only from inside kernel/watchdog.c >> to park/unpark all watchdog threads that are specified in watchdog_cpumask. > > I would suggest merging thi

Re: [PATCH 1/4] watchdog: introduce watchdog_park_threads() and watchdog_unpark_threads()

2015-08-04 Thread Michal Hocko
On Sat 01-08-15 14:49:22, Ulrich Obergfell wrote: > These functions are intended to be used only from inside kernel/watchdog.c > to park/unpark all watchdog threads that are specified in watchdog_cpumask. I would suggest merging this into Patch2. It is usually better to add new functions along wit

[PATCH 1/4] watchdog: introduce watchdog_park_threads() and watchdog_unpark_threads()

2015-08-01 Thread Ulrich Obergfell
These functions are intended to be used only from inside kernel/watchdog.c to park/unpark all watchdog threads that are specified in watchdog_cpumask. Signed-off-by: Ulrich Obergfell --- kernel/watchdog.c | 36 1 file changed, 36 insertions(+) diff --git a/k