commit-hurd
[Top][All Lists]
Advanced

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

[SCM] GNU Mach branch, master, updated. v1.7-14-g09ddf29


From: Richard Braun
Subject: [SCM] GNU Mach branch, master, updated. v1.7-14-g09ddf29
Date: Wed, 29 Jun 2016 13:37:06 +0000 (UTC)

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  09ddf29b02c5087e02f358c2e67e27d17d3a21a7 (commit)
      from  28048bc18e4d43bb15eddc82aa89685b346405f8 (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 09ddf29b02c5087e02f358c2e67e27d17d3a21a7
Author: Richard Braun <address@hidden>
Date:   Wed Jun 29 15:33:29 2016 +0200

    Fix locking error in the slab allocator
    
    * kern/slab.c (kmem_slab_create): Set `slab->cache` member.
    (kmem_cache_reap): Return dead slabs instead of destroying in place.
    (slab_collect): Destroy slabs outside of critical section.
    * kern/slab.h (struct kmem_slab): New `cache` member.

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

Summary of changes:
 kern/slab.c |   37 ++++++++++++++++++-------------------
 kern/slab.h |    3 +++
 2 files changed, 21 insertions(+), 19 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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