Message ID | 167564535494.847146.12120939572640882946.stgit@dwillia2-xfh.jf.intel.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | CXL RAM and the 'Soft Reserved' => 'System RAM' default | expand |
On Sun, 05 Feb 2023 17:02:35 -0800 Dan Williams <dan.j.williams@intel.com> wrote: > Prior to Linus deciding that the kernel that following v5.19 would be > v6.0, the CXL ABI documentation already referenced v5.20. In preparation > for updating these entries update the kernel version to v6.0. > > Signed-off-by: Dan Williams <dan.j.williams@intel.com> Fair enough though that fun bit of history disappears :) Might as well queue this up ahead of the rest if you want to. FWIW Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> > --- > Documentation/ABI/testing/sysfs-bus-cxl | 30 +++++++++++++++--------------- > 1 file changed, 15 insertions(+), 15 deletions(-) > > diff --git a/Documentation/ABI/testing/sysfs-bus-cxl b/Documentation/ABI/testing/sysfs-bus-cxl > index 329a7e46c805..5be032313e29 100644 > --- a/Documentation/ABI/testing/sysfs-bus-cxl > +++ b/Documentation/ABI/testing/sysfs-bus-cxl > @@ -198,7 +198,7 @@ Description: > > What: /sys/bus/cxl/devices/endpointX/CDAT > Date: July, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RO) If this sysfs entry is not present no DOE mailbox was > @@ -209,7 +209,7 @@ Description: > > What: /sys/bus/cxl/devices/decoderX.Y/mode > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RW) When a CXL decoder is of devtype "cxl_decoder_endpoint" it > @@ -229,7 +229,7 @@ Description: > > What: /sys/bus/cxl/devices/decoderX.Y/dpa_resource > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RO) When a CXL decoder is of devtype "cxl_decoder_endpoint", > @@ -240,7 +240,7 @@ Description: > > What: /sys/bus/cxl/devices/decoderX.Y/dpa_size > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RW) When a CXL decoder is of devtype "cxl_decoder_endpoint" it > @@ -260,7 +260,7 @@ Description: > > What: /sys/bus/cxl/devices/decoderX.Y/interleave_ways > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RO) The number of targets across which this decoder's host > @@ -275,7 +275,7 @@ Description: > > What: /sys/bus/cxl/devices/decoderX.Y/interleave_granularity > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RO) The number of consecutive bytes of host physical address > @@ -287,7 +287,7 @@ Description: > > What: /sys/bus/cxl/devices/decoderX.Y/create_pmem_region > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RW) Write a string in the form 'regionZ' to start the process > @@ -303,7 +303,7 @@ Description: > > What: /sys/bus/cxl/devices/decoderX.Y/delete_region > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (WO) Write a string in the form 'regionZ' to delete that region, > @@ -312,7 +312,7 @@ Description: > > What: /sys/bus/cxl/devices/regionZ/uuid > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RW) Write a unique identifier for the region. This field must > @@ -322,7 +322,7 @@ Description: > > What: /sys/bus/cxl/devices/regionZ/interleave_granularity > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RW) Set the number of consecutive bytes each device in the > @@ -333,7 +333,7 @@ Description: > > What: /sys/bus/cxl/devices/regionZ/interleave_ways > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RW) Configures the number of devices participating in the > @@ -343,7 +343,7 @@ Description: > > What: /sys/bus/cxl/devices/regionZ/size > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RW) System physical address space to be consumed by the region. > @@ -360,7 +360,7 @@ Description: > > What: /sys/bus/cxl/devices/regionZ/resource > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RO) A region is a contiguous partition of a CXL root decoder > @@ -372,7 +372,7 @@ Description: > > What: /sys/bus/cxl/devices/regionZ/target[0..N] > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RW) Write an endpoint decoder object name to 'targetX' where X > @@ -391,7 +391,7 @@ Description: > > What: /sys/bus/cxl/devices/regionZ/commit > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RW) Write a boolean 'true' string value to this attribute to > >
On Sun, Feb 05, 2023 at 05:02:35PM -0800, Dan Williams wrote: > Prior to Linus deciding that the kernel that following v5.19 would be > v6.0, the CXL ABI documentation already referenced v5.20. In preparation > for updating these entries update the kernel version to v6.0. > > Signed-off-by: Dan Williams <dan.j.williams@intel.com> > --- > Documentation/ABI/testing/sysfs-bus-cxl | 30 +++++++++++++++--------------- > 1 file changed, 15 insertions(+), 15 deletions(-) > Reviewed-by: Gregory Price <gregory.price@memverge.com>
On Sun, 05 Feb 2023, Dan Williams wrote: >Prior to Linus deciding that the kernel that following v5.19 would be >v6.0, the CXL ABI documentation already referenced v5.20. In preparation >for updating these entries update the kernel version to v6.0. > >Signed-off-by: Dan Williams <dan.j.williams@intel.com> >Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> This one seems better for v6.2. Reviewed-by: Davidlohr Bueso <dave@stgolabs.net>
Dan Williams wrote: > Prior to Linus deciding that the kernel that following v5.19 would be > v6.0, the CXL ABI documentation already referenced v5.20. In preparation > for updating these entries update the kernel version to v6.0. > > Signed-off-by: Dan Williams <dan.j.williams@intel.com> Reviewed-by: Ira Weiny <ira.weiny@intel.com> > --- > Documentation/ABI/testing/sysfs-bus-cxl | 30 +++++++++++++++--------------- > 1 file changed, 15 insertions(+), 15 deletions(-) > > diff --git a/Documentation/ABI/testing/sysfs-bus-cxl b/Documentation/ABI/testing/sysfs-bus-cxl > index 329a7e46c805..5be032313e29 100644 > --- a/Documentation/ABI/testing/sysfs-bus-cxl > +++ b/Documentation/ABI/testing/sysfs-bus-cxl > @@ -198,7 +198,7 @@ Description: > > What: /sys/bus/cxl/devices/endpointX/CDAT > Date: July, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RO) If this sysfs entry is not present no DOE mailbox was > @@ -209,7 +209,7 @@ Description: > > What: /sys/bus/cxl/devices/decoderX.Y/mode > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RW) When a CXL decoder is of devtype "cxl_decoder_endpoint" it > @@ -229,7 +229,7 @@ Description: > > What: /sys/bus/cxl/devices/decoderX.Y/dpa_resource > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RO) When a CXL decoder is of devtype "cxl_decoder_endpoint", > @@ -240,7 +240,7 @@ Description: > > What: /sys/bus/cxl/devices/decoderX.Y/dpa_size > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RW) When a CXL decoder is of devtype "cxl_decoder_endpoint" it > @@ -260,7 +260,7 @@ Description: > > What: /sys/bus/cxl/devices/decoderX.Y/interleave_ways > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RO) The number of targets across which this decoder's host > @@ -275,7 +275,7 @@ Description: > > What: /sys/bus/cxl/devices/decoderX.Y/interleave_granularity > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RO) The number of consecutive bytes of host physical address > @@ -287,7 +287,7 @@ Description: > > What: /sys/bus/cxl/devices/decoderX.Y/create_pmem_region > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RW) Write a string in the form 'regionZ' to start the process > @@ -303,7 +303,7 @@ Description: > > What: /sys/bus/cxl/devices/decoderX.Y/delete_region > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (WO) Write a string in the form 'regionZ' to delete that region, > @@ -312,7 +312,7 @@ Description: > > What: /sys/bus/cxl/devices/regionZ/uuid > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RW) Write a unique identifier for the region. This field must > @@ -322,7 +322,7 @@ Description: > > What: /sys/bus/cxl/devices/regionZ/interleave_granularity > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RW) Set the number of consecutive bytes each device in the > @@ -333,7 +333,7 @@ Description: > > What: /sys/bus/cxl/devices/regionZ/interleave_ways > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RW) Configures the number of devices participating in the > @@ -343,7 +343,7 @@ Description: > > What: /sys/bus/cxl/devices/regionZ/size > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RW) System physical address space to be consumed by the region. > @@ -360,7 +360,7 @@ Description: > > What: /sys/bus/cxl/devices/regionZ/resource > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RO) A region is a contiguous partition of a CXL root decoder > @@ -372,7 +372,7 @@ Description: > > What: /sys/bus/cxl/devices/regionZ/target[0..N] > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RW) Write an endpoint decoder object name to 'targetX' where X > @@ -391,7 +391,7 @@ Description: > > What: /sys/bus/cxl/devices/regionZ/commit > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RW) Write a boolean 'true' string value to this attribute to >
On 2/5/23 6:02 PM, Dan Williams wrote: > Prior to Linus deciding that the kernel that following v5.19 would be > v6.0, the CXL ABI documentation already referenced v5.20. In preparation > for updating these entries update the kernel version to v6.0. > > Signed-off-by: Dan Williams <dan.j.williams@intel.com> Reviewed-by: Dave Jiang <dave.jiang@intel.com> > --- > Documentation/ABI/testing/sysfs-bus-cxl | 30 +++++++++++++++--------------- > 1 file changed, 15 insertions(+), 15 deletions(-) > > diff --git a/Documentation/ABI/testing/sysfs-bus-cxl b/Documentation/ABI/testing/sysfs-bus-cxl > index 329a7e46c805..5be032313e29 100644 > --- a/Documentation/ABI/testing/sysfs-bus-cxl > +++ b/Documentation/ABI/testing/sysfs-bus-cxl > @@ -198,7 +198,7 @@ Description: > > What: /sys/bus/cxl/devices/endpointX/CDAT > Date: July, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RO) If this sysfs entry is not present no DOE mailbox was > @@ -209,7 +209,7 @@ Description: > > What: /sys/bus/cxl/devices/decoderX.Y/mode > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RW) When a CXL decoder is of devtype "cxl_decoder_endpoint" it > @@ -229,7 +229,7 @@ Description: > > What: /sys/bus/cxl/devices/decoderX.Y/dpa_resource > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RO) When a CXL decoder is of devtype "cxl_decoder_endpoint", > @@ -240,7 +240,7 @@ Description: > > What: /sys/bus/cxl/devices/decoderX.Y/dpa_size > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RW) When a CXL decoder is of devtype "cxl_decoder_endpoint" it > @@ -260,7 +260,7 @@ Description: > > What: /sys/bus/cxl/devices/decoderX.Y/interleave_ways > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RO) The number of targets across which this decoder's host > @@ -275,7 +275,7 @@ Description: > > What: /sys/bus/cxl/devices/decoderX.Y/interleave_granularity > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RO) The number of consecutive bytes of host physical address > @@ -287,7 +287,7 @@ Description: > > What: /sys/bus/cxl/devices/decoderX.Y/create_pmem_region > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RW) Write a string in the form 'regionZ' to start the process > @@ -303,7 +303,7 @@ Description: > > What: /sys/bus/cxl/devices/decoderX.Y/delete_region > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (WO) Write a string in the form 'regionZ' to delete that region, > @@ -312,7 +312,7 @@ Description: > > What: /sys/bus/cxl/devices/regionZ/uuid > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RW) Write a unique identifier for the region. This field must > @@ -322,7 +322,7 @@ Description: > > What: /sys/bus/cxl/devices/regionZ/interleave_granularity > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RW) Set the number of consecutive bytes each device in the > @@ -333,7 +333,7 @@ Description: > > What: /sys/bus/cxl/devices/regionZ/interleave_ways > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RW) Configures the number of devices participating in the > @@ -343,7 +343,7 @@ Description: > > What: /sys/bus/cxl/devices/regionZ/size > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RW) System physical address space to be consumed by the region. > @@ -360,7 +360,7 @@ Description: > > What: /sys/bus/cxl/devices/regionZ/resource > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RO) A region is a contiguous partition of a CXL root decoder > @@ -372,7 +372,7 @@ Description: > > What: /sys/bus/cxl/devices/regionZ/target[0..N] > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RW) Write an endpoint decoder object name to 'targetX' where X > @@ -391,7 +391,7 @@ Description: > > What: /sys/bus/cxl/devices/regionZ/commit > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RW) Write a boolean 'true' string value to this attribute to >
On Sun, 2023-02-05 at 17:02 -0800, Dan Williams wrote: > Prior to Linus deciding that the kernel that following v5.19 would be > v6.0, the CXL ABI documentation already referenced v5.20. In preparation > for updating these entries update the kernel version to v6.0. > > Signed-off-by: Dan Williams <dan.j.williams@intel.com> > --- > Documentation/ABI/testing/sysfs-bus-cxl | 30 +++++++++++++++--------------- > 1 file changed, 15 insertions(+), 15 deletions(-) Looks good, Reviewed-by: Vishal Verma <vishal.l.verma@intel.com> > > diff --git a/Documentation/ABI/testing/sysfs-bus-cxl b/Documentation/ABI/testing/sysfs-bus-cxl > index 329a7e46c805..5be032313e29 100644 > --- a/Documentation/ABI/testing/sysfs-bus-cxl > +++ b/Documentation/ABI/testing/sysfs-bus-cxl > @@ -198,7 +198,7 @@ Description: > > What: /sys/bus/cxl/devices/endpointX/CDAT > Date: July, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RO) If this sysfs entry is not present no DOE mailbox was > @@ -209,7 +209,7 @@ Description: > > What: /sys/bus/cxl/devices/decoderX.Y/mode > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RW) When a CXL decoder is of devtype "cxl_decoder_endpoint" it > @@ -229,7 +229,7 @@ Description: > > What: /sys/bus/cxl/devices/decoderX.Y/dpa_resource > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RO) When a CXL decoder is of devtype "cxl_decoder_endpoint", > @@ -240,7 +240,7 @@ Description: > > What: /sys/bus/cxl/devices/decoderX.Y/dpa_size > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RW) When a CXL decoder is of devtype "cxl_decoder_endpoint" it > @@ -260,7 +260,7 @@ Description: > > What: /sys/bus/cxl/devices/decoderX.Y/interleave_ways > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RO) The number of targets across which this decoder's host > @@ -275,7 +275,7 @@ Description: > > What: /sys/bus/cxl/devices/decoderX.Y/interleave_granularity > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RO) The number of consecutive bytes of host physical address > @@ -287,7 +287,7 @@ Description: > > What: /sys/bus/cxl/devices/decoderX.Y/create_pmem_region > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RW) Write a string in the form 'regionZ' to start the process > @@ -303,7 +303,7 @@ Description: > > What: /sys/bus/cxl/devices/decoderX.Y/delete_region > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (WO) Write a string in the form 'regionZ' to delete that region, > @@ -312,7 +312,7 @@ Description: > > What: /sys/bus/cxl/devices/regionZ/uuid > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RW) Write a unique identifier for the region. This field must > @@ -322,7 +322,7 @@ Description: > > What: /sys/bus/cxl/devices/regionZ/interleave_granularity > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RW) Set the number of consecutive bytes each device in the > @@ -333,7 +333,7 @@ Description: > > What: /sys/bus/cxl/devices/regionZ/interleave_ways > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RW) Configures the number of devices participating in the > @@ -343,7 +343,7 @@ Description: > > What: /sys/bus/cxl/devices/regionZ/size > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RW) System physical address space to be consumed by the region. > @@ -360,7 +360,7 @@ Description: > > What: /sys/bus/cxl/devices/regionZ/resource > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RO) A region is a contiguous partition of a CXL root decoder > @@ -372,7 +372,7 @@ Description: > > What: /sys/bus/cxl/devices/regionZ/target[0..N] > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RW) Write an endpoint decoder object name to 'targetX' where X > @@ -391,7 +391,7 @@ Description: > > What: /sys/bus/cxl/devices/regionZ/commit > Date: May, 2022 > -KernelVersion: v5.20 > +KernelVersion: v6.0 > Contact: linux-cxl@vger.kernel.org > Description: > (RW) Write a boolean 'true' string value to this attribute to > >
diff --git a/Documentation/ABI/testing/sysfs-bus-cxl b/Documentation/ABI/testing/sysfs-bus-cxl index 329a7e46c805..5be032313e29 100644 --- a/Documentation/ABI/testing/sysfs-bus-cxl +++ b/Documentation/ABI/testing/sysfs-bus-cxl @@ -198,7 +198,7 @@ Description: What: /sys/bus/cxl/devices/endpointX/CDAT Date: July, 2022 -KernelVersion: v5.20 +KernelVersion: v6.0 Contact: linux-cxl@vger.kernel.org Description: (RO) If this sysfs entry is not present no DOE mailbox was @@ -209,7 +209,7 @@ Description: What: /sys/bus/cxl/devices/decoderX.Y/mode Date: May, 2022 -KernelVersion: v5.20 +KernelVersion: v6.0 Contact: linux-cxl@vger.kernel.org Description: (RW) When a CXL decoder is of devtype "cxl_decoder_endpoint" it @@ -229,7 +229,7 @@ Description: What: /sys/bus/cxl/devices/decoderX.Y/dpa_resource Date: May, 2022 -KernelVersion: v5.20 +KernelVersion: v6.0 Contact: linux-cxl@vger.kernel.org Description: (RO) When a CXL decoder is of devtype "cxl_decoder_endpoint", @@ -240,7 +240,7 @@ Description: What: /sys/bus/cxl/devices/decoderX.Y/dpa_size Date: May, 2022 -KernelVersion: v5.20 +KernelVersion: v6.0 Contact: linux-cxl@vger.kernel.org Description: (RW) When a CXL decoder is of devtype "cxl_decoder_endpoint" it @@ -260,7 +260,7 @@ Description: What: /sys/bus/cxl/devices/decoderX.Y/interleave_ways Date: May, 2022 -KernelVersion: v5.20 +KernelVersion: v6.0 Contact: linux-cxl@vger.kernel.org Description: (RO) The number of targets across which this decoder's host @@ -275,7 +275,7 @@ Description: What: /sys/bus/cxl/devices/decoderX.Y/interleave_granularity Date: May, 2022 -KernelVersion: v5.20 +KernelVersion: v6.0 Contact: linux-cxl@vger.kernel.org Description: (RO) The number of consecutive bytes of host physical address @@ -287,7 +287,7 @@ Description: What: /sys/bus/cxl/devices/decoderX.Y/create_pmem_region Date: May, 2022 -KernelVersion: v5.20 +KernelVersion: v6.0 Contact: linux-cxl@vger.kernel.org Description: (RW) Write a string in the form 'regionZ' to start the process @@ -303,7 +303,7 @@ Description: What: /sys/bus/cxl/devices/decoderX.Y/delete_region Date: May, 2022 -KernelVersion: v5.20 +KernelVersion: v6.0 Contact: linux-cxl@vger.kernel.org Description: (WO) Write a string in the form 'regionZ' to delete that region, @@ -312,7 +312,7 @@ Description: What: /sys/bus/cxl/devices/regionZ/uuid Date: May, 2022 -KernelVersion: v5.20 +KernelVersion: v6.0 Contact: linux-cxl@vger.kernel.org Description: (RW) Write a unique identifier for the region. This field must @@ -322,7 +322,7 @@ Description: What: /sys/bus/cxl/devices/regionZ/interleave_granularity Date: May, 2022 -KernelVersion: v5.20 +KernelVersion: v6.0 Contact: linux-cxl@vger.kernel.org Description: (RW) Set the number of consecutive bytes each device in the @@ -333,7 +333,7 @@ Description: What: /sys/bus/cxl/devices/regionZ/interleave_ways Date: May, 2022 -KernelVersion: v5.20 +KernelVersion: v6.0 Contact: linux-cxl@vger.kernel.org Description: (RW) Configures the number of devices participating in the @@ -343,7 +343,7 @@ Description: What: /sys/bus/cxl/devices/regionZ/size Date: May, 2022 -KernelVersion: v5.20 +KernelVersion: v6.0 Contact: linux-cxl@vger.kernel.org Description: (RW) System physical address space to be consumed by the region. @@ -360,7 +360,7 @@ Description: What: /sys/bus/cxl/devices/regionZ/resource Date: May, 2022 -KernelVersion: v5.20 +KernelVersion: v6.0 Contact: linux-cxl@vger.kernel.org Description: (RO) A region is a contiguous partition of a CXL root decoder @@ -372,7 +372,7 @@ Description: What: /sys/bus/cxl/devices/regionZ/target[0..N] Date: May, 2022 -KernelVersion: v5.20 +KernelVersion: v6.0 Contact: linux-cxl@vger.kernel.org Description: (RW) Write an endpoint decoder object name to 'targetX' where X @@ -391,7 +391,7 @@ Description: What: /sys/bus/cxl/devices/regionZ/commit Date: May, 2022 -KernelVersion: v5.20 +KernelVersion: v6.0 Contact: linux-cxl@vger.kernel.org Description: (RW) Write a boolean 'true' string value to this attribute to
Prior to Linus deciding that the kernel that following v5.19 would be v6.0, the CXL ABI documentation already referenced v5.20. In preparation for updating these entries update the kernel version to v6.0. Signed-off-by: Dan Williams <dan.j.williams@intel.com> --- Documentation/ABI/testing/sysfs-bus-cxl | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-)