32 Commits

Author SHA1 Message Date
openeuler-ci-bot
9c52991d8e
!57 libnuma: Fix incorrect print and exit of numa_preferred/_many APIs
From: @zhangnaichuan 
Reviewed-by: @wangbin224 
Signed-off-by: @wangbin224
2024-04-19 01:22:53 +00:00
zhangnaichuan
4dc8519db2 libnuma: Fix incorrect print and exit of numa_preferred/_many APIs 2024-04-16 15:16:07 +08:00
openeuler-ci-bot
6347443160
!48 numactl: fix memory leaks when run with -H
From: @chenhaixaing 
Reviewed-by: @wangbin224 
Signed-off-by: @wangbin224
2023-12-19 02:38:55 +00:00
chenhaixiang
6cde2a7ea4 numactl: fix memory leaks when run with -H
signed-off-by:chenhaixiang3@huawei.com
2023-12-18 20:45:12 -05:00
openeuler-ci-bot
a71d784a44
!44 [sync] PR-38: [PATCH] numastat: Update system hugepages memory info from sysfs/node/hugepages directory
From: @openeuler-sync-bot 
Reviewed-by: @liqingqing_1229 
Signed-off-by: @liqingqing_1229
2023-11-27 11:04:21 +00:00
buque
6e8e6e02dc numastat: Update system hugepages memory info from sysfs/node/hugepages directory
`numastat -m` gets hugepages memory just from /sys/devices/system/node/node$/meminfo,
it is not the entire hugepages memory of the system, just the default huge page.

(cherry picked from commit 0bd4d6897b2d2dc6e26e2f71729869127dc42945)
2023-11-27 18:38:31 +08:00
openeuler-ci-bot
284efad5dc
!35 shm.c: Replace stat64/fstat64/ftruncate64mmap64 with normal functions
From: @wuxu_buque_admin 
Reviewed-by: @yang_yanchao 
Signed-off-by: @yang_yanchao
2023-06-20 11:23:29 +00:00
buque
10505fadfa shm.c: Replace stat64/fstat64/ftruncate64mmap64 with normal functions
These functions were needed when _FILE_OFFSET_BITS was not 64, using
AC_SYS_LARGEFILE will detect it correctly and make the normal variants
of these functions behave same as their *64 counterparts.

Signed-off-by: buque <wuxu.wu@huawei.com>
2023-06-20 19:02:34 +08:00
openeuler-ci-bot
c6c4b348f9
!31 [sync] PR-30: numactl.c: Fix merging of neighboring pages' policies in dump_shm
From: @openeuler-sync-bot 
Reviewed-by: @liqingqing_1229 
Signed-off-by: @liqingqing_1229
2023-06-20 01:02:01 +00:00
buque
5ef20eac60 numactl.c: Fix merging of neighboring pages' policies in dump_shm
In addition to checking that the policies are equal, also check that
the nodes are equal, since the policies may be the same but apply to
different nodes.

Fixes #170

