Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp1113407ybl; Thu, 12 Dec 2019 09:49:40 -0800 (PST) X-Google-Smtp-Source: APXvYqxsT8FDBAmabnhs2o2nVgDABdGolyoJJDBEuZQKxmeHiP/bpDe+6JWpS9hfQsFyEpBN/l+A X-Received: by 2002:a9d:784b:: with SMTP id c11mr8895759otm.246.1576172980073; Thu, 12 Dec 2019 09:49:40 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1576172980; cv=none; d=google.com; s=arc-20160816; b=aWoD5hp+U9uhG6G8ZdHgKH1CVqh0FIul5ApNwyQnvTvEnmWkYyAr/rZNTHWCC0uW6D aGhN8EOWt5SfLsJ7HymYOPjU0cl23ieSRDpDP5tApZeRwpX3u078D0q/nQ/1DMxGNKCc p1Ha5H2OYFedJIK+dtC1Asyh4KxlHW58Ia6rCMfB8VruaOtYRgZ94fqyjNP2p+oLIkWF 0w3QfycG8mXZv4dTHXoyhA3EO8Ue9CRkmezV0XK9x6ery4lgmbmCxWYscuZiZyrtd0bS fcBDLIu/Gd4uz8SdCRX2zljNzMUVhHxcJH/NTSjZUYFXGnfmV7y/jx92CxsqUpxDubEF sAcg== 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 :user-agent:message-id:date:cc:to:from:subject; bh=7J2Fq/GJADidirgtZw/p9AvOPr6wD7aakuUstJaWXv8=; b=aj3sBZ+AkhXY+yBDLMRP0tJTeOxP6vzhk0BhkxEbf2I0Ppak/yYVql6i2mbmWD1Ddu eu0qoilpet86omcTjeqAKT0vOqv+69Gj9TodOch0xS7whFDvfNPy5CKxvFnjyKSGMT+S 9nrnpsAMXkJ0x9SACDIySIuLKqstlLlPTKDA0+sWawWeqgUFrmKA2NWtgpD4JDTfLeuh H5GPIQtbnY9kdYB3nwR0K9JzkF8x9eGNCAdXQ1+398ZbCY1+HUR1f1ZNPXab5yp04QWm 0zVuV35TCZkUpyVyHIb4TGde6JM3mNCn8roEtXifymT0iRtGvZzjlwrLcO9kJGglSkfd 9pCQ== 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 y130si3600396oiy.28.2019.12.12.09.49.25; Thu, 12 Dec 2019 09:49:40 -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 S1730091AbfLLRsq (ORCPT + 99 others); Thu, 12 Dec 2019 12:48:46 -0500 Received: from mga11.intel.com ([192.55.52.93]:42295 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729771AbfLLRsp (ORCPT ); Thu, 12 Dec 2019 12:48:45 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Dec 2019 09:48:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,306,1571727600"; d="scan'208";a="414006006" Received: from tstruk-mobl1.jf.intel.com (HELO [127.0.1.1]) ([10.7.196.67]) by fmsmga005.fm.intel.com with ESMTP; 12 Dec 2019 09:48:44 -0800 Subject: [PATCH =v2 1/3] tpm: fix invalid locking in NONBLOCKING mode From: Tadeusz Struk To: jarkko.sakkinen@linux.intel.com Cc: tadeusz.struk@intel.com, peterz@infradead.org, linux-kernel@vger.kernel.org, jgg@ziepe.ca, mingo@redhat.com, jeffrin@rajagiritech.edu.in, linux-integrity@vger.kernel.org, will@kernel.org, peterhuewe@gmx.de Date: Thu, 12 Dec 2019 09:48:47 -0800 Message-ID: <157617292787.8172.9586296287013438621.stgit@tstruk-mobl1> User-Agent: StGit/0.17.1-dirty MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org When an application sends TPM commands in NONBLOCKING mode the driver holds chip->tpm_mutex returning from write(), which triggers: "WARNING: lock held when returning to user space". To fix this issue the driver needs to release the mutex before returning and acquire it again in tpm_dev_async_work() before sending the command. Cc: stable@vger.kernel.org Fixes: 9e1b74a63f776 (tpm: add support for nonblocking operation) Reported-by: Jeffrin Jose T Tested-by: Jeffrin Jose T Signed-off-by: Tadeusz Struk --- Changes in v2: - Updated commit message as requested - Add the fix and test updates to the same series --- drivers/char/tpm/tpm-dev-common.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/drivers/char/tpm/tpm-dev-common.c b/drivers/char/tpm/tpm-dev-common.c index 2ec47a69a2a6..b23b0b999232 100644 --- a/drivers/char/tpm/tpm-dev-common.c +++ b/drivers/char/tpm/tpm-dev-common.c @@ -61,6 +61,12 @@ static void tpm_dev_async_work(struct work_struct *work) mutex_lock(&priv->buffer_mutex); priv->command_enqueued = false; + ret = tpm_try_get_ops(priv->chip); + if (ret) { + priv->response_length = ret; + goto out; + } + ret = tpm_dev_transmit(priv->chip, priv->space, priv->data_buffer, sizeof(priv->data_buffer)); tpm_put_ops(priv->chip); @@ -68,6 +74,7 @@ static void tpm_dev_async_work(struct work_struct *work) priv->response_length = ret; mod_timer(&priv->user_read_timer, jiffies + (120 * HZ)); } +out: mutex_unlock(&priv->buffer_mutex); wake_up_interruptible(&priv->async_wait); } @@ -204,6 +211,7 @@ ssize_t tpm_common_write(struct file *file, const char __user *buf, if (file->f_flags & O_NONBLOCK) { priv->command_enqueued = true; queue_work(tpm_dev_wq, &priv->async_work); + tpm_put_ops(priv->chip); mutex_unlock(&priv->buffer_mutex); return size; }