[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <486A5B02.5090205@skyrush.com>
Date: Tue, 01 Jul 2008 11:27:46 -0500
From: Joe Peterson <joe@...rush.com>
To: Elias Oltmanns <eo@...ensachen.de>
CC: Török Edwin <edwintorok@...il.com>,
Alan Cox <alan@...rguk.ukuu.org.uk>,
Linux Kernel <linux-kernel@...r.kernel.org>
Subject: Re: Ctrl+C doesn't interrupt process waiting for I/O
Elias Oltmanns wrote:
> Due to my tests, 2.6.24 responds much faster to Ctrl+C than 2.6.25 does.
> The patch above makes them *feel* alike again (no hard numbers, mind).
> However, I haven't checked anything as early as 2.6.21 or before so I
> don't know whether there may have been another regression since then.
OK, thanks for checking. Can you try the patch below? It is almost the
same as your patch, except it reverses the order of the isig and the echo.
This causes ^C echo to work for me in both console and xterm. Back when
I did the original patch, I was concerned this ordering could result in
the ^C echoing late, but this may not be an issue.
Let me know if the patch below fixes the issue with interrupting
processes waiting for I/O.
Thanks, Joe
View attachment "ctrl_c.patch" of type "text/x-patch" (655 bytes)
Powered by blists - more mailing lists