Re: [GRUB PARTUUID PATCH V3 5/5] Harmonize patches

2017-02-27 Thread Andrei Borzenkov
27.02.2017 03:34, Vladimir 'phcoder' Serbinenko пишет: >>if (state[6].set) >> { >>char *partuuid = NULL; /* NULL to silence a spurious GCC warning */ >> - /* Nested partitions are not supported for now. */ >> - /* Non-nested partitions must have dev->disk->partition->pare

Re: [GRUB PARTUUID PATCH V3 5/5] Harmonize patches

2017-02-26 Thread Vladimir 'phcoder' Serbinenko
On Sun, Feb 26, 2017, 16:23 Nicholas Vinson wrote: > Optional patch. The goal is to make sure the probe command used in both > the grub core and the Linux userland use similar methods to read the > partition GUIDs. The patch also updates include/grub/gpt_partition.h so > the GUID type struct ca

[GRUB PARTUUID PATCH V3 5/5] Harmonize patches

2017-02-26 Thread Nicholas Vinson
Optional patch. The goal is to make sure the probe command used in both the grub core and the Linux userland use similar methods to read the partition GUIDs. The patch also updates include/grub/gpt_partition.h so the GUID type struct can be used for both the type GUID and the partition GUID witho