WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: x86_64 and ARM 64 memory leak drama  (Read 2024 times)

Offline PDP-8

  • Hero Member
  • *****
  • Posts: 915
x86_64 and ARM 64 memory leak drama
« on: January 03, 2018, 02:31:09 PM »
Ok, like many others, I'm keeping my eye on the whole major design flaw of the X86_64 cpu thing which seems to encompass Intel and now even possibly the ARM V8 chips....

While the patches are flying fast and furious, and it seems inevitable that performance issues are cropping up, my major question is:

Can this issue be avoided in the short run by running a 32-bit kernel on the 64-bit hardware? -- or is that too simplistic a solution?...
That's a UNIX book! - cool  -- Garth

Online vinceASPECT

  • Hero Member
  • *****
  • Posts: 747
Re: x86_64 and ARM 64 memory leak drama
« Reply #1 on: January 03, 2018, 05:22:53 PM »
hmm.....i heard it on the news.  Memory leaks hu?

a flaw that's been dormant for over a decade....gosh

V

Offline PDP-8

  • Hero Member
  • *****
  • Posts: 915
Re: x86_64 and ARM 64 memory leak drama
« Reply #2 on: January 03, 2018, 07:46:41 PM »
Well, we've been through this before and my hope is that it will spur new research to break the typical "intrude/patch" cycle endlessly.

This is something the Roger Schell had to deal with at the NSA, Novell, Multics, and other earlier computers in the cold-war era militarized computers.

Real interest in computer security was lost long ago for various reasons.  For anyone interested, do a web grep for:

"Oral history interview with Roger R Schell"

It is from 2012 and is a fascinating read, albeit long.  I sure wish computer vendors  / researchers would read it rather than be satisified with the intrude/patch cycle.
That's a UNIX book! - cool  -- Garth

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: x86_64 and ARM 64 memory leak drama
« Reply #3 on: January 04, 2018, 02:38:23 AM »
No, running a 32-bit kernel on 64-bit hw won't protect from that. But even if you have an Intel cpu, you don't have to get the patch and drop your performance if you only run trusted software.
The only barriers that can stop you are the ones you create yourself.

Online vinceASPECT

  • Hero Member
  • *****
  • Posts: 747
Re: x86_64 and ARM 64 memory leak drama
« Reply #4 on: January 04, 2018, 02:49:47 AM »
They say the patch gives maybe  a typical 15 percent performance loss of your cpu.

hmmm

V

Offline PDP-8

  • Hero Member
  • *****
  • Posts: 915
Re: x86_64 and ARM 64 memory leak drama
« Reply #5 on: January 04, 2018, 08:20:22 PM »
And once that's fixed, then there is the internal "management engine / AMT" (which we and the OS don't see).  I forgot where, but someone said that it is actually Minix inside that..
That's a UNIX book! - cool  -- Garth