On Mon Feb 26, 2024 at 8:49 AM EET, James Bottomley wrote: > On Mon, 2024-02-26 at 08:22 +0200, Jarkko Sakkinen wrote: > > Add TPM driver test suite URL to the MAINTAINERS files and move the > > wiki > > URL to more appropriate location. > > > > Link: https://gitlab.com/jarkkojs/linux-tpmdd-test > > Link: https://kernsec.org/wiki/index.php/Linux_Kernel_Integrity > > Cc: Jason Gunthorpe <jgg@xxxxxxxx> > > Cc: Mimi Zohar <zohar@xxxxxxxxxxxxx> > > Cc: Peter Huewe <peterhuewe@xxxxxx> > > Cc: linux-integrity@xxxxxxxxxxxxxxx > > Signed-off-by: Jarkko Sakkinen <jarkko@xxxxxxxxxx> > > --- > > MAINTAINERS | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index bf77be03fb2b..6380c1109b86 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -11947,6 +11947,7 @@ M: Mimi Zohar <zohar@xxxxxxxxxxxxx> > > L: linux-integrity@xxxxxxxxxxxxxxx > > L: keyrings@xxxxxxxxxxxxxxx > > S: Supported > > +W: https://kernsec.org/wiki/index.php/inux_Kernel_Integrity > ^ > Missing L > > James Thanks! I'll fixup that. "linux-tpmdd-test" is the suite that I'm using to test your patch set. It has swtpm integrated. I wonder if there was easy to way to tweak swtpm to emulate "interposer", i.e. reset its state while it is running (preferably not by restarting it). BR, Jarkko