[<prev] [next>] [day] [month] [year] [list]
Message-ID: <496D0448.7030508@t-online.de>
Date: Tue, 13 Jan 2009 22:14:48 +0100
From: Bernd Schmidt <bernds_cb1@...nline.de>
To: Linus Torvalds <torvalds@...ux-foundation.org>
CC: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
stable@...nel.org
Subject: Fix timeouts in sys_pselect7
Since we (Analog Devices) updated our Blackfin kernel to 2.6.28, we've
seen occasional 5-second hangs from telnet. telnetd calls select with a
NULL timeout, but with the new kernel, the system call occasionally
returns 0, which causes telnet to call sleep (5). This did not happen
with earlier kernels.
The code in sys_pselect7 looks a bit strange, in particular the variable
"to" is initialized to NULL, then changed if a non-null timeout was
passed in, but not used further. It needs to be passed to
core_sys_select instead of &end_time.
Signed-off-by: Bernd Schmidt <bernd.schmidt@...log.com>
Reviewed-by: Ulrich Drepper <drepper@...hat.com>
Tested-by: Robin Getz <rgetz@...ckfin.uclinux.org>
--
This footer brought to you by insane German lawmakers.
Analog Devices GmbH Wilhelm-Wagenfeld-Str. 6 80807 Muenchen
Sitz der Gesellschaft Muenchen, Registergericht Muenchen HRB 40368
Geschaeftsfuehrer Thomas Wessel, William A. Martin, Margaret Seif
View attachment "select.diff" of type "text/plain" (532 bytes)
Powered by blists - more mailing lists