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 D4EE1C43334 for ; Fri, 17 Jun 2022 11:29:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1379829AbiFQL32 (ORCPT ); Fri, 17 Jun 2022 07:29:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57752 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1381321AbiFQL30 (ORCPT ); Fri, 17 Jun 2022 07:29:26 -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 85D466CA9F; Fri, 17 Jun 2022 04:29:25 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 25F7B61F17; Fri, 17 Jun 2022 11:29:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3FC99C3411B; Fri, 17 Jun 2022 11:29:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1655465364; bh=9wuCQMmf4p3CO/lJPhcLoBAMVeXWYbFbN0sfWQQnDQk=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=H25MPIFra+fAN55+BKYFZ4qRV0crICkaD+vebhgb34i5Z2BJMHHmOmIHEKfYxYSoD N+wn0p3XckwdBF+8BpdmB7Ti1dBLWJZzdeknxF8nhP0K8Fh8aZPwGhZLcn8FL8BBCi bkPKcAqBsv4K+9LIsNZyBy92pHwQ2NkK2nFWAykbBDJRkngnMLlX84dTZWVuNlelDW qTEDzpDElreRE3YcTPrh5Zq9KRWPwfVAxjBHXC/lBpyZQ2Jfn2YEniaSsOG0taJyEp hziypQnY7SMFgsKucBvsyasYxMrKKUwkUrkzLau1cnWDuQRzIiBZ3PYwnZgSzdy894 IHoCfblca6xxA== Date: Fri, 17 Jun 2022 06:29:22 -0500 From: Bjorn Helgaas To: Serge Semin Cc: Serge Semin , Rob Herring , Bjorn Helgaas , Lorenzo Pieralisi , Alexey Malahov , Pavel Parkhomenko , Jingoo Han , Gustavo Pimentel , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Frank Li , Manivannan Sadhasivam , linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 00/18] PCI: dwc: Various fixes and cleanups Message-ID: <20220617112922.GA1176883@bhelgaas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220617104143.yj2mlnj4twoxoeld@mobilestation> Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Fri, Jun 17, 2022 at 01:41:43PM +0300, Serge Semin wrote: > On Thu, Jun 16, 2022 at 03:03:16PM -0500, Bjorn Helgaas wrote: > > On Fri, Jun 10, 2022 at 11:25:16AM +0300, Serge Semin wrote: > > > This patchset is a first one in the series created in the framework of > > > my Baikal-T1 PCIe/eDMA-related work: > > > ... > > This doesn't apply cleanly on v5.19-rc1 (my "main" branch). v5.19-rc1 > > was tagged June 5, but apparently v4 was rebased to v5.18 and posted > > June 10? That's just a non-starter because many of these files were > > changed during the merge window between v5.18 and v5.19-rc1. > > Ok. I'll rebase it on top of v5.19-rcX on the next cycle. I merge things on topic branches based on -rc1, so there's no benefit to rebasing to anything past that (at least for me). Normally it doesn't matter because very little will change between -rc1 and -rcX. > > I'll be looking for an ack from Jingoo and/or Gustavo, maintainers of > > pcie-designware.c and related files. > > Alas this will be very unluckily to happen. They have been inactive > for more than four months on this and the rest of the patchsets > (that's how long the patchsets have been hanging out on review). > The last commit authored by Gustavo was the commit ce31ff786ddf > ("PCI: dwc: Fix 'cast truncates bits from constant value'") posted > in Sep 22, 2020 and no review activity afterwards. Jingoo' last > ack was in Jun 25, 2019. So two and three years of silence accordingly > doesn't give any hope on the sooner reaction from them. Ok, thanks for the update. I hadn't noticed that. Bjorn