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 2AF6AC433F5 for ; Thu, 24 Feb 2022 18:16:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232648AbiBXSQg (ORCPT ); Thu, 24 Feb 2022 13:16:36 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56678 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232621AbiBXSQg (ORCPT ); Thu, 24 Feb 2022 13:16:36 -0500 Received: from smtp.smtpout.orange.fr (smtp03.smtpout.orange.fr [80.12.242.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 53277253150 for ; Thu, 24 Feb 2022 10:16:02 -0800 (PST) Received: from [192.168.1.18] ([90.126.236.122]) by smtp.orange.fr with ESMTPA id NIeQnn7MbrdkGNIeQnJ9oN; Thu, 24 Feb 2022 19:16:00 +0100 X-ME-Helo: [192.168.1.18] X-ME-Auth: YWZlNiIxYWMyZDliZWIzOTcwYTEyYzlhMmU3ZiQ1M2U2MzfzZDfyZTMxZTBkMTYyNDBjNDJlZmQ3ZQ== X-ME-Date: Thu, 24 Feb 2022 19:16:00 +0100 X-ME-IP: 90.126.236.122 Message-ID: Date: Thu, 24 Feb 2022 19:15:38 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: Re: [PATCH 00/16] Remove usage of the deprecated "pci-dma-compat.h" API Content-Language: en-US To: Arnd Bergmann , Christoph Hellwig Cc: Andrew Morton , Ivan Kokshaysky , Matt Turner , Michael Ellerman , Benjamin Herrenschmidt , Paul Mackerras , David Miller , David Airlie , Vinod Koul , hao.wu@intel.com, Tom Rix , Moritz Fischer , Xu Yilun , awalls@md.metrocast.net, Mauro Carvalho Chehab , Sathya Prakash , sreekanth.reddy@broadcom.com, Suganath Prabu Subramani , Matt Porter , Alex Bounine , Bjorn Helgaas , alpha , linuxppc-dev , sparclinux , dmaengine@vger.kernel.org, linux-fpga@vger.kernel.org, Linux Media Mailing List , MPT-FusionLinux.pdl@broadcom.com, linux-scsi , linux-pci , "linux-kernel@vger.kernel.org" , Kernel Janitors References: From: Christophe JAILLET In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org Le 24/02/2022 à 08:07, Arnd Bergmann a écrit : > On Thu, Feb 24, 2022 at 7:25 AM Christoph Hellwig wrote: >> On Wed, Feb 23, 2022 at 09:26:56PM +0100, Christophe JAILLET wrote: >>> Patch 01, 04, 05, 06, 08, 09 have not reached -next yet. >>> They all still apply cleanly. >>> >>> 04 has been picked it up for inclusion in the media subsystem for 5.18. >>> The other ones all have 1 or more Reviewed-by:/Acked-by: tags. >>> >>> Patch 16 must be resubmitted to add "#include " in >>> order not to break builds. >> So how about this: I'll pick up 1, 5,6,8 and 9 for the dma-mapping >> tree. After -rc1 when presumably all other patches have reached >> mainline your resubmit one with the added include and we finish this >> off? > Sounds good to me as well. > > Arnd This is fine for me. When all patches have reached -next, I'll re-submit the fixed 16th patch. Thanks for your assistance for ending this long story :) CJ