Re: [PATCH v2 1/6] gitignore: Ignore *.orig, *.rej and *.swp files

2015-08-12 Thread Ian Campbell
(Having written the below I see too late that this is a grub patch not a Xen one, a tag in the subject for such cross posted patches would be useful please. Anyway, my opinion counts for very little in this context but I leave it below since already I wrote it. I notice that xen.git#.gitignore _do

[PATCH] tcp: ack when we get an OOO/lost packet

2015-08-12 Thread Josef Bacik
While adding tcp window scaling support I was finding that I'd get some packet loss or reordering when transferring from large distances and grub would just timeout. This is because we weren't ack'ing when we got our OOO packet, so the sender didn't know it needed to retransmit anything, so eventu

[PATCH] progress: Check for NULL filename

2015-08-12 Thread dann frazier
Avoid a NULL pointer dereference if the upper fs layer hasn't set the file->name field. Files opened through the grub_net_fs interface currently do not have this field set (though perhaps they should?). Signed-off-by: dann frazier --- grub-core/lib/progress.c | 3 +-- 1 file changed, 1 insertion

[PATCH] tcp: add window scaling support

2015-08-12 Thread Josef Bacik
Sometimes we have to provision boxes across regions, such as California to Sweden. The http server has a 10 minute timeout, so if we can't get our 250mb image transferred fast enough our provisioning fails, which is not ideal. So add tcp window scaling on open connections and set the window size

Bug with the locale path

2015-08-12 Thread Goofy
Hello, i play around with the grub 2.02~Beta2 and i think there is a litte bug ? i configure the paket with the following line ./configure --prefix= --datarootdir=/usr/share --localedir=/usr/share/locale but if i want to install grub with # grub-install /dev/sda Installing for i386-pc platfo