All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs: admin-guide: Extend short title underline in sysctl
@ 2019-10-14 11:00 Adam Zerella
  2019-10-14 15:15 ` Randy Dunlap
  2019-10-15 18:32 ` Jonathan Corbet
  0 siblings, 2 replies; 5+ messages in thread
From: Adam Zerella @ 2019-10-14 11:00 UTC (permalink / raw)
  Cc: corbet, gor, akpm, linux-doc, adam.zerella

Title underlines should extend the full length of a title,
Sphinx is currently displaying the following warning when
building the htmldocs:

sysctl/kernel.rst:397: WARNING: Title underline too short.

hung_task_interval_warnings:
===================

Signed-off-by: Adam Zerella <adam.zerella@gmail.com>
---
 Documentation/admin-guide/sysctl/kernel.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/admin-guide/sysctl/kernel.rst b/Documentation/admin-guide/sysctl/kernel.rst
index 614179dc79a9..383eda89f411 100644
--- a/Documentation/admin-guide/sysctl/kernel.rst
+++ b/Documentation/admin-guide/sysctl/kernel.rst
@@ -394,7 +394,7 @@ This file shows up if CONFIG_DETECT_HUNG_TASK is enabled.
 
 
 hung_task_interval_warnings:
-===================
+============================
 
 The same as hung_task_warnings, but set the number of interval
 warnings to be issued about detected hung tasks during check
-- 
2.21.0


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

* Re: [PATCH] docs: admin-guide: Extend short title underline in sysctl
  2019-10-14 11:00 [PATCH] docs: admin-guide: Extend short title underline in sysctl Adam Zerella
@ 2019-10-14 15:15 ` Randy Dunlap
  2019-10-15 18:32 ` Jonathan Corbet
  1 sibling, 0 replies; 5+ messages in thread
From: Randy Dunlap @ 2019-10-14 15:15 UTC (permalink / raw)
  To: Adam Zerella; +Cc: corbet, gor, akpm, linux-doc

On 10/14/19 4:00 AM, Adam Zerella wrote:
> Title underlines should extend the full length of a title,
> Sphinx is currently displaying the following warning when
> building the htmldocs:
> 
> sysctl/kernel.rst:397: WARNING: Title underline too short.
> 
> hung_task_interval_warnings:
> ===================
> 
> Signed-off-by: Adam Zerella <adam.zerella@gmail.com>
> ---
>  Documentation/admin-guide/sysctl/kernel.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/admin-guide/sysctl/kernel.rst b/Documentation/admin-guide/sysctl/kernel.rst
> index 614179dc79a9..383eda89f411 100644
> --- a/Documentation/admin-guide/sysctl/kernel.rst
> +++ b/Documentation/admin-guide/sysctl/kernel.rst
> @@ -394,7 +394,7 @@ This file shows up if CONFIG_DETECT_HUNG_TASK is enabled.
>  
>  
>  hung_task_interval_warnings:
> -===================
> +============================
>  
>  The same as hung_task_warnings, but set the number of interval
>  warnings to be issued about detected hung tasks during check
> 

I sent the same patch on Oct-08 but no one has merged it yet.

https://lore.kernel.org/lkml/55ce9772-cffe-f28f-d002-088127842980@infradead.org/

-- 
~Randy

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

* Re: [PATCH] docs: admin-guide: Extend short title underline in sysctl
  2019-10-14 11:00 [PATCH] docs: admin-guide: Extend short title underline in sysctl Adam Zerella
  2019-10-14 15:15 ` Randy Dunlap
@ 2019-10-15 18:32 ` Jonathan Corbet
  2019-10-15 21:28   ` Randy Dunlap
  1 sibling, 1 reply; 5+ messages in thread
From: Jonathan Corbet @ 2019-10-15 18:32 UTC (permalink / raw)
  To: Adam Zerella; +Cc: gor, akpm, linux-doc

On Mon, 14 Oct 2019 22:00:08 +1100
Adam Zerella <adam.zerella@gmail.com> wrote:

> Title underlines should extend the full length of a title,
> Sphinx is currently displaying the following warning when
> building the htmldocs:
> 
> sysctl/kernel.rst:397: WARNING: Title underline too short.
> 
> hung_task_interval_warnings:
> ===================
> 
> Signed-off-by: Adam Zerella <adam.zerella@gmail.com>
> ---
>  Documentation/admin-guide/sysctl/kernel.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/admin-guide/sysctl/kernel.rst b/Documentation/admin-guide/sysctl/kernel.rst
> index 614179dc79a9..383eda89f411 100644
> --- a/Documentation/admin-guide/sysctl/kernel.rst
> +++ b/Documentation/admin-guide/sysctl/kernel.rst
> @@ -394,7 +394,7 @@ This file shows up if CONFIG_DETECT_HUNG_TASK is enabled.
>  
>  
>  hung_task_interval_warnings:
> -===================
> +============================
>  
>  The same as hung_task_warnings, but set the number of interval
>  warnings to be issued about detected hung tasks during check

So this is a good fix, but it's not an actual patch that I can apply.
Randy meanwhile says he fixed it, but the patch wasn't sent to me.  I
guess this warning will live a little longer...:(

Thanks,

jon

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

* Re: [PATCH] docs: admin-guide: Extend short title underline in sysctl
  2019-10-15 18:32 ` Jonathan Corbet
