From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932918AbcGETxX (ORCPT ); Tue, 5 Jul 2016 15:53:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42294 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754028AbcGETxU (ORCPT ); Tue, 5 Jul 2016 15:53:20 -0400 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <20160705.101745.2191999709401594106.davem@davemloft.net> References: <20160705.101745.2191999709401594106.davem@davemloft.net> <146772433082.21657.14046392058484946464.stgit@warthog.procyon.org.uk> <146772437424.21657.5653571141789810019.stgit@warthog.procyon.org.uk> To: David Miller Cc: dhowells@redhat.com, netdev@vger.kernel.org, linux-afs@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next 06/24] rxrpc: Dup the main conn list for the proc interface MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <17651.1467748397.1@warthog.procyon.org.uk> Date: Tue, 05 Jul 2016 20:53:17 +0100 Message-ID: <17652.1467748397@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Tue, 05 Jul 2016 19:53:19 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org David Miller wrote: > Wouldn't it be better to just code the proc stuff to walk whatever > table the rest of the stack uses to hold all of the connections > as TCP et al. do? I should also mention that this is an intermediate step. Splitting out the procfs list makes it easier to fix the reap lists. I can always make the proc code do something different once the reap fixes have settled down. David