* [LTP] [PATCH v2 2/4] tpm: Move eventlog files to a subdirectory [not found] ` <20180420053926.GB15364@linux.intel.com> @ 2018-05-07 20:36 ` Mimi Zohar 2018-05-09 14:51 ` Petr Vorel 2018-05-10 1:39 ` Jarkko Sakkinen 0 siblings, 2 replies; 4+ messages in thread From: Mimi Zohar @ 2018-05-07 20:36 UTC (permalink / raw) To: ltp [Cc'ing Petr Vorel and the ltp mailing list] Hi Jarrko, On Fri, 2018-04-20 at 08:39 +0300, Jarkko Sakkinen wrote: > On Thu, Apr 12, 2018 at 12:13:48PM +0200, Thiebaud Weksteen wrote: > > Signed-off-by: Thiebaud Weksteen <tweek@google.com> > > Suggested-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> > > Reviewed-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> > Tested-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> I just noticed this is queued in your next branch. Petr Vorel has been updating the IMA LTP tests. One of those IMA LTP tests includes walking the TPM binary_runtime_measurements in order to calculate the IMA boot-aggregate. The IMA boot-aggregate is the first measurement in the IMA measurement list. Mimi ^ permalink raw reply [flat|nested] 4+ messages in thread
* [LTP] [PATCH v2 2/4] tpm: Move eventlog files to a subdirectory 2018-05-07 20:36 ` [LTP] [PATCH v2 2/4] tpm: Move eventlog files to a subdirectory Mimi Zohar @ 2018-05-09 14:51 ` Petr Vorel 2018-05-11 1:51 ` Mimi Zohar 2018-05-10 1:39 ` Jarkko Sakkinen 1 sibling, 1 reply; 4+ messages in thread From: Petr Vorel @ 2018-05-09 14:51 UTC (permalink / raw) To: ltp Hi Mimi, > [Cc'ing Petr Vorel and the ltp mailing list] > Hi Jarrko, > On Fri, 2018-04-20 at 08:39 +0300, Jarkko Sakkinen wrote: > > On Thu, Apr 12, 2018 at 12:13:48PM +0200, Thiebaud Weksteen wrote: > > > Signed-off-by: Thiebaud Weksteen <tweek@google.com> > > > Suggested-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> > > Reviewed-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> > > Tested-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> > I just noticed this is queued in your next branch. > Petr Vorel has been updating the IMA LTP tests. One of those IMA LTP > tests includes walking the TPM binary_runtime_measurements in order to > calculate the IMA boot-aggregate. The IMA boot-aggregate is the first > measurement in the IMA measurement list. Did you meant that this commit ([2]) in linux-tpmdd/next changed location of binary_runtime_measurements in sysfs? IMHO these commits ([1], [2], [3]) just put source code into eventlog/ subdirectory: > Mimi Kind regards, Petr [1] 75d647f5de69 tpm: Move eventlog declarations to its own header [2] 9b01b5356629 tpm: Move shared eventlog functions to common.c [3] 0bfb23746052 tpm: Move eventlog files to a subdirectory ^ permalink raw reply [flat|nested] 4+ messages in thread
* [LTP] [PATCH v2 2/4] tpm: Move eventlog files to a subdirectory 2018-05-09 14:51 ` Petr Vorel @ 2018-05-11 1:51 ` Mimi Zohar 0 siblings, 0 replies; 4+ messages in thread From: Mimi Zohar @ 2018-05-11 1:51 UTC (permalink / raw) To: ltp On Wed, 2018-05-09 at 16:51 +0200, Petr Vorel wrote: > Hi Mimi, > > > [Cc'ing Petr Vorel and the ltp mailing list] > > > Hi Jarrko, > > > On Fri, 2018-04-20 at 08:39 +0300, Jarkko Sakkinen wrote: > > > On Thu, Apr 12, 2018 at 12:13:48PM +0200, Thiebaud Weksteen wrote: > > > > Signed-off-by: Thiebaud Weksteen <tweek@google.com> > > > > Suggested-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> > > > > Reviewed-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> > > > Tested-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> > > > I just noticed this is queued in your next branch. > > > Petr Vorel has been updating the IMA LTP tests. One of those IMA LTP > > tests includes walking the TPM binary_runtime_measurements in order to > > calculate the IMA boot-aggregate. The IMA boot-aggregate is the first > > measurement in the IMA measurement list. > > Did you meant that this commit ([2]) in linux-tpmdd/next changed location of > binary_runtime_measurements in sysfs? > > IMHO these commits ([1], [2], [3]) just put source code into eventlog/ subdirectory: I mistakenly thought the eventlog itself was being moved, not the source code. thanks, Mimi > > Kind regards, > Petr > > [1] 75d647f5de69 tpm: Move eventlog declarations to its own header > [2] 9b01b5356629 tpm: Move shared eventlog functions to common.c > [3] 0bfb23746052 tpm: Move eventlog files to a subdirectory > ^ permalink raw reply [flat|nested] 4+ messages in thread
* [LTP] [PATCH v2 2/4] tpm: Move eventlog files to a subdirectory 2018-05-07 20:36 ` [LTP] [PATCH v2 2/4] tpm: Move eventlog files to a subdirectory Mimi Zohar 2018-05-09 14:51 ` Petr Vorel @ 2018-05-10 1:39 ` Jarkko Sakkinen 1 sibling, 0 replies; 4+ messages in thread From: Jarkko Sakkinen @ 2018-05-10 1:39 UTC (permalink / raw) To: ltp On Mon, May 07, 2018 at 04:36:37PM -0400, Mimi Zohar wrote: > [Cc'ing Petr Vorel and the ltp mailing list] > > Hi Jarrko, > > On Fri, 2018-04-20 at 08:39 +0300, Jarkko Sakkinen wrote: > > On Thu, Apr 12, 2018 at 12:13:48PM +0200, Thiebaud Weksteen wrote: > > > Signed-off-by: Thiebaud Weksteen <tweek@google.com> > > > Suggested-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> > > > > Reviewed-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> > > Tested-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> > > I just noticed this is queued in your next branch. > > Petr Vorel has been updating the IMA LTP tests. One of those IMA LTP > tests includes walking the TPM binary_runtime_measurements in order to > calculate the IMA boot-aggregate. The IMA boot-aggregate is the first > measurement in the IMA measurement list. > > Mimi Sorry, not following how these connect directly? /Jarkko ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-05-11 1:51 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20180412101350.210547-1-tweek@google.com>
[not found] ` <20180412101350.210547-3-tweek@google.com>
[not found] ` <20180420053926.GB15364@linux.intel.com>
2018-05-07 20:36 ` [LTP] [PATCH v2 2/4] tpm: Move eventlog files to a subdirectory Mimi Zohar
2018-05-09 14:51 ` Petr Vorel
2018-05-11 1:51 ` Mimi Zohar
2018-05-10 1:39 ` Jarkko Sakkinen
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox