Re: [PATCH v6 08/11] tpm: Driver for supporting multiple emulated TPMs

From: Jarkko Sakkinen
Date: Fri Mar 11 2016 - 04:50:48 EST


On Thu, Mar 10, 2016 at 12:30:44PM -0500, Stefan Berger wrote:
> > Some might want to use this in a way that the created virtual device
> > is not closed when /dev/vtpmx is closed.
>
> I don't see that happening. If you want the device pair to stay around after
> an application terminates, you have to pass the file descriptor returned
> from the ioctl to an application.

Right, so it is. So the device pair dissappears either by closing the
returned fd (by the ioctl) or when application terminates. No extra
ioctls would be needed.

> Stefan

/Jarkko