summaryrefslogtreecommitdiff
path: root/libgmem.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-09-07 06:53:59 +0000
committerCoprDistGit <infra@openeuler.org>2023-09-07 06:53:59 +0000
commitd1286f771edf8cf46ba78e812e7059a2879f3581 (patch)
tree93ac35073c877945c2fd3abee5b1476fbda858ac /libgmem.spec
parentdbbdec1af9f99a6707b70d68bdb1139b02d1719b (diff)
automatic import of libgmem
Diffstat (limited to 'libgmem.spec')
-rw-r--r--libgmem.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/libgmem.spec b/libgmem.spec
index ea4c38a..ee6cc16 100644
--- a/libgmem.spec
+++ b/libgmem.spec
@@ -1,12 +1,13 @@
Name: libgmem
Version: 0.1
-Release: 2
+Release: 3
Summary: Library of Generalized Memory Management
License: MulanPSL-2.0
URL: https://gitee.com/openeuler/libgmem
Source0: https://gitee.com/openeuler/libgmem/repository/archive/%{name}-v%{version}.tar.gz
PATCH0001: use-ioctl-instead-of-syscall.patch
+PATCH0002: fix-three-issue-I7YV2X-I7XQMW-I7Z2RF.patch
BuildRequires: autoconf automake libtool
BuildRequires: gcc glibc-devel make
@@ -45,6 +46,11 @@ sh ./autogen.sh
%{_includedir}/libgmem.h
%changelog
+* Wed Sep 06 2023 Yang Yanchao <yangyanchao6@huawei.com> - 0.1-3
+- Check the return ptr of the malloc[#I7YV2X]
+ add hnid in gmemPrefetch [#I7XQMW]
+ free userData in stream to avoid async operations accessing illeagal address[#I7Z2RF]
+
* Tue Aug 29 2023 Yang Yanchao <yangyanchao6@huawei.com> - 0.1-2
- use ioctl instead of syscall