- Joined
- Nov 20, 2015
- Messages
- 41,546
- Reaction score
- 21,125
No direct fix from intel?
How do you fix a problematic CPU? You can't.
You can only install patches to migitate the risk, that's all you can do.
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
No direct fix from intel?
How do you fix a problematic CPU? You can't.
You can only install patches to migitate the risk, that's all you can do.
Jissis man I know it's problematic :erm:
Im just asking for a known patch/fix that does not come from ms..
Question :Comment from giogle plus user :
Question :
How does the von Neumann machine differ from the Turing Universal machine ?
https://stackoverflow.com/questions/2782014/turing-machine-vs-von-neuman-machineTuring machines are theoretical concepts invented to explore the domain of computable problems mathematically and to obtain ways of describing these computations.
The Von-Neumann architecture is an architecture for constructing actual computers (which implement what the Turing machine describes theoretically).
...
Question :
How does the von Neumann machine differ from the Turing Universal machine ?
One hopes that this little "meltdown" will encourage the scientists at the big --and -- small chip makers to put on their thinking caps and come up with something really new and revolutionary.I would say the two aren't directly comparable.
Von-Neumann architecture and a Turing machine are not really the same concept.
Turing machines are a way to test if a problem is computable.
Von-Neumann architecture is just a way to implement a general purpose computer.
There are other architectures (far less popular eg. modified Harvard architecture for AVR).
Von-Neumann architecture simply means you store you program code and the memory usable by the program in the same memory space.
Modified Harvard architecture on the other splits the two into two distinct spaces.
The security of a split memory space could theoretically be better. But it hasn't been tested because there aren't any Modified Harvard architecture CPUs on par with x86 or ARM (both Von-Neumann).
But in theory you wouldn't be able to use these sort of attacks where attempts to read memory for data can lead you into program code. But really is isn't quite as simple as that (for reasons to numerous to talk through here IMO)
Hehe. When a full-house Z80 packed 64kB of RAM.Makes one long for the days of the Z80/i386 when things were simpler, yes?![]()
A bit ridiculous IMO, the usual ambulance chasing lawyers! The only viable exploit at this stage is Meltdown, and it is an operating system oversight (relying solely on the CPU to preserve the integrity of kernel memory). Good luck suing M$ft for their buggy OS, and Linux for their free OS!?
CPUs don't come with a warranty specifying their performance, nor guarantee a vaguely implied level of security. This may be an interesting test case, but at present they are not regulated like other consumer products such as motor vehicles, that can actually harm people.
Meltdown [27] is a related microarchitectural attack which exploits out-of-order execution in order to leak the target’s physical memory. Meltdown is distinct from Spectre Attacks in two main ways. First, unlike Spectre, Meltdown does not use branch prediction for achieving speculative execution. Instead, it relies on the observation that when an instruction causes a trap, following instructions that were executed out-of-order are aborted.
Second, Meltdown exploits a privilege escalation vulnerability specific to Intel processors, due to which speculatively executed instructions can bypass memory protection. Combining these issues, Meltdown accesses kernel memory from user space. This access causes a trap, but before the trap is issued, the code that follows the access leaks the contents of the accessed memory through a cache channel. Unlike Meltdown, the Spectre attack works on non-Intel processors, including AMD and ARM processors.
Furthermore, the KAISER patch [19], which has been widely applied as a mitigation to the Meltdown attack, does not protect against Spectre
https://spectreattack.com/spectre.pdf
Looks more like a CPU flaw...
And the performance part:
https://ark.intel.com/
Yeah, they do.
And in regards to security, here's a page on their site: https://www.intel.com/content/www/us/en/data-security/security-overview-general-technology.html
The OS patches are workarounds, and come with a performance penalty.If its solely a CPU problem, why are OS patches being rushed out?
The OS patches are workarounds, and come with a performance penalty.