From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752926AbbEKIO1 (ORCPT ); Mon, 11 May 2015 04:14:27 -0400 Received: from mga09.intel.com ([134.134.136.24]:64938 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752199AbbEKIOZ (ORCPT ); Mon, 11 May 2015 04:14:25 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,405,1427785200"; d="scan'208";a="727091778" Date: Mon, 11 May 2015 11:14:20 +0300 From: Jarkko Sakkinen To: Greg Kroah-Hartman Cc: peterhuewe@gmx.de, tpmdd-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org, Vivien Didelot , Tejun Heo , Guenter Roeck , NeilBrown , Simon Wunderlich Subject: Re: [PATCH v5 1/2] sysfs: added sysfs_link_entry_to_kobj() Message-ID: <20150511081420.GA30461@intel.com> References: <1430590253-29019-1-git-send-email-jarkko.sakkinen@linux.intel.com> <1430590253-29019-2-git-send-email-jarkko.sakkinen@linux.intel.com> <20150503180022.GA23599@kroah.com> <1430722633.4286.1.camel@linux.intel.com> <20150504074225.GA8135@kroah.com> <20150506060019.GA9644@intel.com> <20150510141154.GA22462@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150510141154.GA22462@kroah.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, May 10, 2015 at 04:11:54PM +0200, Greg Kroah-Hartman wrote: > On Wed, May 06, 2015 at 09:00:19AM +0300, Jarkko Sakkinen wrote: > > On Mon, May 04, 2015 at 09:42:25AM +0200, Greg Kroah-Hartman wrote: > > > On Mon, May 04, 2015 at 09:57:13AM +0300, Jarkko Sakkinen wrote: > > > > On Sun, 2015-05-03 at 20:00 +0200, Greg Kroah-Hartman wrote: > > > > > On Sat, May 02, 2015 at 09:10:52PM +0300, Jarkko Sakkinen wrote: > > > > > > Added a new function sysfs_link_group_to_kobj() that adds a symlink > > > > > > from attribute or group to a kobject. Exported kernfs_remove_by_name_ns > > > > > > in order to provide a way to remove such symlinks. > > > > > > > > > > > > Signed-off-by: Jarkko Sakkinen > > > > > > --- > > > > > > fs/sysfs/group.c | 42 ++++++++++++++++++++++++++++++++++++++++++ > > > > > > include/linux/sysfs.h | 8 ++++++++ > > > > > > 2 files changed, 50 insertions(+) > > > > > > > > > > What changed from v4? Why keep resending this? > > > > > > > > Yesterday, I had by mistake --subject-prefix="PATCH v4". From > > > > original v4 changes are enumerated in the cover letter. Sorry. > > > > > > What cover letter? All I got was this patch, and nothing else, no 2/2 > > > or 0/2. > > > > Changes since v4: > > * Removed dangling export of kernfs_remove_by_name_ns() from the first > > patch. > > > > Changes since v3: > > * Use sysfs_remove_link() > > > > Changes since v2: > > * Fixed to_tpm_chip() macro. > > * Split into two patches. > > * Renamed sysfs_link_group_to_kobj to sysfs_link_entry_to_kobj > > * Only create the "backwards compatibility" symlink for TPM 1.x devices. > > > > [1] https://lkml.org/lkml/2015/5/2/139 > > I only see one patch here, please resend this whole thing correctly... OK, now that I looked at my command history I think I messed with my send-email command-line :( Sorry for the caused confusion. I'll resend the patch set. /Jarkko