diff options
author | Stefan Liebler <stli@linux.vnet.ibm.com> | 2015-04-24 13:34:17 +0200 |
---|---|---|
committer | Andreas Krebbel <krebbel@linux.vnet.ibm.com> | 2015-04-24 13:37:39 +0200 |
commit | f7fba80508eb370db54fb32f6ffc691468ebec3f (patch) | |
tree | 4cfbfe93b71169da8d180c4da38d43ae277c54f4 /NEWS | |
parent | 92f2897953ab6cd9e073718cfe36611700e174c6 (diff) | |
download | glibc-f7fba80508eb370db54fb32f6ffc691468ebec3f.zip glibc-f7fba80508eb370db54fb32f6ffc691468ebec3f.tar.gz glibc-f7fba80508eb370db54fb32f6ffc691468ebec3f.tar.bz2 |
S/390: Get cache information via sysconf
This patch adds support to query cache information on s390
via sysconf() function - e.g. with _SC_LEVEL1_ICACHE_SIZE.
The attributes size, linesize and assoc can be queried
for cache level 1 - 4 via "extract cpu attribute" instruction,
which was first available with z10.
* NEWS: Mention sysconf() cache information support for s390.
* sysdeps/unix/sysv/linux/s390/sysconf.c: New File.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -18,6 +18,9 @@ Version 2.22 18080, 18093, 18100, 18104, 18110, 18111, 18128, 18138, 18185, 18197, 18206, 18210, 18211, 18247, 18287. +* Cache information can be queried via sysconf() function on s390 e.g. with + _SC_LEVEL1_ICACHE_SIZE as argument. + * A buffer overflow in gethostbyname_r and related functions performing DNS requests has been fixed. If the NSS functions were called with a misaligned buffer, the buffer length change due to pointer alignment was |