From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.9 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5274EC2BA2B for ; Thu, 16 Apr 2020 21:58:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2309A21841 for ; Thu, 16 Apr 2020 21:58:51 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="EjmCqUQU" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728618AbgDPV6u (ORCPT ); Thu, 16 Apr 2020 17:58:50 -0400 Received: from us-smtp-1.mimecast.com ([205.139.110.61]:33152 "EHLO us-smtp-delivery-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728333AbgDPV6u (ORCPT ); Thu, 16 Apr 2020 17:58:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1587074328; 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: in-reply-to:in-reply-to:references:references; bh=M6rrlZafhN6r+ubaAk51QbjlJxlyC5zfccAUUw8zuIQ=; b=EjmCqUQUNepT3q3TW1CAHlKf2tMfLu4nMJKIy1zPpfGVeqUj+ElCpAo4zLQPZhwCXpBVu1 9Rp/DQbzQCdVt2o0QbZ/Q6GOS5dmqCyND45j3kuW1wwS50PuIchk4gxnv3LdCjT2AMUQei 22JbU079yHy5dxanIpDwXN6/Z7bLTWE= Received: from mail-wm1-f69.google.com (mail-wm1-f69.google.com [209.85.128.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-290-CqS6W9A1OMaABhRu5IsFDg-1; Thu, 16 Apr 2020 17:58:47 -0400 X-MC-Unique: CqS6W9A1OMaABhRu5IsFDg-1 Received: by mail-wm1-f69.google.com with SMTP id 72so1860354wmb.1 for ; Thu, 16 Apr 2020 14:58:46 -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:references :mime-version:content-disposition:in-reply-to; bh=M6rrlZafhN6r+ubaAk51QbjlJxlyC5zfccAUUw8zuIQ=; b=EEq1JIZoChM9sveXTJf9snET8ZBY7LIVr5z62aFi2zFEy8PFBQLLqlmnv+tWKcArqj F3amKhhyEmkXK1hnjVteIEQbsMuLjQcGgJnfoCTDFwWMRyzwZn0MR3l4llQ7vOZ7Izlc VHUd/uWowq228SSIT4HM3Bi/jce0HrvHoAx3CPcux16NIjqnUqoqogLATKxPrcZcO5ze CRT4GUIRHxkXmy6JYwDn6hpivF81vS2My1Vilna7k+vxDRg+243UoM3txXI5n2h3Va8g j6emK8wZQVBaQXry7HZ+4GRMEiCU9zCO29s5kJtmI/dB5ARu8aFuYdg5c2TPOI3z5T3z QgHg== X-Gm-Message-State: AGi0PuZ2fpcoNhx04MtbCuwGzvyn3qAS+Z9S3IlAopbR+vX5kwF4t+8L HZxAsDbIwVoS/tUD3WCSiyjK0O7fqhwWbCtHYKE4xRxo2m6tWyYA6LyepiTt3fpLfF5IJwMrAfu /lKNpw74nEQJI X-Received: by 2002:a05:600c:2f17:: with SMTP id r23mr6583327wmn.81.1587074325884; Thu, 16 Apr 2020 14:58:45 -0700 (PDT) X-Google-Smtp-Source: APiQypJuACRXU/ZXNyriL39YVRQFFxgHb4YC1TCpFzp0oXAv3mKwmNTGsmU40akcPlLbxfOx28D8Wg== X-Received: by 2002:a05:600c:2f17:: with SMTP id r23mr6583297wmn.81.1587074325695; Thu, 16 Apr 2020 14:58:45 -0700 (PDT) Received: from redhat.com (bzq-79-183-51-3.red.bezeqint.net. [79.183.51.3]) by smtp.gmail.com with ESMTPSA id f79sm5629022wme.32.2020.04.16.14.58.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Apr 2020 14:58:45 -0700 (PDT) Date: Thu, 16 Apr 2020 17:58:42 -0400 From: "Michael S. Tsirkin" To: Linus Torvalds Cc: KVM list , virtualization@lists.linux-foundation.org, Netdev , Linux Kernel Mailing List , Andy Shevchenko , Arnd Bergmann , ashutosh.dixit@intel.com, Bjorn Andersson , Markus Elfring , eli@mellanox.com, eperezma@redhat.com, "Gustavo A. R. Silva" , hulkci@huawei.com, "Cc: stable@vger.kernel.org, david@redhat.com, dverkamp@chromium.org, hch@lst.de, jasowang@redhat.com, liang.z.li@intel.com, mst@redhat.com, tiny.windzz@gmail.com," , matej.genci@nutanix.com, Stephen Rothwell , yanaijie@huawei.com, YueHaibing Subject: Re: [GIT PULL] vhost: cleanups and fixes Message-ID: <20200416175644-mutt-send-email-mst@kernel.org> References: <20200414123606-mutt-send-email-mst@kernel.org> <20200416081330-mutt-send-email-mst@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Thu, Apr 16, 2020 at 10:01:51AM -0700, Linus Torvalds wrote: > On Thu, Apr 16, 2020 at 5:20 AM Michael S. Tsirkin wrote: > > Well it's all just fallout from > > What? No. Half of it seems to be the moving of "struct vring" around > to other headers and stuff. > > And then that is done very confusingly too, using two different > structures both called "struct vring". > > No way can I pull that kind of craziness as a "fix". > > Linus OK, I'll just disable vhost on that config for now - it was suggested previously. Thanks for the comment and sorry about geeting it wrong! -- MST