Recent select() handling change breaks Poptop

From: Phil Oester
Date: Mon Dec 06 2004 - 19:38:45 EST


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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/