SHA256
1
0
forked from pool/tboot
tboot/tboot-grub2-fix-xen-submenu-name.patch
Matthias Gerstner 1c971e8e8b - add tboot.rpmlintrc: suppress warning about missing %check section. There's
no testsuite for tboot.
- mark grub.d snippets as %config (noreplace) to satisfy rpmlint warning
  (the grub2 package itself marks its snippets this way, so it seems to be
  common standard to do so).
- update to v1.11.4:
  * v1.11.4
    Increase the TBOOT log size from 32 KB to 64 KB. For some Intel server
    platforms, it was noticed that TBOOT_SERIAL_LOG memory section was too
    small to hold all of the print logs, produced by TBOOT. Due to this
    reason TBOOT log section memory size had to be increase to 64KB.
  * v1.11.3
    Fix the hanging TBOOT issue, which appeared during the RLPs wakeup process
    on the Intel's multisocket platform. This problem appeared during the AP
    stacks allocations for these RLPs. TBOOT allocated memory for them depending
    on the woken-up CPUs X2 APIC values. When some of them exceeded the NR_CPUS (1024),
    then the RLP wakeup process execution halted. For the current moment,
    the maximal X2 APID value was increased from 1024 to 8192. This kind of
    solution fixed the given problem.
  * v1.11.2
    Fix the RAM memory allocation algorithm for the initrd.

OBS-URL: https://build.opensuse.org/package/show/security/tboot?expand=0&rev=115
2024-06-17 13:15:36 +00:00

20 lines
826 B
Diff

From: Michael Chang <mchang@suse.com>
Subject: fix xen submenu name to show tboot version
References: bnc#865815
Patch-Mainline: no
Index: tboot-1.11.4/tboot/20_linux_xen_tboot
===================================================================
--- tboot-1.11.4.orig/tboot/20_linux_xen_tboot
+++ tboot-1.11.4/tboot/20_linux_xen_tboot
@@ -246,7 +246,7 @@ while [ "x${xen_list}" != "x" ] ; do
rel_tboot_dirname=`make_system_path_relative_to_its_root $tboot_dirname`
tboot_version="1.11.4"
list="${linux_list}"
- echo "submenu \"Xen ${xen_version}\" \"Tboot ${tboot_version}\"{"
+ echo "submenu \"Xen ${xen_version} with Tboot ${tboot_version}\"{"
while [ "x$list" != "x" ] ; do
linux=`version_find_latest $list`
echo "Found linux image: $linux" >&2