Slashdot Mirror


New HyperThreading Flaw Affects Intel 6th And 7th Generation Skylake and Kaby Lake-Based Processors (hothardware.com)

MojoKid writes: A new flaw has been discovered that impacts Intel 6th and 7th Generation Skylake and Kaby Lake-based processors that support HyperThreading. The issue affects all OS types and is detailed by Intel errata documentation and points out that under complex micro-architectural conditions, short loops of less than 64 instructions that use AH, BH, CH or DH registers, as well as their corresponding wider register (e.g. RAX, EAX or AX for AH), may cause unpredictable system behavior, including crashes and potential data loss. The OCaml toolchain community first began investigating processors with these malfunctions back in January and found reports stemming back to at least the first half of 2016.

The OCaml team was able pinpoint the issue to Skylake's HyperThreading implementation and notified Intel. While Intel reportedly did not respond directly, it has issued some microcode fixes since then. That's not the end of the story, however, as the microcode fixes need to be implemented into BIOS/UEFI updates as well and it is not clear at this time if all major vendors have included these changes in their latest revisions.

61 of 135 comments (clear)

  1. Apocryphal .... by brantondaveperson · · Score: 3, Insightful

    .. doesn't mean what the article writer appears to think it means.

    Anyhow, that a new highly complex processor contains subtle bug that's fixable without hardware modification isn't exactly earth-shaking news, surely? How about they just fix it, and we move on.

    1. Re:Apocryphal .... by Gaygirlie · · Score: 1

      I can't help but wonder if/how much it affects performance, though. There are plenty of cases where hyper-threading is a very welcome feature and some people might be upset, if there was a hit to performance. I don't own a Skylake - or Kaby Lake - product, but I am just curious of real-world implications.

    2. Re:Apocryphal .... by Anonymous Coward · · Score: 1

      How about they just fix it, and we move on.

      What about people on machines that haven't received bios updates in 5 years?

      "fixes need to be implemented into BIOS/UEFI updates as well and it is not clear at this time if all major vendors have included these changes in their latest revisions."

    3. Re:Apocryphal .... by Gaygirlie · · Score: 1

      Yeah, no. I ain't going to just blindly believe your claim, unless you can actually back it up.

    4. Re:Apocryphal .... by Anonymous Coward · · Score: 1

      Hmm, this is only about very recent Intel processors, it is pretty much guaranteed that your system vendor can issue the update if you ask them.

      If they don't, I expect sooner or later Intel will start publishing the Kaby Lake microcode fixes just like they did with Skylake, and you can fix it that way. Yes, even on Windows, although it takes some hacking.

    5. Re:Apocryphal .... by barbariccow · · Score: 1

      What? This post makes no sense at all.

    6. Re:Apocryphal .... by KiloByte · · Score: 2, Informative

      The fix doesn't disable hyperthreading, the fix fixes the bug.

      The fix works only for some models of Skylake (models 78 and 94, stepping 3). On any other Skylakes and all Kaby Lakes there's no way other than disabling hyperthreading entirely.

      A fix might or might not be released in the future, Intel doesn't say a word about the issue.

      --
      The creatures outside looked from Alt-Right to Antifa; but already it was impossible to say which was which.
    7. Re:Apocryphal .... by Anonymous Coward · · Score: 1

      Eh, *all* processor models have a microcode-level fix issued. The fix does not disable HT at all. And if the fix makes anything slower, nobody noticed it. It doesn't show on a normal benchmark, either.

      The people running the huge OCaml farms are not weekend computer jockeys...

      It is true that just two Skylake processor *signatures* (which are for a LOT of Skylake models) have microcode in the *public* Linux distribution of microcode updates. Everyone else needs to get it through their BIOS/UEFI, that doesn't mean the fix doesn't exist: it just means your system vendor has to do its side of the deal.

    8. Re:Apocryphal .... by KiloByte · · Score: 2

      Uhm, nope. Only those two models have a fix issued. On everything else, you do need to disable HT, which obviously takes a massive performance hit.

      Those OCaml guys merely noticed and diagnosed the problem first -- your average mouth-breathing Windows user will have a game crash, a browser corrupt a Twitter page or MS Word lose data yet again, but that's what such users are used to. Yet that their systems are already crashy doesn't mean this extra source of crashes and data corruption doesn't matter.

      As for your legendary "BIOS/UEFI updates", those can be relied on about as much as $YOUR_COUNTRY'S_PARLIAMENT to stop bribes towards their own members. Most of those "system vendors" don't pass fixes, and when they do, they're anything but timely.

      --
      The creatures outside looked from Alt-Right to Antifa; but already it was impossible to say which was which.
    9. Re:Apocryphal .... by thestuckmud · · Score: 4, Interesting

      hyper-threading ... purportedly boosts performance by about 10-20% for multithreaded apps.

      10-20% might be the case. I've also read some claims of 30% speed boost from hyperthreading. The boost is highly dependent on workload.

      For me, 100% is often the case. I do a lot of tight number theoretic math loops and was astounded to find that one of my typical computations -- with little memory use and essentially no communication -- was 8 time quicker on 4 cores/8 threads compared to the single threaded version. Perfectly efficient! Your mileage will very probably vary, but it works for me.

      And, FWIW, I usually prototype in oCaml :-)

    10. Re:Apocryphal .... by swilver · · Score: 3, Interesting

      I looked into HT a bit, and its performance gains.

      Basically, it comes down that as soon as you have real cores available that HT barely does anything and sometimes even becomes detrimental for performance. So if you have 1 core, HT shows some real benefits. With 2 cores it was pretty marginal, and with 4 cores or more you might as well disable it.

    11. Re:Apocryphal .... by arglebargle_xiv · · Score: 5, Funny

      If you don't know the model name of your processor(s), the command below will tell you their model names. Run it in a command line shell (e.g. xterm):
      grep name /proc/cpuinfo | sort -u

      C:\>grep name /proc/cpuinfo | sort -u
      'grep' is not recognized as an internal or external command, operable program or batch file.
      C:\>

    12. Re:Apocryphal .... by Rockoon · · Score: 1

      Because thats what Intel does, apparently.

      They were convicted of anti-competitive behavior, the largest such conviction at the time IIRC.

      --
      "His name was James Damore."
    13. Re:Apocryphal .... by MrFlibbs · · Score: 1

      A microcode patch is included with the BIOS image and is loaded by BIOS at startup. This isn't the only way to do it -- it is also possible to load a patch from the O/S. But for most users the best solution is for BIOS to do this, and that means updating the BIOS image. So the article is correct.

    14. Re:Apocryphal .... by KiloByte · · Score: 1

      Well, yeah, it depends on your load. When you prefer individual threads to be as fast as possible even at the cost of total amount of instructions per second done, you obviously want to kill HT. On the other hand, for eg. compiles, HT is a great thing. But if you work in HPC, I don't think I need to explain the need to test your particular load.

      --
      The creatures outside looked from Alt-Right to Antifa; but already it was impossible to say which was which.
    15. Re:Apocryphal .... by zwarte+piet · · Score: 4, Funny

      Your terminal is throwing weird smilies at you. I think it is cross with you.

    16. Re: Apocryphal .... by douglas.w.goodall300 · · Score: 1

      Generally working around hardware bugs means changing assemblers and compilers to avoid a suspect code sequence. This means apps compiled with pre-fix languages are like time bombs, and it forces compiler vendors to reform their code generators and force a release cycle. This includes both open source as well as proprietary software and is a maintenance burden to everyone. The penguin math bug was like this. I think the silicon should be fixed instead. If intel had to pay for CPU Upgrades and service calls, they would be more likely to QA their chips better.

    17. Re:Apocryphal .... by Xhris · · Score: 1

      cat /proc/cpuinfo | grep name | sort -u

    18. Re:Apocryphal .... by Bengie · · Score: 1

      There are work loads where HT makes the system ~10% slower, but there are also work loads that make the system ~100% faster, and a huge range of possible work loads in between. A one dimensional analysis is useless.

    19. Re:Apocryphal .... by Paradise+Pete · · Score: 1

      The word apocryphal is not in the article, nor is there an update notice. Did they silently change it?

    20. Re:Apocryphal .... by brantondaveperson · · Score: 1

      It got changed to "apocalyptic".

    21. Re:Apocryphal .... by Paradise+Pete · · Score: 1

      That was my guess. The lack of a footnote acknowledging the change is not good.

  2. BTW, AMD has a similar bug too by Misagon · · Score: 5, Interesting

    AMD Ryzen also seems to have a similar bug, related to hyperthreading that happens only in very special circumstances.

    Quite a few Ryzen users have experienced instability problems during heavy compilation loads under Linux, especially those using compile-based distros such as Gentoo, but also under the Ubuntu subsystem on Windows.
    There has been some debate whether the problems would have been caused by an actual bug, or if the people who experienced them simply had an unstable overclock - the latter being something that has also cropped up in forums recently.

    Matthew Dillon, of Dragonfly BSD fame (and Amiga fame before that...) does believe that he has found a reproducible bug. He sent a test case about it to AMD in April.
    This is not the first time Dillon has found a hardware bug in a AMD CPU. He found one for an earlier AMD CPU back in 2012 which was fixed in a microcode update.

    I expect this to be fixed in a BIOS/microcode update soon, if not already in AGESA 1.0.0.6 - but I have yet to see any confirmation that it would have been fixed.

    --
    "We mustn't be caught by surprise by our own advancing technology" -- Aldous Huxley
    1. Re:BTW, AMD has a similar bug too by gweihir · · Score: 3, Insightful

      The difference is that Ryzen is a new architecture, where this is sort-of expected. Intel has this in an old architecture and that is just not acceptable.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    2. Re:BTW, AMD has a similar bug too by Anonymous Coward · · Score: 1

      Isn't one of the features of ryzen a more advanced turbo boost, why overclock?

    3. Re:BTW, AMD has a similar bug too by Gravis+Zero · · Score: 1

      There has been some debate whether the problems would have been caused by an actual bug, or if the people who experienced them simply had an unstable overclock

      If it only happens when you overclock, it's not a bug, it's ID10T problem.

      --
      Anons need not reply. Questions end with a question mark.
    4. Re:BTW, AMD has a similar bug too by Megol · · Score: 1

      A little reminder: overclocking is the practice of running a processor with a higher clock frequency than the manufacturer guarantees* being okay. Doing that the user should always keep in mind that this can lead to errors without there being any problem with the processor and so overclocking should only be done when the result of programs aren't important.

      TL;DR if the problem only occurs when overclocking then it isn't a bug.

    5. Re:BTW, AMD has a similar bug too by gravewax · · Score: 2

      WTF? no a bug like this is NOT expected in a new architecture, such bugs can result in billions in losses, something AMD can't afford. having said that people overclocking has always been a problem when it comes to stability.

    6. Re:BTW, AMD has a similar bug too by slashdot_commentator · · Score: 2

      > The difference is that Ryzen is a new architecture, where this is sort-of expected.

      No. In the sense that this is a hardware issue, not a software issue. Hyperthread issues are not expected because the hardware is "new". Software "engineering" is a joke compared to the rigor required in hardware development. I know you may not understand this, but (successfully employed) engineers of hardware are not allowed to fuck up. Manufacturing companies spend 1000x more in design, expertise, and quality control to make sure hardware doesn't have any flaw. Because if hardware does have a flaw, its hardware -- it can't be fixed with a software patch.

      > Intel has this in an old architecture and that is just not acceptable.

      With a "new" architecture, it cannot fall back on years of previous versions of hardware to expose a bug. That does not mean Intel would be immune to subtle forms of design flaws, since every new version of chip means having done something new on the microcode level. Otherwise, it would be meaningless to be adding tens of thousands more transistors to do the job exactly as the previous version of chip.

      It is blowing my mind right now how so many gaming enthusiasts and other amateur computer users fail to grasp the gravity of this hardware flaw. Yes, a change can be made in the CPU's microcode to avoid the flaw, but its not like Intel microcode can be rewritten from scratch. A patch on the BIOS level only means that hyperthreading is disabled. That means the extra hundreds of dollars spent to make your PC 10-30% faster than an i5 has been pissed away; your i7 just lost its performance edge to an i5. If something is actually modified on the i7's microcode, its more about kludging the intended hyperthread operation to avoid the logic bug (which means your i7 loses performance).

      Fortunately, a program crashing or generating incorrect data is pretty meaningless to gamers and websurfers. But if I was an investment bank, bitcoiner, scientist, or engineering company dependent on computed output, I'd be extremely pissed off. It makes me wonder if Intel is going to have to do a product recall (or perhaps an extremely limited rebate to select industry customers). AMD really should figure out a smart way to capitalize on Intel's foobar.

      --
      There is no America. There is no democracy. There is only IBM and AT&T and DuPont, Dow, General Electric, and Exxon
    7. Re:BTW, AMD has a similar bug too by gweihir · · Score: 1

      You seems to be utterly clueless about how these things work. Please go away and play with LEGO or something.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    8. Re:BTW, AMD has a similar bug too by gweihir · · Score: 1

      You seem to never even have heard or processor errata sheets, let alone ever read one. And you seem to be completely unaware what hardware flaws have been historically found in CPUs. As I said to the other clueless response, go please go away and play with LEGO or something.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    9. Re:BTW, AMD has a similar bug too by Misagon · · Score: 1

      Your post is a typical example of the behaviour that has hindered proper discussion on this problem.
      People read half of one paragraph from one forum-post and half of a paragraph in another thread and then post a knee-jerk response to something they don't understand.

      --
      "We mustn't be caught by surprise by our own advancing technology" -- Aldous Huxley
    10. Re:BTW, AMD has a similar bug too by Rockoon · · Score: 2

      Not at the same magnitude that they are today.

      Sure, lots of little things like the cpu will crash in some cases if a second level shadow of the carry flag register is set immediately after some other thing... so the fix is for the microcode to reorder the operations a little bit so that operations that target the carry flag are on the shallow side of the shadow registers... or at least never in that 2nd slot.. shit like that aint nothing

      It is the parallel execution itself that isnt working here. Wrong results are produced. It isnt that performance is bad, or a core locks up... instead bad values are produced. Its a horrible bug at least as bad as FDIV.

      --
      "His name was James Damore."
    11. Re:BTW, AMD has a similar bug too by AmiMoJo · · Score: 1

      If you are losing billions due to a CPU architecture bug then you are an idiot.

      Even if you are somehow sure that the CPU has no bugs, you can't be sure it won't suffer from power glitches, cosmic rays and innumerable other things that can make it crash or get the wrong result. Not to mention the rest of the computer - ECC RAM can only correct single bit errors, assuming it has no faults.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    12. Re:BTW, AMD has a similar bug too by gweihir · · Score: 1

      Well, yes, to a degree. But that _is_ as expected. As CPUs are using every last trick to get faster, the whole design necessarily gets more fragile and needs longer to stabilize. This is no surprise at all. The good thing is that it looks like the current AMD design will be around for a long, long time because I think we have reached the end of large performance improvements and this was the last step. Intel may have one more fundamental re-design, but they may also not, in particular if they cannot really get ahead of AMD that way. And after that, both can do small careful improvements that do not change much and will overcome that fragility again.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    13. Re:BTW, AMD has a similar bug too by slashdot_commentator · · Score: 1

      And you seem to be completely unaware what hardware flaws have been historically found in CPUs. As I said to the other clueless response

      Clueless? You're the one who equates this hypertheading bug to some other bug that may crop up once in a billion operations, and doesn't even effect the computed result.

      As I said to the other clueless response, go please go away and play with LEGO or something.

      I only got one response from you today. Now I know who likes using anonymous coward accounts to make personal attacks. Which I should forward to the mods, even though its unlikely they'll care.

      --
      There is no America. There is no democracy. There is only IBM and AT&T and DuPont, Dow, General Electric, and Exxon
  3. Original Intel DOC by Anonymous Coward · · Score: 1

    The linked FA does not contain a link to the original Intel DOC:
    https://www.intel.com/content/dam/www/public/us/en/documents/specification-updates/6th-gen-x-series-spec-update.pdf

    Unfortunately it does not contains much info...

  4. Re:As well as what? by queazocotal · · Score: 1

    You can often not simply install an update as a user. There is no way to do so without the BIOS vendor doing it for you.

  5. Re:Zen for the win! by rudy_wayne · · Score: 5, Funny

    All you losers with your over-priced Intel crap.

    I've used nothing but AMD for 20 years and I have absolutely no probl%#^$^%J NJasllodofufm DUDFUF&&()()FDJJDNDMS .......

  6. What’s your point, exactly? by Picodon · · Score: 4, Funny

    Are you complaining about the topic as being too insignificant to deserve an article (as in: no need to tell people that they way want to update their servers) or are you preemptively commenting that other readers shouldn’t bother to comment on such an insignificant topic?

    1. Re:What’s your point, exactly? by brantondaveperson · · Score: 1

      Ah you feisty person, you. I bet the details of the bug would be super-interesting lots of people, but the article glosses over that, and so I suppose I'm complaining that the article was insignificant (and not very good), the bug is significant but fixed, and I think everyone should comment about how microcode works, so that we can all learn something. Myself included, since I've no idea really.

  7. CRAZY by barbariccow · · Score: 1

    Wow! I kept reading over and over trying to find how it was escalating ring level or information leak through cache etc. but couldn't find it! I reaaaaallly wasn't expecting any type of "flaw" on slashdot to not be about some dumb security mistake. Way to surprise me again, SLUSHBOT

  8. Re: As well as what? by Anonymous Coward · · Score: 1

    So you acknowledge that this is fixed, that anyone can apply the fix, but your only complaint is that the update isn't 'free as in liberty'?

    No, read my post again. For certain models, the microcode fix is useless. You have to neuter your CPU by disabling hyper-threading. So money spent getting this expensive tech has gone down the drain.

    Jesus fucking Christ. What has happened to Slashdot?

    Apparently, many readers suffer from reading comprehension problems.

  9. Cold day in hell by Dunbal · · Score: 1

    It will be a cold day in hell before I buy another Intel CPU, let alone let them install microcode on my current CPU.

    --
    Seven puppies were harmed during the making of this post.
  10. OCaml by Cochonou · · Score: 2

    It's a bit paradoxical that it was the OCaml team who found this bug, whereas OCaml is notoriously bad at parallelism.

  11. Obligatory:Intel CPU Backdoor Report (May 5 2017) by Anonymous Coward · · Score: 1, Insightful

    The goal of this report is to make the existence of Intel CPU backdoors a common knowledge and provide information on backdoor removal.

    What we know about Intel CPU backdoors so far:

    TL;DR version

    Your Intel CPU and Chipset is running a backdoor as we speak.

    The backdoor hardware is inside the CPU/Bridge and the backdoor firmware (Intel Management Engine) is in the chipset flash memory.

    30C3 Intel ME live hack:
    [Video] 30C3: Persistent, Stealthy, Remote-controlled Dedicated Hardware Malware
    @21:43, keystrokes leaked from Intel ME above the OS, wireshark failed to detect packets.

    [Quotes] Vortrag:
    "the ME provides a perfect environment for undetectable sensitive data leakage on behalf of the attacker".

    "We can permanently monitor the keyboard buffer on both operating system targets."

    Backdoor removal:
    The backdoor firmware can be removed by following this guide using the me_cleaner script.
    Removal requires a Raspberry Pi (with GPIO pins) and a SOIC clip.

    Decoding Intel backdoors:
    The situation is out of control and the Libreboot/Coreboot community is looking for BIOS/Firmware experts to help with the Intel ME decoding effort.

    If you are skilled in these areas, download Intel ME firmwares from this collection and have a go at them, beware Intel is using a lot of counter measures to prevent their backdoors from being decoded (explained below).

    Useful links:
    The Intel ME subsystem can take over your machine, can't be audited
    REcon 2014 - Intel Management Engine Secrets
    Untrusting the CPU (33c3)
    Towards (reasonably) trustworthy x86 laptops
    30C3 To Protect And Infect - The militarization of the Internet
    30c3: To Protect And Infect Part 2 - Mass Surveillance Tools & Software

    1. Introduction, what is Intel ME

    Short version, from Intel staff:

    Re: What Intel CPUs lack Intel ME secondary processor?
    Amy_Intel Feb 8, 2016 9:27 AM

    The Management Engine (ME) is an isolated and protected coprocessor, embedded as a non-optional part in all current Intel chipsets, I even checked with the engineering department and they confirmed it.

    Long version:

    ME: Management Engine

    The Intel Management Engine (ME) is a separate computing environment physically located in the MCH chip or PCH chip replacing ICH.

    The ME consists of an individual processor core, code and data caches, a timer, and a secure internal bus to which additional devices are connected, including a cryptography engine, internal ROM and RAM, memory controllers, and a direct memory access (DMA) engine to access the host operating system's memory as well as to reserve a region of protected external memory to supplement the ME's limited internal RAM. The ME also has network access with its own MAC address through the Intel Gigabit Ethernet Controller integrated in the southbridge (ICH or

  12. Inaccurate article and comments by Anonymous Coward · · Score: 4, Informative

    There are a lot of inaccurate comments here. First of all, reloading a new BIOS/system firmware may be the best solution for most users, however it is not the only solution. If you know how you can do a hotfix load of firmware in Linux and I suspect other OSes.

    For example, I downloaded the latest firmware from Intel (dated 10 May) and placed it in /lib/firmware. Then running:

    echo 1 > /sys/devices/system/cpu/microcode/reload

    was enough. In the log is an entry:

    [2246029.695843] microcode: updated to revision 0xba, date = 2017-04-09

    In addition, the article points to a message on the debian-devel (not users) mailing list. This indicates that i3/5/7 processors with hyperthreading are affected. AFAIK, no i5 processors have hyperthreading, even though the family/model/stepping on my system is indicated in the message as vulnerable.

    CPU(s): 4
    On-line CPU(s) list: 0-3
    Thread(s) per core: 1
    Core(s) per socket: 4
    Socket(s): 1

    Well what is it? Hyperthreading or all skylake/kaby lake? Curious minds want to know.

    One last thing. The current firmware package is dated May 10. Seven weeks ago, The firmware itself was produced April 9 -- 11 weeks ago. Unless Intel has not updated yet for this, many posters here are running around with their hair on fire about something already fixed.

    But I guess that is normal for slashdot.

    1. Re:Inaccurate article and comments by Anonymous Coward · · Score: 1

      Mobile i3 and i5s can have hyperthreading enabled.

    2. Re:Inaccurate article and comments by toddestan · · Score: 1

      Nowadays i5's tend to be quad cores without hyperthreading for desktop CPU's, and dual cores with hyperthreading for mobile CPU's. As is typical with Intel there are exceptions. Though back 6-7 years ago the most popular i5 desktop CPUs were the dual cores with hyperthreading, though even back then you could still buy quad core i5's without hyperthreading.

  13. Re:Need to impose penalties for poor products by telchine · · Score: 1

    There needs to be serious penalties for companies that create poor products with serious defects. These flawed processors certainly qualify as inferior products.

    You work for AMD, right? :D

  14. Re:Should have went with AMD by sqorbit · · Score: 2

    AMD: The Quality Goes In Before the Name Goes On.

    See earlier comment about how AMD has a very similar bug.

    --
    Sent from my TARDIS
  15. Re: As well as what? by Anonymous Coward · · Score: 2, Interesting

    different AC, but regardless you are wrong he is right. all of the CPU's can be fixed/updated via microcode, however for some models that haven't had publicly available fixes published you have to go to your vendor and ask them for it. that doesn't mean it requires them to do it, but they are the only ones that will currently have the updates.

  16. Yet the hackers manage it? by Anonymous Coward · · Score: 1

    Oh fuck off, Intel make billions, they should be able to test it properly if the hackers that hack it can find these flaws.

    At the very minimum they could put a bounty out!

    YOU obviously have no idea how to do anything but make excuses for sloppy work.

  17. Re:EASY way to block it (via good routers) by slashdot_commentator · · Score: 1

    I only allow 80, 8080 & 443 in/out here

    Awww, how cute.

    Did it occur to you that if a hacker is able to modify the IME system, that he can direct the packets to use port numbers other than 16992-16995? 443 would be my goto port.

    --
    There is no America. There is no democracy. There is only IBM and AT&T and DuPont, Dow, General Electric, and Exxon
  18. Re:Zen for the win! by Anonymous Coward · · Score: 1

    ...NO CARRIER ?

  19. I've lost faith in Intel by leptechie · · Score: 1
    Always interested in the history of computing, I bought Andy Grove's "Only the Paranoid Survive", and was immediately intrigued by chapter one dealing with the Pentium Bug.

    I never made it to chapter two. Every focus was on controlling message and image. No acknowledgement this directly affected customers, no outreach, no mitigations. Much anger at people communicating a flaw in the product, and defying Intel's response plan and schedule.

    Seeing these reports of the response doesn't fix my impression.

  20. Re:Should have went with AMD by Rockoon · · Score: 1

    AMD's very similar bug is suggested to only occur with over-clocking. YMMV.

    Consider though that if you take Intels updated Microcode you will lose the ability to do base frequency over-clocking entirely on non-K processors whereas before using Intels update you still could on some skylake and ivy models.

    So yeah... you get the chance to patch the microcode... but it may be doing things you dont want it to do...

    --
    "His name was James Damore."
  21. Re: Need to impose penalties for poor products by X3J11 · · Score: 1

    Untrue. VME was broken on Ryzen at launch. Fixed with a microcode update.

  22. This probably does not bode well... by tomxor · · Score: 1

    for future intel chips, the microcode is expanding in size at a rapid rate as Intel adds more advanced ISA features, that's now the primary focus since there is not much to be gained from physical improvements.

  23. F00F, FDIV, and friends by thegreatbob · · Score: 1

    Does this one get a nifty name?

    --
    There is no XUL, only WebExtensions...
  24. Re: Need to impose penalties for poor products by douglas.w.goodall300 · · Score: 1

    Very funny