cvs commit: src/sys/amd64/ia32 ia32_signal.c

Jeff Roberson jroberson at chesapeake.net
Sun Mar 23 21:04:57 PDT 2008


On Sun, 23 Mar 2008, Peter Wemm wrote:

> peter       2008-03-23 22:44:56 UTC
>
>  FreeBSD src repository
>
>  Modified files:
>    sys/amd64/ia32       ia32_signal.c
>  Log:
>  Protect the setting of the fsbase/gsbase MSR registers and the
>  pcb_[fg]sbase values with a critical section, like the rest of the kernel.

Didn't look at the patch but shouldn't this use the thread_lock to protect 
the pcb?

>
>  Revision  Changes    Path
>  1.17      +2 -0      src/sys/amd64/ia32/ia32_signal.c
>


More information about the cvs-src mailing list