linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH v3 1/3] drm/doc: Fix title underline for "Task information"
       [not found] <20250627171715.438304-1-andrealmeid@igalia.com>
@ 2025-07-04 16:46 ` André Almeida
  2025-07-04 18:26   ` Raag Jadav
  2025-07-04 18:41 ` Raag Jadav
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 7+ messages in thread
From: André Almeida @ 2025-07-04 16:46 UTC (permalink / raw)
  To: Raag Jadav
  Cc: simona, Krzysztof Karas, airlied, Linux Next Mailing List,
	dri-devel, linux-kernel, Stephen Rothwell, kernel-dev

Raag, gently ping for reviewing this series.

Em 27/06/2025 14:17, André Almeida escreveu:
> Fix the following warning:
> 
> Documentation/gpu/drm-uapi.rst:450: WARNING: Title underline too short.
> 
> Task information
> --------------- [docutils]
> 
> Fixes: cd37124b4093 ("drm/doc: Add a section about "Task information" for the wedge API")
> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
> Signed-off-by: André Almeida <andrealmeid@igalia.com>
> ---
> v2: Add Reported-by tag
> ---
>   Documentation/gpu/drm-uapi.rst | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/gpu/drm-uapi.rst b/Documentation/gpu/drm-uapi.rst
> index 263e5a97c080..10dea6a1f097 100644
> --- a/Documentation/gpu/drm-uapi.rst
> +++ b/Documentation/gpu/drm-uapi.rst
> @@ -447,7 +447,7 @@ hang is usually the most critical one which can result in consequential hangs or
>   complete wedging.
>   
>   Task information
> ----------------
> +----------------
>   
>   The information about which application (if any) was involved in the device
>   wedging is useful for userspace if they want to notify the user about what
> @@ -728,4 +728,4 @@ Stable uAPI events
>   From ``drivers/gpu/drm/scheduler/gpu_scheduler_trace.h``
>   
>   .. kernel-doc::  drivers/gpu/drm/scheduler/gpu_scheduler_trace.h
> -   :doc: uAPI trace events
> \ No newline at end of file
> +   :doc: uAPI trace events


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

* Re: [PATCH v3 1/3] drm/doc: Fix title underline for "Task information"
  2025-07-04 16:46 ` [PATCH v3 1/3] drm/doc: Fix title underline for "Task information" André Almeida
@ 2025-07-04 18:26   ` Raag Jadav
  0 siblings, 0 replies; 7+ messages in thread
From: Raag Jadav @ 2025-07-04 18:26 UTC (permalink / raw)
  To: André Almeida
  Cc: simona, Krzysztof Karas, airlied, Linux Next Mailing List,
	dri-devel, linux-kernel, Stephen Rothwell, kernel-dev

On Fri, Jul 04, 2025 at 01:46:07PM -0300, André Almeida wrote:
> Raag, gently ping for reviewing this series.

Somehow this didn't land in my inbox and I have no idea why.

Raag

> Em 27/06/2025 14:17, André Almeida escreveu:
> > Fix the following warning:
> > 
> > Documentation/gpu/drm-uapi.rst:450: WARNING: Title underline too short.
> > 
> > Task information
> > --------------- [docutils]
> > 
> > Fixes: cd37124b4093 ("drm/doc: Add a section about "Task information" for the wedge API")
> > Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
> > Signed-off-by: André Almeida <andrealmeid@igalia.com>
> > ---
> > v2: Add Reported-by tag
> > ---
> >   Documentation/gpu/drm-uapi.rst | 4 ++--
> >   1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/Documentation/gpu/drm-uapi.rst b/Documentation/gpu/drm-uapi.rst
> > index 263e5a97c080..10dea6a1f097 100644
> > --- a/Documentation/gpu/drm-uapi.rst
> > +++ b/Documentation/gpu/drm-uapi.rst
> > @@ -447,7 +447,7 @@ hang is usually the most critical one which can result in consequential hangs or
> >   complete wedging.
> >   Task information
> > ----------------
> > +----------------
> >   The information about which application (if any) was involved in the device
> >   wedging is useful for userspace if they want to notify the user about what
> > @@ -728,4 +728,4 @@ Stable uAPI events
> >   From ``drivers/gpu/drm/scheduler/gpu_scheduler_trace.h``
> >   .. kernel-doc::  drivers/gpu/drm/scheduler/gpu_scheduler_trace.h
> > -   :doc: uAPI trace events
> > \ No newline at end of file
> > +   :doc: uAPI trace events
> 

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

* Re: [PATCH v3 1/3] drm/doc: Fix title underline for "Task information"
       [not found] <20250627171715.438304-1-andrealmeid@igalia.com>
  2025-07-04 16:46 ` [PATCH v3 1/3] drm/doc: Fix title underline for "Task information" André Almeida
