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 26606C6FA86 for ; Fri, 23 Sep 2022 08:16:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231251AbiIWIQK (ORCPT ); Fri, 23 Sep 2022 04:16:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44352 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231278AbiIWIQG (ORCPT ); Fri, 23 Sep 2022 04:16:06 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C33AB115A7A; Fri, 23 Sep 2022 01:16:05 -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 ams.source.kernel.org (Postfix) with ESMTPS id F0358B825C6; Fri, 23 Sep 2022 08:16:03 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 18903C433C1; Fri, 23 Sep 2022 08:16:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1663920962; bh=bPVCAPpOlqysgdRjqbXO/X4KjONzytDj+4d25vTPS08=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qFCgceMrCjNaFpcCwlwlTgsF5RM4Z41Qsy5jLwSHgDt/de2BtGvojz58AaIfL8ZfS BBIcjTSAQLPym+hEvSSlQCoy0aOYUD9ckT2A1iu+syML9qBDSBSsKumT85+IjlnHq8 z+IReMS4RejydfYZfHdLonAiTZ7nMggb2glIqDvs= Date: Fri, 23 Sep 2022 10:15:59 +0200 From: Greg Kroah-Hartman To: Logan Gunthorpe Cc: linux-kernel@vger.kernel.org, linux-nvme@lists.infradead.org, linux-block@vger.kernel.org, linux-pci@vger.kernel.org, linux-mm@kvack.org, Christoph Hellwig , Dan Williams , Jason Gunthorpe , Christian =?iso-8859-1?Q?K=F6nig?= , John Hubbard , Don Dutile , Matthew Wilcox , Daniel Vetter , Minturn Dave B , Jason Ekstrand , Dave Hansen , Xiong Jianxin , Bjorn Helgaas , Ira Weiny , Robin Murphy , Martin Oliveira , Chaitanya Kulkarni , Ralph Campbell , Stephen Bates Subject: Re: [PATCH v10 8/8] ABI: sysfs-bus-pci: add documentation for p2pmem allocate Message-ID: References: <20220922163926.7077-1-logang@deltatee.com> <20220922163926.7077-9-logang@deltatee.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220922163926.7077-9-logang@deltatee.com> Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Thu, Sep 22, 2022 at 10:39:26AM -0600, Logan Gunthorpe wrote: > Add documentation for the p2pmem/allocate binary file which allows > for allocating p2pmem buffers in userspace for passing to drivers > that support them. (Currently only O_DIRECT to NVMe devices.) > > Signed-off-by: Logan Gunthorpe > Reviewed-by: John Hubbard > --- > Documentation/ABI/testing/sysfs-bus-pci | 10 ++++++++++ > 1 file changed, 10 insertions(+) Reviewed-by: Greg Kroah-Hartman