public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Recent select() handling change breaks Poptop
@ 2004-12-07  0:35 Phil Oester
  2004-12-07  2:52 ` Mitchell Blank Jr
  0 siblings, 1 reply; 13+ messages in thread
From: Phil Oester @ 2004-12-07  0:35 UTC (permalink / raw)
  To: shemminger, linux-net, linux-kernel

The recent changeset [1] dealing with blocking usage of select() seems
to break the Poptop PPTP server.

After upgrading from -rc2 to -rc3, I could no longer connect to a server
running PopTop.  Ended up reverting various -bk snapshots, and the breakage
was between -bk13 and -bk14.  Reverting this change to af_inet:

-       .poll =         datagram_poll,
+       .poll =         udp_poll,

makes the Poptop server work again.

Any ideas?

Phil


[1] http://linux.bkbits.net:8080/linux-2.5/cset@41ad55f4lM2IigkTUmtz82At8P3duA?nav=index.html|ChangeSet@-2w

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

end of thread, other threads:[~2004-12-08  7:57 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-07  0:35 Recent select() handling change breaks Poptop Phil Oester
2004-12-07  2:52 ` Mitchell Blank Jr
2004-12-07  4:53   ` Phil Oester
2004-12-07  5:48     ` Mitchell Blank Jr
2004-12-07 15:08       ` [PATCH] fix select() for SOCK_RAW sockets Mitchell Blank Jr
2004-12-07 17:28         ` Phil Oester
2004-12-07 17:35         ` YOSHIFUJI Hideaki / 吉藤英明
2004-12-07 18:01           ` [PATCH] fix select() for SOCK_RAW sockets (ipv6) Stephen Hemminger
2004-12-07 18:48             ` David S. Miller
2004-12-07 18:56               ` Stephen Hemminger
2004-12-08  7:58               ` YOSHIFUJI Hideaki / 吉藤英明
2004-12-07 17:45         ` [PATCH] fix select() for SOCK_RAW sockets Stephen Hemminger
2004-12-08  5:28         ` David S. Miller

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