[PATCH 4/5] tpm: ppi: Possibly show command parameter if TPM PPI 1.3 is used

Jarkko Sakkinen jarkko.sakkinen at linux.intel.com
Wed Jan 16 21:49:14 UTC 2019


On Wed, Jan 09, 2019 at 05:11:02PM -0500, Stefan Berger wrote:
> +			if (tpm_ppi_req_has_parameter(req))
> +				size = scnprintf(buf, PAGE_SIZE,
> +						"%llu %llu\n",
> +					req,
> +					obj->package.elements[2].integer.value);

The alignment here is somewhat broken.

/Jarkko



More information about the Linux-security-module-archive mailing list