From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarkko Sakkinen Date: Tue, 26 Mar 2019 11:50:48 +0000 Subject: Re: [PATCH] KEYS: trusted: allow trusted.ko to initialize w/o a TPM Message-Id: <20190326115048.GB10898@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit List-Id: References: <20190325144735.30443-1-jarkko.sakkinen@linux.intel.com> In-Reply-To: To: Dan Williams Cc: linux-integrity@vger.kernel.org, linux-security-module@vger.kernel.org, stable , James Bottomley , Mimi Zohar , David Howells , James Morris , "Serge E. Hallyn" , "open list:KEYS-TRUSTED" , open list On Mon, Mar 25, 2019 at 02:33:38PM -0700, Dan Williams wrote: > On Mon, Mar 25, 2019 at 7:48 AM Jarkko Sakkinen > wrote: > > > > Allow trusted.ko to initialize w/o a TPM. This commit adds checks to the > > key type callbacks and exported functions to fail when a TPM is not > > available. > > > > Cc: Dan Williams > > Reported-and-tested-by: Dan Williams Thanks Dan! /Jarkko