about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2016-08-16 11:06:13 +0200
committerFlorian Weimer <fweimer@redhat.com>2016-08-16 11:06:13 +0200
commitfc86a87d788596c6d418f0fa79c79fffc6cfd08f (patch)
tree384b66db04365575e9c6c48eb63148b98c289f67 /ChangeLog
parent9e2ff6c9cc54c0b4402b8d49e4abe7000fde7617 (diff)
downloadglibc-fc86a87d788596c6d418f0fa79c79fffc6cfd08f.tar.gz
glibc-fc86a87d788596c6d418f0fa79c79fffc6cfd08f.tar.xz
glibc-fc86a87d788596c6d418f0fa79c79fffc6cfd08f.zip
nptl/tst-tls3-malloc: Force freeing of thread stacks
It turns out that due to the reduced stack size in tst-tls3 and the
(fixed) default stack cache size, allocated TLS variables are never
freed, so the test coverage for tst-tls3-malloc is less than complete.
This change increases the thread stack size for tst-tls3-malloc only,
to make sure thread stacks and TLS variables are freed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 62f60dceea..505c558121 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2016-08-16  Florian Weimer  <fweimer@redhat.com>
+
+	* nptl/tst-tls3.c (default_stack_size_in_mb, stack_size_in_mb):
+	New.
+	(do_test): Apply default_stack_size_in_mb if not set.
+	* nptl/tst-tls3-malloc.c (stack_size_in_mb): Override default.
+
 2016-08-15  Andreas Schwab  <schwab@suse.de>
 
 	[BZ #20435]