Announcement

Collapse
No announcement yet.

AMD Branch Sampling Support Being Worked On For Linux

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

  • AMD Branch Sampling Support Being Worked On For Linux

    Phoronix: AMD Branch Sampling Support Being Worked On For Linux

    A new kernel patch series was posted this morning working on AMD Branch Sampling "BRS" support...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    So, another source of data for side-channel attacks?

    Comment


    • #3
      Originally posted by Zgembo View Post
      So, another source of data for side-channel attacks?
      No. This will probably be privileged and seems to really just be exporting the data the branch predictor collects. (vs Spectre v2, which poisons the BP to manipulate speculative threads)

      And I'm guessing it only works if the branches are actually taken (vs retpoline, which removes them in cases where it's used instead of IBPB).

      Comment


      • #4
        Nice, it means reverse debugging can be better and faster

        Comment

        Working...
        X