Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 10 Oct 2002 20:41:37 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 10 Oct 2002 20:41:37 -0400 Received: from hera.cwi.nl ([192.16.191.8]:21908 "EHLO hera.cwi.nl") by vger.kernel.org with ESMTP id ; Thu, 10 Oct 2002 20:41:37 -0400 From: Andries.Brouwer@cwi.nl Date: Fri, 11 Oct 2002 02:47:22 +0200 (MEST) Message-Id: To: linux-kernel@vger.kernel.org Subject: tcp urgent data broken since 2.5.34? Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 751 Lines: 25 Since 2.5.34 I see a lot of processes hanging for a while. I just looked at what might cause this, and I get the strong impression that something went wrong with the 2.5.34 patch that introduced sk_send_sigurg() (or possibly the signal handling). Phenomenon: B->A: urg 1 B->A: some data A->B: ack for the urg half a minute later: B->A: resend of some data A->B: ack This is using rlogin/rlogind. Will look further later, but in the meantime somebody might see immediately what causes this. Andries - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/