Re: [PATCH v3] Kernel selftests: Add check if TPM devices are supported

2020-05-22 Thread Jarkko Sakkinen
On Fri, May 22, 2020 at 01:23:26PM -0600, shuah wrote: > On 5/22/20 10:37 AM, Jarkko Sakkinen wrote: > > On Fri, May 22, 2020 at 07:37:17PM +0300, Jarkko Sakkinen wrote: > > > On Thu, May 21, 2020 at 05:43:44PM +0300, Nikita Sobolev wrote: > > > > TPM2 tests set

Re: [PATCH v3] Kernel selftests: Add check if TPM devices are supported

2020-05-22 Thread Jarkko Sakkinen
olev Reviewed-by: Jarkko Sakkinen Thank you. /Jarkko ___ linux-snps-arc mailing list linux-snps-arc@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-snps-arc

Re: [PATCH v3] Kernel selftests: Add check if TPM devices are supported

2020-05-22 Thread Jarkko Sakkinen
On Fri, May 22, 2020 at 07:37:17PM +0300, Jarkko Sakkinen wrote: > On Thu, May 21, 2020 at 05:43:44PM +0300, Nikita Sobolev wrote: > > TPM2 tests set uses /dev/tpm0 and /dev/tpmrm0 without check if they > > are available. In case, when these devices are not available test > >

Re: [PATCH v2] Kernel selftests: Add check if tpm devices are supported

2020-05-19 Thread Jarkko Sakkinen
On Tue, May 19, 2020 at 03:07:43PM +0300, Nikita Sobolev wrote: > tpm2 tests set uses /dev/tpm0 and /dev/tpmrm0 without check if they > are available. In case, when these devices are not available test > fails, but expected behaviour is skipped test. > > Signed-off-by: Nikita Sobolev See https:

Re: [PATCH] Kernel selftests: Add check if tpm devices are supported

2020-05-19 Thread Jarkko Sakkinen
On Tue, May 19, 2020 at 12:39:34AM +0300, Nikita Sobolev wrote: > tpm2 tests set uses /dev/tpm0 and /dev/tpmrm0 without check if they > are available. In case, when these devices are not available test > fails, but expected behaviour is test to be skipped. > > Signed-off-by: Nikita Sobolev tpm2