Re: [PATCH v3 4/4] thermal: core: Add notifications call in the framework

2020-07-03 Thread kernel test robot
Hi Daniel, I love your patch! Perhaps something to improve: [auto build test WARNING on linux/master] [also build test WARNING on linus/master v5.8-rc3 next-20200703] [cannot apply to thermal/next] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch,

Re: [PATCH v3 4/4] thermal: core: Add notifications call in the framework

2020-07-03 Thread kernel test robot
Hi Daniel, I love your patch! Perhaps something to improve: [auto build test WARNING on linux/master] [also build test WARNING on linus/master v5.8-rc3 next-20200703] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use as documente

Re: [PATCH v3 4/4] thermal: core: Add notifications call in the framework

2020-07-03 Thread Amit Kucheria
On Fri, Jul 3, 2020 at 2:23 PM Daniel Lezcano wrote: > > The generic netlink protocol is implemented but the different > notification functions are not yet connected to the core code. > > These changes add the notification calls in the different > corresponding places. > > Signed-off-by: Daniel Le

[PATCH v3 4/4] thermal: core: Add notifications call in the framework

2020-07-03 Thread Daniel Lezcano
The generic netlink protocol is implemented but the different notification functions are not yet connected to the core code. These changes add the notification calls in the different corresponding places. Signed-off-by: Daniel Lezcano --- drivers/thermal/thermal_core.c| 21 +