All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: uacce: Add explicit title
@ 2025-11-03  2:59 Bagas Sanjaya
  2025-11-03  4:58 ` Randy Dunlap
  0 siblings, 1 reply; 4+ messages in thread
From: Bagas Sanjaya @ 2025-11-03  2:59 UTC (permalink / raw)
  To: Linux Kernel Mailing List, Linux Documentation,
	Linux Accelerators
  Cc: Zhangfei Gao, Zhou Wang, Jonathan Corbet, Bagas Sanjaya

Uacce docs' sections are listed in misc-devices toctree instead due to
lack of explicit docs title. Add it to clean up the toctree.

Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
---
 Documentation/misc-devices/uacce.rst | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/Documentation/misc-devices/uacce.rst b/Documentation/misc-devices/uacce.rst
index 1db412e9b1a380..2ca539b7d6c799 100644
--- a/Documentation/misc-devices/uacce.rst
+++ b/Documentation/misc-devices/uacce.rst
@@ -1,7 +1,10 @@
 .. SPDX-License-Identifier: GPL-2.0
 
-Introduction of Uacce
----------------------
+Uacce (Unified/User-space-acess-intended Accelerator Framework)
+===============================================================
+
+Introduction
+------------
 
 Uacce (Unified/User-space-access-intended Accelerator Framework) targets to
 provide Shared Virtual Addressing (SVA) between accelerators and processes.

base-commit: e5e7ca66a7fc6b8073c30a048e1157b88d427980
-- 
An old man doll... just what I always wanted! - Clara


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] Documentation: uacce: Add explicit title
  2025-11-03  2:59 [PATCH] Documentation: uacce: Add explicit title Bagas Sanjaya
@ 2025-11-03  4:58 ` Randy Dunlap
  2025-11-03  5:15   ` Randy Dunlap
  2025-11-03  9:19   ` Bagas Sanjaya
  0 siblings, 2 replies; 4+ messages in thread
From: Randy Dunlap @ 2025-11-03  4:58 UTC (permalink / raw)
  To: Bagas Sanjaya, Linux Kernel Mailing List, Linux Documentation,
	Linux Accelerators
  Cc: Zhangfei Gao, Zhou Wang, Jonathan Corbet



On 11/2/25 6:59 PM, Bagas Sanjaya wrote:
> Uacce docs' sections are listed in misc-devices toctree instead due to
> lack of explicit docs title. Add it to clean up the toctree.
> 
> Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
> ---
>  Documentation/misc-devices/uacce.rst | 7 +++++--
>  1 file changed, 5 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/misc-devices/uacce.rst b/Documentation/misc-devices/uacce.rst
> index 1db412e9b1a380..2ca539b7d6c799 100644
> --- a/Documentation/misc-devices/uacce.rst
> +++ b/Documentation/misc-devices/uacce.rst
> @@ -1,7 +1,10 @@
>  .. SPDX-License-Identifier: GPL-2.0
>  
> -Introduction of Uacce
> ----------------------
> +Uacce (Unified/User-space-acess-intended Accelerator Framework)

                             access ?

> +===============================================================
> +
> +Introduction
> +------------
>  
>  Uacce (Unified/User-space-access-intended Accelerator Framework) targets to
>  provide Shared Virtual Addressing (SVA) between accelerators and processes.
> 
> base-commit: e5e7ca66a7fc6b8073c30a048e1157b88d427980

-- 
~Randy


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Documentation: uacce: Add explicit title
  2025-11-03  4:58 ` Randy Dunlap
@ 2025-11-03  5:15   ` Randy Dunlap
  2025-11-03  9:19   ` Bagas Sanjaya
  1 sibling, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2025-11-03  5:15 UTC (permalink / raw)
  To: Bagas Sanjaya, Linux Kernel Mailing List, Linux Documentation,
	Linux Accelerators
  Cc: Zhangfei Gao, Zhou Wang, Jonathan Corbet



On 11/2/25 8:58 PM, Randy Dunlap wrote:
> 
> 
> On 11/2/25 6:59 PM, Bagas Sanjaya wrote:
>> Uacce docs' sections are listed in misc-devices toctree instead due to
>> lack of explicit docs title. Add it to clean up the toctree.
>>
>> Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
>> ---
>>  Documentation/misc-devices/uacce.rst | 7 +++++--
>>  1 file changed, 5 insertions(+), 2 deletions(-)
>>
>> diff --git a/Documentation/misc-devices/uacce.rst b/Documentation/misc-devices/uacce.rst
>> index 1db412e9b1a380..2ca539b7d6c799 100644
>> --- a/Documentation/misc-devices/uacce.rst
>> +++ b/Documentation/misc-devices/uacce.rst
>> @@ -1,7 +1,10 @@
>>  .. SPDX-License-Identifier: GPL-2.0
>>  
>> -Introduction of Uacce
>> ----------------------
>> +Uacce (Unified/User-space-acess-intended Accelerator Framework)
> 
>                              access ?

Aside from that, on v2 you can add:

Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>

Thanks.

>> +===============================================================
>> +
>> +Introduction
>> +------------
>>  
>>  Uacce (Unified/User-space-access-intended Accelerator Framework) targets to
>>  provide Shared Virtual Addressing (SVA) between accelerators and processes.
>>
>> base-commit: e5e7ca66a7fc6b8073c30a048e1157b88d427980
> 

-- 
~Randy

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Documentation: uacce: Add explicit title
  2025-11-03  4:58 ` Randy Dunlap
  2025-11-03  5:15   ` Randy Dunlap
@ 2025-11-03  9:19   ` Bagas Sanjaya
  1 sibling, 0 replies; 4+ messages in thread
From: Bagas Sanjaya @ 2025-11-03  9:19 UTC (permalink / raw)
  To: Randy Dunlap, Linux Kernel Mailing List, Linux Documentation,
	Linux Accelerators
  Cc: Zhangfei Gao, Zhou Wang, Jonathan Corbet

[-- Attachment #1: Type: text/plain, Size: 360 bytes --]

On Sun, Nov 02, 2025 at 08:58:32PM -0800, Randy Dunlap wrote:
> > -Introduction of Uacce
> > ----------------------
> > +Uacce (Unified/User-space-acess-intended Accelerator Framework)
> 
>                              access ?

Oops, that's my oversight. I'll correct it in v2.

Thanks.

-- 
An old man doll... just what I always wanted! - Clara

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-11-03  9:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-03  2:59 [PATCH] Documentation: uacce: Add explicit title Bagas Sanjaya
2025-11-03  4:58 ` Randy Dunlap
2025-11-03  5:15   ` Randy Dunlap
2025-11-03  9:19   ` Bagas Sanjaya

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.