From patchwork Wed Apr 10 13:18:58 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Michael S. Tsirkin" X-Patchwork-Id: 10893889 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 9C010139A for ; Wed, 10 Apr 2019 13:19:08 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 86DA22883B for ; Wed, 10 Apr 2019 13:19:08 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7B80C288FD; Wed, 10 Apr 2019 13:19:08 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2EFF628699 for ; Wed, 10 Apr 2019 13:19:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731655AbfDJNTC (ORCPT ); Wed, 10 Apr 2019 09:19:02 -0400 Received: from mail-qt1-f193.google.com ([209.85.160.193]:39951 "EHLO mail-qt1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730577AbfDJNTC (ORCPT ); Wed, 10 Apr 2019 09:19:02 -0400 Received: by mail-qt1-f193.google.com with SMTP id x12so2740591qts.7 for ; Wed, 10 Apr 2019 06:19:01 -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=otb3FCXOqSdtQ3jmIbrSoFdp5BqWCt94sI/8nxoGClk=; b=qc0M4qlJjYI82/IAxeLGFvXnkUyKuuJAD3qFNR6n5ZRumausdDPzucoY0tm1LDSzSz +ukJhhdZzeLTlKL97ZMtOgoqPF96C7bBDIHUWBPYGgmcB4gwVbu1NHdLB/oxmRsRn0Am QUHnyEnI53g6VAijSA0JKsUCq4UZ0ruagARm87ZKAwswI7YuJ68XDs/kg+VUqY6GkezO aYtZc0boEpSLJh0aHAOvpT2KeJXXhdXZqB8mpom9VUIVQiXl0ljGjyOYUMZpaNn97uc5 niV76LecTUJSc6NKJ8egcn9C6US4g4MGAc9hBAkPvq4psPEfX0Z/8oZubmnyTNPY66rC aNRA== X-Gm-Message-State: APjAAAWumHm4/cdDf0dpHqierYWaqO8nbdCB4UU3xQd8YqmTf2VIv2H2 dvYsDRaLMuYwiqqeGDq+sppGIvYuzdw= X-Google-Smtp-Source: APXvYqxcZz7R7ru5MkC0PkqkkdulO+vFFCrQvBuWCZ1XRFnrOHLgM2hBkXx4AEzCaTj0yRH1MKbB8w== X-Received: by 2002:aed:3e9b:: with SMTP id n27mr35357251qtf.192.1554902340677; Wed, 10 Apr 2019 06:19:00 -0700 (PDT) Received: from redhat.com (pool-173-76-246-42.bstnma.fios.verizon.net. [173.76.246.42]) by smtp.gmail.com with ESMTPSA id r201sm19297398qke.37.2019.04.10.06.18.58 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 10 Apr 2019 06:18:59 -0700 (PDT) Date: Wed, 10 Apr 2019 09:18:58 -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, arei.gonglei@huawei.com, cohuck@redhat.com, longpeng2@huawei.com, mst@redhat.com Subject: [PULL] virtio: fixes Message-ID: <20190410091858-mutt-send-email-mst@kernel.org> MIME-Version: 1.0 Content-Disposition: inline X-Mutt-Fcc: =sent Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The following changes since commit 15ade5d2e7775667cf191cf2f94327a4889f8b9d: Linux 5.1-rc4 (2019-04-07 14:09:59 -1000) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus for you to fetch changes up to cf94db21905333e610e479688add629397a4b384: virtio: Honour 'may_reduce_num' in vring_create_virtqueue (2019-04-08 17:05:52 -0400) ---------------------------------------------------------------- virtio: fixes, reviewers Several fixes, add more reviewers to the list Signed-off-by: Michael S. Tsirkin ---------------------------------------------------------------- Cornelia Huck (1): virtio: Honour 'may_reduce_num' in vring_create_virtqueue Longpeng (1): virtio_pci: fix a NULL pointer reference in vp_del_vqs Michael S. Tsirkin (1): MAiNTAINERS: add Paolo, Stefan for virtio blk/scsi MAINTAINERS | 15 ++++++++++++++- drivers/virtio/virtio_pci_common.c | 8 +++++--- drivers/virtio/virtio_ring.c | 2 ++ include/linux/virtio_ring.h | 2 +- 4 files changed, 22 insertions(+), 5 deletions(-)