linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: fix malformed table in filesystems/proc.rst
@ 2020-06-15  3:33 Randy Dunlap
  2020-06-15  6:53 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 6+ messages in thread
From: Randy Dunlap @ 2020-06-15  3:33 UTC (permalink / raw)
  To: LKML, linux-doc, Jonathan Corbet; +Cc: Daniel Kiss, Mark Brown, Catalin Marinas

From: Randy Dunlap <rdunlap@infradead.org>

Fix malformed table in "proc.rst" by dropping a needless hyphen ('-').

Documentation/filesystems/proc.rst:548: WARNING: Malformed table.
Text in column margin in table line 29.

Fixes: 424037b77519 ("mm: smaps: Report arm64 guarded pages in smaps")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Daniel Kiss <daniel.kiss@arm.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: Catalin Marinas <catalin.marinas@arm.com>
---
 Documentation/filesystems/proc.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- lnx-58-rc1.orig/Documentation/filesystems/proc.rst
+++ lnx-58-rc1/Documentation/filesystems/proc.rst
@@ -545,7 +545,7 @@ encoded manner. The codes are the follow
     hg    huge page advise flag
     nh    no huge page advise flag
     mg    mergable advise flag
-    bt  - arm64 BTI guarded page
+    bt    arm64 BTI guarded page
     ==    =======================================
 
 Note that there is no guarantee that every flag and associated mnemonic will


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

* Re: [PATCH] Documentation: fix malformed table in filesystems/proc.rst
  2020-06-15  3:33 [PATCH] Documentation: fix malformed table in filesystems/proc.rst Randy Dunlap
@ 2020-06-15  6:53 ` Mauro Carvalho Chehab
  2020-06-15  6:54   ` Randy Dunlap
  0 siblings, 1 reply; 6+ messages in thread
From: Mauro Carvalho Chehab @ 2020-06-15  6:53 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: LKML, linux-doc, Jonathan Corbet, Daniel Kiss, Mark Brown,
	Catalin Marinas

Em Sun, 14 Jun 2020 20:33:22 -0700
Randy Dunlap <rdunlap@infradead.org> escreveu:

> From: Randy Dunlap <rdunlap@infradead.org>
> 
> Fix malformed table in "proc.rst" by dropping a needless hyphen ('-').
> 
> Documentation/filesystems/proc.rst:548: WARNING: Malformed table.
> Text in column margin in table line 29.
> 
> Fixes: 424037b77519 ("mm: smaps: Report arm64 guarded pages in smaps")
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Daniel Kiss <daniel.kiss@arm.com>
> Cc: Mark Brown <broonie@kernel.org>
> Cc: Catalin Marinas <catalin.marinas@arm.com>

I submitted an identical patch on Jan, 3. 

> ---
>  Documentation/filesystems/proc.rst |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- lnx-58-rc1.orig/Documentation/filesystems/proc.rst
> +++ lnx-58-rc1/Documentation/filesystems/proc.rst
> @@ -545,7 +545,7 @@ encoded manner. The codes are the follow
>      hg    huge page advise flag
>      nh    no huge page advise flag
>      mg    mergable advise flag
> -    bt  - arm64 BTI guarded page
> +    bt    arm64 BTI guarded page
>      ==    =======================================
>  
>  Note that there is no guarantee that every flag and associated mnemonic will
> 



Thanks,
Mauro

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

