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 35C07EB64D8 for ; Thu, 22 Jun 2023 07:32:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229593AbjFVHc2 (ORCPT ); Thu, 22 Jun 2023 03:32:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43060 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229595AbjFVHc1 (ORCPT ); Thu, 22 Jun 2023 03:32:27 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EBE461992 for ; Thu, 22 Jun 2023 00:32:25 -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) server-digest SHA256) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 8927B61772 for ; Thu, 22 Jun 2023 07:32:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 92120C433CA; Thu, 22 Jun 2023 07:32:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1687419144; bh=/VJ8LTv21XD2aswss1g8Gr2xv3DFk8BDmLxgGWCcH44=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=h2UwsLScbogELIUkFmIroHfdI0NSw4wfelJ1Qhmk2cDL6cNODLq87BR74A1NQrwlD CuJxPZ/fHNIAvJaB4Tbv0Mh64TJv0KlRcqyie/zZV44EloBZKmc6zvxnvqLO+KwVFD DiUFI9D9AX7vLhGKCLLCbbedziZ4a1ZNBHmFmGsI= Date: Thu, 22 Jun 2023 09:32:21 +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: <2023062203-skyline-vitally-988f@gregkh> References: <20230622021540-mutt-send-email-mst@kernel.org> <2023062220-submarine-flagman-096a@gregkh> <20230622023907-mutt-send-email-mst@kernel.org> <2023062214-reprise-footrest-e8df@gregkh> <20230622024302-mutt-send-email-mst@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230622024302-mutt-send-email-mst@kernel.org> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Jun 22, 2023 at 02:43:41AM -0400, Michael S. Tsirkin wrote: > On Thu, Jun 22, 2023 at 08:42:39AM +0200, Greg KH wrote: > > On Thu, Jun 22, 2023 at 02:39:15AM -0400, Michael S. Tsirkin wrote: > > > On Thu, Jun 22, 2023 at 08:37:36AM +0200, Greg KH wrote: > > > > 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 > > > > > > afd384f0dbea2229fd11159efb86a5b41051c4a9 > > > > Great, and what tree(s) do you want it applied to, just 6.3.y? > > > > thanks, > > > > greg k-h > > > That's the only one that has the commit we revert so yes. Thanks! Great, now queued up, thanks. greg k-h