Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
a540094d24
!45 [sync] PR-42: 解决CPU核超过248时或numa节点超过16个时可能出现coredump问题,并解决内存操作安全问题
From: @openeuler-sync-bot 
Reviewed-by: @queyanwen 
Signed-off-by: @queyanwen
2024-04-08 09:43:26 +00:00
heppen
6759351c73 解决CPU核超过248时或numa节点超过16个时可能出现coredump问题,并解决内存操作安全问题
(cherry picked from commit 32abdb5ff544a0e5130c993b2d3bbdf7dafd622d)
2024-04-08 16:12:00 +08:00
openeuler-ci-bot
67c84dfc7d
!40 [sync] PR-35: Add the dependency on tar
From: @openeuler-sync-bot 
Reviewed-by: @wuhaotian315 
Signed-off-by: @wuhaotian315
2024-04-01 01:26:08 +00:00
queyanwen
b9d2055e8c Add the dependency on tar
(cherry picked from commit ef6e8962c3e54f14f826bba43371ca3876ffd0ee)
2024-03-30 12:00:14 +08:00
openeuler-ci-bot
18a00c0489
!32 客户端主动断链,服务端错只会清理index 0的资源
From: @xu-chongyu214 
Reviewed-by: @queyanwen 
Signed-off-by: @queyanwen
2023-12-27 09:31:46 +00:00
xuchongyu
eb0ef601ee Solve the problem that the client is actively disconnected and the server is incorrect in clearing resources 2023-12-27 17:28:12 +08:00
openeuler-ci-bot
697822c2ea
!28 Change the version number for the first release
From: @queyanwen 
Reviewed-by: @solarhu, @wuhaotian315 
Signed-off-by: @wuhaotian315, @solarhu
2023-12-23 07:09:28 +00:00
queyanwen
cb01d6e83d Change the version number for the first releasing 2023-12-23 14:49:12 +08:00
openeuler-ci-bot
6d8b12c778
!25 不在白名单的用户连接服务端出现客户端coredump
From: @queyanwen 
Reviewed-by: @wuhaotian315 
Signed-off-by: @wuhaotian315
2023-12-23 02:04:59 +00:00
queyanwen
f31af28ce8 不在白名单的用户连接服务端出现客户端coredump 2023-12-22 23:46:40 +08:00
3 changed files with 23 additions and 5 deletions

Binary file not shown.

BIN
powerapi-1.0.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: powerapi
Version: 1.0.0
Release: 8
Version: 1.0.1
Release: 4
Summary: The ability to support openEuler power consumption control.
License: MulanPSL-2.0
@ -8,6 +8,7 @@ URL: https://gitee.com/openeuler/powerapi/
Source0: %{name}-%{version}.tar.gz
BuildRequires: gcc,cmake,zip,unzip
Requires: tar,ipmitool
%description
Including a power API SO and the Power API Service.
@ -15,18 +16,17 @@ Including a power API SO and the Power API Service.
%package -n powerapi-devel
Summary: The ability to support openEuler power consumption control.
BuildRequires: gcc,cmake,zip,unzip
Requires: tar,ipmitool
%description -n powerapi-devel
Contains the client and server components and API header files for powerapi integration development.
%prep
%autosetup
%autosetup -p1
%build
sh build.sh release
%install
install -d %{buildroot}/%{_sysconfdir}/sysconfig/pwrapis
cp release/pwrapis/conf/pwrapis_config.ini %{buildroot}/%{_sysconfdir}/sysconfig/pwrapis
@ -68,6 +68,24 @@ systemctl stop pwrapis
%{_sysconfdir}/systemd/system/pwrapis.service
%changelog
* 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.
- Fix some memory bug.
* Sat Mar 9 2024 queyanwen <queyanwen@huawei.com> - 1.0.1-3
- Add the dependency on tar that is omitted in the earlier version.
* Wed Dec 27 2023 xuchongyu <xuchongyu@huawei.com> - 1.0.1-2
- Solve the problem that the client is actively disconnected and the server is incorrect in clearing resources
* Sat Dec 23 2023 queyanwen <queyanwen@huawei.com> - 1.0.1-1
- Change the version number for the first releasing
* Fri Dec 22 2023 queyanwen <queyanwen@huawei.com> - 1.0.0-9
- Solve the problem that the client will coredump if the user is not in the white list
* Fri Dec 22 2023 xuchongyu <xuchongyu@huawei.com> - 1.0.0-8
- Solve the problem that the automatic generation permission of the sockfile path on the server is insufficient
- And ordinary users cannot connect