[PATCH] Documentation: ABI: sysfs-driver-dma-idxd: Fix the kernel version 6.20.0

Karl Mehltretter posted 1 patch 1 week, 6 days ago
Documentation/ABI/stable/sysfs-driver-dma-idxd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] Documentation: ABI: sysfs-driver-dma-idxd: Fix the kernel version 6.20.0
Posted by Karl Mehltretter 1 week, 6 days ago
There is no kernel 6.20: the release after 6.19 was 7.0. The entry came
in with commit 8308510b9365 ("dmaengine: idxd: Expose DSA3.0
capabilities through sysfs"), first released in v7.0-rc1. Say 7.0.

Fixes: 8308510b9365 ("dmaengine: idxd: Expose DSA3.0 capabilities through sysfs")
Assisted-by: LLM
Signed-off-by: Karl Mehltretter <kmehltretter@gmail.com>
---
 Documentation/ABI/stable/sysfs-driver-dma-idxd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/ABI/stable/sysfs-driver-dma-idxd b/Documentation/ABI/stable/sysfs-driver-dma-idxd
index 08d030159f0921b1796b19a0fa30e74c96a731bf..5be4e2d5775ff4c6e4bc82c92bf974cb8fdc64da 100644
--- a/Documentation/ABI/stable/sysfs-driver-dma-idxd
+++ b/Documentation/ABI/stable/sysfs-driver-dma-idxd
@@ -138,7 +138,7 @@ Description:	The last executed device administrative command's status/error.
 
 What:		/sys/bus/dsa/devices/dsa<m>/dsacaps
 Date:		April 5, 2026
-KernelVersion:	6.20.0
+KernelVersion:	7.0
 Contact:	dmaengine@vger.kernel.org
 Description:	The DSA3 specification introduces three new capability
 		registers: dsacap[0-2]. User components (e.g., configuration
-- 
2.39.5 (Apple Git-154)
Re: [PATCH] Documentation: ABI: sysfs-driver-dma-idxd: Fix the kernel version 6.20.0
Posted by Dave Jiang 1 week, 6 days ago

On 9/11/26 3:57 PM, Karl Mehltretter wrote:
> There is no kernel 6.20: the release after 6.19 was 7.0. The entry came
> in with commit 8308510b9365 ("dmaengine: idxd: Expose DSA3.0
> capabilities through sysfs"), first released in v7.0-rc1. Say 7.0.
> 
> Fixes: 8308510b9365 ("dmaengine: idxd: Expose DSA3.0 capabilities through sysfs")
> Assisted-by: LLM
> Signed-off-by: Karl Mehltretter <kmehltretter@gmail.com>

Reviewed-by: Dave Jiang <dave.jiang@intel.com>

> ---
>  Documentation/ABI/stable/sysfs-driver-dma-idxd | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/ABI/stable/sysfs-driver-dma-idxd b/Documentation/ABI/stable/sysfs-driver-dma-idxd
> index 08d030159f0921b1796b19a0fa30e74c96a731bf..5be4e2d5775ff4c6e4bc82c92bf974cb8fdc64da 100644
> --- a/Documentation/ABI/stable/sysfs-driver-dma-idxd
> +++ b/Documentation/ABI/stable/sysfs-driver-dma-idxd
> @@ -138,7 +138,7 @@ Description:	The last executed device administrative command's status/error.
>  
>  What:		/sys/bus/dsa/devices/dsa<m>/dsacaps
>  Date:		April 5, 2026
> -KernelVersion:	6.20.0
> +KernelVersion:	7.0
>  Contact:	dmaengine@vger.kernel.org
>  Description:	The DSA3 specification introduces three new capability
>  		registers: dsacap[0-2]. User components (e.g., configuration