Re: Kobject_uevent in cpufreq.c

2013-05-14 Thread Greg KH (gre...@linuxfoundation.org)
3 5:28 PM > > To: R, Durgadoss > > Cc: linux-kernel@vger.kernel.org; Linux PM list (linux...@vger.kernel.org); > > Wysocki, Rafael J > > Subject: Re: Kobject_uevent in cpufreq.c > > > > On Mon, May 13, 2013 at 11:31:57AM +, R, Durgadoss wrote: > >

RE: Kobject_uevent in cpufreq.c

2013-05-13 Thread R, Durgadoss
ux...@vger.kernel.org); > Wysocki, Rafael J > Subject: Re: Kobject_uevent in cpufreq.c > > On Mon, May 13, 2013 at 11:31:57AM +, R, Durgadoss wrote: > > Hi, > > > > I am observing an UEvent issue in cpufreq.c. > > The cpufreq_add_dev() function is called whene

Re: Kobject_uevent in cpufreq.c

2013-05-13 Thread Greg KH (gre...@linuxfoundation.org)
On Mon, May 13, 2013 at 11:31:57AM +, R, Durgadoss wrote: > Hi, > > I am observing an UEvent issue in cpufreq.c. > The cpufreq_add_dev() function is called whenever a core is 'onlined'. > we expect the kobject_uevent() method in cpufreq_add_dev() to > send an UEvent with KOBJ_ADD as the actio

Kobject_uevent in cpufreq.c

2013-05-13 Thread R, Durgadoss
Hi, I am observing an UEvent issue in cpufreq.c. The cpufreq_add_dev() function is called whenever a core is 'onlined'. we expect the kobject_uevent() method in cpufreq_add_dev() to send an UEvent with KOBJ_ADD as the action parameter. But this call fails because of the 'filter function' inside