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 698FDC77B7C for ; Fri, 26 May 2023 06:42:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236489AbjEZGmp (ORCPT ); Fri, 26 May 2023 02:42:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42132 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242301AbjEZGmm (ORCPT ); Fri, 26 May 2023 02:42:42 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 86B35198 for ; Thu, 25 May 2023 23:42:40 -0700 (PDT) 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=411KGqD8IaDnPUkvIUc2KqzrLmyQ9q/ej5S6eECWqFI=; b=PcQqrs88WilvjLOuH6grbpPton +ghxrPI9BmRD/kgaGvA93AbBWtjOoyA8TTFDoe2K46n8/HGew9uWtWtWm7S+dGvql8u3zFmrrh5g4 lRxvlCL9EmMMPpJgh+9jaKxSnQQfl/SRI+ofh9sJdokrwlo6JbC7EiKEqMkbLhTnp0nEkFfTPuXgt UnhVCzNDPc4nFSqdPceaTR2Wz1D1KEC5Tf/Rg7aeILPKcQhQGFVTf4BCzeGL+Ruq0BF+w7JEeVG2h w6iR26QSWbEdfbaSIneWhk6tzQVeoizeGhzjckaVDlI0ylj5A6xABLnxaHYerPWgnnZqGLJEb5wiQ 4gmUBI5A==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1q2R9m-001IfJ-0y; Fri, 26 May 2023 06:42:34 +0000 Date: Thu, 25 May 2023 23:42:34 -0700 From: Christoph Hellwig To: Robin Murphy Cc: hch@infradead.org, m.szyprowski@samsung.com, iommu@lists.linux.dev, catalin.marinas@arm.com, linux-kernel@vger.kernel.org, logang@deltatee.com Subject: Re: [PATCH] dma-mapping: Name SG DMA flag helpers consistently Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Looks fine to me: Reviewed-by: Christoph Hellwig