All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Landley <rlandley@parallels.com>
To: David Miller <davem@davemloft.net>
Cc: <linux-kernel@vger.kernel.org>,
	<containers@lists.linux-foundation.org>, <netdev@vger.kernel.org>,
	<stable@kernel.org>
Subject: Re: 2.6.38 containers bug: Infinite loop in /proc/sys/net/ipv6/neigh/neigh/neigh...
Date: Wed, 30 Mar 2011 05:16:19 -0500	[thread overview]
Message-ID: <4D9302F3.6080206@parallels.com> (raw)
In-Reply-To: <20110330.020120.02272125.davem@davemloft.net>

On 03/30/2011 04:01 AM, David Miller wrote:
> From: Rob Landley <rlandley@parallels.com>
> Date: Wed, 30 Mar 2011 03:29:16 -0500
> 
>> In the host context a find on /proc completes, but inside an lxc
>> container a find on /proc never completes, due to the endless loop in
>> the title.  (It's not a symlink, it seems to be a cross linked directory.)
>>
>> This is vanilla 2.6.38, I can attach my .config if you think it'd help.
>>  (The container's the lxc debian sid template but that's probably not
>> relevant.)
> 
> Please CC: netdev@vger.kernel.org when a bug might be related to
> networking, as is obviously the case here.
> 
> This bug should be fixed by the following patch:
> 
> --------------------
> commit 9d2a8fa96a44ba242de3a6f56acaef7a40a97b97
> Author: Eric W. Biederman <ebiederm@aristanetworks.com>
> Date:   Mon Mar 21 18:23:34 2011 -0700
> 
>     net ipv6: Fix duplicate /proc/sys/net/ipv6/neigh directory entries.
>     
>     When I was fixing issues with unregisgtering tables under /proc/sys/net/ipv6/neigh
>     by adding a mount point it appears I missed a critical ordering issue, in the
>     ipv6 initialization.  I had not realized that ipv6_sysctl_register is called
>     at the very end of the ipv6 initialization and in particular after we call
>     neigh_sysctl_register from ndisc_init.
>     
>     "neigh" needs to be initialized in ipv6_static_sysctl_register which is
>     the first ipv6 table to initialized, and definitely before ndisc_init.
>     This removes the weirdness of duplicate tables while still providing a
>     "neigh" mount point which prevents races in sysctl unregistering.
>     
>     This was initially reported at https://bugzilla.kernel.org/show_bug.cgi?id=31232
>     Reported-by: sunkan@zappa.cx
>     Signed-off-by: Eric W. Biederman <ebiederm@aristanetworks.com>
>     Signed-off-by: David S. Miller <davem@davemloft.net>


Yes, that fixed it.  Pinging the stable guys to make sure this goes in a
dot release.

Thanks,

Rob

  parent reply	other threads:[~2011-03-30 10:16 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-30  8:29 2.6.38 containers bug: Infinite loop in /proc/sys/net/ipv6/neigh/neigh/neigh Rob Landley
2011-03-30  9:01 ` David Miller
     [not found]   ` <20110330.020120.02272125.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
2011-03-30 10:16     ` Rob Landley
2011-03-30 10:16   ` Rob Landley [this message]
2011-03-30 10:35     ` David Miller
     [not found]       ` <20110330.033529.71582712.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
2011-03-30 10:45         ` Rob Landley
2011-03-30 10:45       ` Rob Landley
2011-03-30 10:48         ` David Miller
     [not found]           ` <20110330.034820.124005354.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
2011-03-30 11:27             ` Rob Landley
2011-03-30 11:27           ` Rob Landley
     [not found]         ` <4D9309B4.2000501-bzQdu9zFT3WakBO8gow8eQ@public.gmane.org>
2011-03-30 10:48           ` David Miller
     [not found]     ` <4D9302F3.6080206-bzQdu9zFT3WakBO8gow8eQ@public.gmane.org>
2011-03-30 10:35       ` David Miller
     [not found] ` <4D92E9DC.3070405-bzQdu9zFT3WakBO8gow8eQ@public.gmane.org>
2011-03-30  9:01   ` David Miller
  -- strict thread matches above, loose matches on Subject: below --
2011-03-30  8:29 Rob Landley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4D9302F3.6080206@parallels.com \
    --to=rlandley@parallels.com \
    --cc=containers@lists.linux-foundation.org \
    --cc=davem@davemloft.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=stable@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.