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-633-g9132d71a


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.8-633-g9132d71a
Date: Thu, 11 May 2023 18:51:46 -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  9132d71a75edd11d94076047afa4553a730333c7 (commit)
      from  6b5954a07d3d59f26a79bf6a0f0a892d6bc5fd9a (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 9132d71a75edd11d94076047afa4553a730333c7
Author: Sergey Bugaev <bugaevc@gmail.com>
Date:   Thu May 11 16:58:43 2023 +0300

    x86_64: Fix updating fsgs base on context switch
    
    Commit 31dd30a94a682955c3c9e2f42252b4a07687067a "add setting gs/fsbase"
    added the code to set fs and gs bases on context_switch. However, this
    was only being done when switching context via the explicit
    switch_context() method, but not in other cases where the context is
    switched, such as with call_continuation().
    
    Instead, put setting fsgs base into switch_ktss(), where it will be
    called in all cases.
    Message-Id: <20230511135844.837338-1-bugaevc@gmail.com>

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

Summary of changes:
 i386/i386/pcb.c | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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