Re: [PATCH 0/4] watchdog: avoid races in watchdog_nmi_{en|disable} functions

2015-08-02 Thread Jiri Olsa
On Sat, Aug 01, 2015 at 02:49:21PM +0200, Ulrich Obergfell wrote: > Originally watchdog_nmi_enable(cpu) and watchdog_nmi_disable(cpu) were > only called in watchdog thread context. However, the following commits > utilize these functions outside of watchdog thread context too. > > commit 9809b18

Re: [PATCH 0/4] watchdog: avoid races in watchdog_nmi_{en|disable} functions

2015-08-02 Thread Aaron Tomlin
On Sat 2015-08-01 14:49 +0200, Ulrich Obergfell wrote: > Originally watchdog_nmi_enable(cpu) and watchdog_nmi_disable(cpu) were > only called in watchdog thread context. However, the following commits > utilize these functions outside of watchdog thread context too. > > commit 9809b18fcf6b8d8ec4

[PATCH 0/4] watchdog: avoid races in watchdog_nmi_{en|disable} functions

2015-08-01 Thread Ulrich Obergfell
Originally watchdog_nmi_enable(cpu) and watchdog_nmi_disable(cpu) were only called in watchdog thread context. However, the following commits utilize these functions outside of watchdog thread context too. commit 9809b18fcf6b8d8ec4d3643677345907e6b50eca Author: Michal Hocko Date: Tue Sep