From patchwork Tue Sep 29 07:50:34 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Michael S. Tsirkin" X-Patchwork-Id: 11805149 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id B7AF36CB for ; Tue, 29 Sep 2020 07:50:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 92D712076A for ; Tue, 29 Sep 2020 07:50:48 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="KgvHl16W" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727650AbgI2Hur (ORCPT ); Tue, 29 Sep 2020 03:50:47 -0400 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:45711 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725554AbgI2Hun (ORCPT ); Tue, 29 Sep 2020 03:50:43 -0400 Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1601365842; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type; bh=ZH5RUsiNCBnwQO3HdBH/S2GadrEkNWR9w8D2mfkC+xk=; b=KgvHl16Wswmk2dGHcQwcqzyP+ljW5etLxraLl4KE+1U8YzByMKm7xRm8UdCTsl2IwtN/bc 7iAjJ1jMT4Ljyq9IZio1yl3raXunBvmkWx/8b5L7k8pJLdAihXJhGa90ozQFE0Bp9L0K91 vGTtFFRUcBGZoSQchuIWT2yJ8p5g1cY= Received: from mail-wr1-f71.google.com (mail-wr1-f71.google.com [209.85.221.71]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-45-mVX7Rs0-Pj-DQ9qrv6_EdQ-1; Tue, 29 Sep 2020 03:50:38 -0400 X-MC-Unique: mVX7Rs0-Pj-DQ9qrv6_EdQ-1 Received: by mail-wr1-f71.google.com with SMTP id v12so1399755wrm.9 for ; Tue, 29 Sep 2020 00:50:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version :content-disposition; bh=ZH5RUsiNCBnwQO3HdBH/S2GadrEkNWR9w8D2mfkC+xk=; b=Q4jeJA+bnOGlxlRRnhLgxMm/gw3+uaSf8//4hAfn+7/aI/q61LqoR4iaBhqi8O3R9V PLFSqyS4Upf5aJyX2y7a7hQRjo+JQHwj37kzbBMfsPK8yeeLjHkOpLwncxjHJ+ppK9CS VVzjs1EZ9GZJwym20bfHzDDVwJjaUr1VjQ23K+mSHyFlaf5+h/z/hmdoWL4cuxGMITuX IdKhiBCB9gDo8YBGd1J755JyCRdo9nf9wWBw+Gqak5eHdDOfDoS/1yylcsXOswDMtKhd LYmNCXwGng+5AG0f+RzJ3jOkQDAlPRSoFbd5bi10wiWuVf9uUQ2dkIq+taNM2sze6IFv qz2A== X-Gm-Message-State: AOAM531xDCnSgG2kHw5rVEAkRAyHTTT7ARagvhX/c/9ytOqVkZp4Mx/q 8Gd2gjHUjVTZQz3XqIpb75c5OnGCDTsEAG8+8ZawSMsunosukh1SjFk7XaueMVV/qzPVBCmqbDr 2vJ/GExKNYhQ4 X-Received: by 2002:a5d:660f:: with SMTP id n15mr2849636wru.103.1601365837345; Tue, 29 Sep 2020 00:50:37 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw9yDNuK/HRBfrUSRppU/hB6f1n2dAKzHM+mssOZcfIMLGHfW5jc72hMkHH51Lh+uUsHHthwg== X-Received: by 2002:a5d:660f:: with SMTP id n15mr2849612wru.103.1601365837164; Tue, 29 Sep 2020 00:50:37 -0700 (PDT) Received: from redhat.com (bzq-79-179-71-128.red.bezeqint.net. [79.179.71.128]) by smtp.gmail.com with ESMTPSA id o15sm4204743wmh.29.2020.09.29.00.50.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 29 Sep 2020 00:50:36 -0700 (PDT) Date: Tue, 29 Sep 2020 03:50:34 -0400 From: "Michael S. Tsirkin" To: Linus Torvalds Cc: kvm@vger.kernel.org, virtualization@lists.linux-foundation.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, elic@nvidia.com, eli@mellanox.com, jasowang@redhat.com, lingshan.zhu@intel.com, mst@redhat.com Subject: [GIT PULL] virtio: last minute fixes Message-ID: <20200929035034-mutt-send-email-mst@kernel.org> MIME-Version: 1.0 Content-Disposition: inline X-Mutt-Fcc: =sent Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org Unfortunately there are a couple more reported issues in vhost and vdpa, but those fixes are still being worked upon, no reason to delay those that are ready. The following changes since commit ba4f184e126b751d1bffad5897f263108befc780: Linux 5.9-rc6 (2020-09-20 16:33:55 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus for you to fetch changes up to a127c5bbb6a8eee851cbdec254424c480b8edd75: vhost-vdpa: fix backend feature ioctls (2020-09-24 05:54:36 -0400) ---------------------------------------------------------------- virtio: last minute fixes A couple of last minute fixes Signed-off-by: Michael S. Tsirkin ---------------------------------------------------------------- Eli Cohen (1): vhost: Fix documentation Jason Wang (1): vhost-vdpa: fix backend feature ioctls drivers/vhost/iotlb.c | 4 ++-- drivers/vhost/vdpa.c | 30 ++++++++++++++++-------------- 2 files changed, 18 insertions(+), 16 deletions(-)