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 06BC7C4332F for ; Fri, 18 Nov 2022 00:50:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234825AbiKRAuM (ORCPT ); Thu, 17 Nov 2022 19:50:12 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50692 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232659AbiKRAuL (ORCPT ); Thu, 17 Nov 2022 19:50:11 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 08BE074CE1; Thu, 17 Nov 2022 16:50:10 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id A7518B82259; Fri, 18 Nov 2022 00:50:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2A7D8C433D6; Fri, 18 Nov 2022 00:50:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668732607; bh=YB0VTDTLdeMcVGmJnbUJT6TnuUos5PpaqgZkkvIjgAU=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=phYzzgW2g18bK0oC9PzOKmLPG8BhBhE48z9G5pD3tUOP6B/OaeViCXhEuGSpRjuYr /YBPHMY2D6KZPwM3EXukpmiNn0CJV0RHtF35vvJGkMvwcvgCogOLUu3uR2r8/FT4l9 r03h9MrfVPa9TF+IYjJiqY7e94OVRHX0DlFpWfNk4ZW9w2xhUDkKyREH51GUFYT/Wo 2fb6Gg8eDqVzyK8ZkYtRluBCNkH5J/1zcC7DB+DQzgHng5g9ktyxkP+u5+A63nhTqo 3CK5T0c2FzP7fC17YCdBB2yKZTLoDFb/ddDE1JtuzByl6BEmo6XViST6/7qgoB988f Bxkee+hGlkDbg== Date: Thu, 17 Nov 2022 18:50:05 -0600 From: Bjorn Helgaas To: Ira Weiny Cc: Bjorn Helgaas , Dan Williams , Gregory Price , Jonathan Cameron , Lukas Wunner , Vishal Verma , linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, linux-cxl@vger.kernel.org Subject: Re: [PATCH V2] PCI/DOE: Detect on stack work items automatically Message-ID: <20221118005005.GA1234446@bhelgaas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Thu, Nov 17, 2022 at 04:07:48PM -0800, Ira Weiny wrote: > On Thu, Nov 17, 2022 at 04:05:24PM -0800, Ira wrote: > > From: Ira Weiny > > Sorry about the extra pre-patches listed below. They are not needed. > ... > > base-commit: 30a0b95b1335e12efef89dd78518ed3e4a71a763 > > This is correct. > > > prerequisite-patch-id: dfea657e07f37aa9d7c3d477d68b07f64fe78721 > > prerequisite-patch-id: e27264e76e637214ee50cdab0e5854b223d44b4e > > These are not needed... > > Sorry, should I resend? No worries, no need to resend it! Bjorn