Re: [PATCH v7 00/11] grub-xen: support booting huge pv-domains

2016-03-29 Thread Juergen Gross
On 03/03/16 10:38, Juergen Gross wrote: > The Xen hypervisor supports starting a dom0 with large memory (up to > the TB range) by not including the initrd and p2m list in the initial > kernel mapping. Especially the p2m list can grow larger than the > available virtual space in the initial mapping.

Re: [PATCH v7 00/11] grub-xen: support booting huge pv-domains

2016-03-29 Thread Daniel Kiper
On Tue, Mar 29, 2016 at 11:52:52AM +0200, Juergen Gross wrote: > On 03/03/16 10:38, Juergen Gross wrote: > > The Xen hypervisor supports starting a dom0 with large memory (up to > > the TB range) by not including the initrd and p2m list in the initial > > kernel mapping. Especially the p2m list can

[PATCH] verify: search keyid in hashed signature subpackets

2016-03-29 Thread Ignat Korchagin
Currently GRUB2 verify logic searches PGP keyid only in unhashed subpackets of PGP signature packet. As a result, signatures generated with GoLang openpgp package (https://godoc.org/golang.org/x/crypto/openpgp) could not be verified, because this package puts keyid in hashed subpackets and GRUB

Re: [PATCH] verify: search keyid in hashed signature subpackets

2016-03-29 Thread Andrei Borzenkov
29.03.2016 22:02, Ignat Korchagin пишет: > Currently GRUB2 verify logic searches PGP keyid only in unhashed subpackets > of PGP signature packet. As a result, signatures generated with GoLang > openpgp package (https://godoc.org/golang.org/x/crypto/openpgp) could not be > verified, because this