Re: [PATCH] Re: SSE related security hole

Linus Torvalds (torvalds@transmeta.com)
Fri, 19 Apr 2002 17:09:49 -0700 (PDT)


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/