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=-14.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 C58CAC4CECA for ; Sat, 14 Sep 2019 19:39:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9F3D4206CD for ; Sat, 14 Sep 2019 19:39:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731350AbfINTjF (ORCPT ); Sat, 14 Sep 2019 15:39:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51646 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731293AbfINTjF (ORCPT ); Sat, 14 Sep 2019 15:39:05 -0400 Received: from mail-qt1-f197.google.com (mail-qt1-f197.google.com [209.85.160.197]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 3C60EC08EC01 for ; Sat, 14 Sep 2019 19:39:05 +0000 (UTC) Received: by mail-qt1-f197.google.com with SMTP id c8so21927399qtd.20 for ; Sat, 14 Sep 2019 12:39:05 -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=vaylEgrlIg+lPjH544xVFYytAlsLACbCpY321J/9g4E=; b=ixJpLH5iHLDJz/edCDkvDjIiJCG3tHN/TyfBYj1nwGqNH7/IrlajC7OnZZQb7mzKLV 4H1BkKPoS3c+Do581Tg9aT6NRCIOLqujT06STUUQ/cAnF731qgDCElgUSbLdENvTjzjM 45kSI5OiJpUf4mJFL3nasOYwlChj59jAQWl3ucNQOk+V/d5xI47RGDPlth6TrYfBq+aK 2pJuQ61DDiJ0c8WaFIJGWjihxeJij4xZlYbQ4RRJ78jr4uqD5as9R9sGi16wiNzhBBsM VYq5gzjYJKvIRpQUv40DmzZvsFMLlVzYw212aq/tJ3rFkFlYq5X4Py4LfjaPLBJQMvRE EoJg== X-Gm-Message-State: APjAAAWGwMDLs7dAseoVBUuwzZ2YzuXIVG7HJqfQbAEFHbbfFYhjsXDg qYbmJ3QY5qJ8FbKypNNHavJzMOM0ODWWF5oH4K2gYehB4TZGR7HtiKVFk+/KmqgNJ9KXkMk3leI q5QMX39Bn7aSwX+MEjrrMmgOX X-Received: by 2002:a37:4b97:: with SMTP id y145mr53500322qka.310.1568489944596; Sat, 14 Sep 2019 12:39:04 -0700 (PDT) X-Google-Smtp-Source: APXvYqwD6rz0Xz1EID/JFGdbYv8ZxwisBunlJJE5csAnnPdoREA9Pde8LY2vagubbz6rBIS1caMDgg== X-Received: by 2002:a37:4b97:: with SMTP id y145mr53500312qka.310.1568489944423; Sat, 14 Sep 2019 12:39:04 -0700 (PDT) Received: from redhat.com (bzq-79-176-40-226.red.bezeqint.net. [79.176.40.226]) by smtp.gmail.com with ESMTPSA id y17sm17211975qtb.82.2019.09.14.12.39.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 14 Sep 2019 12:39:03 -0700 (PDT) Date: Sat, 14 Sep 2019 15:38:59 -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, stable@vger.kernel.org, mst@redhat.com Subject: [PULL] vhost: a last minute revert Message-ID: <20190914153859-mutt-send-email-mst@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Mutt-Fcc: =sent Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org So I made a mess of it. Sent a pull before making sure it works on 32 bit too. Hope it's not too late to revert. Will teach me to be way more careful in the near future. The following changes since commit 060423bfdee3f8bc6e2c1bac97de24d5415e2bc4: vhost: make sure log_num < in_num (2019-09-11 15:15:26 -0400) 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 0d4a3f2abbef73b9e5bb5f12213c275565473588: Revert "vhost: block speculation of translated descriptors" (2019-09-14 15:21:51 -0400) ---------------------------------------------------------------- virtio: a last minute revert 32 bit build got broken by the latest defence in depth patch. Revert and we'll try again in the next cycle. Signed-off-by: Michael S. Tsirkin ---------------------------------------------------------------- Michael S. Tsirkin (1): Revert "vhost: block speculation of translated descriptors" drivers/vhost/vhost.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-)