2018-06-02 13:01:19

by Jarkko Sakkinen

[permalink] [raw]
Subject: [GIT PULL] tpmdd 4.17 fixes

The following changes since commit 424eaf910c329ab06ad03a527ef45dcf6a328f00:

tpm: reduce polling time to usecs for even finer granularity (2018-05-18 10:00:01 +0300)

are available in the Git repository at:

git://git.infradead.org/users/jjs/linux-tpmdd.git tags/tpmdd-next-20180602

for you to fetch changes up to 3ab2011ea368ec3433ad49e1b9e1c7b70d2e65df:

tpm: fix race condition in tpm_common_write() (2018-05-30 20:11:31 +0300)

----------------------------------------------------------------
tpmdd fixes for Linux 4.17

----------------------------------------------------------------
Tadeusz Struk (1):
tpm: fix race condition in tpm_common_write()

drivers/char/tpm/tpm-dev-common.c | 40 ++++++++++++++++++---------------------
drivers/char/tpm/tpm-dev.h | 2 +-
2 files changed, 19 insertions(+), 23 deletions(-)


2018-06-04 16:04:30

by James Morris

[permalink] [raw]
Subject: Re: [GIT PULL] tpmdd 4.17 fixes

On Sat, 2 Jun 2018, Jarkko Sakkinen wrote:

> The following changes since commit 424eaf910c329ab06ad03a527ef45dcf6a328f00:
>
> tpm: reduce polling time to usecs for even finer granularity (2018-05-18 10:00:01 +0300)
>
> are available in the Git repository at:
>
> git://git.infradead.org/users/jjs/linux-tpmdd.git tags/tpmdd-next-20180602
>
> for you to fetch changes up to 3ab2011ea368ec3433ad49e1b9e1c7b70d2e65df:
>
> tpm: fix race condition in tpm_common_write() (2018-05-30 20:11:31 +0300)

4.17 was just released, I'll fold these into the 4.18 merge.



>
> ----------------------------------------------------------------
> tpmdd fixes for Linux 4.17
>
> ----------------------------------------------------------------
> Tadeusz Struk (1):
> tpm: fix race condition in tpm_common_write()
>
> drivers/char/tpm/tpm-dev-common.c | 40 ++++++++++++++++++---------------------
> drivers/char/tpm/tpm-dev.h | 2 +-
> 2 files changed, 19 insertions(+), 23 deletions(-)
>

--
James Morris
<[email protected]>


2018-06-05 14:40:51

by Jarkko Sakkinen

[permalink] [raw]
Subject: Re: [GIT PULL] tpmdd 4.17 fixes

On Tue, Jun 05, 2018 at 02:01:29AM +1000, James Morris wrote:
> On Sat, 2 Jun 2018, Jarkko Sakkinen wrote:
>
> > The following changes since commit 424eaf910c329ab06ad03a527ef45dcf6a328f00:
> >
> > tpm: reduce polling time to usecs for even finer granularity (2018-05-18 10:00:01 +0300)
> >
> > are available in the Git repository at:
> >
> > git://git.infradead.org/users/jjs/linux-tpmdd.git tags/tpmdd-next-20180602
> >
> > for you to fetch changes up to 3ab2011ea368ec3433ad49e1b9e1c7b70d2e65df:
> >
> > tpm: fix race condition in tpm_common_write() (2018-05-30 20:11:31 +0300)
>
> 4.17 was just released, I'll fold these into the 4.18 merge.

OK, thank you.

/Jarkko