From: kgold@linux.vnet.ibm.com (Ken Goldman)
To: linux-security-module@vger.kernel.org
Subject: about context gap
Date: Tue, 26 Sep 2017 15:10:32 -0400 [thread overview]
Message-ID: <f3d04c67-5470-e167-d186-755a56edf059@linux.vnet.ibm.com> (raw)
In-Reply-To: <20170916153540.w5lpsqz3cwpd3enx@linux.intel.com>
On 9/16/2017 11:36 AM, Jarkko Sakkinen wrote:
> Hi
>
> While sitting at the airport I started to think a bit about the context
> gap issue.
>
> I think first thing that would make sense would be to have a 64-bit
> shadow count for every TPM space i.e.
>
> atomic_long_t tpm2_ctx_cnt;
>
> struct tpm2_space {
> /* ... */
> u64 ctx_cnt;
> };
>
> For every create and load of a session you will read the global count
> and increase it. This way we have get a well defined order.
>
> With this organization we could for example put tpm spaces to a
> red-black tree and refresh the oldest tpm space (just first thought
> that came to mind).
I think the algorithm is as follows:
1 - Each saved context has a sequence number. It can either be
extracted once and saved in a table or extracted from the context blob
when needed.
2 - When a startauthsession or contextload returns the
TPM_RC_CONTEXT_GAP error
2A - find the lowest context blob sequence number
2B - contextload it
2C - contextsave it
This is just for sessions, not objects.
~~
A fundamental design question is whether the application can call
contextsave for sessions, or whether the command is reserved for the
resource manager.
I personally think it adds a lot of complication - the session blob has
to be sort of virtualized. The use case - one application saving a
session, then handing it over to another application that loads it -
doesn't seem worth the complexity.
It should be discussed up front, because it affects the code.
--
To unsubscribe from this list: send the line "unsubscribe linux-security-module" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
prev parent reply other threads:[~2017-09-26 19:10 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-16 15:36 about context gap Jarkko Sakkinen
2017-09-18 18:02 ` Jarkko Sakkinen
2017-09-26 18:46 ` Ken Goldman
2017-09-26 19:10 ` Ken Goldman [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=f3d04c67-5470-e167-d186-755a56edf059@linux.vnet.ibm.com \
--to=kgold@linux.vnet.ibm.com \
--cc=linux-security-module@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).