From: Jarkko Sakkinen <jarkko.sakkinen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
To: tpmdd-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: peterhuewe-Mmb7MZpHnFY@public.gmane.org,
gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org,
jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org,
Guenter Roeck <linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>,
"open list:ABI/API"
<linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
NeilBrown <neilb-l3A5Bk7waGM@public.gmane.org>,
Simon Wunderlich
<sw-2YrNx6rUIHYiY0qSoAWiAoQuADTiUCJX@public.gmane.org>,
Tejun Heo <tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Vivien Didelot
<vivien.didelot-4ysUXcep3aM1wj+D4I0NRVaTQe2KTcn/@public.gmane.org>
Subject: Re: [PATCH v6 0/3] Enable PPI sysfs interface for TPM 2.0
Date: Tue, 26 May 2015 11:22:05 +0300 [thread overview]
Message-ID: <20150526082205.GA3360@intel.com> (raw)
In-Reply-To: <1432129766-7289-1-git-send-email-jarkko.sakkinen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
Hi
Any feedback on this?
/Jarkko
On Wed, May 20, 2015 at 04:49:21PM +0300, Jarkko Sakkinen wrote:
> Changes since v5:
> * Updated documentation.
>
> Changes since v4:
> * Removed dangling export of kernfs_remove_by_name_ns() from the sysfs
> 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.
>
> Jarkko Sakkinen (3):
> sysfs: added sysfs_link_entry_to_kobj()
> tpm: move the PPI attributes to character device directory.
> tpm: update PPI documentation to address the location change.
>
> Documentation/ABI/testing/sysfs-driver-ppi | 19 +++++++++-----
> drivers/char/tpm/tpm-chip.c | 24 +++++++++++------
> drivers/char/tpm/tpm.h | 17 +++++-------
> drivers/char/tpm/tpm_ppi.c | 34 ++++++++----------------
> fs/sysfs/group.c | 42 ++++++++++++++++++++++++++++++
> include/linux/sysfs.h | 8 ++++++
> 6 files changed, 95 insertions(+), 49 deletions(-)
>
> --
> 2.1.4
>
WARNING: multiple messages have this Message-ID (diff)
From: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
To: tpmdd-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org
Cc: peterhuewe@gmx.de, gregkh@linuxfoundation.org,
jgunthorpe@obsidianresearch.com,
Guenter Roeck <linux@roeck-us.net>,
"open list:ABI/API" <linux-api@vger.kernel.org>,
NeilBrown <neilb@suse.de>,
Simon Wunderlich <sw@simonwunderlich.de>,
Tejun Heo <tj@kernel.org>,
Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Subject: Re: [PATCH v6 0/3] Enable PPI sysfs interface for TPM 2.0
Date: Tue, 26 May 2015 11:22:05 +0300 [thread overview]
Message-ID: <20150526082205.GA3360@intel.com> (raw)
In-Reply-To: <1432129766-7289-1-git-send-email-jarkko.sakkinen@linux.intel.com>
Hi
Any feedback on this?
/Jarkko
On Wed, May 20, 2015 at 04:49:21PM +0300, Jarkko Sakkinen wrote:
> Changes since v5:
> * Updated documentation.
>
> Changes since v4:
> * Removed dangling export of kernfs_remove_by_name_ns() from the sysfs
> 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.
>
> Jarkko Sakkinen (3):
> sysfs: added sysfs_link_entry_to_kobj()
> tpm: move the PPI attributes to character device directory.
> tpm: update PPI documentation to address the location change.
>
> Documentation/ABI/testing/sysfs-driver-ppi | 19 +++++++++-----
> drivers/char/tpm/tpm-chip.c | 24 +++++++++++------
> drivers/char/tpm/tpm.h | 17 +++++-------
> drivers/char/tpm/tpm_ppi.c | 34 ++++++++----------------
> fs/sysfs/group.c | 42 ++++++++++++++++++++++++++++++
> include/linux/sysfs.h | 8 ++++++
> 6 files changed, 95 insertions(+), 49 deletions(-)
>
> --
> 2.1.4
>
next prev parent reply other threads:[~2015-05-26 8:22 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-20 13:49 [PATCH v6 0/3] Enable PPI sysfs interface for TPM 2.0 Jarkko Sakkinen
2015-05-20 13:49 ` Jarkko Sakkinen
2015-05-20 13:49 ` [PATCH v6 1/3] sysfs: added sysfs_link_entry_to_kobj() Jarkko Sakkinen
2015-05-20 13:49 ` [PATCH v6 2/3] tpm: move the PPI attributes to character device directory Jarkko Sakkinen
2015-05-20 13:49 ` [PATCH v6 3/3] tpm: update PPI documentation to address the location change Jarkko Sakkinen
2015-05-20 13:49 ` Jarkko Sakkinen
[not found] ` <1432129766-7289-1-git-send-email-jarkko.sakkinen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2015-05-26 8:22 ` Jarkko Sakkinen [this message]
2015-05-26 8:22 ` [PATCH v6 0/3] Enable PPI sysfs interface for TPM 2.0 Jarkko Sakkinen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150526082205.GA3360@intel.com \
--to=jarkko.sakkinen-vuqaysv1563yd54fqh9/ca@public.gmane.org \
--cc=gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org \
--cc=jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org \
--cc=linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org \
--cc=linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=neilb-l3A5Bk7waGM@public.gmane.org \
--cc=peterhuewe-Mmb7MZpHnFY@public.gmane.org \
--cc=sw-2YrNx6rUIHYiY0qSoAWiAoQuADTiUCJX@public.gmane.org \
--cc=tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=tpmdd-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
--cc=vivien.didelot-4ysUXcep3aM1wj+D4I0NRVaTQe2KTcn/@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.