On Sun, Jan 21, 2018 at 6:20 PM, <hpa@xxxxxxxxx> wrote: > > No idea about Intel, but at least on Transmeta CPUs the limit check was asynchronous with the access. Yes, but TMTA had a really odd uarch and didn't check segment limits natively. When you do it in hardware. the limit check is actually fairly natural to do early rather than late (since it acts on the linear address _before_ base add and TLB lookup). So it's not like it can't be done late, but there are reasons why a traditional microarchitecture might always end up doing the limit check early and so segmentation might be a good defense against meltdown on 32-bit Intel. Linus -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>