All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Lord <lkml@rtr.ca>
To: "Ilpo Järvinen" <ilpo.jarvinen@helsinki.fi>
Cc: David Miller <davem@davemloft.net>,
	yoshfuji@linux-ipv6.org, Jeff Garzik <jeff@garzik.org>,
	rjw@sisk.pl, LKML <linux-kernel@vger.kernel.org>,
	linux-net@vger.kernel.org, Netdev <netdev@vger.kernel.org>
Subject: Re: 2.6.25-rc8: FTP transfer errors
Date: Thu, 10 Apr 2008 17:05:11 -0400	[thread overview]
Message-ID: <47FE8107.4050400@rtr.ca> (raw)
In-Reply-To: <Pine.LNX.4.64.0804101147070.24841@wrl-59.cs.helsinki.fi>

Ilpo Järvinen wrote:
> On Wed, 9 Apr 2008, Mark Lord wrote:
> 
>> David Miller wrote:
>>> From: Mark Lord <lkml@rtr.ca>
>>> Date: Wed, 09 Apr 2008 15:05:47 -0400
>>>
>>>> But it would be far more useful for whoever has been working on the
>>>> stack to suggest some possible/likely commits to look at instead.
>>> Personally all I see is that one side closes the socket before all
>>> data packets received have been read into the application, resulting
>>> in a (correct) reset going out.
>>>
>>> I can't think of any change we've made over the course of this
>>> release that would change behvaior in that area.
>>>
>>> So you will likely need to bisect.
>> ..
>>
>> Or I can ignore it, like the net developers, since I have a workaround.
>> And then we'll see what other apps are broken upon 2.6.25 final release.
>>
>> Really, folks.  Bug reports are intended to *help* the developers,
>> not something to be thrown back in their faces.
>>
>> There do seem to have been a *lot* of changes around the tcp closing/close
>> code (as I see from diff'ing 2.6.24 against latest -git).
..
> I might help if would add netdev on cc list in case you really want to 
> reac net developers, otherwise they might just end up "ignoring it"... ;-)
..

Oh.. I didn't know about that list.  How does that differ from linux-net ?
(Thanks)

> 
>> reducing the mountain of commits to a big handful or two.
> 
> Those touching fin/close are mostly whitespace/move things, so I doubt 
> that you find these useful but in case you insist, here's the list:
>
> 056834d9f6f6eaf4cc7268569e53acab957aac27 [TCP]: cleanup tcp_{in,out}put.c style
> 058dc3342b71ffb3531c4f9df7c35f943f392b8d [TCP]: reduce tcp_output's indentation levels a bit
> 490d5046930276aae50dd16942649bfc626056f7 [TCP]: Uninline tcp_set_state
> 
> In addition, there's this one (...though I have read it number of times 
> through and still cannot catch something that would cause the wrongness 
> you're seeing):
> 
> e870a8efcddaaa3da7e180b6ae21239fb96aa2bb [TCP]: Perform setting of common 
> control fields in one place
> 
> There's very little really on interesting side I can think of, mostly 
> thinks are congestion control related changes... ...maybe either one of 
> these could cause something unpleasant in some corner case:
> 
> bd515c3e48ececd774eb3128e81b669dbbd32637 [TCP]: Fix TSO deferring
> 0e3a4803aa06cd7bc2cfc1d04289df4f6027640a [TCP]: Force TSO splits to MSS boundaries
> 
> ...e.g., if the latter causes a return with zero limit under some 
> conditions, tso_fragment might generate, well, interesting packets and 
> never finish if the condition persists but.
..

That matches my own assessment there, too: lot's of whitespace changes,
and not much real code difference on most paths.  Bummer.  :)

-ml


  reply	other threads:[~2008-04-10 21:05 UTC|newest]

