Earlier quoted context omitted.
Arguably , the most important phase of hardware design is actual production of said design.
I somewhat doubt that is still the case, with modern EDA tools.
Meltdown, aka “Dear Intel, you suck”
31–40 of 176 posts
Re: Meltdown, aka “Dear Intel, you suck”
#32Earlier quoted context omitted.
Which widely available and affordable CPUs aren't affected by Spectre?
Most of the ARM CPUs are not affected. For instance, the Raspberry Pi beards are not affected.
Re: Meltdown, aka “Dear Intel, you suck”
#33Earlier quoted context omitted.
Everyone is affected by Spectre, but my understanding is that Meltdown is a particularly powerful "version" of Spectre that only affects Intel CPUs ?
Having just read the Meltdown paper, but not the Spectre paper. My understanding is that yes Meltdown is much easier to exploit and more powerful. I believe Spectre requires the attacker to consistently fool the branch predictor while Meltdown enables reading kernel memory mapped into user space process via access in speculatively executed code and observing the affects on the CPU cache.
Meltdown involves crafting some code yourself that speculatively accesses data it does not have access to before the CPU rejects the access due to permissions.
In other words, Meltdown involves your code accessing the data, but Spectre involves getting the kernel to do it for you. Spectre is a neat clever side-channel attack that is hard to protect against, while Meltdown is a blundering error in the way the CPU works.
Re: Meltdown, aka “Dear Intel, you suck”
#34Re: Meltdown, aka “Dear Intel, you suck”
#35May be time for OpenBSD people ( if they have the resources ) to build a CPU from ground up with RISC-V?
OpenBSD has struggled at times to pay their power bills. They don't have the resources to branch off into building new hardware from first principles.
Re: Meltdown, aka “Dear Intel, you suck”
#36May be time for OpenBSD people ( if they have the resources ) to build a CPU from ground up with RISC-V?
Re: Meltdown, aka “Dear Intel, you suck”
#37Earlier quoted context omitted.
My ELI5 attempt: There are 3 vulnerabilities. Meltdown is 1 of the 3. Meltdown is pretty much Intel only. Some ARM SoCs are also affected, but these are relatively rare. AMD64 is unaffected by Meltdown. Spectre are the other 2 vulnerabilities. Spectre affects pretty much everyone. Meltdown is more severe, and more of a blunder. For a technical explanation, see [1]. Was recently referred to at HN as well. [1] https://…
Do you have any source on why AMD64 is unaffected? The paper only mentions that they couldn't make their current approach work on AMD, but it doesn't rule out that it could be improved and made work
Re: Meltdown, aka “Dear Intel, you suck”
#38Earlier quoted context omitted.
My ELI5 attempt: There are 3 vulnerabilities. Meltdown is 1 of the 3. Meltdown is pretty much Intel only. Some ARM SoCs are also affected, but these are relatively rare. AMD64 is unaffected by Meltdown. Spectre are the other 2 vulnerabilities. Spectre affects pretty much everyone. Meltdown is more severe, and more of a blunder. For a technical explanation, see [1]. Was recently referred to at HN as well. [1] https://…
Do you have any source on why AMD64 is unaffected? The paper only mentions that they couldn't make their current approach work on AMD, but it doesn't rule out that it could be improved and made work
Re: Meltdown, aka “Dear Intel, you suck”
#39Why you single intel on this, ARM and POWER also affected https://www.ibm.com/blogs/psirt/potential-impact-processors-...