commit-hurd
[Top][All Lists]
Advanced

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

[SCM] Hurd branch, master, updated. v0.8-87-g62953f1


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. v0.8-87-g62953f1
Date: Sun, 20 Nov 2016 15:25:53 +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 "Hurd".

The branch, master has been updated
       via  62953f120bcdc976a3dfb96505066228464a78dd (commit)
       via  484a67719146e819ddad64fbda23b4b23afa3095 (commit)
      from  385d9bf1b81bc35f06cdf49f57bf65545339cbbb (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 62953f120bcdc976a3dfb96505066228464a78dd
Author: Samuel Thibault <address@hidden>
Date:   Sun Nov 20 16:22:29 2016 +0100

    libpager, libstore: Fix crash on ENOSPC while writing data
    
    We need to save blocked signals, otherwise longjmp will not unblock
    SIGSEGV/SIGBUS, and thus next exception will kill us. Also, we need to
    make sure that the preemptor is set at the right window in main memory
    before letting a handler see it.
    
    * libpager/pager-memcpy.c (do_memcpy): Call __sync_synchronize()
    between aligning the fault preemptor and actually accessing data.
    (fault): Use siglongjmp instead of longjmp.
    (pager_memcpy): Use sigsetjmp instead of setjmp.
    * libstore/memobj.c (copy, fault, memobj_memcpy): Likewise.

commit 484a67719146e819ddad64fbda23b4b23afa3095
Author: Samuel Thibault <address@hidden>
Date:   Sun Nov 20 16:19:38 2016 +0100

    ext2fs: Fix crash on ENOSPC while extending a directory
    
    * ext2fs/dir.c (diskfs_direnter_hard): Call hurd_safe_memset on
    directory extension before using it, to actually reserve room.

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

Summary of changes:
 ext2fs/dir.c            |    8 ++++++++
 libpager/pager-memcpy.c |    5 +++--
 libstore/memobj.c       |    5 +++--
 3 files changed, 14 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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