Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ahoi-attacks/heckler
Browse files Browse the repository at this point in the history
  • Loading branch information
abertschi committed Apr 19, 2024
2 parents 5102644 + 6f6a4c5 commit 02f7322
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@master
- name: run ci
run: |
sudo apt install -y python3 python3-pip python3-venv
sudo apt install -y python3 python3-pip python3-venv nasm
./misc/ci.sh
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ We recommend the following additional kernel arguments.
```
GRUB_CMDLINE_LINUX_DEFAULT="transparent_hugepage=never rcupdate.rcu_cpu_stall_suppress=1 nmi_watchdog=0"
```
We ran our experiments on an AMD EPYC 9124 16-Core Processor.
### VM Image
Create an Ubuntu 22.04/23.10 image in qcow2 format. See [./run.sh](./run_vm_sudo.sh) script.
Expand Down

0 comments on commit 02f7322

Please sign in to comment.