Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp208299pxb; Tue, 19 Oct 2021 00:52:05 -0700 (PDT) X-Google-Smtp-Source: ABdhPJycxrbnRxWU0jsZS1D6f2aCjnbgFFw9RzK0rqrayD9DcTtokZ7wxSLDKnlM4VNegurZSxsy X-Received: by 2002:a50:e08a:: with SMTP id f10mr51111677edl.319.1634629925444; Tue, 19 Oct 2021 00:52:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1634629925; cv=none; d=google.com; s=arc-20160816; b=QgRM+LV39iFyb7zNLv7CWtvXPbSc9N4AgSzWEX+nRhgF1ttchtotpf3dVR+C+TX6DT LoaUAdDCJMr/2UAkcyesVkbHhRS0kN1L0Nkk7li1RGjbjfHbXuFErajkM4kIYuw2Xj9C zvDAx6csdE5nDkd+1xUyLoG7puQUfbzskHyv49GdSBXJZ7lMjRl9Y9gtmWzoGZk383KY haZfoS3DBlOwS1Ogwv1gI9DM6aC/4zl5c49RIfBDes+I1QN3soI/RXyqGjp6aIanC8oV NriMY8fP9a2vfIUR4Eg+GdFYMVLGw4X4hSzARZ6flzhoRebVj/6SCfRxjc4b6V8w4Dtk f5bQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from :dkim-signature; bh=ojV3071KZMIn0lt4+At3XuTc62g2zZKG5RW/jTDctIQ=; b=FRMkx9o46wNDzGlt6W120uCVWrj9eZUrAzJNw9rjefUHFBNPR2/ZF4xdIaj9F3ZFmO /mU6GEYRVkD18CWtAOxWggevFivqih3kDv3hS8DHPB6XPHLTA04uEmNLWxUJRv7G40dA eOaVRaMA73GKj6rwJ+P8TDTY6r2jmoZU0OW7GGp6zu8Pt8AOcKcflYeuBEYKKPI2PBMP JJmu11FZQ48giqtPdNMlv/5kOx3t6++HeHP6pQjpNkLot6vET1cMoCtS7ZSp0zACUp64 i3epHllfCxhdXLy25in9SR1FZi/L41fWti//7Sw8ssSNmkyMR7X21stKipOl0DsiJJ++ yVZg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass (test mode) header.i=@axis.com header.s=axis-central1 header.b="Bdmm6t/1"; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=axis.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id bm27si21892172edb.129.2021.10.19.00.51.26; Tue, 19 Oct 2021 00:52:05 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass (test mode) header.i=@axis.com header.s=axis-central1 header.b="Bdmm6t/1"; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=axis.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234592AbhJSHtn (ORCPT + 99 others); Tue, 19 Oct 2021 03:49:43 -0400 Received: from smtp2.axis.com ([195.60.68.18]:3156 "EHLO smtp2.axis.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231758AbhJSHtf (ORCPT ); Tue, 19 Oct 2021 03:49:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=axis.com; q=dns/txt; s=axis-central1; t=1634629643; x=1666165643; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ojV3071KZMIn0lt4+At3XuTc62g2zZKG5RW/jTDctIQ=; b=Bdmm6t/1c61jEq+V3KcjDQVghF/0EEfg5KI8HRoIBQqGFRdfIAQb69YO gnL17Za9FIKwXBPFhTq2Un4sNw4Bhi3GKiP4c9IyI3GXgp10hG5lv0sOl Eg8AfUYa4z/oJBd1ngJsepItYosgpt1hqdZzW66hyo9xnbnOwM8pJYbtT ujH73QUmQkjvyYrZnt1TPaEZxRuU0V5V41zqpcT3t6XgkGozNC0pT4ntG /4UgLYktDgaLVQtMO1LXRJ4QJoSoE07a1SCL4HbtPsRXzDxBeobXPxi3l jnGwz9k+7nFMN4OusuMsucmvzapNOjce+QZU5Ghu6clu0yHdovQj+QdE5 Q==; From: Vincent Whitchurch To: , , CC: , , , , Vincent Whitchurch Subject: [PATCH 1/2] i2c: virtio: disable timeout handling Date: Tue, 19 Oct 2021 09:46:46 +0200 Message-ID: <20211019074647.19061-2-vincent.whitchurch@axis.com> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20211019074647.19061-1-vincent.whitchurch@axis.com> References: <20211019074647.19061-1-vincent.whitchurch@axis.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org If a timeout is hit, it can result is incorrect data on the I2C bus and/or memory corruptions in the guest since the device can still be operating on the buffers it was given while the guest has freed them. Here is, for example, the start of a slub_debug splat which was triggered on the next transfer after one transfer was forced to timeout by setting a breakpoint in the backend (rust-vmm/vhost-device): BUG kmalloc-1k (Not tainted): Poison overwritten First byte 0x1 instead of 0x6b Allocated in virtio_i2c_xfer+0x65/0x35c age=350 cpu=0 pid=29 __kmalloc+0xc2/0x1c9 virtio_i2c_xfer+0x65/0x35c __i2c_transfer+0x429/0x57d i2c_transfer+0x115/0x134 i2cdev_ioctl_rdwr+0x16a/0x1de i2cdev_ioctl+0x247/0x2ed vfs_ioctl+0x21/0x30 sys_ioctl+0xb18/0xb41 Freed in virtio_i2c_xfer+0x32e/0x35c age=244 cpu=0 pid=29 kfree+0x1bd/0x1cc virtio_i2c_xfer+0x32e/0x35c __i2c_transfer+0x429/0x57d i2c_transfer+0x115/0x134 i2cdev_ioctl_rdwr+0x16a/0x1de i2cdev_ioctl+0x247/0x2ed vfs_ioctl+0x21/0x30 sys_ioctl+0xb18/0xb41 There is no simple fix for this (the driver would have to always create bounce buffers and hold on to them until the device eventually returns the buffers), so just disable the timeout support for now. Signed-off-by: Vincent Whitchurch --- drivers/i2c/busses/i2c-virtio.c | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/drivers/i2c/busses/i2c-virtio.c b/drivers/i2c/busses/i2c-virtio.c index f10a603b13fb..7b2474e6876f 100644 --- a/drivers/i2c/busses/i2c-virtio.c +++ b/drivers/i2c/busses/i2c-virtio.c @@ -106,11 +106,10 @@ static int virtio_i2c_prepare_reqs(struct virtqueue *vq, static int virtio_i2c_complete_reqs(struct virtqueue *vq, struct virtio_i2c_req *reqs, - struct i2c_msg *msgs, int num, - bool timedout) + struct i2c_msg *msgs, int num) { struct virtio_i2c_req *req; - bool failed = timedout; + bool failed = false; unsigned int len; int i, j = 0; @@ -132,7 +131,7 @@ static int virtio_i2c_complete_reqs(struct virtqueue *vq, j++; } - return timedout ? -ETIMEDOUT : j; + return j; } static int virtio_i2c_xfer(struct i2c_adapter *adap, struct i2c_msg *msgs, @@ -141,7 +140,6 @@ static int virtio_i2c_xfer(struct i2c_adapter *adap, struct i2c_msg *msgs, struct virtio_i2c *vi = i2c_get_adapdata(adap); struct virtqueue *vq = vi->vq; struct virtio_i2c_req *reqs; - unsigned long time_left; int count; reqs = kcalloc(num, sizeof(*reqs), GFP_KERNEL); @@ -164,11 +162,9 @@ static int virtio_i2c_xfer(struct i2c_adapter *adap, struct i2c_msg *msgs, reinit_completion(&vi->completion); virtqueue_kick(vq); - time_left = wait_for_completion_timeout(&vi->completion, adap->timeout); - if (!time_left) - dev_err(&adap->dev, "virtio i2c backend timeout.\n"); + wait_for_completion(&vi->completion); - count = virtio_i2c_complete_reqs(vq, reqs, msgs, count, !time_left); + count = virtio_i2c_complete_reqs(vq, reqs, msgs, count); err_free: kfree(reqs); -- 2.28.0