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
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
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
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