Thread overview: 159+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-08 23:02 [Bug #10391] 2.6.25-rc7/8: Another resume regression Rafael J. Wysocki
2008-04-09  4:49 ` Mark Lord
2008-04-09  4:56 ` 2.6.25-rc8: FTP transfer errors Mark Lord
2008-04-09 13:37   ` Mark Lord
2008-04-09 14:06     ` Regression: " Mark Lord
2008-04-09 16:46     ` Jeff Garzik
2008-04-09 17:16       ` Mark Lord
2008-04-09 17:27         ` Regression: " Mark Lord
2008-04-09 17:30         ` YOSHIFUJI Hideaki / 吉藤英明
2008-04-09 19:05           ` Mark Lord
2008-04-09 19:08             ` Jeff Garzik
2008-04-09 22:29             ` David Miller
2008-04-10  0:02               ` Mark Lord
2008-04-10  0:37                 ` Harvey Harrison
2008-04-10 13:52                   ` Gerhard Mack
2008-04-10 15:15                     ` Mark Lord
2008-04-10 15:58                       ` Gerhard Mack
2008-04-10  1:22                 ` David Miller
2008-04-10 15:07                   ` Mark Lord
2008-04-10 15:20                   ` Tilman Schmidt
2008-04-10 22:09                     ` Jesper Juhl
2008-04-10 22:46                       ` David Miller
2008-04-10 22:52                         ` Charlie Brady
2008-04-10 23:02                         ` Jesper Juhl
2008-04-10 23:05                           ` David Miller
2008-04-10 23:10                         ` vincent-perrier
2008-04-10 23:14                           ` David Miller
2008-04-10 23:32                             ` vincent-perrier
2008-04-10 23:41                               ` David Miller
2008-04-10 23:51                                 ` vincent-perrier
2008-04-10 23:39                           ` Jesper Juhl
2008-04-11  0:16                         ` Mark Lord
2008-04-11  0:24                           ` David Miller
2008-04-11  0:27                             ` Mark Lord
2008-04-11  0:39                               ` David Miller
2008-04-11  1:23                                 ` Mark Lord
2008-04-11  6:40                                   ` Ilpo Järvinen
2008-04-11 13:19                                     ` Mark Lord
2008-04-11 14:35                                       ` Evgeniy Polyakov
2008-04-11 14:59                                         ` Mark Lord
2008-04-11 15:18                                           ` Evgeniy Polyakov
2008-04-11 18:07                                             ` David Miller
2008-04-11 21:29                                               ` Evgeniy Polyakov
2008-04-12  8:44                                               ` Willy Tarreau
2008-04-12  9:49                                                 ` David Miller
2008-04-13 18:15                                                   ` Rafael J. Wysocki
2008-04-13 18:51                                                     ` Sergio Luis
2008-04-13 19:24                                                       ` Rafael J. Wysocki
2008-04-11 19:58                                           ` Valdis.Kletnieks
2008-04-11 22:16                                         ` Tilman Schmidt
2008-04-11 22:25                                           ` Evgeniy Polyakov
2008-04-11 22:27                                             ` David Miller
2008-04-11 23:23                                             ` Tilman Schmidt
2008-04-12  5:37                                               ` Evgeniy Polyakov
2008-04-12  7:06                                               ` Ilpo Järvinen
2008-04-11 22:26                                           ` David Miller
2008-04-11 19:58                                   ` Valdis.Kletnieks
2008-04-11 22:27                                     ` Tilman Schmidt
2008-04-13 18:40                                       ` Reporting bugs and bisection (was: Re: 2.6.25-rc8: FTP transfer errors) Rafael J. Wysocki
2008-04-13 18:47                                         ` Willy Tarreau
2008-04-13 19:18                                           ` Andrew Morton
2008-04-13 19:27                                             ` Rafael J. Wysocki
2008-04-13 19:47                                             ` Reporting bugs and bisection David Miller
2008-04-13 20:21                                             ` Reporting bugs and bisection (was: Re: 2.6.25-rc8: FTP transfer errors) Evgeniy Polyakov
2008-04-13 20:33                                               ` Rafael J. Wysocki
2008-04-13 20:54                                                 ` Evgeniy Polyakov
2008-04-13 22:24                                                   ` Reporting bugs and bisection Stephen Clark
2008-04-13 22:41                                                     ` Rafael J. Wysocki
2008-04-13 23:51                                                     ` david
2008-04-14  0:36                                                       ` Jakub Narebski
2008-04-14  4:39                                                       ` Willy Tarreau
2008-04-14  5:39                                                         ` Al Viro
2008-04-14  6:24                                                           ` Andrew Morton
2008-04-14  6:39                                                             ` David Miller
2008-04-14  6:43                                                               ` David Miller
2008-04-14  7:23                                                             ` Al Viro
2008-04-14  7:43                                                               ` Al Viro
2008-04-14  8:04                                                               ` Andrew Morton
2008-04-14  8:30                                                                 ` David Miller
2008-04-14  9:06                                                                   ` Christoph Hellwig
2008-04-14  9:46                                                                   ` Andi Kleen
2008-04-15  5:25                                                                     ` Bill Fink
2008-04-14 10:15                                                                   ` Andrew Morton
2008-04-14 10:41                                                                     ` David Miller
2008-04-14 17:35                                                                       ` Roman Shaposhnik
2008-04-14 12:08                                                                 ` Adrian Bunk
2008-04-14 14:43                                                                 ` Arjan van de Ven
2008-04-14 17:51                                                                   ` Andrew Morton
2008-04-14 18:24                                                                     ` Arjan van de Ven
2008-04-14 19:30                                                                     ` Ilpo Järvinen
2008-04-14 15:54                                                               ` James Morris
2008-04-14 22:01                                                                 ` David Miller
2008-04-14 23:05                                                                   ` Andrew Morton
2008-04-15  4:55                                                                     ` Willy Tarreau
2008-04-15 13:18                                                                       ` Work WAS(Re: " jamal
2008-04-15  9:33                                                                 ` David Newall
2008-04-15  9:54                                                                   ` Michael Kerrisk
2008-04-15 14:04                                                                     ` David Newall
2008-04-15 20:51                                                                       ` Rafael J. Wysocki
2008-04-16  2:34                                                                         ` David Newall
2008-04-16  3:53                                                                           ` david
2008-04-16  9:06                                                                             ` David Newall
2008-04-16 11:02                                                                               ` Andi Kleen
2008-04-16 12:41                                                                             ` Stephen Clark
2008-04-16  4:29                                                                           ` Willy Tarreau
2008-04-16 12:13                                                                             ` Rafael J. Wysocki
2008-04-16 12:15                                                                   ` Sverre Rabbelier
2008-04-16 13:26                                                                     ` Adrian Bunk
2008-04-16 19:02                                                                       ` Andrew Morton
2008-04-16 19:43                                                                         ` Sverre Rabbelier
2008-04-16 19:55                                                                         ` Adrian Bunk
2008-04-17 13:50                                                                           ` J. Bruce Fields
2008-04-17 15:26                                                                             ` Adrian Bunk
2008-04-16 19:58                                                                         ` Alexey Dobriyan
2008-04-16 20:01                                                                         ` Arjan van de Ven
2008-04-16 19:39                                                                       ` Sverre Rabbelier
2008-04-16 20:16                                                                         ` Adrian Bunk
2008-04-16 20:53                                                                           ` Adrian Bunk
2008-04-16 21:05                                                                             ` Sverre Rabbelier
2008-04-16 21:25                                                                               ` Adrian Bunk
2008-04-16 20:04                                                                       ` Willy Tarreau
2008-04-16 20:55                                                                         ` Jakub Narebski
2008-04-16 20:55                                                                           ` Jakub Narebski
2008-04-16 21:17                                                                     ` Jesper Juhl
2008-04-17 17:04                                                                       ` David Newall
2008-04-17 19:09                                                                         ` Rafael J. Wysocki
2008-04-17 19:35                                                                           ` Ray Lee
2008-04-17 19:57                                                                             ` Sverre Rabbelier
2008-04-17 20:16                                                                             ` Al Viro
2008-04-17 20:38                                                                               ` Ray Lee
2008-04-17 20:53                                                                                 ` Al Viro
2008-04-17 21:01                                                                                   ` Ray Lee
2008-04-14 19:13                                                             ` Rene Herman
2008-04-14 20:38                                                               ` Andrew Morton
2008-04-14 22:18                                                                 ` Rene Herman
2008-04-14  9:26                                                     ` Andi Kleen
2008-04-13 20:35                                               ` David Miller
2008-04-14 10:18                                             ` Reporting bugs and bisection (was: Re: 2.6.25-rc8: FTP transfer errors) Ingo Molnar
2008-04-14 10:29                                               ` Reporting bugs and bisection Andi Kleen
2008-04-13 20:10                                           ` Reporting bugs and bisection (was: Re: 2.6.25-rc8: FTP transfer errors) Adrian Bunk
2008-04-14  9:58                                           ` Reporting bugs and bisection Andi Kleen
2008-04-14 10:00                                             ` Willy Tarreau
2008-04-14 10:16                                               ` Andi Kleen
2008-04-15 21:53                                 ` about bisections (was: Re: 2.6.25-rc8: FTP transfer errors) Ingo Molnar
2008-04-15 22:30                                   ` about bisections David Miller
2008-04-15 22:48                                     ` Ingo Molnar
2008-04-11  0:56                             ` 2.6.25-rc8: FTP transfer errors Tilman Schmidt
2008-04-11  1:08                               ` David Miller
2008-04-11  0:26                           ` David Miller
2008-04-11  0:29                             ` Mark Lord
2008-04-11  2:59                               ` YOSHIFUJI Hideaki / 吉藤英明
2008-04-11  3:18                                 ` [PATCH 2.6.25] net sockets: fix timewait namespace regression Mark Lord
2008-04-11  3:51                                   ` David Miller
2008-04-11  7:50                                 ` 2.6.25-rc8: FTP transfer errors Pavel Emelyanov
2008-04-10 20:46                 ` Ilpo Järvinen
2008-04-10 21:05                   ` Mark Lord [this message]
2008-04-10 21:43                     ` Ilpo Järvinen
  -- strict thread matches above, loose matches on Subject: below --
2008-04-12  8:41 devzero
2008-04-13 20:22 ` Adrian Bunk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47FE8107.4050400@rtr.ca \
    --to=lkml@rtr.ca \
    --cc=davem@davemloft.net \
    --cc=ilpo.jarvinen@helsinki.fi \
    --cc=jeff@garzik.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-net@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=rjw@sisk.pl \
    --cc=yoshfuji@linux-ipv6.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.