@ 2025-07-04 18:41 ` Raag Jadav
  2025-07-04 18:49   ` André Almeida
       [not found] ` <20250627171715.438304-2-andrealmeid@igalia.com>
       [not found] ` <20250627171715.438304-3-andrealmeid@igalia.com>
  3 siblings, 1 reply; 7+ messages in thread
From: Raag Jadav @ 2025-07-04 18:41 UTC (permalink / raw)
  To: André Almeida
  Cc: Stephen Rothwell, Linux Next Mailing List, airlied, simona,
	Krzysztof Karas, dri-devel, linux-kernel, kernel-dev

On Fri, Jun 27, 2025 at 02:17:13PM -0300, André Almeida wrote:
> Fix the following warning:
> 
> Documentation/gpu/drm-uapi.rst:450: WARNING: Title underline too short.
> 
> Task information
> --------------- [docutils]
> 
> Fixes: cd37124b4093 ("drm/doc: Add a section about "Task information" for the wedge API")
> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
> Signed-off-by: André Almeida <andrealmeid@igalia.com>
> ---
> v2: Add Reported-by tag
> ---
>  Documentation/gpu/drm-uapi.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/gpu/drm-uapi.rst b/Documentation/gpu/drm-uapi.rst
> index 263e5a97c080..10dea6a1f097 100644
> --- a/Documentation/gpu/drm-uapi.rst
> +++ b/Documentation/gpu/drm-uapi.rst
> @@ -447,7 +447,7 @@ hang is usually the most critical one which can result in consequential hangs or
>  complete wedging.
>  
>  Task information
> ----------------
> +----------------
>  
>  The information about which application (if any) was involved in the device
>  wedging is useful for userspace if they want to notify the user about what
> @@ -728,4 +728,4 @@ Stable uAPI events
>  From ``drivers/gpu/drm/scheduler/gpu_scheduler_trace.h``
>  
>  .. kernel-doc::  drivers/gpu/drm/scheduler/gpu_scheduler_trace.h
> -   :doc: uAPI trace events
> \ No newline at end of file
> +   :doc: uAPI trace events

Unrelated change. Someone with a different editor added this and now
your editor disagrees with it.

Switching to binary mode usually fixes the issue.

Raag

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

* Re: [PATCH v3 2/3] drm: Add missing struct drm_wedge_task_info kernel doc
       [not found] ` <20250627171715.438304-2-andrealmeid@igalia.com>
@ 2025-07-04 18:47   ` Raag Jadav
  0 siblings, 0 replies; 7+ messages in thread
From: Raag Jadav @ 2025-07-04 18:47 UTC (permalink / raw)
  To: André Almeida
  Cc: Stephen Rothwell, Linux Next Mailing List, airlied, simona,
	Krzysztof Karas, dri-devel, linux-kernel, kernel-dev

