Announcement

Collapse
No announcement yet.

Linux Will End Up Disabling x86 PTI For AMD Processors - Update: Now Disabled

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #11
    You're right. I hope the amd exception gets merged before distros pick up the fix, it would be an unnecessary pain otherwise...

    Comment


    • #12
      They should not toggle the patch based on the vendor string. Let's not forget the 3DNow fiasco, shall we? There has to be a proper blacklist of affected products.

      Comment


      • #13
        Originally posted by Inopia View Post
        So...

        Does it affect gaming performance?
        I would also really like to know if it affects game performance, Michael, please test some big well known titles.

        Comment


        • #14
          How can I find out if my CPU is affected?

          Comment


          • #15
            Where I can find a tool to tell me if my CPU is affected?

            Comment


            • #16
              Does this mean that any hyper-visor running on the bugged Intel h/w is going to be affected? Meaning, without the patch, the vulnerability exists - with the patch, there will be reduced performance?

              Comment


              • #17
                Originally posted by gutigone View Post

                I would also really like to know if it affects game performance, Michael, please test some big well known titles.
                Already have some tests running with the Steam Linux games... On those two systems with the Xonotic/Tesseract type open-source titles, no impact.
                Michael Larabel
                https://www.michaellarabel.com/

                Comment


                • #18
                  Michael Why aren't you using the pti/nopti kernel commandline switch to rule out differences by any other changes?

                  Comment


                  • #19
                    Originally posted by mhalano View Post
                    How can I find out if my CPU is affected?
                    Originally posted by mhalano View Post
                    Where I can find a tool to tell me if my CPU is affected?
                    Code:
                    grep -i intel /proc/cpuinfo && echo "FSCK I am affected"

                    Comment


                    • #20
                      Originally posted by StefanBruens View Post
                      Michael Why aren't you using the pti/nopti kernel commandline switch to rule out differences by any other changes?
                      Good point, I was gearing my ryzen system up to see the impact on a large matlab model. ill make use of that rather than comparing 4.14 to 4.15

                      Comment

                      Working...
                      X