Name: | libhugetlbfs |
---|---|
Version: | 2.21 |
Release: | 12.el8 |
Architecture: | aarch64 |
Group: | System Environment/Libraries |
Size: | 383216 |
License: | LGPLv2+ |
RPM: | libhugetlbfs-2.21-12.el8.aarch64.rpm |
Source RPM: | libhugetlbfs-2.21-12.el8.src.rpm |
Build Date: | Sat Feb 15 2020 |
Build Host: | ca-buildarm05.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/libhugetlbfs/libhugetlbfs |
Summary: | A library which provides easy access to huge pages of memory |
Description: | libhugetlbfs is a library which provides easy access to huge pages of memory. It is a wrapper for the hugetlbfs file system. Applications can use huge pages to fulfill malloc() requests without being recompiled by using LD_PRELOAD. Alternatively, applications can be linked against libhugetlbfs without source modifications to load BSS or BSS, data, and text segments into large pages. |
- Fix: Introduce libhugetlbfs-tests subpkg for CI tests (1688930) - trim repetitive changelogs for interim debug builds
- Fix: task-size-overrun hung over 8 hours on ppc64le (1737370) - Introduce libhugetlbfs-tests subpkg for CI tests (1688930)
- Fix: Adding CI gating basic infrastructure (1680621)
- Adding CI gating basic infrastructure (1680621)
- Fix small_const/small_data is not hugepage test failures (1628794)
- Finish up Python3 conversion fo tests/run_tests.py (1620250)
- Fix up rpmdiff execshield flag failures (1627532)
- Fix up annocheck distro flag failures (1624131) - Convert libhugetlbfs run_tests.py to Python3 (1620250)
- Fix up libhugetlbfs testcase problems (1611780 1611782)
- Fix python shebangs