Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1168238

Re: [REGRESSION] NFS is creating a hidden port (left over from xs_bind() )

Path csiph.com!aioe.org!bofh.it!news.nic.it!robomod
From Trond Myklebust <trond.myklebust@primarydata.com>
Newsgroups linux.kernel
Subject Re: [REGRESSION] NFS is creating a hidden port (left over from xs_bind() )
Date Thu, 18 Jun 2015 21:30:01 +0200
Message-ID <pCNFD-10E-7@gated-at.bofh.it> (permalink)
References <pAo8F-1PB-5@gated-at.bofh.it> <pAxYm-7Xk-21@gated-at.bofh.it> <pAyro-57-19@gated-at.bofh.it> <pAzdM-1hh-27@gated-at.bofh.it> <pAzx8-1EJ-11@gated-at.bofh.it> <pCynf-4p4-3@gated-at.bofh.it>
X-Original-To Steven Rostedt <rostedt@goodmis.org>
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=QuG1jG+fokxMAfOaHURSFOwzpzc3SWAhnkvRvGES0+I=; b=HC6AQk3y9Oq2SES9x4x6FbzWIVxtXDgLYPapexycG1mXoHl7FtCCR7FH4ZsxXwE3Jf 4TabvZswsn28k21cUlOMwS2dZYNqKIB2bo+/UBJF9Yad9EaVVSG5/wpFYaWC8ZWwQW+2 q3DrbSF4sFERjO2L3Yci49ekzyXt3V6fJ+isj5TpvrZfIQ2dl/Jm8OQdO9XW3JzKgZ6e 9WsbMVU2PqbPe4CfG5KRwDLMoKHimX3GDpQS4m+sNao3roymPHpPlbh897u+2ek/u8+K iUa75uZzvvVv6mGq6D1ZPZFLUW8x/QVFWyMMRCvJ7qb53+eBBv9b8gZYcsLwflnTc40P NToQ==
X-Gm-Message-State ALoCoQnKIlWs9j5IhTlD7jMr20GX3KC6iU9l0Cg3hkr/itG+E6mGvRF1bTkFtvBFGzooQicbzS3W
MIME-Version 1.0
X-Received by 10.52.124.43 with SMTP id mf11mr9679202vdb.92.1434655492311; Thu, 18 Jun 2015 12:24:52 -0700 (PDT)
Content-Type text/plain; charset=UTF-8
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 38
Organization linux.* mail to news gateway
X-Original-Cc Eric Dumazet <eric.dumazet@gmail.com>, Anna Schumaker <anna.schumaker@netapp.com>, Linux NFS Mailing List <linux-nfs@vger.kernel.org>, Linux Network Devel Mailing List <netdev@vger.kernel.org>, LKML <linux-kernel@vger.kernel.org>, Andrew Morton <akpm@linux-foundation.org>
X-Original-Date Thu, 18 Jun 2015 15:24:52 -0400
X-Original-Message-ID <CAHQdGtQfF8sgfj6B2H=Sg+mn6ghPD+4UuZMSMFjj3XCVee60pw@mail.gmail.com>
X-Original-References <20150611234929.7b48d314@gandalf.local.home> <CAHQdGtSyHtMfyVxT=hFY4m6XvM=3mxnZ=ajVJWYNXvYqE0+3zA@mail.gmail.com> <1434120035.27504.77.camel@edumazet-glaptop2.roam.corp.google.com> <20150612113420.5c114183@gandalf.local.home> <20150612115038.44e20ccd@gandalf.local.home> <20150617230819.0a11e47a@grimm.local.home>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref aioe.org linux.kernel:1168238

Show key headers only | View raw


On Wed, Jun 17, 2015 at 11:08 PM, Steven Rostedt <rostedt@goodmis.org> wrote:
> On Fri, 12 Jun 2015 11:50:38 -0400
> Steven Rostedt <rostedt@goodmis.org> wrote:
>
>> I reverted the following commits:
>>
>> c627d31ba0696cbd829437af2be2f2dee3546b1e
>> 9e2b9f37760e129cee053cc7b6e7288acc2a7134
>> caf4ccd4e88cf2795c927834bc488c8321437586
>>
>> And the issue goes away. That is, I watched the port go from
>> ESTABLISHED to TIME_WAIT, and then gone, and theirs no hidden port.
>>
>> In fact, I watched the port with my portlist.c module, and it
>> disappeared there too when it entered the TIME_WAIT state.
>>

I've scanned those commits again and again, and I'm not seeing how we
could be introducing a socket leak there. The only suspect I can see
would be the NFS swap bugs that Jeff fixed a few weeks ago. Are you
using NFS swap?

> I've been running v4.0.5 with the above commits reverted for 5 days
> now, and there's still no hidden port appearing.
>
> What's the status on this? Should those commits be reverted or is there
> another solution to this bug?
>

I'm trying to reproduce, but I've had no luck yet.

Cheers
  Trond
--
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/

Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread


Thread

[REGRESSION] NFS is creating a hidden port (left over from  xs_bind() ) Steven Rostedt <rostedt@goodmis.org> - 2015-06-12 05:50 +0200
  Re: [REGRESSION] NFS is creating a hidden port (left over from  xs_bind() ) Trond Myklebust <trond.myklebust@primarydata.com> - 2015-06-18 21:30 +0200

csiph-web