Re: [PATCH 4/4] thermal: core: genetlink support for events/cmd/sampling

2020-05-27 Thread Ram Chandrasekar
On 5/15/2020 8:10 AM, Daniel Lezcano wrote: Initially the thermal framework had a very simple notification mechanism to send generic netlink messages to the userspace. The notification function was never called from anywhere and the corresponding dead code was removed. It was probably a

Re: [PATCH 4/4] thermal: core: genetlink support for events/cmd/sampling

2020-05-19 Thread kbuild test robot
Hi Daniel, I love your patch! Perhaps something to improve: [auto build test WARNING on next-20200514] [cannot apply to linus/master v5.7-rc5 v5.7-rc4 v5.7-rc3 v5.7-rc6] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW, we also suggest to use

Re: [PATCH 4/4] thermal: core: genetlink support for events/cmd/sampling

2020-05-15 Thread Daniel Lezcano
On 15/05/2020 16:43, Srinivas Pandruvada wrote: > On Fri, 2020-05-15 at 16:10 +0200, Daniel Lezcano wrote: >> Initially the thermal framework had a very simple notification >> mechanism to send generic netlink messages to the userspace. >> >> The notification function was never called from

Re: [PATCH 4/4] thermal: core: genetlink support for events/cmd/sampling

2020-05-15 Thread Srinivas Pandruvada
On Fri, 2020-05-15 at 16:10 +0200, Daniel Lezcano wrote: > Initially the thermal framework had a very simple notification > mechanism to send generic netlink messages to the userspace. > > The notification function was never called from anywhere and the > corresponding dead code was removed. It

Re: [PATCH 4/4] thermal: core: genetlink support for events/cmd/sampling

2020-05-15 Thread Srinivas Pandruvada
On Fri, 2020-05-15 at 16:10 +0200, Daniel Lezcano wrote: > Initially the thermal framework had a very simple notification > mechanism to send generic netlink messages to the userspace. > > The notification function was never called from anywhere and the > corresponding dead code was removed. It

[PATCH 4/4] thermal: core: genetlink support for events/cmd/sampling

2020-05-15 Thread Daniel Lezcano
Initially the thermal framework had a very simple notification mechanism to send generic netlink messages to the userspace. The notification function was never called from anywhere and the corresponding dead code was removed. It was probably a first attempt to introduce the netlink notification.