mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* commit 64ff3b938ec6782e6585a83d5459b98b0c3f6eb8 breaks rlogin
@ 2009-02-05 14:41 Jeff Chua
  2009-02-05 23:29 ` David Miller
  2009-02-06  3:10 ` Herbert Xu
  0 siblings, 2 replies; 26+ messages in thread
From: Jeff Chua @ 2009-02-05 14:41 UTC (permalink / raw)
  To: herbert, David Miller, Rafael J. Wysocki, Linus Torvalds, lkml

The following commit breaks "rlogin". Symptom is the terminal just
hangs before login to the remote machine. No error, just the cursor
never come back. "~." or type "exit" will exit from remote session.
Only happens "sometimes". Happens more often if you try many times.

I've reverted the commit, and rlogin works now.

Thanks,
Jeff.



commit 64ff3b938ec6782e6585a83d5459b98b0c3f6eb8
Author: Herbert Xu <herbert@gondor.apana.org.au>
Date:   Thu Dec 25 17:12:58 2008 -0800

    tcp: Always set urgent pointer if it's beyond snd_nxt

    Our TCP stack does not set the urgent flag if the urgent pointer
    does not fit in 16 bits, i.e., if it is more than 64K from the
    sequence number of a packet.

    This behaviour is different from the BSDs, and clearly contradicts
    the purpose of urgent mode, which is to send the notification
    (though not necessarily the associated data) as soon as possible.
    Our current behaviour may in fact delay the urgent notification
    indefinitely if the receiver window does not open up.

    Simply matching BSD however may break legacy applications which
    incorrectly rely on the out-of-band delivery of urgent data, and
    conversely the in-band delivery of non-urgent data.

^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2009-02-24  8:01 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-05 14:41 commit 64ff3b938ec6782e6585a83d5459b98b0c3f6eb8 breaks rlogin Jeff Chua
2009-02-05 23:29 ` David Miller
2009-02-05 23:32   ` Linus Torvalds
2009-02-05 23:38     ` David Miller
2009-02-05 23:52     ` Herbert Xu
2009-02-06  3:10 ` Herbert Xu
2009-02-06  5:39   ` Jeff Chua
2009-02-06  5:45     ` Herbert Xu
2009-02-06 11:35       ` Jeff Chua
2009-02-09  5:58         ` Herbert Xu
2009-02-09  6:03           ` David Miller
2009-02-09  6:11             ` Herbert Xu
2009-02-09  7:13               ` Ilpo Järvinen
2009-02-09  7:28                 ` Herbert Xu
2009-02-09  7:33                   ` Herbert Xu
2009-02-09 13:28                   ` Ilpo Järvinen
2009-02-21 13:24                     ` Herbert Xu
2009-02-21 18:54                       ` Ilpo Järvinen
2009-02-22  7:53                         ` David Miller
2009-02-24  6:40                           ` Jeff Chua
2009-02-24  6:44                             ` Herbert Xu
2009-02-24  6:46                             ` David Miller
2009-02-24  8:01                               ` Jeff Chua
2009-02-09 14:10                 ` Jeff Chua
2009-02-09 15:44           ` Linus Torvalds
2009-02-09 21:17             ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®