* Re: [PATCH] Documentation: fix malformed table in filesystems/proc.rst
  2020-06-15  6:53 ` Mauro Carvalho Chehab
@ 2020-06-15  6:54   ` Randy Dunlap
  2020-06-15 13:22     ` Jonathan Corbet
  0 siblings, 1 reply; 6+ messages in thread
From: Randy Dunlap @ 2020-06-15  6:54 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: LKML, linux-doc, Jonathan Corbet, Daniel Kiss, Mark Brown,
	Catalin Marinas

On 6/14/20 11:53 PM, Mauro Carvalho Chehab wrote:
> Em Sun, 14 Jun 2020 20:33:22 -0700
> Randy Dunlap <rdunlap@infradead.org> escreveu:
> 
>> From: Randy Dunlap <rdunlap@infradead.org>
>>
>> Fix malformed table in "proc.rst" by dropping a needless hyphen ('-').
>>
>> Documentation/filesystems/proc.rst:548: WARNING: Malformed table.
>> Text in column margin in table line 29.
>>
>> Fixes: 424037b77519 ("mm: smaps: Report arm64 guarded pages in smaps")
>> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
>> Cc: Daniel Kiss <daniel.kiss@arm.com>
>> Cc: Mark Brown <broonie@kernel.org>
>> Cc: Catalin Marinas <catalin.marinas@arm.com>
> 
> I submitted an identical patch on Jan, 3. 

OK. Well, that's disappointing IMHO.

Thanks.

> 
>> ---
>>  Documentation/filesystems/proc.rst |    2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> --- lnx-58-rc1.orig/Documentation/filesystems/proc.rst
>> +++ lnx-58-rc1/Documentation/filesystems/proc.rst
>> @@ -545,7 +545,7 @@ encoded manner. The codes are the follow
>>      hg    huge page advise flag
>>      nh    no huge page advise flag
>>      mg    mergable advise flag
>> -    bt  - arm64 BTI guarded page
>> +    bt    arm64 BTI guarded page
>>      ==    =======================================
>>  
>>  Note that there is no guarantee that every flag and associated mnemonic will
>>
> 
> 
> 
> Thanks,
> Mauro
> 


-- 
~Randy


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

* Re: [PATCH] Documentation: fix malformed table in filesystems/proc.rst
  2020-06-15  6:54   ` Randy Dunlap
@ 2020-06-15 13:22     ` Jonathan Corbet
  2020-06-15 13:54       ` Mauro Carvalho Chehab
  2020-06-15 14:53       ` Randy Dunlap
  0 siblings, 2 replies; 6+ messages in thread
From: Jonathan Corbet @ 2020-06-15 13:22 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Mauro Carvalho Chehab, LKML, linux-doc, Daniel Kiss, Mark Brown,
	Catalin Marinas

On Sun, 14 Jun 2020 23:54:26 -0700
Randy Dunlap <rdunlap@infradead.org> wrote:

> On 6/14/20 11:53 PM, Mauro Carvalho Chehab wrote:
> > Em Sun, 14 Jun 2020 20:33:22 -0700
> > Randy Dunlap <rdunlap@infradead.org> escreveu:
> >   
> >> From: Randy Dunlap <rdunlap@infradead.org>
> >>
> >> Fix malformed table in "proc.rst" by dropping a needless hyphen ('-').
> >>
> >> Documentation/filesystems/proc.rst:548: WARNING: Malformed table.
> >> Text in column margin in table line 29.
> >>
> >> Fixes: 424037b77519 ("mm: smaps: Report arm64 guarded pages in smaps")
> >> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> >> Cc: Daniel Kiss <daniel.kiss@arm.com>
> >> Cc: Mark Brown <broonie@kernel.org>
> >> Cc: Catalin Marinas <catalin.marinas@arm.com>  
> > 
> > I submitted an identical patch on Jan, 3.   
> 
> OK. Well, that's disappointing IMHO.

Sorry if I have caused disappointment.

In any case, that's *June*, not January, that the patch was submitted.  I
didn't apply it because, since the problem didn't come through docs-next,
it didn't apply there.  Now that docs-next is caught up with 5.8-rc1 I can
apply such things again...

jon

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

* Re: [PATCH] Documentation: fix malformed table in filesystems/proc.rst
  2020-06-15 13:22     ` Jonathan Corbet
@ 2020-06-15 13:54       ` Mauro Carvalho Chehab
  2020-06-15 14:53       ` Randy Dunlap
  1 sibling, 0 replies; 6+ messages in thread
From: Mauro Carvalho Chehab @ 2020-06-15 13:54 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Randy Dunlap, LKML, linux-doc, Daniel Kiss, Mark Brown, Catalin Marinas

Em Mon, 15 Jun 2020 07:22:17 -0600
Jonathan Corbet <corbet@lwn.net> escreveu:

