cachepc

Prime+Probe cache-based side-channel attack on AMD SEV-SNP protected virtual machines
git clone https://git.sinitax.com/sinitax/cachepc
Log | Files | Refs | Submodules | README | sfeed.txt

commit 7eed418586797f379093a7073ead428ed7a5caea
parent f027251bdf2a8f85a5fa44639a2f709d59bc51b2
Author: Louis Burda <quent.burda@gmail.com>
Date:   Tue,  7 Feb 2023 09:37:55 -0600

Add perf-based test for irqs interrupting prime-probe in test/eviction

Diffstat:
Atest/irqtest | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/test/irqtest b/test/irqtest @@ -0,0 +1,5 @@ +#!/bin/sh + +# no strong correlation between irqs serviced and extra evictions in basic test + +sudo ./linux/tools/perf/perf stat -C2 -A -e "irq_vectors:*" ./test/eviction