On Tuesday, January 25, 2011 08:57:49 AM Zhang Rui wrote: > On Tue, 2011-01-25 at 00:07 +0800, Henrique de Moraes Holschuh wrote: > > On Mon, 24 Jan 2011, Thomas Renninger wrote: > > > I wonder whether netlink is the way to go for thermal > > > events at all. > > > Sending an udev event would already contain the sysfs > > > path to the thermal device. A variable which thermal event > > > got thrown could get added and userspace can read out the rest > > > easily from sysfs files. But I expect udev is not intended > > > for such general events? > > > > udev is heavyweight in the userspace side, we'd be much better off using the > > ACPI event interface (which is netlink), or a new one to deliver system > > status events, instead of continously abusing udev for this stuff. > > > > > > > Also, the thermal_aux0 and _aux1, we can use the final format specified by you. > > > > > enum events { > > > > > THERMAL_CRITICAL, > > > > > /* user defined thermal events */ > > > > > THERMAL_USER_AUX0, > > > > > THERMAL_USER_AUX1, > > > > > THERMAL_DEV_FAULT, > > > > > }; > > > > Please give us at least two levels of thermal alarm: critical and emergency > > (or warning and critical -- it doesn't matter much, as long as there are at > > least two levels, and which one comes first is defined by the > > specification). I'd have immediate use for them on thinkpads. What kind of thinkpad specific events are these and what actions should be taken if they happen? > > It is probably best to have three levels (warning, critical, emergency). > > Best not to tie the API/ABI to the notion of "too hot", one can also alarm > > when it starts to get to cold. > > > when it's the "too hot" case, what kind of action should be taken upon > the warning/critical/emergency events? > I mean what's the difference between these three levels. I could imagine there is quite some HW out there with quite different thermal events. What other actions userspace would take beside logging the event, telling the user that a fan is switched on, CPU or whatever device gets throttled. Logging such specific info can only be implemented in the driver itself and would get lost when exporting things through a generic thermal interface. I wonder which events would need userspace to take specific (configured) actions at all and what kind of action it could be. What is THERMAL_USER_AUX0? When will it get thrown and what is userspace expected to do? Thomas -- To unsubscribe from this list: send the line "unsubscribe linux-trace-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html