Changelog for
libnuma1-32bit-2.0.15.0.g01a39cb-3.2.x86_64.rpm :
* Fri Sep 09 2022 trennAATTsuse.de- Update to version 2.0.15.0.g01a39cb:
* Create codeql.yml
* Create makefile.yml
* Fix crash when memhog uses local policy
* Fix memhog uses the wrong policy but still works properly
* Fix the example usage in the man manual.
* fix memory and file handle leaks
* Do not reuse variable names in subscopes and delete useless blank lines
* Delete unused header files
* Limit the scope of function
* avoid declaring a global variable
* Fix build error on riscv64 by linking libatomic
* Tue May 10 2022 moritz.kodytekAATTsuse.com- Update to version 2.0.14.39.g8b18345:
* numa(3): Fix typos and punctuation
* Avoid libnuma.so dependency on util.o
* test/prefered: add test cases for new \'preferred-many\' policy
* test/prefered: fix compiling problem
* numa(3): Update the man page
* Update to support multiple nodes
* numademo: Add a new test for multiple-preferred-nodes policy
* numactl: Simplify preferred selection
* libnuma: Export interface to set/get preferred nodes
* util: Add new preferred-many type
* Wed Sep 01 2021 trennAATTsuse.de- Update to version 2.0.14.20.g4ee5e0c:
* Fix system call numbers on s390x
* numactl.c: fixed debug verify for --preferred option
* numactl.c: Fixed description for the usage of numactl
* Mon Jul 19 2021 trennAATTsuse.de- Update to version 2.0.14.17.g498385e:
* numactl.c: fix use after free
* sysfs.c: prevent mem leak in sysfs_node_read()
* sysfs.c: don\'t leak fd if fail in sysfs_read()
* shm.c: fix memleak in verify_shm()
* shm.c: fix memleak in dump_shm()
* fix description for numa_node_size64 in man as well
* fix numa_node_size definition in manpage numa.3
* link with -latomic if needed
* libnuma: make numa_police_memory() free of race
* numademo: Use first two nodes instead of node 0 and 1- Enhance _service magic- Enable automake
* Tue Dec 15 2020 Martin Liška
- Enable LTO (boo#1133098) as it works now.
* Sat Oct 03 2020 Dirk Mueller - update to 2.0.14 (SLE-17217):
* manpage update
* numademo: fix issue on 32 bit systems
* drop custom cflags for libnuma
* use symvers attribute for symbol versioning
* Sat Jan 11 2020 stefan.bruensAATTrwth-aachen.de- Update to version 2.0.13:
* Release numactl 2.0.13
* Skip `test/move_pages` if we don\'t have at least two nodes available
* Add license files: GPLv2 + LGPLv2.1
* Handle cpu-less node for bind_range test
* Convert numastat.c to standard numactl coding style
* Disable clang travis targets for now
* numastat.8: clarify that information relates to resident pages
* Fix all declarations to be C prototypes
* numatopology: Add check for cpu-less nodes
* Update INSTALL.md
* numastat: when reading no-exist pid, return EXIT_FAILURE
* numastat: Add KReclaimable to list of known fields in meminfo
* numastat: Better diagnostic when find unknown string in meminfo
* Enable building on s390x
* Correct sysconf constants
* Removed unnecessary exit from memhog.c Solves issue #50
* Synchronized usage function with man page
* Added memhog.8 to Makefile.am
* memhog: add man page
* Allow linking with lld by deduplicating symbols
* numademo: free the node_to_use on the way out
* numademo: free test nodemask
* libnuma: cleanup node cpu mask in destructor
* numactl: add va_end to usage function
* travis: add build matrix
* remove kernel version check
* add missing linux version header
* make MPOL_ macros match linux kernel
* add missing policy
* Fix: Add ShmemHugePages and ShmemPmdMapped to system_meminfo[]
* Fix: move_pages test for non-contiguous nodes
* Correct calculation of nr_nodes and re-enable move_pages test
* Fix: regress test numastat function and few test fixes
* Fix: distance test to include all existing nodes
* numademo: fix wrong node input
* Fix: node_list with memory-less nodes- Drop autoconf/libtool BuildRequires and autoreconf invocation, bundled configure is up-to-date.- Drop obsolete revert_date_in_numastat.patch, gcc sets __DATE__ based on SOURCE_DATE_EPOCH now.- Correct License for devel subpackage, same as for the library (LGPL-2.1-or-later).
* Tue Sep 10 2019 kukukAATTsuse.de- numastat doesn\'t need perl anymore since 2012
* Wed May 15 2019 trennAATTsuse.de- For obs regression checker, this version includes following SLE fixes: - enable build for aarch64 (fate#319973) (bsc#976199) factory has an extra patch to disable ARM 32 bit archs which looks a bit misleading as %arm macro only covers 32 bit ARM. - Bug 955334 - numactl/libnuma: add patch for Dynamic Reconfiguration bsc#955334
* Tue Apr 23 2019 Martin Liška - Disable LTO (boo#1133098).