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 E7A12C43217 for ; Wed, 22 Dec 2021 08:22:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243284AbhLVIWQ (ORCPT ); Wed, 22 Dec 2021 03:22:16 -0500 Received: from verein.lst.de ([213.95.11.211]:49648 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243282AbhLVIWP (ORCPT ); Wed, 22 Dec 2021 03:22:15 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id 0144B68B05; Wed, 22 Dec 2021 09:22:10 +0100 (CET) Date: Wed, 22 Dec 2021 09:22:09 +0100 From: Christoph Hellwig To: Logan Gunthorpe Cc: Christoph Hellwig , linux-kernel@vger.kernel.org, linux-nvme@lists.infradead.org, linux-block@vger.kernel.org, linux-pci@vger.kernel.org, linux-mm@kvack.org, iommu@lists.linux-foundation.org, Stephen Bates , Dan Williams , Jason Gunthorpe , Christian =?iso-8859-1?Q?K=F6nig?= , John Hubbard , Don Dutile , Matthew Wilcox , Daniel Vetter , Jakowski Andrzej , Minturn Dave B , Jason Ekstrand , Dave Hansen , Xiong Jianxin , Bjorn Helgaas , Ira Weiny , Robin Murphy , Martin Oliveira , Chaitanya Kulkarni , Jason Gunthorpe Subject: Re: [PATCH v4 01/23] lib/scatterlist: cleanup macros into static inline functions Message-ID: <20211222082209.GA22606@lst.de> References: <20211117215410.3695-1-logang@deltatee.com> <20211117215410.3695-2-logang@deltatee.com> <20211221090003.GA7949@lst.de> <05095125-464e-4e85-f609-c7bc93d2f479@deltatee.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <05095125-464e-4e85-f609-c7bc93d2f479@deltatee.com> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 21, 2021 at 10:23:24AM -0700, Logan Gunthorpe wrote: > > scatterlist.h doesn't have a real maintainer, do you want me to pick > > this up through the DMA tree? > > Sure, that would be great! Done.