Commit 648d4f0
committed
fix(aarch64): disable CONFIG_ARM64_ERRATUM_3194386 option
Disable CONFIG_ARM64_ERRATUM_3194386 option in the guest
kernels for aarch64. It is enabled by default
and makes `ssbs` feature to not be user space visible. This breaks
out integration tests.
This option is only indented for `Cortex-X4` and
`Neoverse-V3` cpus which we are not using, so disabling it
is safe.
Signed-off-by: Egor Lazarchuk <[email protected]>1 parent fcdfaeb commit 648d4f0
File tree
1 file changed
+24
-0
lines changed- resources/guest_configs/patches
1 file changed
+24
-0
lines changedLines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
0 commit comments