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 29A14C6FD1C for ; Mon, 13 Mar 2023 21:18:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229612AbjCMVSC (ORCPT ); Mon, 13 Mar 2023 17:18:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53650 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229456AbjCMVSA (ORCPT ); Mon, 13 Mar 2023 17:18:00 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0BC919009; Mon, 13 Mar 2023 14:17:57 -0700 (PDT) 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 B035EB81058; Mon, 13 Mar 2023 21:17:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 282C3C433D2; Mon, 13 Mar 2023 21:17:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1678742274; bh=RNZgWd9QC5n0z3iGMl1kUYPuyhL0ukCDE3/3h54eF0Q=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=KNMtxtnX/gum2ytfefDUfh5kMrWWeGlxTc9Q9iF0ph9d51/2o/AXMAdiDHwkugx6p mTZQit9R6F5RonZ1/QM+zCaMAPeiChSlN4yBklCQ8JH6qTlla9q8J9pE0zGhmVtas3 mwnpaYiTDHyCpCNZDm2aL7/IqXv8QM8HmPwkSOMJmVMnQ1T0g38U7ds+FkrNt0WT06 XX+ne0kAUAytJjGiMU33WUsGsEbZ54klN3Qubr0T63YIUqYcwbwPZvgohv9iCSY+aO BO7b80GDC/UhCVPE/zRgUOg5ziX6/0+4JLOUAVvfewcpk9PDLn1uwbvwPUA6djG7iV 369P15wwZDwCw== Date: Mon, 13 Mar 2023 16:17:52 -0500 From: Bjorn Helgaas To: Serge Semin Cc: Bjorn Helgaas , Lorenzo Pieralisi , Cai Huoqing , Jingoo Han , Gustavo Pimentel , Vinod Koul , Manivannan Sadhasivam , Yoshihiro Shimoda , Rob Herring , Serge Semin , Alexey Malahov , Pavel Parkhomenko , linux-pci@vger.kernel.org, dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH RESEND v2 00/11] PCI: dwc: Relatively simple fixes and cleanups Message-ID: <20230313211752.GA1541360@bhelgaas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230313200816.30105-1-Sergey.Semin@baikalelectronics.ru> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 13, 2023 at 11:08:04PM +0300, Serge Semin wrote: > ... > Link: https://lore.kernel.org/linux-pci/20230217093956.27126-1-Sergey.Semin@baikalelectronics.ru/ > Changelog v2: > - Rebase onto the kernel 6.3-rc2. This is fine, but just FYI that there's no need to rebase past -rc1 because PCI patches are applied on topic branches based on the PCI "main" branch, typically -rc1. Bjorn