From patchwork Tue May 14 21:11:47 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: "Michael S. Tsirkin" X-Patchwork-Id: 10943763 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 E4850924 for ; Tue, 14 May 2019 21:12:06 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D430728826 for ; Tue, 14 May 2019 21:12:06 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C7D3028884; Tue, 14 May 2019 21:12:06 +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 76DB728826 for ; Tue, 14 May 2019 21:12:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726553AbfENVME (ORCPT ); Tue, 14 May 2019 17:12:04 -0400 Received: from mail-qk1-f194.google.com ([209.85.222.194]:37985 "EHLO mail-qk1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726380AbfENVL7 (ORCPT ); Tue, 14 May 2019 17:11:59 -0400 Received: by mail-qk1-f194.google.com with SMTP id a64so182716qkg.5 for ; Tue, 14 May 2019 14:11:58 -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:content-transfer-encoding; bh=qULCzBdQcxHh1C2O8j06vBUB9AzYlN4esxwCWasX1SQ=; b=nz/cil9OJy8dJjAQSQgV6JW/fzaVTk++zDwtWYvoOmWi3qdjGqlwUgkuufFF2JENOV yFk12TU/VD6WrygsnRnv28VyfikJPefz+sBntZVl2Wf5t182a3O0pmSlQ3trAJ6TADhu PODHCgjRJ6izDmba53X7GjPhg/8nknCvWkrWawBoutnCEdfGJdxhEu+m7oRUke35bCpG W59LLQoEBIUnuVBHviCfItOHryE/32OnbTSbXElsi/7pjQu0t6/kXSp8W6sGwmm98tcf GWksADH426rW3AM9Ds6tj2VqAbDd3kHm/GQXeI0iMUHk2yUjOEfeERDSmTuJvVx44lLz ljmA== X-Gm-Message-State: APjAAAXBElFJiL03FHyskxTzkRDD5Ev5wH2rJrOPc+CvBT/HWazTOgsb sBm584BbMVelOUozE60WLvaJ3A== X-Google-Smtp-Source: APXvYqxmZ0SoPCfFH0lsC6mFWej9UEaIAHl3b5sj9Rk3s8zGc9PLlPE58FGHNqVgQ1TOJiOuRs78Bw== X-Received: by 2002:a37:4f8a:: with SMTP id d132mr16914864qkb.272.1557868318291; Tue, 14 May 2019 14:11:58 -0700 (PDT) Received: from redhat.com ([185.54.206.10]) by smtp.gmail.com with ESMTPSA id f16sm8168845qkk.19.2019.05.14.14.11.49 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Tue, 14 May 2019 14:11:57 -0700 (PDT) Date: Tue, 14 May 2019 17:11:47 -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, andrea.parri@amarulasolutions.com, benbjiang@tencent.com, jasowang@redhat.com, j.neuschaefer@gmx.net, mst@redhat.com, pasic@linux.ibm.com, pbonzini@redhat.com, yuehaibing@huawei.com Subject: [PULL] vhost: cleanups and fixes Message-ID: <20190514171147-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 e93c9c99a629c61837d5a7fc2120cd2b6c70dbdd: Linux 5.1 (2019-05-05 17:42:58 -0700) 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 050f4c4d2fbbd8217d94dc21051cc597d2a6848b: virtio/s390: enable packed ring (2019-05-12 13:11:36 -0400) ---------------------------------------------------------------- virtio: fixes, features s390 has packed ring support. several fixes. Signed-off-by: Michael S. Tsirkin ---------------------------------------------------------------- Halil Pasic (3): virtio/s390: use vring_create_virtqueue virtio/s390: DMA support for virtio-ccw virtio/s390: enable packed ring Jiang Biao (1): virtio/virtio_ring: do some comment fixes Jonathan Neuschäfer (1): tools/virtio/ringtest: Remove bogus definition of BUG_ON() Paolo Bonzini (1): vhost-scsi: remove incorrect memory barrier YueHaibing (1): virtio_ring: Fix potential mem leak in virtqueue_add_indirect_packed drivers/s390/virtio/virtio_ccw.c | 52 +++++++++++++++++++--------------------- drivers/vhost/scsi.c | 1 - drivers/virtio/virtio_ring.c | 28 ++++++++++++---------- include/linux/virtio.h | 17 ------------- tools/virtio/ringtest/ptr_ring.c | 1 - 5 files changed, 40 insertions(+), 59 deletions(-)