From: Artur Skawina <art.08.09@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Ray Lee <ray-lk@madrabbit.org>,
Alan Cox <alan@lxorguk.ukuu.org.uk>,
"Rafael J. Wysocki" <rjw@sisk.pl>,
LKML <linux-kernel@vger.kernel.org>
Subject: Re: xterm loses data (pty regression)
Date: Tue, 11 Aug 2009 01:12:56 +0200 [thread overview]
Message-ID: <4A80A978.8090801@gmail.com> (raw)
In-Reply-To: <4A80702D.20701@gmail.com>
Artur Skawina wrote:
>Linus Torvalds wrote:
>>
>> static int pty_write_room(struct tty_struct *tty)
>> {
>> + if (tty->stopped)
>> + return 0;
>> return pty_space(tty->link);
>> }
>
> w/ this, the pty writes now block again after ^Q, and the data loss is gone.
What i meant was "...pty writes now block again after ^S...", sorry.
artur
prev parent reply other threads:[~2009-08-10 23:13 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-10 15:29 xterm loses data (pty regression) Artur Skawina
2009-08-10 17:07 ` Ray Lee
2009-08-10 17:18 ` Linus Torvalds
2009-08-10 17:27 ` Alan Cox
2009-08-10 18:07 ` Linus Torvalds
2009-08-10 19:08 ` Artur Skawina
2009-08-10 23:12 ` Artur Skawina [this message]
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=4A80A978.8090801@gmail.com \
--to=art.08.09@gmail.com \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=ray-lk@madrabbit.org \
--cc=rjw@sisk.pl \
--cc=torvalds@linux-foundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox