Announcement

Collapse
No announcement yet.

Linux Kernel's BPF Fixed Up Against Spectre Vulnerability Bypass

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

  • Linux Kernel's BPF Fixed Up Against Spectre Vulnerability Bypass

    Phoronix: Linux Kernel's BPF Fixed Up Against Spectre Vulnerability Bypass

    With the latest mainline Git kernel as well as the newest stable point releases as of Wednesday, a Spectre issue with the kernel's BPF subsystem has been addressed...

    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
    How in the world did they manage to address this? They're handing control to the BPF program, thus the verifier step, so it's not like it's practical to insert fences everywhere.

    Do they turn on IBRS and just leave it on or something? Does this only work for kernel-generated BPF programs? Does the verifier attempt to anticipate potential speculation and reject programs with potential issues? (wow that's a lot of false positives)

    Comment

    Working...
    X