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.4-504-g1bb1ba6


From: Justus Winter
Subject: [SCM] GNU Mach branch, master, updated. v1.4-504-g1bb1ba6
Date: Tue, 16 Dec 2014 16:24:38 +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  1bb1ba65cb9efceeb20b4296f903f3fe58b3341e (commit)
       via  73314404a9bd7106514b711cd69765b4081b6bed (commit)
      from  6f8e390eea2ac9aaa754e1ab2ecd73af5857f798 (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 1bb1ba65cb9efceeb20b4296f903f3fe58b3341e
Author: Justus Winter <address@hidden>
Date:   Tue Dec 16 14:21:26 2014 +0100

    ipc: guard test code with `MACH_IPC_TEST'
    
    * ipc/ipc_kmsg.h (ikm_mark_bogus): New macro.
    (ipc_kmsg_rmqueue_first_macro): Use `ikm_mark_bogus'.
    * ipc/ipc_kmsg.c (ipc_kmsg_rmqueue): Likewise.

commit 73314404a9bd7106514b711cd69765b4081b6bed
Author: Justus Winter <address@hidden>
Date:   Tue Dec 16 13:36:08 2014 +0100

    ipc: tune size of cached kernel message buffers
    
    The previous limit was 256 bytes.  That seems a little crummy by
    todays standards, and we are frequently sending bigger packets
    (e.g. every RPC containing a string_t on Hurd).
    
    Use the page size for IKM_SAVED_KMSG_SIZE to make sure the page is
    pinned to a single processor.
    
    * ipc/ipc_kmsg.h (IKM_SAVED_KMSG_SIZE): Define to `PAGE_SIZE'.

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

Summary of changes:
 ipc/ipc_kmsg.c |    4 +---
 ipc/ipc_kmsg.h |   24 +++++++++++++++++++-----
 2 files changed, 20 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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