Re: [PATCH 10/14] dns: poll card between each dns request

2016-02-23 Thread Andrei Borzenkov
24.02.2016 01:02, Josef Bacik пишет: > On 02/15/2016 01:45 AM, Andrei Borzenkov wrote: >> On Thu, Feb 11, 2016 at 12:21 AM, Josef Bacik wrote: >>> If we have dns servers that we prefer to get records from we'll >>> send a >>> packet and immediately check data.naddresses to see if we got a >>>

Re: [PATCH 10/14] dns: poll card between each dns request

2016-02-23 Thread Josef Bacik
On 02/15/2016 01:45 AM, Andrei Borzenkov wrote: On Thu, Feb 11, 2016 at 12:21 AM, Josef Bacik wrote: If we have dns servers that we prefer to get records from we'll send a packet and immediately check data.naddresses to see if we got a response. If we didn't we'll then send a request for

Re: [PATCH] U-Boot self-relocatable images

2016-02-23 Thread Vladimir 'phcoder' Serbinenko
Le 23 févr. 2016 18:33, "Andrei Borzenkov" a écrit : > > 23.02.2016 13:35, Vladimir 'φ-coder/phcoder' Serbinenko пишет: > > Currently to compile arm-uboot port for a different platform you need to > > relink it at new address with modifying source code. This set of patches > > changes to U-boot in

Re: multiboot_mmap_entry.zero isn't zero

2016-02-23 Thread Wink Saville
Thanks! On Mon, Feb 22, 2016 at 10:14 PM, Andrei Borzenkov wrote: > 14.02.2016 14:24, Wink Saville пишет: >> I'm using multiboot2 and I see a zero field in grub/include/multiboot2.h: >> >> struct multiboot_mmap_entry >> { >> multiboot_uint64_t addr; >> multiboot_uint64_t len; >> #define MULTI

Re: [PATCH] U-Boot self-relocatable images

2016-02-23 Thread Andrei Borzenkov
23.02.2016 13:35, Vladimir 'φ-coder/phcoder' Serbinenko пишет: > Currently to compile arm-uboot port for a different platform you need to > relink it at new address with modifying source code. This set of patches > changes to U-boot in-place loading and images that relocate themselves. > I'd be int

Re: [PATCH] arm64: xen_boot: Fix xen boot using Grub on AARCH64

2016-02-23 Thread Fu Wei
Hi Ian On 23 February 2016 at 18:00, Ian Campbell wrote: > On Mon, 2016-02-22 at 17:29 +0800, Fu Wei wrote: >> Hi Julien, >> >> On 20 February 2016 at 00:28, Julien Grall >> wrote: >> > Xen is currently crashing because of malformed compatible property for >> > the boot module. This is because t

[PATCH] U-Boot self-relocatable images

2016-02-23 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Currently to compile arm-uboot port for a different platform you need to relink it at new address with modifying source code. This set of patches changes to U-boot in-place loading and images that relocate themselves. I'd be interested in opinion of ARM guys From 80f8cfe29ace49167c1ad6439ddd15519b0

Re: [PATCH] arm64: xen_boot: Fix xen boot using Grub on AARCH64

2016-02-23 Thread Ian Campbell
On Mon, 2016-02-22 at 17:29 +0800, Fu Wei wrote: > Hi Julien, > > On 20 February 2016 at 00:28, Julien Grall > wrote: > > Xen is currently crashing because of malformed compatible property for > > the boot module. This is because the property string is not > > null-terminated as requested by the