Skip to content

v0.0.7 release

Compare
Choose a tag to compare
@zhang-rui zhang-rui released this 24 Sep 05:16
· 23 commits to main since this release
a3284d0

This release includes below changes:

  • Change lpmd description from "Low Power Mode Daemon" to "Energy
    Optimizer (lpmd)" because it covers more scenarios.

  • Fix invalid cgroup setting during probe, in case lpmd doesn't quit
    smoothly and cleanups are not done properly, in the previous run.

  • Introduce a new parameter "--ignore-platform-check". With it, the
    platform check is skipped so lpmd can be launched on unvalidated
    platforms.

  • Provide more detailed information when lpmd failed to probe on an
    unvalidated platform.

  • Various of fixes for array bound check, potential memory leak, etc.

  • Autotool improvements.