Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Vulnerability analysis

The current driver never went through any sort of analysis of possible security vulnerabilities. We need to evaluate and solve all issues.

Goal: Evaluate and report possible driver vulnerabilities and solve them.

Misc

  • Evaluate all DPCs and interrupt handlers. We want to make sure each DPC and interrupt handle is efficient.

    • See example issue

      Jira Legacy
      serverSystem JIRA
      serverId59107c6f-1e52-32bc-b58f-400d54bba998
      keyWPERF-451
      where we use few events to count. We want to make sure all interrupts are being handled so that user space can collect from driver accurate sapling data.

  • Evaluate changes done in https://gitlab.com/Linaro/WindowsPerf/windowsperf/-/tree/beta?ref_type=heads.

    • Add testing when one or more GPCs are not available.

  • TBD