git: DragonFly_RELEASE_5_8 rtld - Increase default tls extra

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Mar 7 09:51:32 PST 2020


commit 4781f7d01d88fc9ae668d81c26d94eb2b07ae929
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sat Mar 7 09:48:42 2020 -0800

    rtld - Increase default tls extra
    
    * rtld allocates 'extra' TLS space beyond that used by the base-loaded
      (ldd) libraries.  This space can be used by late-loaded libraries.
      If insufficient space has been reserved, a late-loaded library using
      static TLS space will fail to load.
    
    * Partial MFC of 4c898ae594, just increase the default for release,
      do not add the kernel support.  Increase the default from 1280 to 6144
      bytes to handle mesa 19.3.

Summary of changes:
 sys/cpu/x86_64/include/tls.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4781f7d01d88fc9ae668d81c26d94eb2b07ae929


-- 
DragonFly BSD source repository



More information about the Commits mailing list