From: Dave Jiang <dave.jiang@intel.com>
To: Ira Weiny <ira.weiny@intel.com>, Dan Williams <dan.j.williams@intel.com>
Cc: Alison Schofield <alison.schofield@intel.com>,
Vishal Verma <vishal.l.verma@intel.com>,
Ben Widawsky <bwidawsk@kernel.org>,
Robert Richter <rrichter@amd.com>,
Jonathan Cameron <jonathan.cameron@huawei.com>,
linux-cxl@vger.kernel.org
Subject: Re: [PATCH v2 2/4] cxl/uapi: Add warning on CXL command enum
Date: Tue, 31 Jan 2023 09:24:18 -0700 [thread overview]
Message-ID: <8239547a-aabe-29ca-5cec-ee49db68973b@intel.com> (raw)
In-Reply-To: <20221222-cxl-misc-v2-2-60403cc37257@intel.com>
On 1/27/23 5:09 PM, Ira Weiny wrote:
> The CXL command enum is exported to user space and must maintain
> backwards compatibility.
>
> Add comment that new defines must be added to the end of the list.
>
> Suggested-by: Dan Williams <dan.j.williams@intel.com>
> Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> Signed-off-by: Ira Weiny <ira.weiny@intel.com>
Reviewed-by: Dave Jiang <dave.jiang@intel.com>
>
> ---
> Changes for v2:
> Pick up tag
> ---
> include/uapi/linux/cxl_mem.h | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/include/uapi/linux/cxl_mem.h b/include/uapi/linux/cxl_mem.h
> index c71021a2a9ed..459a3f7f764b 100644
> --- a/include/uapi/linux/cxl_mem.h
> +++ b/include/uapi/linux/cxl_mem.h
> @@ -19,6 +19,10 @@
> #define CXL_MEM_QUERY_COMMANDS _IOR(0xCE, 1, struct cxl_mem_query_commands)
> #define CXL_MEM_SEND_COMMAND _IOWR(0xCE, 2, struct cxl_send_command)
>
> +/*
> + * NOTE: New defines must be added to the end of the list to preserve
> + * compatibility because this enum is exported to user space.
> + */
> #define CXL_CMDS \
> ___C(INVALID, "Invalid Command"), \
> ___C(IDENTIFY, "Identify Command"), \
>
next prev parent reply other threads:[~2023-01-31 16:24 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-28 0:09 [PATCH v2 0/4] CXL: Miscellaneous fixes Ira Weiny
2023-01-28 0:09 ` [PATCH v2 1/4] cxl/mem: Remove unused CXL_CMD_FLAG_NONE define Ira Weiny
2023-01-31 16:23 ` Dave Jiang
2023-01-28 0:09 ` [PATCH v2 2/4] cxl/uapi: Add warning on CXL command enum Ira Weiny
2023-01-31 16:24 ` Dave Jiang [this message]
2023-01-28 0:09 ` [PATCH v2 3/4] cxl/uapi: Only return valid commands from cxl_query_cmd() Ira Weiny
2023-01-28 2:06 ` Dan Williams
2023-01-30 15:06 ` Jonathan Cameron
2023-01-30 19:42 ` Dan Williams
2023-01-31 14:57 ` Jonathan Cameron
2023-01-30 22:23 ` Ira Weiny
2023-01-30 23:52 ` Dan Williams
2023-02-01 17:57 ` Ira Weiny
2023-02-01 18:31 ` Dan Williams
2023-01-31 0:49 ` Alison Schofield
2023-01-28 0:09 ` [PATCH v2 4/4] cxl/mem: Fix UAPI command comment Ira Weiny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8239547a-aabe-29ca-5cec-ee49db68973b@intel.com \
--to=dave.jiang@intel.com \
--cc=alison.schofield@intel.com \
--cc=bwidawsk@kernel.org \
--cc=dan.j.williams@intel.com \
--cc=ira.weiny@intel.com \
--cc=jonathan.cameron@huawei.com \
--cc=linux-cxl@vger.kernel.org \
--cc=rrichter@amd.com \
--cc=vishal.l.verma@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox