Quantcast
Channel: lkml.org : Vaidyanathan Srinivasan
Viewing all articles
Browse latest Browse all 890

Re: [patch 13/16] x86/ldt: Introduce LDT write fault handler

$
0
0
Linus Torvalds writes: (Summary) wrote:

[...]

ACCESS bit in the handler.
This really scares me.
This really scares me.
We use segments in some critical code in the kernel, like the whole percpu data etc. Also, I worry about crazy errata with TSS etc - this whole RO LDT thing also introduces lots of possible new fault points in microcode that nobody sane has ever done before, no?
that nobody sane has ever done before, no?

[...]

+ desc[entry].type |= 0x01;
This is also pretty disgusting.
This is also pretty disgusting.
Why isn't it just something like
Why isn't it just something like
desc = (void *)(address &

Viewing all articles
Browse latest Browse all 890

Trending Articles