This small series follows up to patch discussion related to $subject patch series which is now in linux-next at:
- introduce watchdog_park_threads() and watchdog_unpark_threads() https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/kernel/watchdog.c?id=89f536017155c7f76c8a620e6aed03809e53cd4c - introduce watchdog_suspend() and watchdog_resume() https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/kernel/watchdog.c?id=e0dd9ee3ecf3394e93343cf9542d8ca1b54eca08 - use park/unpark functions in update_watchdog_all_cpus() https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/kernel/watchdog.c?id=eef1a759acfb98766fef20afca9e06f014299e3f - use suspend/resume interface in fixup_ht_bug() https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/kernel/watchdog.c?id=77592a82363dd508ce3dbe4eaaa2c6c45b966ebb Changes based on patch discussion: - Patch 1/2: rename watchdog_{suspend|resume}, add comment blocks http://marc.info/?l=linux-kernel&m=143844050610220&w=2 http://marc.info/?l=linux-kernel&m=143876224114821&w=2 - Patch 2/2: use pr_debug() instead of pr_info() http://marc.info/?l=linux-kernel&m=143869949229461&w=2 Ulrich Obergfell (2): watchdog: rename watchdog_suspend() and watchdog_resume() watchdog: use pr_debug() in fixup_ht_bug() failure path arch/x86/kernel/cpu/perf_event_intel.c | 6 +++--- include/linux/nmi.h | 8 ++++---- kernel/watchdog.c | 26 ++++++++++++++++++++++---- 3 files changed, 29 insertions(+), 11 deletions(-) -- 1.7.11.7 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

