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 X-Spam-Level: X-Spam-Status: No, score=-7.3 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 69816C0018C for ; Thu, 10 Dec 2020 03:33:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 34BF0238EB for ; Thu, 10 Dec 2020 03:33:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729928AbgLJDdZ (ORCPT ); Wed, 9 Dec 2020 22:33:25 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44446 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729219AbgLJDdZ (ORCPT ); Wed, 9 Dec 2020 22:33:25 -0500 Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E9FCDC061794; Wed, 9 Dec 2020 19:32:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:MIME-Version:Date:Message-ID:From:References:Cc:To:Subject:Sender :Reply-To:Content-ID:Content-Description; bh=CKPr5ETGh0oX0SSyAT6dUE8iQrUELXNO4VBll75Ml7Y=; b=i2MYcBir69LopxN+00abwoTCcM GNmEjZLTP+bV+8H/zlqsloRLM0Szh/wlda8pRkiHniDXIQhDpgZU8bZujvCeg+zjTjllWz15QkLuP BUo2d9/rtI3YDPw760gDZAvlbImoLbaKxhpRYN3DIBDmQcqvcADm8avNOAYVA54UcjioWkKhU9mDG S//wLXtcaBoKLiT9IGNPHjQSc3bu7wQ9ncx6ydeoj7cqCBqPFpLkPZDjCRYmlCcE/XSszo1h0Xddz lu37hKK1iEty7QCnhv2m5esXAF2vMQo4HZG7tEfdBrcV9aXA2tnIwzTQmk/j5hckpL5DiFgOtvzM1 WA60VriQ==; Received: from [2601:1c0:6280:3f0::1494] by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1knCgs-0003lL-Ec; Thu, 10 Dec 2020 03:32:26 +0000 Subject: Re: [RFC PATCH 09/14] cxl/mem: Add basic IOCTL interface To: Ben Widawsky , linux-cxl@vger.kernel.org Cc: linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, linux-acpi@vger.kernel.org, Ira Weiny , Dan Williams , Vishal Verma , "Kelley, Sean V" , Rafael Wysocki , Bjorn Helgaas , Jonathan Cameron , Jon Masters , Chris Browy , Christoph Hellwig References: <20201209002418.1976362-1-ben.widawsky@intel.com> <20201209002418.1976362-10-ben.widawsky@intel.com> From: Randy Dunlap Message-ID: <8a252085-9dd9-6cf0-afad-a3ff63cf00d8@infradead.org> Date: Wed, 9 Dec 2020 19:32:19 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 MIME-Version: 1.0 In-Reply-To: <20201209002418.1976362-10-ben.widawsky@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/8/20 4:24 PM, Ben Widawsky wrote: > + > +#define CXL_MEM_QUERY_COMMANDS _IOR('C', 1, struct cxl_mem_query_commands) Hi, I could have missed it, but IOCTL major "numbers" (like 'C') should be listed in Documentation/userspace-api/ioctl/ioctl-number.rst. thanks. -- ~Randy