Displaying 2 results from an estimated 2 matches for "5aaa268".
2018 Sep 13
2
We need a patch in the kernel for tpm
Hi!
Think I found a reference to the problem(s) I am seeing with
xen-tpmfront in my setup on the net:
https://patchwork.kernel.org/patch/9485637/
This patch has not been officially entered and it is not
included in the kernel provided in SIG virt either
Can we please get it in ?
Best
Dag
2018 Sep 13
2
We need a patch in the kernel for tpm
...rwise, Anthony or I will take a look when we get a chance.
But I would appreciate it if somebody used to the
procedures would pick it up from here.
The patch was the following:
===================================
diff --git a/drivers/char/tpm/xen-tpmfront.c b/drivers/char/tpm/xen-tpmfront.c
index 5aaa268..dd83a07 100644
--- a/drivers/char/tpm/xen-tpmfront.c
+++ b/drivers/char/tpm/xen-tpmfront.c
@@ -203,7 +203,7 @@ static int setup_ring(struct xenbus_device *dev, struct tpm_private *priv)
return -ENOMEM;
}
- rv = xenbus_grant_ring(dev, &priv->shr, 1, &gref);
+ rv = xenbus_grant_ri...