Ticket #2262 (closed task: fixed)

Opened 1 year ago

Last modified 9 months ago

Stop depending on libsysfs

Reported by: khali Assigned to: khali
Priority: major Milestone: 3.0.1
Component: libsensors Version: 3.0.0
Keywords: Cc:

Description

libsysfs is being deprecated, so we will have to move away from it. It didn't necessarily add much value anyway, and I suspect it was slowing down sensors_init() quite a bit, and was increasing its memory usage too.

Additionally, I noticed that libsysfs silently discards device attributes if it can't read from them. This could cause sensors features to be missing in case of transient error at initialization time. This is one more reason to no longer depend on libsysfs.

Change History

11/25/07 12:20:30 changed by khali

  • owner changed from somebody to khali.
  • status changed from new to assigned.

11/25/07 12:48:18 changed by khali

  • version set to 3.0.0.

12/10/07 14:32:36 changed by khali

  • status changed from assigned to closed.
  • resolution set to fixed.

Done in r5067.