Sponsored Content
Operating Systems AIX AIX 6.1, POWER5 and Spectre/Meltdown Post 303010936 by MadeInGermany on Wednesday 10th of January 2018 12:12:21 PM
Old 01-10-2018
Non Intel-x86 processors are quite safe.
1. The more reduced the instruction set (RISC) the shorter is the decoding pipeline, and it makes less (or no) sense to prefetch many instructions. That makes attacks much harder if not impossible.
2. An attack will likely aim at x86 CPUs, then comes ARM. And the most feared way is: via a Web browser. You certainly do not run a Web browser on AIX.

No panic.
"old = unsafe" is a myth of the computer industry (guess why).
While "cheap and old = unsafe" is sometimes true (Linux, Windows).
I would not even upgrade AIX, just install the latest patches for the current AIX.
 

7 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

hard disk meltdown

I had an issue with a second hard disk in my machine. I have a sparc station running solaris 7. It was working fine but now it wont mount on boot up and when you try to mount it manually it gives an I/O error. I tried a different disk as a control which was fine. What I want to know is if my... (3 Replies)
Discussion started by: Henrik
3 Replies

2. AIX

Problem with knlist in AIX 5.3 for Power5 processor

Hi all, I have a AIX 5.3 Installation on the Power5 processor. I am using the knlist API for getting the details of the CPU details like user cpu, kernel cpu, idle cpu and wait cpu. My code is working fine on other Installations of AIX like PowerPC_POWER4 but it is giving wrong values on Power5... (0 Replies)
Discussion started by: rajesht
0 Replies

3. AIX

Upgrading Power5 from 5.3 to...

I have a power5 that I would like to update and bring everything forward. I am wondering about trouble-free upgrades. Is it better to go 5.3 -> 7 or 5.3 ->6 ->7? The power5 box is behind and hopefully can learn from experiences here. Thanks. (6 Replies)
Discussion started by: redi
6 Replies

4. AIX

POWER5+ 2.1Gz cpu wattage ?

Hello, What is wattage of POWER5+ 2.1Gz CPU ? It's dual-core 90nm chip. At least approximately ? thanks, Vilius (1 Reply)
Discussion started by: vilius
1 Replies

5. AIX

Power5 9111-520 reload of AIX 6.1 - help needed

Hello all, I am hoping someone can point me in the right direction here. We had a machine running AIX 6.1 that someone completely corrupted, so we decided to re-load it from media. I was able to boot into DVD media, select options for complete (destructive) install, AIX standard, etc. The... (0 Replies)
Discussion started by: JamesNJ
0 Replies

6. War Stories

Linus Torvalds reply about Meltdown and Spectre.

Apologies if this is the wrong forum but... ...This is hard hitting stuff. LKML: Linus Torvalds: Re: x86/enter: Create macros to restrict/unrestrict Indirect Branch Speculation (5 Replies)
Discussion started by: wisecracker
5 Replies

7. What is on Your Mind?

Meltdown and Spectre CPU bugs

This seems a bit serious: Meltdown, Spectre: The password theft bugs at the heart of Intel CPUs • The Register Vulnerability Note VU#584653 - CPU hardware vulnerable to side-channel attacks Project Zero: Reading privileged memory with a side-channel (8 Replies)
Discussion started by: Scrutinizer
8 Replies
cpuburn(1)																cpuburn(1)

NAME
cpuburn, burnBX, burnK6, burnK7, burnMMX, burnP5, burnP6 - a collection of programs to put heavy load on CPU SYNOPSIS
burnBX burnK6 burnK7 burnMMX burnP5 burnP6 DESCRIPTION
These programs are designed to load x86 CPUs as heavily as possible for the purposes of system testing ("burn in"). They have been opti- mized for different processors. FPU and ALU instructions are coded in an assembler endless loop. They do not test every instruction. The goal has been to maximize heat production from the CPU, putting stress on the CPU itself, cooling system, motherboard (especially voltage regulators) and power supply (likely cause of burnBX/burnMMX errors). The programs produce no output, but signal hardware errors by a return code or (more likely) your machine locking up. burnP5 is optimized for Intel Pentium with or without MMX CPUs burnP6 is optimized for Intel PentiumPro, Pentium II & III CPUs burnK6 is optimized for AMD K6 CPUs burnK7 is optimized for AMD Athlon/Duron CPUs burnMMX tests cache/memory interfaces on all CPUs with MMX burnBX is an alternate cache/memory test for Intel CPUs USAGE
Burn testing is designed to make your computer glitch if it has hardware problems, so make sure that nothing critical is running and all critical data is saved back to the hard-drives. The best is to run it with filesystems mounted read-only. Note that root privileges are not required. Run the desired program in the background, checking the error result. You'll may want to repeat this command for every processor you have in an SMP or HyperThreading system. For example, burnP6 || echo $? & Monitor progress of cpuburn by ps. You can monitor CPU temperature and/or system voltages through ACPI or using the lm-sensors package if you system supports it. When finished, kill the burn* process(es). For example, killall burnP6 BUGS
Report all bug to submit@bugs.debian.org, for more information visit http://bugs.debian.org AUTHORS
cpuburn was written by Robert Redelmeier <redelm@ev1.net> June 04, 2011 cpuburn(1)
All times are GMT -4. The time now is 01:46 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy