Re: [PATCH v2 1/2] watchdog: Introduce arch_watchdog_nmi_enable and arch_watchdog_nmi_disable

2016-10-24 Thread Babu Moger
On 10/24/2016 10:19 AM, Don Zickus wrote: On Fri, Oct 21, 2016 at 04:50:21PM -0500, Babu Moger wrote: Don, On 10/21/2016 2:19 PM, Andrew Morton wrote: On Fri, 21 Oct 2016 11:11:14 -0400 Don Zickus wrote: On Thu, Oct 20, 2016 at 08:25:27PM -0700, Andrew Morton wrote:

Re: [PATCH v2 1/2] watchdog: Introduce arch_watchdog_nmi_enable and arch_watchdog_nmi_disable

2016-10-24 Thread Babu Moger
On 10/24/2016 10:19 AM, Don Zickus wrote: On Fri, Oct 21, 2016 at 04:50:21PM -0500, Babu Moger wrote: Don, On 10/21/2016 2:19 PM, Andrew Morton wrote: On Fri, 21 Oct 2016 11:11:14 -0400 Don Zickus wrote: On Thu, Oct 20, 2016 at 08:25:27PM -0700, Andrew Morton wrote: On Thu, 20 Oct 2016

Re: [PATCH v2 1/2] watchdog: Introduce arch_watchdog_nmi_enable and arch_watchdog_nmi_disable

2016-10-24 Thread Don Zickus
On Fri, Oct 21, 2016 at 04:50:21PM -0500, Babu Moger wrote: > Don, > > On 10/21/2016 2:19 PM, Andrew Morton wrote: > >On Fri, 21 Oct 2016 11:11:14 -0400 Don Zickus wrote: > > > >>On Thu, Oct 20, 2016 at 08:25:27PM -0700, Andrew Morton wrote: > >>>On Thu, 20 Oct 2016 12:14:14

Re: [PATCH v2 1/2] watchdog: Introduce arch_watchdog_nmi_enable and arch_watchdog_nmi_disable

2016-10-24 Thread Don Zickus
On Fri, Oct 21, 2016 at 04:50:21PM -0500, Babu Moger wrote: > Don, > > On 10/21/2016 2:19 PM, Andrew Morton wrote: > >On Fri, 21 Oct 2016 11:11:14 -0400 Don Zickus wrote: > > > >>On Thu, Oct 20, 2016 at 08:25:27PM -0700, Andrew Morton wrote: > >>>On Thu, 20 Oct 2016 12:14:14 -0400 Don Zickus

Re: [PATCH v2 1/2] watchdog: Introduce arch_watchdog_nmi_enable and arch_watchdog_nmi_disable

2016-10-21 Thread Babu Moger
Don, On 10/21/2016 2:19 PM, Andrew Morton wrote: On Fri, 21 Oct 2016 11:11:14 -0400 Don Zickus wrote: On Thu, Oct 20, 2016 at 08:25:27PM -0700, Andrew Morton wrote: On Thu, 20 Oct 2016 12:14:14 -0400 Don Zickus wrote: -static int

Re: [PATCH v2 1/2] watchdog: Introduce arch_watchdog_nmi_enable and arch_watchdog_nmi_disable

2016-10-21 Thread Babu Moger
Don, On 10/21/2016 2:19 PM, Andrew Morton wrote: On Fri, 21 Oct 2016 11:11:14 -0400 Don Zickus wrote: On Thu, Oct 20, 2016 at 08:25:27PM -0700, Andrew Morton wrote: On Thu, 20 Oct 2016 12:14:14 -0400 Don Zickus wrote: -static int watchdog_nmi_enable(unsigned int cpu) { return 0; }

Re: [PATCH v2 1/2] watchdog: Introduce arch_watchdog_nmi_enable and arch_watchdog_nmi_disable