(cherry picked from commit 229e261e9199aaa3507d426d1e4267a448ddaa92)
2023-06-19 20:53:55 +08:00
openeuler-ci-bot
eb4ecbe384
!29 [sync] PR-25: fix wrong nodemask_sz when CONFIG_NODES_SHIFT is less than 5
From: @openeuler-sync-bot 
Reviewed-by: @liqingqing_1229, @yang_yanchao 
Signed-off-by: @yang_yanchao, @liqingqing_1229
2023-06-19 12:49:43 +00:00
buque
224164cd1e fix wrong nodemask_sz when CONFIG_NODES_SHIFT is less than 5
(cherry picked from commit 214d7b07a5f2c4d433dd6354ac8be266eb75ab8a)
2023-06-19 20:11:56 +08:00
openeuler-ci-bot
cc4ab31211
!22 [sync] PR-21: fix the problem of some commands of memhog, migspeed and numactl failed to execute
From: @openeuler-sync-bot 
Reviewed-by: @wangbin224 
Signed-off-by: @wangbin224
2023-01-18 01:19:46 +00:00
lijianglin
f17df4f64d fix the problem of some commands of memhog, migspeed and numactl failed to execute
(cherry picked from commit d81184f055d6f766d4da9f86c9714cf7c39b0f28)
2022-12-16 17:27:02 +08:00
openeuler-ci-bot
c90adbbf9c
!18 delete unused patches
From: @luochenglcs 
Reviewed-by: @liqingqing_1229 
Signed-off-by: @liqingqing_1229
2022-11-09 13:44:12 +00:00
Chunsheng Luo
651faa1eca delete unused patches 2022-11-09 21:40:48 +08:00
openeuler-ci-bot
a1dabae0a6
!17 22.03 LTS SP1版本numactl软件升级至v2.0.16
From: @luochenglcs 
Reviewed-by: @wangbin224 
Signed-off-by: @wangbin224
2022-11-09 11:41:06 +00:00
Chunsheng Luo
8590877e9d update version 2.0.16 2022-11-09 17:45:55 +08:00
openeuler-ci-bot
1b29df3b20
!13 [sync] PR-12: fix segmentation fault with --offset and output wrong result with --verify
Merge pull request !13 from openeuler-sync-bot/sync-pr12-openEuler-22.03-LTS-Next-to-openEuler-22.03-LTS-Next
2022-02-08 07:11:42 +00:00
zhouwenpei
b4e1fba5ec fix segmentation fault with --offset and output wrong result with --verify
(cherry picked from commit 1d05e348bc6207304c7805e6cdfaec2f0748e57f)
2022-02-08 15:11:19 +08:00
openeuler-ci-bot
a7fda57bc5 !8 [sync] PR-5: update verion to 2.0.14
From: @openeuler-sync-bot
Reviewed-by: @liqingqing_1229
Signed-off-by: @liqingqing_1229
2021-11-30 11:59:40 +00:00
zhouwenpei
57fd46af5a update verion to 2.0.14
(cherry picked from commit 6319429c4b3a247c4476f3848c3d5fa610f2dcef)
2021-11-30 19:59:24 +08:00
openeuler-ci-bot
d2bfed6a9b !7 [sync] PR-4: 使能make check执行numactl开源用例
From: @openeuler-sync-bot
Reviewed-by: @liqingqing_1229,@liqingqing_1229,@liqingqing_1229,@liqingqing_1229,@liqingqing_1229
Signed-off-by: @liqingqing_1229,@liqingqing_1229,@liqingqing_1229,@liqingqing_1229,@liqingqing_1229
2021-11-30 11:59:04 +00:00
luocheng
2feeeaf610 enable make check to execute the test-suites
(cherry picked from commit 54f4e3546bb62f5ad731012fe551a9bf20109113)
2021-11-30 19:47:32 +08:00
openeuler-ci-bot
247ef3626d !6 [sync] PR-3: numactl delete -Sgit from %autosetup, and delete BuildRequires git
From: @openeuler-sync-bot
Reviewed-by: @liqingqing_1229
Signed-off-by: @liqingqing_1229
2021-11-30 11:47:12 +00:00
chenyanpanHW
aa256d3a45 delete -Sgit from %autosetup, and delete BuildRequires git
(cherry picked from commit 511ca2deab6a14b6caf86b2be3874bf5de64ea84)
2021-11-30 19:45:56 +08:00
openeuler-ci-bot
5769f0459f !2 add yaml file in package
Merge pull request !2 from 吴超超/master
2020-06-30 19:33:43 +08:00
19909236985
31f25c1ee0 add yaml file in package 2020-06-17 10:02:10 +08:00
openeuler-ci-bot
f022723234 !1 upgrade version to 2.0.13
Merge pull request !1 from HukunaMatata/upgrade
2020-01-11 10:37:41 +08:00
HukunaMatata
4e76139ef5 upgrade version to 2.0.13 2020-01-10 16:56:22 +08:00
dogsheng
640b6323b0 Package init 2019-12-25 15:59:33 +08:00
overweight
01d34a3665 Package init 2019-09-30 11:10:22 -04:00