Received: by 2002:ac0:8c9a:0:0:0:0:0 with SMTP id r26csp5599597ima; Tue, 5 Feb 2019 14:48:20 -0800 (PST) X-Google-Smtp-Source: AHgI3IYJ7lEAGACCfD8WEwa23zLNRZARjqOl4txzBVa4PnswDMTvw6ukrc9NyYvbyH1rMiBLQXHE X-Received: by 2002:a17:902:b90b:: with SMTP id bf11mr7436068plb.284.1549406900402; Tue, 05 Feb 2019 14:48:20 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1549406900; cv=none; d=google.com; s=arc-20160816; b=nMY0z3VHzNfrLU7K3V0af6FCAemiEtGXcnG0oLeLOuvTsweQe3nIRR6R1bfeSRGNII 5YtufDJm+ZdNo/bVZ8Vvoq9P17f0BGmF9Ay+HGxiFEGkPFAXirqN0Ou7sOYvlDid35zw 8ZMR+HEz6t1RHx+rZhBhTYjRe8WpE3fm3KOJeK5srfMKIvqEcEDOzb94cheZq90ArXNX ef2U4mO1BvrYVax0NEWE5af4C6EpgFNQ/uxWl/j3rBarIu11UCEYyBUDjllGbXCuu4Zo r45uUarbK6zrEY8iJt9KepVZg9u6CVIq8AFVduPxchNJ9Wazl3QKKmWiU8l3cJKd1xrs htuw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=dG4dgkacWJVFyW41X6/n/c3nnkVR2FtsOXXI2AMmjIs=; b=aEbhLUP2tjkJN8b+8NTfntDnh4F1cJNhLKe2Cqazz/h87IMywIBQm8flpp8OC2qXgM Q7AkF00dauN4NiMzxenb1FthG6clWsIu7m/krBXet3AoCt1aa1RExvPyTFFnkgj9R00W XDKV5XdNedVMDsK5D9DqKhi+i7xydoN8+KftNwj3EWKCDOum7QqSCYANGdtn2Zqtfw2R 1Iluliw9YLFNsJJ4Yb2hEGKaa5tDG8Mqbfhh3UDQfzaj0zw1BUjFBM7cyfXSl8/J7zic UZ3SU9HiVRRNBdLUzkwbXcUBGKH1Jo83ZuiHj8LgARhdvVx1io7nFgXdAFaGgc5hsbpC bpYA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h62si1867237pgc.227.2019.02.05.14.48.05; Tue, 05 Feb 2019 14:48:20 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730414AbfBEWrg (ORCPT + 99 others); Tue, 5 Feb 2019 17:47:36 -0500 Received: from mga02.intel.com ([134.134.136.20]:12463 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727315AbfBEWrf (ORCPT ); Tue, 5 Feb 2019 17:47:35 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Feb 2019 14:47:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,337,1544515200"; d="scan'208";a="115538127" Received: from ibanaga-mobl1.ger.corp.intel.com (HELO localhost) ([10.249.254.171]) by orsmga008.jf.intel.com with ESMTP; 05 Feb 2019 14:47:28 -0800 From: Jarkko Sakkinen To: linux-integrity@vger.kernel.org Cc: linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org, Peter Huewe , Jason Gunthorpe , Tomas Winkler , Tadeusz Struk , Stefan Berger , Nayna Jain , Jarkko Sakkinen Subject: [PATCH v11 00/16] Remove nested TPM operations Date: Wed, 6 Feb 2019 00:47:07 +0200 Message-Id: <20190205224723.19671-1-jarkko.sakkinen@linux.intel.com> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Make the changes necessary to detach TPM space code and TPM activation code out of the tpm_transmit() flow because of both of these can cause nested tpm_transmit() calls. The nesteds calls make the whole flow hard to maintain, and thus, it is better to just fix things now before this turns into a bigger mess. v11: * Drop the patch that tries to flush TPM space on system. Not a proper fallback + out of scope for this patch set. v10: * Use void pointers to avoid unnecessary casts in functions paramaters where it makes sense. v9: * Fixed again tpm_try_get_ops(). * Added missing reviewed-by's. v8: * Re-add the check for ret < 0 after calling tpm_try_transmit() that was dropped by mistake while moving code. * Fix error fallback for tpm_try_get_ops() when tpm_chip_start() fails. v7: * Reorganize series so that more trivial and self-contained changes are in the head. v6: * When tpm_validate_commmand() was moved to tpm2-space.c, the struct for the TPM header was incorrectly declared as struct tpm_input_header. * Fix return value in tpm_validate_command(). v5: * Add the missing rev's from Stefan Berger. v4: * Return 0 from pcrs_show() when tpm1_pcr_read() fails. * Fix error handling flow in tpm_try_transmit(). * Replace struct tpm_input_header and struct tpm_output_header with struct tpm_header. v3: * Encapsulate power gating code to tpm_chip_start() and tpm_chip_stop(). * Move TPM power gating code and locking to tpm_try_get_ops() and tpm_put_ops(). * Call power gating code directly in tpm_chip_register() and tpm2_del_space(). v2: * Print tpm2_commit_space() error inside tpm2_commit_space() * Error code was not printed when recv() callback failed. It is fixed in this version. * Added a patch that removes @space from tpm_transmit(). * Fixed a regression in earlier series. Forgot to amend the change from the staging area that renames NESTED to UNLOCKED in tpm2-space.c. Jarkko Sakkinen (16): tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameter tpm: fix invalid return value in pubek_show() tpm: return 0 from pcrs_show() when tpm1_pcr_read() fails tpm: print tpm2_commit_space() error inside tpm2_commit_space() tpm: declare struct tpm_header tpm: access command header through struct in tpm_try_transmit() tpm: encapsulate tpm_dev_transmit() tpm: clean up tpm_try_transmit() error handling flow tpm: move tpm_validate_commmand() to tpm2-space.c tpm: move TPM space code out of tpm_transmit() tpm: remove @space from tpm_transmit() tpm: use tpm_try_get_ops() in tpm-sysfs.c. tpm: remove TPM_TRANSMIT_UNLOCKED flag tpm: introduce tpm_chip_start() and tpm_chip_stop() tpm: take TPM chip power gating out of tpm_transmit() tpm: remove @flags from tpm_transmit() drivers/char/tpm/tpm-chip.c | 109 ++++++++++++ drivers/char/tpm/tpm-dev-common.c | 44 ++++- drivers/char/tpm/tpm-interface.c | 264 ++++++------------------------ drivers/char/tpm/tpm-sysfs.c | 138 ++++++++++------ drivers/char/tpm/tpm.h | 64 +++----- drivers/char/tpm/tpm1-cmd.c | 28 +--- drivers/char/tpm/tpm2-cmd.c | 72 +++----- drivers/char/tpm/tpm2-space.c | 91 +++++++--- drivers/char/tpm/tpm_i2c_atmel.c | 5 +- drivers/char/tpm/tpm_vtpm_proxy.c | 12 +- drivers/char/tpm/xen-tpmfront.c | 2 +- 11 files changed, 408 insertions(+), 421 deletions(-) -- 2.19.1