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 9520FEB64D7 for ; Tue, 20 Jun 2023 11:06:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232592AbjFTLG3 (ORCPT ); Tue, 20 Jun 2023 07:06:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43788 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232598AbjFTLGS (ORCPT ); Tue, 20 Jun 2023 07:06:18 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 952CE10F4; Tue, 20 Jun 2023 04:06:03 -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 00845611E2; Tue, 20 Jun 2023 11:06:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2E580C433C8; Tue, 20 Jun 2023 11:06:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1687259162; bh=c6Cl8H2kiIKibjwKn4E7jfaCJ/NmKegmDURyS5dIOTE=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=nZp2C+ROS21lgm1J0hWgNn22wS1cKofTGZJpkaTJGIfKShWnn349LHgIXFxUTDBcq bB1m5FxH7KO806pqJyQdruY0+nToITH9MjgFa8Pw6F0GNIKVLcbzr6RDynGjkORvRR u13jrbNsCuu1bRIZscvgL5JiAmgkCftS4n4cQiHqU8N+LxCGyn2QETfNTtOzQ+JsQs swAFE96KytVxfZ+Gny2Jjpt+ZWPdVg3qhWI1R1M7atNkMWale9fqZOdeXpGVnosxp/ 7R3u284lSngsoZK0QTWELwnFeKF7rF2efMPwnOHkyHCJ1tYkqdTl1hVMuRDFGHarkA BFw9TW8mvveRA== Date: Tue, 20 Jun 2023 06:06:00 -0500 From: Bjorn Helgaas To: Sui Jingfeng <15330273260@189.cn> Cc: Bjorn Helgaas , Matthew Wilcox , Ben Hutchings , Jesse Barnes , kernel test robot , Li Yi , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, loongson-kernel@lists.loongnix.cn, Geert Uytterhoeven , linux-pci@vger.kernel.org Subject: Re: [PATCH v2] PCI: Add dummy implement for pci_clear_master() function Message-ID: <20230620110600.GA40675@bhelgaas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <459cf0c7-4111-6e76-8124-da1a10666f50@189.cn> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 20, 2023 at 12:04:40PM +0800, Sui Jingfeng wrote: > Where is the formal(unstream) PCI git branch where we could see the latest > patch ? Here's the "misc" branch: https://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git/log/?h=misc And here's the "next" branch that will be merged for v6.5, which includes "misc" and other things: https://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git/log/?h=next