|
|
Log in / Subscribe / Register

Another round of speculative-execution vulnerabilities

Another round of speculative-execution vulnerabilities

Posted Aug 9, 2023 10:50 UTC (Wed) by adobriyan (subscriber, #30858)
In reply to: Another round of speculative-execution vulnerabilities by epa
Parent article: Another round of speculative-execution vulnerabilities

> My computer is idle waiting for user input 99% of the time.

> I might be happy with a slower, non-speculative CPU for most use.

> High-performance code for gaming or video decoding (or perhaps a kernel compile) can be explicitly tagged as less sensitive, and scheduled on a separate high-performance core.

Full x86_64 allmodconfig build takes about 3.5-4 hours on 1 core and kernel is not the slowest project to build.

Developers still need _many_ fast cores for parallel compilation.


to post comments

Another round of speculative-execution vulnerabilities

Posted Aug 9, 2023 14:16 UTC (Wed) by yodermk (subscriber, #3803) [Link] (1 responses)

IMHO there should be no problem disabling mitigations for this kind of thing. If you're the only person using your computer, what difference do they make? Any processes are probably running as you anyway. If you let untrusted code on your computer you're probably screwed with or without these vulns.

Another round of speculative-execution vulnerabilities

Posted Aug 9, 2023 21:45 UTC (Wed) by DemiMarie (subscriber, #164188) [Link]

“If you let untrusted code on your computer you're probably screwed with or without these vulns.” Only if you are not using any form of sandboxing. If you are using a web browser, you are.


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds