We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b24f3f9 commit 3f760b3Copy full SHA for 3f760b3
e2e/openssl/openssl_test.go
@@ -345,7 +345,9 @@ func TestOpenSSL(t *testing.T) {
345
"couldn't mount as ext2 due to feature incompatibilities",
346
// This started showing after upgrading the kernel from 6.12 to 6.16.
347
"tdx: VMM did not configure X2APIC_IDs properly",
348
- // TODO(charludo): find out why this happens
+ // When both "quiet" and "systemd.show_status=false" are set in the commandline
349
+ // (e.g. default kata commandline), MCE can't enable its logger.
350
+ // See https://www.firstfloor.org/~andi/mce.pdf for details on MCE.
351
"mce: Unable to init MCE device (rc: -5)",
352
}
353
for line := range strings.SplitSeq(dmesgOutput, "\n") {
0 commit comments