Re: [tboot-devel] tboot 1.8.2 released

2014-07-29 Thread Marcus Meissner
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 > >

Re: [tboot-devel] tboot 1.8.2 released

2014-07-31 Thread Marcus Meissner
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

[tboot-devel] suse patches for tboot

2016-05-19 Thread Marcus Meissner
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

[tboot-devel] gcc7 patch

2017-06-04 Thread Marcus Meissner
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

[tboot-devel] reproducible build patch

2017-06-04 Thread Marcus Meissner
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

[tboot-devel] gcc7 fix

2017-06-11 Thread Marcus Meissner
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