Commit f65f4b4
committed
fix(test): Remove flush_l1d from host-guest feature diff on ubuntu
Linux kernel v6.4+ passes through the "l1d_flush" CPUID bit to guests.
While our ubuntu host kernel is 6.8 that has the change, the latest
Amazon Linux 2 and Amazon Linux 2023 haven't.
Fixes: 4e014a1 ("test(x86_64): add host vs guest cpu feature test")
Signed-off-by: Takahiro Itazuri <[email protected]>1 parent 7add1bc commit f65f4b4
File tree
1 file changed
+8
-1
lines changed- tests/integration_tests/functional
1 file changed
+8
-1
lines changedLines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
346 | | - | |
| 346 | + | |
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
| |||
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
395 | 402 | | |
396 | 403 | | |
397 | 404 | | |
| |||
0 commit comments