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.8-634-g8cc2ed2e


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.8-634-g8cc2ed2e
Date: Thu, 11 May 2023 19:02:15 -0400 (EDT)

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  8cc2ed2eeca01c46c04682939d0ecd34927cde7b (commit)
      from  9132d71a75edd11d94076047afa4553a730333c7 (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 8cc2ed2eeca01c46c04682939d0ecd34927cde7b
Author: Sergey Bugaev <bugaevc@gmail.com>
Date:   Thu May 11 22:28:59 2023 +0300

    x86_64: Check for AST when exiting a syscall
    
    ...like it's already done when exiting a trap. This is required, since
    handing a syscall can result in an AST; in particular this happens when
    the current thread is being terminated, which sets AST_TERMINATE and
    expects the thread to never return to userspace.
    
    Fixes a kernel crash upon calling exit () or pthread_exit () in glibc.
    Message-Id: <20230511192859.890693-1-bugaevc@gmail.com>

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

Summary of changes:
 x86_64/locore.S | 28 +++++++++++++++++++++++++---
 1 file changed, 25 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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