@ 2019-10-15 21:28   ` Randy Dunlap
  2019-10-15 21:48     ` Jonathan Corbet
  0 siblings, 1 reply; 5+ messages in thread
From: Randy Dunlap @ 2019-10-15 21:28 UTC (permalink / raw)
  To: Jonathan Corbet, Adam Zerella; +Cc: gor, akpm, linux-doc

On 10/15/19 11:32 AM, Jonathan Corbet wrote:
> On Mon, 14 Oct 2019 22:00:08 +1100
> Adam Zerella <adam.zerella@gmail.com> wrote:
> 
>> Title underlines should extend the full length of a title,
>> Sphinx is currently displaying the following warning when
>> building the htmldocs:
>>
>> sysctl/kernel.rst:397: WARNING: Title underline too short.
>>
>> hung_task_interval_warnings:
>> ===================
>>
>> Signed-off-by: Adam Zerella <adam.zerella@gmail.com>
>> ---
>>  Documentation/admin-guide/sysctl/kernel.rst | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/Documentation/admin-guide/sysctl/kernel.rst b/Documentation/admin-guide/sysctl/kernel.rst
>> index 614179dc79a9..383eda89f411 100644
>> --- a/Documentation/admin-guide/sysctl/kernel.rst
>> +++ b/Documentation/admin-guide/sysctl/kernel.rst
>> @@ -394,7 +394,7 @@ This file shows up if CONFIG_DETECT_HUNG_TASK is enabled.
>>  
>>  
>>  hung_task_interval_warnings:
>> -===================
>> +============================
>>  
>>  The same as hung_task_warnings, but set the number of interval
>>  warnings to be issued about detected hung tasks during check
> 
> So this is a good fix, but it's not an actual patch that I can apply.
> Randy meanwhile says he fixed it, but the patch wasn't sent to me.  I
> guess this warning will live a little longer...:(

AFAIK, it's a patch to linux-next, not mainline.
Can you take such a patch?

thnx.
-- 
~Randy

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

* Re: [PATCH] docs: admin-guide: Extend short title underline in sysctl
  2019-10-15 21:28   ` Randy Dunlap
@ 2019-10-15 21:48     ` Jonathan Corbet
  0 siblings, 0 replies; 5+ messages in thread
From: Jonathan Corbet @ 2019-10-15 21:48 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: Adam Zerella, gor, akpm, linux-doc

On Tue, 15 Oct 2019 14:28:56 -0700
Randy Dunlap <rdunlap@infradead.org> wrote:

> > So this is a good fix, but it's not an actual patch that I can apply.
> > Randy meanwhile says he fixed it, but the patch wasn't sent to me.  I
> > guess this warning will live a little longer...:(  
> 
> AFAIK, it's a patch to linux-next, not mainline.
> Can you take such a patch?

Ah, I see the problem, sorry I was dense before.  The patch is fixing a
change that went into linux-next via somebody else's tree.  So yeah, I
can't really apply that, it should go to whoever merged the original
(which is 0fab3ac21880 "hung_task: allow printing warnings every check
interval" BTW).  A Fixes: tag and a copy to the original author would also
be good.

Sorry for the confusion,

jon

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

end of thread, other threads:[~2019-10-15 21:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-14 11:00 [PATCH] docs: admin-guide: Extend short title underline in sysctl Adam Zerella
2019-10-14 15:15 ` Randy Dunlap
2019-10-15 18:32 ` Jonathan Corbet
2019-10-15 21:28   ` Randy Dunlap
2019-10-15 21:48     ` Jonathan Corbet

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.