Hi,
Was there a CVE assigned for this issue?
Which tboot versions were affected?
Ciao, Marcus
On Mon, Jul 28, 2014 at 04:02:10PM +, Wei, Gang wrote:
> I would like to thank security researcher James Blake for reporting this
> security issue and working with us to correct it.
>
> Jimmy
>
>
Hi,
CVE-2014-5118 was assigned by Mitre to this issue.
Ciao, Marcus
On Tue, Jul 29, 2014 at 09:02:40AM +, Wei, Gang wrote:
> On Jul 29, 2014 16:36, Marcus Meissner wrote:
> > Hi,
> >
> > Was there a CVE assigned for this issue?
>
> No.
>
> > Which tb
Hi,
I have some SUSE specific patches for tboot.
Attached.
tboot-grub2-suse.patch:
Allow to use /usr/share/grub2/grub-mkconfig_lib
tboot-grub2-fix-xen-submenu-name.patch:
Have the tboot version in the menu name
tboot-grub2-fix-menu-in-xen-host-server.patch
When system
Hi,
The tboot build has some warnings in gcc7.
gcc7 warnings now warns about "undeclared" fallthroughs in switches.
it also sees more uninitialized usage of memory.
I fixed both in attached patch.
Ciao, Marcus
--
Marcus Meissner,SUSE LINUX GmbH; Maxfeldstrasse 5; D-90409 Nuernberg
Hi,
Bernhard Wiedemann of SUSE currently is fixing various reproducible build issues
throughout SUSE.
The -n option for gzip suppresses storing a timestamp during compression,
this would change in builds usually and make it non-reproducible.
Ciao, Marcus
--
Marcus Meissner,SUSE LINUX GmbH
Hi,
This patch adds some generic FALLTHROUGH notations to avoid warnings appearing
on gcc7. It also initialized some structures completely to avoid uninitialized
warnings.
Signed-off-by: Marcus Meissner
Ciao, Marcus
Index: tboot-1.9.5/tboot/common/tboot.c