> Hi Andrew, yes the temperature is available by other means, this patch > is needed for alert information reasons in order to know which internal > sensors triggered the alarm. > We are working in parallel to expose temperature sensor to hwmon, but > this is still WIP. > > > Is it ok to have both ? Hi Saeed Ideally no. hwmon has mechanisms for setting alarm thresholds, and indicating the thresholds have been exceeded. There are also ways to tie this to thermal zones, so the system can react on overheating, slow down the CPU, drop voltages, ramp up fans, etc. hwmon should be your primary interface, not dmesg. But if you are stuck doing things in the wrong order, i guess it is O.K. I don't think dmesg is a Binary API, so you can remove it later. Andrew -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html