All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Vincent Whitchurch <vincent.whitchurch@axis.com>
Cc: wsa@kernel.org, jie.deng@intel.com, viresh.kumar@linaro.org,
	conghui.chen@intel.com,
	virtualization@lists.linux-foundation.org,
	linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org,
	kernel@axis.com
Subject: Re: [PATCH v2 0/2] virtio-i2c: Fix buffer handling
Date: Wed, 24 Nov 2021 18:55:56 -0500	[thread overview]
Message-ID: <20211124185546-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <20211111160412.11980-1-vincent.whitchurch@axis.com>

On Thu, Nov 11, 2021 at 05:04:10PM +0100, Vincent Whitchurch wrote:
> This fixes a couple of bugs in the buffer handling in virtio-i2c which can
> result in incorrect data on the I2C bus or memory corruption in the guest.
> 
> I tested this on UML (virtio-uml needs a bug fix too, I will sent that out
> later) with the device implementation in rust-vmm/vhost-device.
> 
> Changes in v2:
> - Added Acked-by and Fixes tags


What are the plans for this patchset?

> Vincent Whitchurch (2):
>   i2c: virtio: disable timeout handling
>   i2c: virtio: fix completion handling
> 
>  drivers/i2c/busses/i2c-virtio.c | 46 ++++++++++++++-------------------
>  1 file changed, 19 insertions(+), 27 deletions(-)
> 
> -- 
> 2.28.0


WARNING: multiple messages have this Message-ID (diff)
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Vincent Whitchurch <vincent.whitchurch@axis.com>
Cc: viresh.kumar@linaro.org, linux-kernel@vger.kernel.org,
	virtualization@lists.linux-foundation.org, wsa@kernel.org,
	kernel@axis.com, linux-i2c@vger.kernel.org,
	conghui.chen@intel.com
Subject: Re: [PATCH v2 0/2] virtio-i2c: Fix buffer handling
Date: Wed, 24 Nov 2021 18:55:56 -0500	[thread overview]
Message-ID: <20211124185546-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <20211111160412.11980-1-vincent.whitchurch@axis.com>

On Thu, Nov 11, 2021 at 05:04:10PM +0100, Vincent Whitchurch wrote:
> This fixes a couple of bugs in the buffer handling in virtio-i2c which can
> result in incorrect data on the I2C bus or memory corruption in the guest.
> 
> I tested this on UML (virtio-uml needs a bug fix too, I will sent that out
> later) with the device implementation in rust-vmm/vhost-device.
> 
> Changes in v2:
> - Added Acked-by and Fixes tags


What are the plans for this patchset?

> Vincent Whitchurch (2):
>   i2c: virtio: disable timeout handling
>   i2c: virtio: fix completion handling
> 
>  drivers/i2c/busses/i2c-virtio.c | 46 ++++++++++++++-------------------
>  1 file changed, 19 insertions(+), 27 deletions(-)
> 
> -- 
> 2.28.0

_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization

  parent reply	other threads:[~2021-11-24 23:56 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-11 16:04 [PATCH v2 0/2] virtio-i2c: Fix buffer handling Vincent Whitchurch
2021-11-11 16:04 ` Vincent Whitchurch
2021-11-11 16:04 ` [PATCH v2 1/2] i2c: virtio: disable timeout handling Vincent Whitchurch
2021-11-11 16:04   ` Vincent Whitchurch
2021-11-11 16:46   ` Michael S. Tsirkin
2021-11-11 16:46     ` Michael S. Tsirkin
2021-11-12  2:35   ` Viresh Kumar
2021-11-12  2:35     ` Viresh Kumar
2021-11-19 15:30     ` Vincent Whitchurch
2021-11-19 15:30       ` Vincent Whitchurch
2021-11-23  9:52   ` Wolfram Sang
2021-11-23  9:54     ` Viresh Kumar
2021-11-23  9:54       ` Viresh Kumar
2021-11-23  9:55       ` Wolfram Sang
2021-11-11 16:04 ` [PATCH v2 2/2] i2c: virtio: fix completion handling Vincent Whitchurch
2021-11-11 16:04   ` Vincent Whitchurch
2021-11-11 16:57   ` Michael S. Tsirkin
2021-11-11 16:57     ` Michael S. Tsirkin
2021-12-02 15:34     ` Vincent Whitchurch
2021-12-02 15:34       ` Vincent Whitchurch
2021-11-24 23:55 ` Michael S. Tsirkin [this message]
2021-11-24 23:55   ` [PATCH v2 0/2] virtio-i2c: Fix buffer handling Michael S. Tsirkin
2021-11-25  3:21   ` Viresh Kumar
2021-11-25  3:21     ` Viresh Kumar
2021-11-25  6:24     ` Wolfram Sang
2021-11-25  6:47       ` Viresh Kumar
2021-11-25  6:47         ` Viresh Kumar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211124185546-mutt-send-email-mst@kernel.org \
    --to=mst@redhat.com \
    --cc=conghui.chen@intel.com \
    --cc=jie.deng@intel.com \
    --cc=kernel@axis.com \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=vincent.whitchurch@axis.com \
    --cc=viresh.kumar@linaro.org \
    --cc=virtualization@lists.linux-foundation.org \
    --cc=wsa@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.