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 8D380C4332F for ; Fri, 16 Dec 2022 07:40:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229689AbiLPHkO (ORCPT ); Fri, 16 Dec 2022 02:40:14 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51648 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229475AbiLPHkL (ORCPT ); Fri, 16 Dec 2022 02:40:11 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 438413B9DF; Thu, 15 Dec 2022 23:40:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=8blW/F/+PwS1X5UjK3Cc7amh31WnyYbXAljrienDktY=; b=E5OMUfst49yaCfkqXi77SZaxJT 0H2MxSDDIR0HbIiad0RvN2WLGjqw/Rj7X4um9Swgb4Yp3aupHCobR28+O6bVV+bF+AV2dFzCKP+g9 d76Hvr7umyrkD2EbX1FjwwB60EiiYIwH6D96oIr2fuks0pBvn1yh1ZOmwgwpwKPixL5RwMQIUfmPV po1+ZVueIWcbMfwp0zOkSHb8fPV2DSADfFkcP5UEf33/Mnz0juOefPyMz3sEoaDB4E7ax3+ixF00L PTb7IBzIXnWLxNmCWvflpKt+2FMBnOkThFcHplIJQbmRFL002F8uLZ5x4Ek8lqGV4L2Q7qDaAOjhT V+A9amNA==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1p65Jm-00DPrG-0W; Fri, 16 Dec 2022 07:39:42 +0000 Date: Thu, 15 Dec 2022 23:39:41 -0800 From: Christoph Hellwig To: Serge Semin Cc: Robin Murphy , Christoph Hellwig , Serge Semin , Gustavo Pimentel , Vinod Koul , Rob Herring , Bjorn Helgaas , Lorenzo Pieralisi , Cai Huoqing , Jingoo Han , Frank Li , Manivannan Sadhasivam , Lorenzo Pieralisi , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Alexey Malahov , Pavel Parkhomenko , caihuoqing , Yoshihiro Shimoda , linux-pci@vger.kernel.org, dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v7 23/25] PCI: dwc: Restore DMA-mask after MSI-data allocation Message-ID: References: <20221214235305.31744-1-Sergey.Semin@baikalelectronics.ru> <20221214235305.31744-24-Sergey.Semin@baikalelectronics.ru> <20221215092721.tvz3hpaql3kotgnu@mobilestation> <07ec7610-f1be-9b5c-416d-17781a22427d@arm.com> <20221215235218.wsuwy5uckqfxjnb6@mobilestation> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221215235218.wsuwy5uckqfxjnb6@mobilestation> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 16, 2022 at 02:52:18AM +0300, Serge Semin wrote: > Got it. Thanks for clarification. I'll resubmit the series with only > the streaming DMA mask restoration. Note that even for that we need to make sure there are no outstanding mappings when you change the mask.