Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757258AbYHUGeV (ORCPT ); Thu, 21 Aug 2008 02:34:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754499AbYHUGeH (ORCPT ); Thu, 21 Aug 2008 02:34:07 -0400 Received: from out01.mta.xmission.com ([166.70.13.231]:46296 "EHLO out01.mta.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751915AbYHUGeE (ORCPT ); Thu, 21 Aug 2008 02:34:04 -0400 From: ebiederm@xmission.com (Eric W. Biederman) To: Greg KH Cc: Greg Kroah-Hartman , Andrew Morton , Tejun Heo , Daniel Lezcano , linux-kernel@vger.kernel.org, Al Viro , Linux Containers , Benjamin Thery , netdev@vger.kernel.org References: <20080820021754.GA25182@kroah.com> Date: Wed, 20 Aug 2008 23:31:00 -0700 In-Reply-To: <20080820021754.GA25182@kroah.com> (Greg KH's message of "Tue, 19 Aug 2008 19:17:54 -0700") Message-ID: User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SA-Exim-Connect-IP: 24.130.11.59 X-SA-Exim-Mail-From: ebiederm@xmission.com X-Spam-DCC: XMission; sa02 1397; Body=1 Fuz1=1 Fuz2=1 X-Spam-Combo: ;Greg KH X-Spam-Relay-Country: X-Spam-Report: * -1.8 ALL_TRUSTED Passed through trusted hosts only via SMTP * -2.6 BAYES_00 BODY: Bayesian spam probability is 0 to 1% * [score: 0.0054] * -0.0 DCC_CHECK_NEGATIVE Not listed in DCC * [sa02 1397; Body=1 Fuz1=1 Fuz2=1] * 0.0 XM_SPF_Neutral SPF-Neutral Subject: [PATCH 0/8] sysfs namespace support X-SA-Exim-Version: 4.2 (built Thu, 03 Mar 2005 10:44:12 +0100) X-SA-Exim-Scanned: Yes (on mgr1.xmission.com) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1213 Lines: 30 Greg the first 4 patches are the rest of the infrastructure. Everything rebased quite nicely. All of the conflicts appear to have been false positives. With the addition of sysfs_rename_link sysfs_create_link_nowarn is never called so we can remove it. I'm not really certain whose tree the last netns or the user namespace changes should live in, but I am continuing to have those patches in this patchset for completeness. Eric W. Biederman (7): 1 sysfs: Implement sysfs tagged directory support. 2 sysfs: Merge sysfs_rename_dir and sysfs_move_dir 3 sysfs: Implement sysfs_delete_link and sysfs_rename_link 4 driver core: Implement tagged directory support for device classes. 5 sysfs: Remove sysfs_create_link_nowarn 6 Revert "netns: Fix device renaming for sysfs" 7 netns: Enable tagging for net_class directories in sysfs Serge Hallyn (1): 8 sysfs: user namespaces: fix bug with clone(CLONE_NEWUSER) with fairsched -- 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/