> On Sun, 14 Jun 2020 23:54:26 -0700
> Randy Dunlap <rdunlap@infradead.org> wrote:
> 
> > On 6/14/20 11:53 PM, Mauro Carvalho Chehab wrote:  
> > > Em Sun, 14 Jun 2020 20:33:22 -0700
> > > Randy Dunlap <rdunlap@infradead.org> escreveu:
> > >     
> > >> From: Randy Dunlap <rdunlap@infradead.org>
> > >>
> > >> Fix malformed table in "proc.rst" by dropping a needless hyphen ('-').
> > >>
> > >> Documentation/filesystems/proc.rst:548: WARNING: Malformed table.
> > >> Text in column margin in table line 29.
> > >>
> > >> Fixes: 424037b77519 ("mm: smaps: Report arm64 guarded pages in smaps")
> > >> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> > >> Cc: Daniel Kiss <daniel.kiss@arm.com>
> > >> Cc: Mark Brown <broonie@kernel.org>
> > >> Cc: Catalin Marinas <catalin.marinas@arm.com>    
> > > 
> > > I submitted an identical patch on Jan, 3.     
> > 
> > OK. Well, that's disappointing IMHO.  
> 
> Sorry if I have caused disappointment.
> 
> In any case, that's *June*, not January,

Sorry for the typo! Yeah, I meant *June*. 

> In any case, that's *June*, not January, that the patch was submitted.  I
> didn't apply it because, since the problem didn't come through docs-next,
> it didn't apply there.  Now that docs-next is caught up with 5.8-rc1 I can
> apply such things again...

Yeah, those malformed table are very likely due to merge conflicts on 
patches for v5.8.

Thanks,
Mauro

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

* Re: [PATCH] Documentation: fix malformed table in filesystems/proc.rst
  2020-06-15 13:22     ` Jonathan Corbet
  2020-06-15 13:54       ` Mauro Carvalho Chehab
@ 2020-06-15 14:53       ` Randy Dunlap
  1 sibling, 0 replies; 6+ messages in thread
From: Randy Dunlap @ 2020-06-15 14:53 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Mauro Carvalho Chehab, LKML, linux-doc, Daniel Kiss, Mark Brown,
	Catalin Marinas

On 6/15/20 6:22 AM, Jonathan Corbet wrote:
> On Sun, 14 Jun 2020 23:54:26 -0700
> Randy Dunlap <rdunlap@infradead.org> wrote:
> 
>> On 6/14/20 11:53 PM, Mauro Carvalho Chehab wrote:
>>> Em Sun, 14 Jun 2020 20:33:22 -0700
>>> Randy Dunlap <rdunlap@infradead.org> escreveu:
>>>   
>>>> From: Randy Dunlap <rdunlap@infradead.org>
>>>>
>>>> Fix malformed table in "proc.rst" by dropping a needless hyphen ('-').
>>>>
>>>> Documentation/filesystems/proc.rst:548: WARNING: Malformed table.
>>>> Text in column margin in table line 29.
>>>>
>>>> Fixes: 424037b77519 ("mm: smaps: Report arm64 guarded pages in smaps")
>>>> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
>>>> Cc: Daniel Kiss <daniel.kiss@arm.com>
>>>> Cc: Mark Brown <broonie@kernel.org>
>>>> Cc: Catalin Marinas <catalin.marinas@arm.com>  
>>>
>>> I submitted an identical patch on Jan, 3.   
>>
>> OK. Well, that's disappointing IMHO.
> 
> Sorry if I have caused disappointment.

No problem. I read Jan and not June.

> In any case, that's *June*, not January, that the patch was submitted.  I
> didn't apply it because, since the problem didn't come through docs-next,
> it didn't apply there.  Now that docs-next is caught up with 5.8-rc1 I can
> apply such things again...

thanks.
-- 
~Randy


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

end of thread, other threads:[~2020-06-15 14:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-15  3:33 [PATCH] Documentation: fix malformed table in filesystems/proc.rst Randy Dunlap
2020-06-15  6:53 ` Mauro Carvalho Chehab
2020-06-15  6:54   ` Randy Dunlap
2020-06-15 13:22     ` Jonathan Corbet
2020-06-15 13:54       ` Mauro Carvalho Chehab
2020-06-15 14:53       ` Randy Dunlap

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).