Re: [PATCH v2] RAPL (Running Average Power Limit) driver

2013-04-05 Thread Greg Kroah-Hartman
On Fri, Apr 05, 2013 at 02:02:03PM -0700, Jacob Pan wrote: > Changes since V2: > - use 'struct device' instead of raw kobject to represent > RAPL domains > - changed eventfd control interface to use event string > instead of passing file descriptors that cannot be >

[PATCH v2] RAPL (Running Average Power Limit) driver

2013-04-05 Thread Jacob Pan
Changes since V2: - use 'struct device' instead of raw kobject to represent RAPL domains - changed eventfd control interface to use event string instead of passing file descriptors that cannot be authenticated in sysfs directory - clean ups

[PATCH v2] RAPL (Running Average Power Limit) driver

2013-04-05 Thread Jacob Pan
Changes since V2: - use 'struct device' instead of raw kobject to represent RAPL domains - changed eventfd control interface to use event string instead of passing file descriptors that cannot be authenticated in sysfs directory - clean ups

Re: [PATCH v2] RAPL (Running Average Power Limit) driver

2013-04-05 Thread Greg Kroah-Hartman
On Fri, Apr 05, 2013 at 02:02:03PM -0700, Jacob Pan wrote: Changes since V2: - use 'struct device' instead of raw kobject to represent RAPL domains - changed eventfd control interface to use event string instead of passing file descriptors that cannot be