lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20121229113434.GA13336@dcvr.yhbt.net> Date: Sat, 29 Dec 2012 11:34:34 +0000 From: Eric Wong <normalperson@...t.net> To: netdev@...r.kernel.org, linux-kernel@...r.kernel.org Cc: Andreas Voellmy <andreas.voellmy@...e.edu>, viro@...iv.linux.org.uk, linux-fsdevel@...r.kernel.org, "Junchang(Jason) Wang" <junchang.wang@...e.edu> Subject: Re: ppoll() stuck on POLLIN while TCP peer is sending Eric Wong <normalperson@...t.net> wrote: > Eric Wong <normalperson@...t.net> wrote: > > I'm finding ppoll() unexpectedly stuck when waiting for POLLIN on a > > local TCP socket. The isolated code below can reproduces the issue > > after many minutes (<1 hour). It might be easier to reproduce on > > a busy system while disk I/O is happening. > > Ugh, I can't seem to reproduce this anymore... Will try something > else tomorrow. The good news is I'm not imagining this... The bad news is the issue is real and took a long time to reproduce again. This issue happens even without preempt, and without tcp_low_latency on 3.7.1 While running `toosleepy', I also needed to run heavy (not loopback) network and disk activity (several USB, SATA, and eSATA drives simultaneously) for many hours before hitting this. Hopefully this report is helpful in solving the issue. Looking in at the various pieces in net and select/poll paths, there's several references to race conditions in the comments so this is hopefully familiar territory to someone here... -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists