- Fix the issue causing tboot to hang during waking up processors from
txt sleep on DMR simics
- add .gpg signature and tboot.keyring
- tboot-cet.patch: add a missing ENDBR64 instruction when kernel is
using CET (bsc#1246573)
OBS-URL: https://build.opensuse.org/package/show/security/tboot?expand=0&rev=125
13 lines
305 B
Diff
13 lines
305 B
Diff
Index: tboot-1.11.10/tboot/common/shutdown.S
|
|
===================================================================
|
|
--- tboot-1.11.10.orig/tboot/common/shutdown.S
|
|
+++ tboot-1.11.10/tboot/common/shutdown.S
|
|
@@ -116,6 +116,7 @@ shutdown_entry32:
|
|
*/
|
|
ENTRY(shutdown_entry)
|
|
.code64
|
|
+ endbr64
|
|
cli
|
|
wbinvd
|
|
|