SHA256
1
0
forked from pool/numactl

Accepting request 508812 from home:fschnizlein:branches:Base:System

- Update to latest HEAD (ea3a70681c2f523fe58e1d44527f478ca76db74e)
  * Fix usage of __GLIBC_PREREQ for non-glibc toolchains
  * Fix usage of __GLIBC_PREREQ for non-glibc toolchains
  * Clean up numa_error() calls.
  * Handle sched_getaffinity() failing with errno != EINVAL.
  * "Further more" should be a single word
  * Fix for numa_police_memory()
  * Segment fault when numa nodes not sequential or contiguous
  * Update prototype of get_mempolicy

OBS-URL: https://build.opensuse.org/request/show/508812
OBS-URL: https://build.opensuse.org/package/show/Base:System/numactl?expand=0&rev=64
This commit is contained in:
2017-07-10 15:41:03 +00:00
committed by Git OBS Bridge
parent 194a25ec0e
commit e553252e96
6 changed files with 38 additions and 5 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Jul 07 12:49:19 UTC 2017 - fschnizlein@suse.com
- Update to latest HEAD (ea3a70681c2f523fe58e1d44527f478ca76db74e)
* Fix usage of __GLIBC_PREREQ for non-glibc toolchains
* Fix usage of __GLIBC_PREREQ for non-glibc toolchains
* Clean up numa_error() calls.
* Handle sched_getaffinity() failing with errno != EINVAL.
* "Further more" should be a single word
* Fix for numa_police_memory()
* Segment fault when numa nodes not sequential or contiguous
* Update prototype of get_mempolicy
-------------------------------------------------------------------
Thu Mar 9 08:22:02 UTC 2017 - fschnizlein@suse.com