Re: [PATCH] Add linuxefi module

2014-01-20 Thread SevenBits
On Monday, January 20, 2014, Lubomir Rintel wrote: > From: Matthew Garrett > > This adds linuxefi module that provides a way to load Linux kernel and RAM > disk > image via EFI services with linuxefi and initrdefi commands, analogous to > linux > and initrd commands. Why? What's wrong with the

[PATCH] Add linuxefi module

2014-01-20 Thread Lubomir Rintel
From: Matthew Garrett This adds linuxefi module that provides a way to load Linux kernel and RAM disk image via EFI services with linuxefi and initrdefi commands, analogous to linux and initrd commands. [lkund...@v3.sk: Clarify the commit message] [lkund...@v3.sk: Add Changelog] --- Hi, this is

[PATCH] add a exit condition even for no stop case

2014-01-20 Thread Paulo Flabiano Smorigo
Hi all, As I said in the my last email, I'm running tests in a network with heavy traffic, like, over 150 arp requests comming every second. Under these condition, I found an issue in the receive_packets function. On line 1456 of net/net.c there is a while (1) that only exits if there is a stop c

[PATCH] increase network try interval gradually

2014-01-20 Thread Paulo Flabiano Smorigo
Hi all, This patch changes GRUB net interval gradually over time to avoid timeout problems. I'm currently doing tests in a network with heavy traffic. In this network GRUB fails with the original timeout value. --- grub-core/net/arp.c | 3 ++- grub-core/net/icmp6.c | 3 ++- grub-core/net/net.c