Compare commits
11 Commits
6cd9c690a3
...
e08b674f34
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e08b674f34 | ||
|
|
ba29609452 | ||
|
|
4d59cfb3ef | ||
|
|
db7ccddf18 | ||
|
|
bc97e0191e | ||
|
|
4c2d458ca7 | ||
|
|
6c811aabc4 | ||
|
|
094202af9f | ||
|
|
c36ec97948 | ||
|
|
2aa8c38402 | ||
|
|
e3b6cdd36c |
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
Name: powerapi
|
||||
Version: 1.1.0
|
||||
Release: 2
|
||||
Release: 8
|
||||
Summary: The ability to support openEuler power consumption control.
|
||||
|
||||
License: MulanPSL-2.0
|
||||
@ -65,16 +65,41 @@ systemctl stop pwrapis
|
||||
%{_sysconfdir}/sysconfig/pwrapis/*
|
||||
%dir %{_includedir}/pwrapic
|
||||
%{_includedir}/pwrapic/*
|
||||
%{_sysconfdir}/systemd/system/pwrapis.service
|
||||
|
||||
%changelog
|
||||
* Thu Jun 20 2024 heppen <hepeng68@huawei.com> - 1.1.0-8
|
||||
- Bug fix: Delete the unnecessary comma in the configuration file
|
||||
|
||||
* Thu Jun 18 2024 heppen <hepeng68@huawei.com> - 1.1.0-7
|
||||
- Bug fix: expand msg buffer, wrong code of check if buffer full.
|
||||
|
||||
* Wed Jun 12 2024 Zihao Xue <xuezihao@huawei.com> - 1.1.0-6
|
||||
- Bug fix: heap buffer overflow caused by sending incomplete strings.
|
||||
- Bug fix: too long strings into QueryProcs causes services broke down.
|
||||
|
||||
* Thu Jun 6 2024 heppen <hepeng68@huawei.com> - 1.1.0-5
|
||||
- Bug fix: SIGPIPE cause powerapi server exit.
|
||||
- Bug fix: pstree command is too slow to get all pid.
|
||||
- Bug fix: set smart grid state failed.
|
||||
- Bug fix: get watt attr and task list is not correct.
|
||||
|
||||
* Mon Jun 3 2024 heppen <hepeng68@huawei.com> - 1.1.0-4
|
||||
- Bug fix: memcpy null pointer, array out of bounds, struct align.
|
||||
- Bug fix: get watt state will failed at the first time.
|
||||
- Bug fix: use process name to query pid but return all pids.
|
||||
- Bug fix: mismatch fopen/pclose and popen/fclose, useless if statement.
|
||||
|
||||
* Wed May 29 2024 heppen <hepeng68@huawei.com> - 1.1.0-3
|
||||
- Bug fix: fix build warning.
|
||||
- Bug fix: export PWR_SYS_GetRtPowerInfo.
|
||||
- Bug fix: data collection task intercept invalid task type.
|
||||
|
||||
* Sat May 25 2024 heppen <hepeng68@huawei.com> - 1.1.0-2
|
||||
- Bug fix: Incorrect passing of memory address for process list.
|
||||
|
||||
* Fri May 17 2024 heppen <hepeng68@huawei.com> - 1.1.0-1
|
||||
- Add some new APIs about proc/hbm/cpu.
|
||||
|
||||
|
||||
* Wed Apr 3 2024 heppen <hepeng68@huawei.com> - 1.0.1-4
|
||||
- Add the dependency on ipmitool.
|
||||
- Fix bug: Coredump when CPU cores number exceed 248 or numa nodes exceed 16.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user