Skip to content

Commit

Permalink
Extend known bugs for Cloud TW image
Browse files Browse the repository at this point in the history
  • Loading branch information
mloviska committed Aug 14, 2024
1 parent e7497c6 commit 72f3d02
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion data/journal_check/bug_refs.json
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,8 @@
"skip watchdog check": {
"description": "clocksource: Long readout interval, skipping watchdog check:.*$",
"products": {
"sle": ["15-SP6", "15-SP7"]
"sle": ["15-SP6", "15-SP7"],
"opensuse": ["Tumbleweed"]
},
"type": "ignore"
},
Expand Down Expand Up @@ -692,5 +693,26 @@
"opensuse": ["Tumbleweed"]
},
"type": "bug"
},
"boo#1227900": {
"description": "Speculative Return Stack Overflow: IBPB-extending microcode not applied!|Speculative Return Stack Overflow: WARNING: See https://kernel.org/doc/html/latest/admin-guide/hw-vuln/srso.html for mitigation options.",
"products": {
"opensuse": ["Tumbleweed"]
},
"type": "bug"
},
"boo#1227908": {
"description": "Option builtin_af_unix line \\d+ is obsolete - using /sbin/audisp-af_unix|Option builtin line \\d+ is obsolete - update it",
"products": {
"opensuse": ["Tumbleweed"]
},
"type": "bug"
},
"amd_pstate": {
"description": "amd_pstate: the _CPC object is not present in SBIOS or ACPI disabled",
"products": {
"opensuse": ["Tumbleweed"]
},
"type": "ignore"
}
}

0 comments on commit 72f3d02

Please sign in to comment.