Another round of speculative-execution vulnerabilities
Another round of speculative-execution vulnerabilities
Posted Aug 25, 2023 9:58 UTC (Fri) by farnz (subscriber, #17727)In reply to: Another round of speculative-execution vulnerabilities by Cyberax
Parent article: Another round of speculative-execution vulnerabilities
Couple of questions:
- Is this documented by AWS anywhere? I can't find it in their official documentation, and the instance types documentation just says "Each vCPU on non-Graviton-based Amazon EC2 instances is a thread of x86-based processor, except for T2 instances and m3.medium.", which implies that two vCPUs assigned to different customers can be on the same core, just not using the same thread.
- How is the "each CPU core can only be used by one customer" enforced? Is it just relying on the kernel rarely migrating actively used vCPU threads between hardware threads, or is there scheduler affinity etc applied to enforce it?