2016-10-21 Thread Andrew Morton
On Fri, 21 Oct 2016 11:11:14 -0400 Don Zickus wrote: > On Thu, Oct 20, 2016 at 08:25:27PM -0700, Andrew Morton wrote: > > On Thu, 20 Oct 2016 12:14:14 -0400 Don Zickus wrote: > > > > > > > -static int watchdog_nmi_enable(unsigned int cpu) { return 0; } >

Re: [PATCH v2 1/2] watchdog: Introduce arch_watchdog_nmi_enable and arch_watchdog_nmi_disable

2016-10-21 Thread Andrew Morton
On Fri, 21 Oct 2016 11:11:14 -0400 Don Zickus wrote: > On Thu, Oct 20, 2016 at 08:25:27PM -0700, Andrew Morton wrote: > > On Thu, 20 Oct 2016 12:14:14 -0400 Don Zickus wrote: > > > > > > > -static int watchdog_nmi_enable(unsigned int cpu) { return 0; } > > > > > -static void

Re: [PATCH v2 1/2] watchdog: Introduce arch_watchdog_nmi_enable and arch_watchdog_nmi_disable

2016-10-21 Thread Don Zickus
On Thu, Oct 20, 2016 at 08:25:27PM -0700, Andrew Morton wrote: > On Thu, 20 Oct 2016 12:14:14 -0400 Don Zickus wrote: > > > > > -static int watchdog_nmi_enable(unsigned int cpu) { return 0; } > > > > -static void watchdog_nmi_disable(unsigned int cpu) { return; } > > > > +/*

Re: [PATCH v2 1/2] watchdog: Introduce arch_watchdog_nmi_enable and arch_watchdog_nmi_disable

2016-10-21 Thread Don Zickus
On Thu, Oct 20, 2016 at 08:25:27PM -0700, Andrew Morton wrote: > On Thu, 20 Oct 2016 12:14:14 -0400 Don Zickus wrote: > > > > > -static int watchdog_nmi_enable(unsigned int cpu) { return 0; } > > > > -static void watchdog_nmi_disable(unsigned int cpu) { return; } > > > > +/* > > > > + * These

Re: [PATCH v2 1/2] watchdog: Introduce arch_watchdog_nmi_enable and arch_watchdog_nmi_disable

2016-10-20 Thread Andrew Morton
On Thu, 20 Oct 2016 12:14:14 -0400 Don Zickus wrote: > > > -static int watchdog_nmi_enable(unsigned int cpu) { return 0; } > > > -static void watchdog_nmi_disable(unsigned int cpu) { return; } > > > +/* > > > + * These two functions are mostly architecture specific > > > + *

Re: [PATCH v2 1/2] watchdog: Introduce arch_watchdog_nmi_enable and arch_watchdog_nmi_disable

2016-10-20 Thread Andrew Morton
On Thu, 20 Oct 2016 12:14:14 -0400 Don Zickus wrote: > > > -static int watchdog_nmi_enable(unsigned int cpu) { return 0; } > > > -static void watchdog_nmi_disable(unsigned int cpu) { return; } > > > +/* > > > + * These two functions are mostly architecture specific > > > + * defining them as

Re: [PATCH v2 1/2] watchdog: Introduce arch_watchdog_nmi_enable and arch_watchdog_nmi_disable

2016-10-20 Thread Don Zickus
On Wed, Oct 19, 2016 at 05:00:12PM -0700, Andrew Morton wrote: > On Thu, 13 Oct 2016 13:38:01 -0700 Babu Moger wrote: > > > Currently we do not have a way to enable/disable arch specific > > watchdog handlers if it was implemented by any of the architectures. > > > > This

Re: [PATCH v2 1/2] watchdog: Introduce arch_watchdog_nmi_enable and arch_watchdog_nmi_disable

2016-10-20 Thread Don Zickus
On Wed, Oct 19, 2016 at 05:00:12PM -0700, Andrew Morton wrote: > On Thu, 13 Oct 2016 13:38:01 -0700 Babu Moger wrote: > > > Currently we do not have a way to enable/disable arch specific > > watchdog handlers if it was implemented by any of the architectures. > > > > This patch introduces new

Re: [PATCH v2 1/2] watchdog: Introduce arch_watchdog_nmi_enable and arch_watchdog_nmi_disable

2016-10-19 Thread Andrew Morton
On Thu, 13 Oct 2016 13:38:01 -0700 Babu Moger wrote: > Currently we do not have a way to enable/disable arch specific > watchdog handlers if it was implemented by any of the architectures. > > This patch introduces new functions arch_watchdog_nmi_enable and >

Re: [PATCH v2 1/2] watchdog: Introduce arch_watchdog_nmi_enable and arch_watchdog_nmi_disable

2016-10-19 Thread Andrew Morton
On Thu, 13 Oct 2016 13:38:01 -0700 Babu Moger wrote: > Currently we do not have a way to enable/disable arch specific > watchdog handlers if it was implemented by any of the architectures. > > This patch introduces new functions arch_watchdog_nmi_enable and > arch_watchdog_nmi_disable which can

Re: [PATCH v2 1/2] watchdog: Introduce arch_watchdog_nmi_enable and arch_watchdog_nmi_disable

2016-10-17 Thread Babu Moger
Don, On 10/17/2016 12:31 PM, Don Zickus wrote: On Thu, Oct 13, 2016 at 01:38:01PM -0700, Babu Moger wrote: Currently we do not have a way to enable/disable arch specific watchdog handlers if it was implemented by any of the architectures. This patch introduces new functions

Re: [PATCH v2 1/2] watchdog: Introduce arch_watchdog_nmi_enable and arch_watchdog_nmi_disable

2016-10-17 Thread Babu Moger
Don, On 10/17/2016 12:31 PM, Don Zickus wrote: On Thu, Oct 13, 2016 at 01:38:01PM -0700, Babu Moger wrote: Currently we do not have a way to enable/disable arch specific watchdog handlers if it was implemented by any of the architectures. This patch introduces new functions

Re: [PATCH v2 1/2] watchdog: Introduce arch_watchdog_nmi_enable and arch_watchdog_nmi_disable

2016-10-17 Thread Don Zickus
On Thu, Oct 13, 2016 at 01:38:01PM -0700, Babu Moger wrote: > Currently we do not have a way to enable/disable arch specific > watchdog handlers if it was implemented by any of the architectures. > > This patch introduces new functions arch_watchdog_nmi_enable and > arch_watchdog_nmi_disable

Re: [PATCH v2 1/2] watchdog: Introduce arch_watchdog_nmi_enable and arch_watchdog_nmi_disable

2016-10-17 Thread Don Zickus
On Thu, Oct 13, 2016 at 01:38:01PM -0700, Babu Moger wrote: > Currently we do not have a way to enable/disable arch specific > watchdog handlers if it was implemented by any of the architectures. > > This patch introduces new functions arch_watchdog_nmi_enable and > arch_watchdog_nmi_disable

[PATCH v2 1/2] watchdog: Introduce arch_watchdog_nmi_enable and arch_watchdog_nmi_disable

2016-10-13 Thread Babu Moger
Currently we do not have a way to enable/disable arch specific watchdog handlers if it was implemented by any of the architectures. This patch introduces new functions arch_watchdog_nmi_enable and arch_watchdog_nmi_disable which can be used to enable/disable architecture specific NMI watchdog

[PATCH v2 1/2] watchdog: Introduce arch_watchdog_nmi_enable and arch_watchdog_nmi_disable

2016-10-13 Thread Babu Moger
Currently we do not have a way to enable/disable arch specific watchdog handlers if it was implemented by any of the architectures. This patch introduces new functions arch_watchdog_nmi_enable and arch_watchdog_nmi_disable which can be used to enable/disable architecture specific NMI watchdog