commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Mach branch, master, updated. 43d2ad0d2043a278a2772519013f25a0


From: Richard Braun
Subject: [SCM] GNU Mach branch, master, updated. 43d2ad0d2043a278a2772519013f25a0bc4b067f
Date: Sat, 07 Jul 2012 08:20:47 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mach".

The branch, master has been updated
       via  43d2ad0d2043a278a2772519013f25a0bc4b067f (commit)
      from  2d2da4aad582bf1d63554cd9496285787db3e66e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 43d2ad0d2043a278a2772519013f25a0bc4b067f
Author: Richard Braun <address@hidden>
Date:   Sat Jul 7 08:10:04 2012 +0000

    Allocate kernel thread stacks out of kmem_map
    
    The kernel submaps eat most of the available kernel space. Using the
    main kernel map for thread stacks sometimes lead to exhaustion when many
    threads are created. Use kmem_map instead to increase this limit.
    
    * kern/thread.c (stack_alloc): Use kmem_map instead of kernel_map for
    stack allocation.
    (stack_collect): Likewise for release.

-----------------------------------------------------------------------

Summary of changes:
 kern/thread.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

[Prev in Thread] Current Thread [Next in Thread]