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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6DCE9EB64D8 for ; Thu, 22 Jun 2023 06:37:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229647AbjFVGhm (ORCPT ); Thu, 22 Jun 2023 02:37:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51636 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229437AbjFVGhl (ORCPT ); Thu, 22 Jun 2023 02:37:41 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D9359132 for ; Wed, 21 Jun 2023 23:37:40 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 6CB8861772 for ; Thu, 22 Jun 2023 06:37:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 77E32C433C8; Thu, 22 Jun 2023 06:37:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1687415859; bh=0+KP5+9JfkIls6sPbMY5kzZY2RUh9etqor33XKCnnOg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=pyKuD/UgEd40r68RS7l8Cxp3zz3mF/tsgNrgPmXrniGHXrshBzBJhegHpnj98lK5n kJeOi/VJf+VAWqOko4wB3yKStLleQrO4BsEFbalZ6Ag3r1WX3YGPZMpL6f0LUnl98q lgjiJ+NSVx61/SG15AQ1pmpzQEcxjGYPILP4Aadk= Date: Thu, 22 Jun 2023 08:37:36 +0200 From: Greg KH To: "Michael S. Tsirkin" Cc: stable@vger.kernel.org Subject: Re: [mst@redhat.com: [PATCH v2] Revert "virtio-blk: support completion batching for the IRQ path"] Message-ID: <2023062220-submarine-flagman-096a@gregkh> References: <20230622021540-mutt-send-email-mst@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230622021540-mutt-send-email-mst@kernel.org> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Jun 22, 2023 at 02:15:45AM -0400, Michael S. Tsirkin wrote: > ----- Forwarded message from "Michael S. Tsirkin" ----- > > From: "Michael S. Tsirkin" > Date: Fri, 9 Jun 2023 03:27:28 -0400 > To: linux-kernel@vger.kernel.org > Cc: kernel test robot , Suwan Kim , "Roberts, Martin" , Jason Wang > , Paolo Bonzini , Stefan Hajnoczi , Xuan Zhuo > , Jens Axboe , virtualization@lists.linux-foundation.org, > linux-block@vger.kernel.org > Subject: [PATCH v2] Revert "virtio-blk: support completion batching for the IRQ path" > Message-ID: <336455b4f630f329380a8f53ee8cad3868764d5c.1686295549.git.mst@redhat.com> > > This reverts commit 07b679f70d73483930e8d3c293942416d9cd5c13. What commit id is this in Linus's tree? thanks, greg k-h