[PATCH REBASED] net: reset nb->data per dns record lookup loop

2015-11-24 Thread Josef Bacik
We were resetting nb->data every time we tried a new server, but we need to do it every time we try for a different record, otherwise we don't end up falling back to the A record properly. Thanks, Signed-off-by: Josef Bacik --- -This is a rebase onto this mornings master. grub-core/net/dns.c |

Re: [PATCH REBASED] net: reset nb->data per dns record lookup loop

2015-11-24 Thread Andrei Borzenkov
24.11.2015 20:41, Josef Bacik пишет: > We were resetting nb->data every time we tried a new server, but we need to do > it every time we try for a different record, otherwise we don't end up falling > back to the A record properly. Thanks, > Applied. Thanks! > Signed-off-by: Josef Bacik > ---

Re: Grub get and set efi variables

2015-11-24 Thread Mat Troi
For a specific project implementation, I need to be able to write and read one EFI variable during boot only. So I have written a grub command to do just that. But the issue is with setting these attributes to the variable (GRUB_EFI_VARIABLE_NON_VOLATILE, GRUB_EFI_VARIABLE_BOOTSERVICE_ACCESS), I

Re: Grub get and set efi variables

2015-11-24 Thread Seth Goldberg
That sounds like a firmware implementation bug, unfortunately. I've seen it be hit or miss setting boot service only variables on some platforms. --S > On Nov 24, 2015, at 11:23 AM, Mat Troi wrote: > > For a specific project implementation, I need to be able to write and read > one EFI