On Fri, Jun 27, 2025 at 02:17:14PM -0300, André Almeida wrote:
> Fix the following kernel doc warning:
> 
> include/drm/drm_device.h:40: warning: Function parameter or struct member 'pid' not described in 'drm_wedge_task_info'
> include/drm/drm_device.h:40: warning: Function parameter or struct member 'comm' not described in 'drm_wedge_task_info'
> 
> Fixes: 183bccafa176 ("drm: Create a task info option for wedge events")
> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
> Signed-off-by: André Almeida <andrealmeid@igalia.com>
> ---
> v3: Make it consistent with drm_device member description
> v2: Add Reported-by tag
> ---
>  include/drm/drm_device.h | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/include/drm/drm_device.h b/include/drm/drm_device.h
> index 08b3b2467c4c..73dd3c5470a4 100644
> --- a/include/drm/drm_device.h
> +++ b/include/drm/drm_device.h
> @@ -35,7 +35,9 @@ struct pci_controller;
>   * struct drm_wedge_task_info - information about the guilty task of a wedge dev
>   */
>  struct drm_wedge_task_info {
> + 	/** @pid: the pid of the task */

Nit: Can be simply "pid of the task" without initial "the".

>  	pid_t pid;
> + 	/** @comm: the command name of the task */

Ditto.

>  	char comm[TASK_COMM_LEN];

But in any case,

Reviewed-by: Raag Jadav <raag.jadav@intel.com>

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

* Re: [PATCH v3 3/3] drm/doc: Fix grammar for "Task information"
       [not found] ` <20250627171715.438304-3-andrealmeid@igalia.com>
@ 2025-07-04 18:49   ` Raag Jadav
  0 siblings, 0 replies; 7+ messages in thread
From: Raag Jadav @ 2025-07-04 18:49 UTC (permalink / raw)
  To: André Almeida
  Cc: Stephen Rothwell, Linux Next Mailing List, airlied, simona,
	Krzysztof Karas, dri-devel, linux-kernel, kernel-dev

On Fri, Jun 27, 2025 at 02:17:15PM -0300, André Almeida wrote:
> Remove the repetitive wording at the end of "Task information" section.
> 
> Signed-off-by: André Almeida <andrealmeid@igalia.com>

Reviewed-by: Raag Jadav <raag.jadav@intel.com>

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

* Re: [PATCH v3 1/3] drm/doc: Fix title underline for "Task information"
  2025-07-04 18:41 ` Raag Jadav
@ 2025-07-04 18:49   ` André Almeida
  2025-07-04 18:54     ` Raag Jadav
  0 siblings, 1 reply; 7+ messages in thread
From: André Almeida @ 2025-07-04 18:49 UTC (permalink / raw)
  To: Raag Jadav
  Cc: Stephen Rothwell, Linux Next Mailing List, airlied, simona,
	Krzysztof Karas, dri-devel, linux-kernel, kernel-dev

Em 04/07/2025 15:41, Raag Jadav escreveu:
> On Fri, Jun 27, 2025 at 02:17:13PM -0300, André Almeida wrote:
>> Fix the following warning:
>>
>> Documentation/gpu/drm-uapi.rst:450: WARNING: Title underline too short.
>>
>> Task information
>> --------------- [docutils]
>>
>> Fixes: cd37124b4093 ("drm/doc: Add a section about "Task information" for the wedge API")
>> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
>> Signed-off-by: André Almeida <andrealmeid@igalia.com>
>> ---
>> v2: Add Reported-by tag
>> ---
>>   Documentation/gpu/drm-uapi.rst | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/Documentation/gpu/drm-uapi.rst b/Documentation/gpu/drm-uapi.rst
>> index 263e5a97c080..10dea6a1f097 100644
>> --- a/Documentation/gpu/drm-uapi.rst
>> +++ b/Documentation/gpu/drm-uapi.rst
>> @@ -447,7 +447,7 @@ hang is usually the most critical one which can result in consequential hangs or
>>   complete wedging.
>>   
>>   Task information
>> ----------------
>> +----------------
>>   
>>   The information about which application (if any) was involved in the device
>>   wedging is useful for userspace if they want to notify the user about what
>> @@ -728,4 +728,4 @@ Stable uAPI events
>>   From ``drivers/gpu/drm/scheduler/gpu_scheduler_trace.h``
>>   
>>   .. kernel-doc::  drivers/gpu/drm/scheduler/gpu_scheduler_trace.h
>> -   :doc: uAPI trace events
>> \ No newline at end of file
>> +   :doc: uAPI trace events
> 
> Unrelated change. Someone with a different editor added this and now
> your editor disagrees with it.
> 
> Switching to binary mode usually fixes the issue.
> 
> Raag

After fixing that, can I add your Reviewed-by:?

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

* Re: [PATCH v3 1/3] drm/doc: Fix title underline for "Task information"
  2025-07-04 18:49   ` André Almeida
@ 2025-07-04 18:54     ` Raag Jadav
  0 siblings, 0 replies; 7+ messages in thread
From: Raag Jadav @ 2025-07-04 18:54 UTC (permalink / raw)
  To: André Almeida
  Cc: Stephen Rothwell, Linux Next Mailing List, airlied, simona,
	Krzysztof Karas, dri-devel, linux-kernel, kernel-dev

On Fri, Jul 04, 2025 at 03:49:36PM -0300, André Almeida wrote:
> Em 04/07/2025 15:41, Raag Jadav escreveu:
> > On Fri, Jun 27, 2025 at 02:17:13PM -0300, André Almeida wrote:
> > > Fix the following warning:
> > > 
> > > Documentation/gpu/drm-uapi.rst:450: WARNING: Title underline too short.
> > > 
> > > Task information
> > > --------------- [docutils]
> > > 
> > > Fixes: cd37124b4093 ("drm/doc: Add a section about "Task information" for the wedge API")
> > > Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
> > > Signed-off-by: André Almeida <andrealmeid@igalia.com>
> > > ---
> > > v2: Add Reported-by tag
> > > ---
> > >   Documentation/gpu/drm-uapi.rst | 4 ++--
> > >   1 file changed, 2 insertions(+), 2 deletions(-)
> > > 
> > > diff --git a/Documentation/gpu/drm-uapi.rst b/Documentation/gpu/drm-uapi.rst
> > > index 263e5a97c080..10dea6a1f097 100644
> > > --- a/Documentation/gpu/drm-uapi.rst
> > > +++ b/Documentation/gpu/drm-uapi.rst
> > > @@ -447,7 +447,7 @@ hang is usually the most critical one which can result in consequential hangs or
> > >   complete wedging.
> > >   Task information
> > > ----------------
> > > +----------------
> > >   The information about which application (if any) was involved in the device
> > >   wedging is useful for userspace if they want to notify the user about what
> > > @@ -728,4 +728,4 @@ Stable uAPI events
> > >   From ``drivers/gpu/drm/scheduler/gpu_scheduler_trace.h``
> > >   .. kernel-doc::  drivers/gpu/drm/scheduler/gpu_scheduler_trace.h
> > > -   :doc: uAPI trace events
> > > \ No newline at end of file
> > > +   :doc: uAPI trace events
> > 
> > Unrelated change. Someone with a different editor added this and now
> > your editor disagrees with it.
> > 
> > Switching to binary mode usually fixes the issue.
> > 
> > Raag
> 
> After fixing that, can I add your Reviewed-by:?

Sure. Feel free to add,

Reviewed-by: Raag Jadav <raag.jadav@intel.com>

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

end of thread, other threads:[~2025-07-04 18:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20250627171715.438304-1-andrealmeid@igalia.com>
2025-07-04 16:46 ` [PATCH v3 1/3] drm/doc: Fix title underline for "Task information" André Almeida
2025-07-04 18:26   ` Raag Jadav
2025-07-04 18:41 ` Raag Jadav
2025-07-04 18:49   ` André Almeida
2025-07-04 18:54     ` Raag Jadav
     [not found] ` <20250627171715.438304-2-andrealmeid@igalia.com>
2025-07-04 18:47   ` [PATCH v3 2/3] drm: Add missing struct drm_wedge_task_info kernel doc Raag Jadav
     [not found] ` <20250627171715.438304-3-andrealmeid@igalia.com>
2025-07-04 18:49   ` [PATCH v3 3/3] drm/doc: Fix grammar for "Task information" Raag Jadav

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).