From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752726AbbJRLVu (ORCPT ); Sun, 18 Oct 2015 07:21:50 -0400 Received: from mga11.intel.com ([192.55.52.93]:48756 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752300AbbJRLVt (ORCPT ); Sun, 18 Oct 2015 07:21:49 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,697,1437462000"; d="scan'208";a="829629730" Date: Sun, 18 Oct 2015 14:21:44 +0300 From: Jarkko Sakkinen To: Peter =?iso-8859-1?Q?H=FCwe?= Cc: gregkh@linuxfoundation.org, tpmdd-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org, jgunthorpe@obsidianresearch.com, dhowells@redhat.com, artem.bityutskiy@linux.intel.com, Tejun Heo , NeilBrown , Guenter Roeck , "Eric W. Biederman" Subject: Re: [PATCH 03/10] sysfs: added __compat_only_sysfs_link_entry_to_kobj() Message-ID: <20151018112144.GC7391@intel.com> References: <1445020843-9382-1-git-send-email-jarkko.sakkinen@linux.intel.com> <1445020843-9382-4-git-send-email-jarkko.sakkinen@linux.intel.com> <201510180337.16697.PeterHuewe@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <201510180337.16697.PeterHuewe@gmx.de> 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, Oct 18, 2015 at 03:37:16AM +0200, Peter Hüwe wrote: > Am Freitag, 16. Oktober 2015, 20:40:22 schrieb Jarkko Sakkinen: > > Added a new function __compat_only_sysfs_link_group_to_kobj() that adds > > a symlink from attribute or group to a kobject. This needed for > > maintaining backwards compatibility with PPI attributes in the TPM > > driver. > > > > Signed-off-by: Jarkko Sakkinen > @Greg: Can I get an acked-by or something from you as the sysfs maintainer? I think everyone was otherwise OK with this with only one contradiction as I read previous dicussions about this patch: - This name was propsed by Tejun Heo - Greg doubted whether it is a good name. We can fixup to another name if someone says what it would be. > Thanks, > Peter /Jarkko