Re: [PATCH] Re: SSE related security hole

From: Linus Torvalds (torvalds@transmeta.com)
Date: Fri Apr 19 2002 - 19:09:49 EST


On Fri, 19 Apr 2002, H. Peter Anvin wrote:
>
> Indeed. Logically, FNINIT should have been extended to initialize it all -
> - it is a security hole that it doesn't initialize MMX properly.

Well, MMX should arguably be initialized with "emms", so the proper
sequence migth be something like

        if (sse)
                asm("emms");
        asm("fninit");

What does emms do to SSE2?

                Linus

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Apr 23 2002 - 22:00:25 EST