Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756673AbYJVVVm (ORCPT ); Wed, 22 Oct 2008 17:21:42 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752743AbYJVVVa (ORCPT ); Wed, 22 Oct 2008 17:21:30 -0400 Received: from e35.co.us.ibm.com ([32.97.110.153]:45828 "EHLO e35.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752408AbYJVVV3 (ORCPT ); Wed, 22 Oct 2008 17:21:29 -0400 Date: Wed, 22 Oct 2008 16:21:24 -0500 From: "Serge E. Hallyn" To: "Eric W. Biederman" Cc: Benjamin Thery , netdev , Dave Miller , Greg Kroah-Hartman , Al Viro , Daniel Lezcano , linux-kernel@vger.kernel.org, Tejun Heo , Denis Lunev , Linux Containers Subject: Re: [PATCH] netns: Coexist with the sysfs limitations Message-ID: <20081022212124.GA9910@us.ibm.com> References: <20081022152144.351965414@theryb.frec.bull.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1258 Lines: 36 Quoting Eric W. Biederman (ebiederm@xmission.com): > > To make testing of the network namespace simpler allow > the network namespace code and the sysfs code to be > compiled and run at the same time. To do this only > virtual devices are allowed in the additional network > namespaces and those virtual devices are not placed > in the kobject tree. > > Since virtual devices don't actually do anything interesting > hardware wise that needs device management there should > be no loss in keeping them out of the kobject tree and > by implication sysfs. The gain in ease of testing > and code coverage should be significant. > > I.e. people running distributions that make it next to > impossible to boot without sysfs should at be able to > boot a test kernel now. > > Plus no ABIs are harmed with this patch. > > Signed-off-by: Eric W. Biederman Duh. Tested-by: Serge Hallyn Acked-by: Serge Hallyn Thanks, Eric! Thanks, Benjamin! -serge -- 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/