Quantcast
Channel: lkml.org : Pallipadi, Venkatesh
Viewing all articles
Browse latest Browse all 864

Re: [RFC PATCH 0/3] kernel: add support for 256-bit IO access

$
0
0
Linus Torvalds writes: (Summary) Of course all those features are enabled.
course all those features are enabled.

[...]

Note that this is with an AVX (128-bit) supporting CPU: That's weak even by modern standards.
That's weak even by modern standards.
I have MPX bounds and MPX CSR on my old Skylake.
I have MPX bounds and MPX CSR on my old Skylake.
And the real worry is things like AVX-512 etc, which is exactly when things like "save and restore one ymm register" will quite likely clear the upper bits of the zmm register.
clear the upper bits of the zmm register.
And yes, we can have some statically patched code that takes that into account, and saves the whole zmm register when AVX512 is on, but the whole *point* of the dynamic XSAVES thing is actually that Intel wants to be able enable new user-space features without having to wait for OS support.

Viewing all articles
Browse latest Browse all 864

Trending Articles