From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755093AbbEFGA0 (ORCPT ); Wed, 6 May 2015 02:00:26 -0400 Received: from mga11.intel.com ([192.55.52.93]:31379 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754636AbbEFGAZ (ORCPT ); Wed, 6 May 2015 02:00:25 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,378,1427785200"; d="scan'208";a="566967092" Date: Wed, 6 May 2015 09:00:19 +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: <20150506060019.GA9644@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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150504074225.GA8135@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 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 /Jarkko