RE: [PATCH v1 1/1] intel_telemetry_debugfs: fix oops found while load/unload module test

2017-05-31 Thread Kushwaha, Priyalee
linux...@vger.kernel.org Subject: Re: [PATCH v1 1/1] intel_telemetry_debugfs: fix oops found while load/unload module test On Sat, May 27, 2017 at 9:54 AM, Pavel Machek <pa...@ucw.cz> wrote: >> On Sat, May 27, 2017 at 08:17:39AM -0700, priyalee.kushw...@intel.com wrote: >

RE: [PATCH v1 1/1] intel_telemetry_debugfs: fix oops found while load/unload module test

2017-05-31 Thread Kushwaha, Priyalee
@vger.kernel.org; Platform Driver ; Rafael Wysocki ; Brown, Len ; linux...@vger.kernel.org Subject: Re: [PATCH v1 1/1] intel_telemetry_debugfs: fix oops found while load/unload module test On Sat, May 27, 2017 at 9:54 AM, Pavel Machek wrote: >> On Sat, May 27, 2017 at 08:17:39AM -0700, priyalee

RE: [PATCH v1 1/1] intel_telemetry_debugfs: fix oops found while load/unload module test

2017-05-28 Thread Chakravarty, Souvik K
rg; Chakravarty, Souvik K > <souvik.k.chakrava...@intel.com>; a...@infradead.org > Cc: linux-kernel@vger.kernel.org; platform-driver-...@vger.kernel.org; > Kushwaha, Priyalee <priyalee.kushw...@intel.com> > Subject: [PATCH v1 1/1] intel_telemetry_debugfs: fix oops found while > l

RE: [PATCH v1 1/1] intel_telemetry_debugfs: fix oops found while load/unload module test

2017-05-28 Thread Chakravarty, Souvik K
rg; Chakravarty, Souvik K > ; a...@infradead.org > Cc: linux-kernel@vger.kernel.org; platform-driver-...@vger.kernel.org; > Kushwaha, Priyalee > Subject: [PATCH v1 1/1] intel_telemetry_debugfs: fix oops found while > load/unload module test > > From: Priyalee Kushwaha > > Thi

Re: [PATCH v1 1/1] intel_telemetry_debugfs: fix oops found while load/unload module test

2017-05-27 Thread Andy Shevchenko
On Sat, May 27, 2017 at 9:54 AM, Pavel Machek wrote: >> On Sat, May 27, 2017 at 08:17:39AM -0700, priyalee.kushw...@intel.com wrote: >> +Rafael, Len, Pavel, linux-pm: Is there a preferred approach for dealing with >>CONFIG_PM_SLEEP? > > Yeah, empty

Re: [PATCH v1 1/1] intel_telemetry_debugfs: fix oops found while load/unload module test

2017-05-27 Thread Andy Shevchenko
On Sat, May 27, 2017 at 9:54 AM, Pavel Machek wrote: >> On Sat, May 27, 2017 at 08:17:39AM -0700, priyalee.kushw...@intel.com wrote: >> +Rafael, Len, Pavel, linux-pm: Is there a preferred approach for dealing with >>CONFIG_PM_SLEEP? > > Yeah, empty

Re: [PATCH v1 1/1] intel_telemetry_debugfs: fix oops found while load/unload module test

2017-05-27 Thread Pavel Machek
Hi! > On Sat, May 27, 2017 at 08:17:39AM -0700, priyalee.kushw...@intel.com wrote: > > From: Priyalee Kushwaha > > > > This fix oops found while testing load/unload test of > > intel_telemetry_debugfs module. Module_init uses register_pm_notifier > > for PM

Re: [PATCH v1 1/1] intel_telemetry_debugfs: fix oops found while load/unload module test

2017-05-27 Thread Pavel Machek
Hi! > On Sat, May 27, 2017 at 08:17:39AM -0700, priyalee.kushw...@intel.com wrote: > > From: Priyalee Kushwaha > > > > This fix oops found while testing load/unload test of > > intel_telemetry_debugfs module. Module_init uses register_pm_notifier > > for PM callbacks, but unregister_pm_notifier

Re: [PATCH v1 1/1] intel_telemetry_debugfs: fix oops found while load/unload module test

2017-05-26 Thread Darren Hart
On Sat, May 27, 2017 at 08:17:39AM -0700, priyalee.kushw...@intel.com wrote: > From: Priyalee Kushwaha > > This fix oops found while testing load/unload test of > intel_telemetry_debugfs module. Module_init uses register_pm_notifier > for PM callbacks, but

Re: [PATCH v1 1/1] intel_telemetry_debugfs: fix oops found while load/unload module test

2017-05-26 Thread Darren Hart
On Sat, May 27, 2017 at 08:17:39AM -0700, priyalee.kushw...@intel.com wrote: > From: Priyalee Kushwaha > > This fix oops found while testing load/unload test of > intel_telemetry_debugfs module. Module_init uses register_pm_notifier > for PM callbacks, but unregister_pm_notifier was missing from

[PATCH v1 1/1] intel_telemetry_debugfs: fix oops found while load/unload module test

2017-05-26 Thread priyalee . kushwaha
From: Priyalee Kushwaha This fix oops found while testing load/unload test of intel_telemetry_debugfs module. Module_init uses register_pm_notifier for PM callbacks, but unregister_pm_notifier was missing from module_exit. [ 97.481860] BUG: unable to handle kernel

[PATCH v1 1/1] intel_telemetry_debugfs: fix oops found while load/unload module test

2017-05-26 Thread priyalee . kushwaha
From: Priyalee Kushwaha This fix oops found while testing load/unload test of intel_telemetry_debugfs module. Module_init uses register_pm_notifier for PM callbacks, but unregister_pm_notifier was missing from module_exit. [ 97.481860] BUG: unable to handle kernel paging request at