* Network stack status & bugs? @ 2020-06-15 9:51 Faidon Liambotis 2020-10-27 21:17 ` Daniel Kiper 0 siblings, 1 reply; 5+ messages in thread From: Faidon Liambotis @ 2020-06-15 9:51 UTC (permalink / raw) To: grub-devel Hi all, Around a year ago, in my attempts to use GRUB for PXE, I ran into quite a few bugs with GRUB's TCP, DNS and HTTP stack that prevented me from using GRUB for that purpose. I tried my best to troubleshoot them and provide ways to reproduce them. I posted my findings in Savannah: - https://savannah.gnu.org/bugs/?56391 TCP FSM bug(s) - https://savannah.gnu.org/bugs/?56390 Non-dual-stack aware DNS - https://savannah.gnu.org/bugs/?49531 HTTP Connection: close I haven't seen any activity in these for over a year, but that does not seem to be unusual for bugs reported to Savannah in general(?). However, from what I can tell, this mailing list seems to be getting a lot of activity and lots of progress being made (including recent e.g. the recent UEFI IPv6 improvements, yay!). So, I'm giving this a go instead in the hopes to surface those to the attention of more knowledgeable folks :) Thanks! Faidon ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Network stack status & bugs? 2020-06-15 9:51 Network stack status & bugs? Faidon Liambotis @ 2020-10-27 21:17 ` Daniel Kiper 2020-10-29 1:34 ` Faidon Liambotis 0 siblings, 1 reply; 5+ messages in thread From: Daniel Kiper @ 2020-10-27 21:17 UTC (permalink / raw) To: Faidon Liambotis; +Cc: grub-devel Hi Faidon, First of all, sorry for late reply... On Mon, Jun 15, 2020 at 12:51:29PM +0300, Faidon Liambotis wrote: > Hi all, > > Around a year ago, in my attempts to use GRUB for PXE, I ran into quite > a few bugs with GRUB's TCP, DNS and HTTP stack that prevented me from > using GRUB for that purpose. > > I tried my best to troubleshoot them and provide ways to reproduce them. > I posted my findings in Savannah: > - https://savannah.gnu.org/bugs/?56391 TCP FSM bug(s) > - https://savannah.gnu.org/bugs/?56390 Non-dual-stack aware DNS > - https://savannah.gnu.org/bugs/?49531 HTTP Connection: close > > I haven't seen any activity in these for over a year, but that does not > seem to be unusual for bugs reported to Savannah in general(?). > > However, from what I can tell, this mailing list seems to be getting a > lot of activity and lots of progress being made (including recent e.g. > the recent UEFI IPv6 improvements, yay!). So, I'm giving this a go > instead in the hopes to surface those to the attention of more > knowledgeable folks :) May I ask you to retest the latest upstream version from git master? I think we should fix at least some of theses issues for upcoming 2.06 release. Daniel ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Network stack status & bugs? 2020-10-27 21:17 ` Daniel Kiper @ 2020-10-29 1:34 ` Faidon Liambotis 2020-11-16 21:04 ` Faidon Liambotis 0 siblings, 1 reply; 5+ messages in thread From: Faidon Liambotis @ 2020-10-29 1:34 UTC (permalink / raw) To: Daniel Kiper; +Cc: grub-devel Hi Daniel, On Tue, Oct 27, 2020 at 10:17:06PM +0100, Daniel Kiper wrote: > On Mon, Jun 15, 2020 at 12:51:29PM +0300, Faidon Liambotis wrote: > > Around a year ago, in my attempts to use GRUB for PXE, I ran into quite > > a few bugs with GRUB's TCP, DNS and HTTP stack that prevented me from > > using GRUB for that purpose. > > > > I tried my best to troubleshoot them and provide ways to reproduce them. > > I posted my findings in Savannah: > > - https://savannah.gnu.org/bugs/?56391 TCP FSM bug(s) > > - https://savannah.gnu.org/bugs/?56390 Non-dual-stack aware DNS > > - https://savannah.gnu.org/bugs/?49531 HTTP Connection: close > > > > I haven't seen any activity in these for over a year, but that does not > > seem to be unusual for bugs reported to Savannah in general(?). > > > > However, from what I can tell, this mailing list seems to be getting a > > lot of activity and lots of progress being made (including recent e.g. > > the recent UEFI IPv6 improvements, yay!). So, I'm giving this a go > > instead in the hopes to surface those to the attention of more > > knowledgeable folks :) > > May I ask you to retest the latest upstream version from git master? I think > we should fix at least some of theses issues for upcoming 2.06 release. I can confirm that all three of those bugs are still present in current tip (2df291226). Happy to help test any patches! Regards, Faidon ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Network stack status & bugs? 2020-10-29 1:34 ` Faidon Liambotis @ 2020-11-16 21:04 ` Faidon Liambotis 2020-11-18 14:53 ` Daniel Kiper 0 siblings, 1 reply; 5+ messages in thread From: Faidon Liambotis @ 2020-11-16 21:04 UTC (permalink / raw) To: Daniel Kiper; +Cc: grub-devel Hey Daniel & team, On Thu, Oct 29, 2020 at 03:34:20AM +0200, Faidon Liambotis wrote: > On Tue, Oct 27, 2020 at 10:17:06PM +0100, Daniel Kiper wrote: > > On Mon, Jun 15, 2020 at 12:51:29PM +0300, Faidon Liambotis wrote: > > > Around a year ago, in my attempts to use GRUB for PXE, I ran into quite > > > a few bugs with GRUB's TCP, DNS and HTTP stack that prevented me from > > > using GRUB for that purpose. > > > > > > I tried my best to troubleshoot them and provide ways to reproduce them. > > > I posted my findings in Savannah: > > > - https://savannah.gnu.org/bugs/?56391 TCP FSM bug(s) > > > - https://savannah.gnu.org/bugs/?56390 Non-dual-stack aware DNS > > > - https://savannah.gnu.org/bugs/?49531 HTTP Connection: close > > > > > > I haven't seen any activity in these for over a year, but that does not > > > seem to be unusual for bugs reported to Savannah in general(?). > > > > > > However, from what I can tell, this mailing list seems to be getting a > > > lot of activity and lots of progress being made (including recent e.g. > > > the recent UEFI IPv6 improvements, yay!). So, I'm giving this a go > > > instead in the hopes to surface those to the attention of more > > > knowledgeable folks :) > > > > May I ask you to retest the latest upstream version from git master? I think > > we should fix at least some of theses issues for upcoming 2.06 release. > > I can confirm that all three of those bugs are still present in current > tip (2df291226). Happy to help test any patches! Bumping this wondering if there are any news or plans at this point :) I watched Michał Żygowski's presentation last week at the GRUB mini-summit with interest, and noticed your comments there as well -- possibly referring to some of these bugs above? Best, Faidon ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Network stack status & bugs? 2020-11-16 21:04 ` Faidon Liambotis @ 2020-11-18 14:53 ` Daniel Kiper 0 siblings, 0 replies; 5+ messages in thread From: Daniel Kiper @ 2020-11-18 14:53 UTC (permalink / raw) To: Faidon Liambotis; +Cc: grub-devel Hey Faidon, On Mon, Nov 16, 2020 at 11:04:37PM +0200, Faidon Liambotis wrote: > Hey Daniel & team, > > On Thu, Oct 29, 2020 at 03:34:20AM +0200, Faidon Liambotis wrote: > > On Tue, Oct 27, 2020 at 10:17:06PM +0100, Daniel Kiper wrote: > > > On Mon, Jun 15, 2020 at 12:51:29PM +0300, Faidon Liambotis wrote: > > > > Around a year ago, in my attempts to use GRUB for PXE, I ran into quite > > > > a few bugs with GRUB's TCP, DNS and HTTP stack that prevented me from > > > > using GRUB for that purpose. > > > > > > > > I tried my best to troubleshoot them and provide ways to reproduce them. > > > > I posted my findings in Savannah: > > > > - https://savannah.gnu.org/bugs/?56391 TCP FSM bug(s) > > > > - https://savannah.gnu.org/bugs/?56390 Non-dual-stack aware DNS > > > > - https://savannah.gnu.org/bugs/?49531 HTTP Connection: close > > > > > > > > I haven't seen any activity in these for over a year, but that does not > > > > seem to be unusual for bugs reported to Savannah in general(?). > > > > > > > > However, from what I can tell, this mailing list seems to be getting a > > > > lot of activity and lots of progress being made (including recent e.g. > > > > the recent UEFI IPv6 improvements, yay!). So, I'm giving this a go > > > > instead in the hopes to surface those to the attention of more > > > > knowledgeable folks :) > > > > > > May I ask you to retest the latest upstream version from git master? I think > > > we should fix at least some of theses issues for upcoming 2.06 release. > > > > I can confirm that all three of those bugs are still present in current > > tip (2df291226). Happy to help test any patches! > > Bumping this wondering if there are any news or plans at this point :) I > watched Michał Żygowski's presentation last week at the GRUB mini-summit > with interest, and noticed your comments there as well -- possibly > referring to some of these bugs above? Yeah, I was going to reply to your email a few days ago but simply forgot about it. Sorry about that. Anyway, we glanced through the bugs and all of them require too much changes to be done before 2.06 release (we are at freeze right now). However, I hope that we will be able to fix at least some of them after the release. If you know somebody who may help with this work that would be perfect. Daniel ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-11-18 14:54 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2020-06-15 9:51 Network stack status & bugs? Faidon Liambotis 2020-10-27 21:17 ` Daniel Kiper 2020-10-29 1:34 ` Faidon Liambotis 2020-11-16 21:04 ` Faidon Liambotis 2020-11-18 14:53 ` Daniel Kiper
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.