linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH] Fixed typo in Documentation/x86/x86_64/5level-paging.rst
       [not found] <CACbHsvSta2hogK0E4AKCxsUF3bFrdQTAA-mp2MvO6Q7+rQuKCg@mail.gmail.com>
@ 2021-04-27 15:45 ` Jonathan Corbet
  2021-04-27 17:28   ` bilbao
  0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Corbet @ 2021-04-27 15:45 UTC (permalink / raw)
  To: Carlos Bilbao, tglx, mingo, peterz, bp, x86, hpa, linux-kernel

Carlos Bilbao <bilbao@vt.edu> writes:

> Signed-off-by: Carlos Bilbao <bilbao@vt.edu>
> ---
>  Documentation/x86/x86_64/5level-paging.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/x86/x86_64/5level-paging.rst
> b/Documentation/x86/x86_64/5level-paging.rst
> index 44856417e6a5..b792bbdc0b01 100644
> --- a/Documentation/x86/x86_64/5level-paging.rst
> +++ b/Documentation/x86/x86_64/5level-paging.rst
> @@ -6,9 +6,9 @@
>
>  Overview
>  ========
> -Original x86-64 was limited by 4-level paing to 256 TiB of virtual address
> +Original x86-64 was limited by 4-level paging to 256 TiB of virtual address
>  space and 64 TiB of physical address space. We are already bumping into
> -this limit: some vendors offers servers with 64 TiB of memory today.
> +this limit: some vendors offer servers with 64 TiB of memory today.

So this seems like a good change, but I need to make a couple of
requests:

 - Please include a changelog, even with relatively simple patches like
   this.

 - Patches should be sent as plain text, inline in the mail - not as
   attachments and *certainly* not as HTML.  Have a look at
   Documentation/process/email-clients.rst if you need some guidance on
   configuring your email setup.

Thanks,

jon

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

* Re: [PATCH] Fixed typo in Documentation/x86/x86_64/5level-paging.rst
  2021-04-27 15:45 ` [PATCH] Fixed typo in Documentation/x86/x86_64/5level-paging.rst Jonathan Corbet
@ 2021-04-27 17:28   ` bilbao
  2021-04-27 19:07     ` Jonathan Corbet
  0 siblings, 1 reply; 3+ messages in thread
From: bilbao @ 2021-04-27 17:28 UTC (permalink / raw)
  To: Carlos Bilbao, tglx, mingo, peterz, bp, x86, hpa, linux-kernel,
	Jonathan Corbet

Hello Jon, thanks a lot for your feedback, it was instructive. I attach changelog and the patch as plain text below. 

I fix two typos in the documentation (Documentation/x86/x86_64/5level-paging.rst), changing 'paing' for 
'paging' and using the right verbal form for plural on 'some vendors offer'. 

Signed-off-by: Carlos Bilbao <bilbao@vt.edu>
---
 Documentation/x86/x86_64/5level-paging.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/x86/x86_64/5level-paging.rst b/Documentation/x86/x86_64/5level-paging.rst
index 44856417e6a5..b792bbdc0b01 100644
--- a/Documentation/x86/x86_64/5level-paging.rst
+++ b/Documentation/x86/x86_64/5level-paging.rst
@@ -6,9 +6,9 @@
 
 Overview
 ========
-Original x86-64 was limited by 4-level paing to 256 TiB of virtual address
+Original x86-64 was limited by 4-level paging to 256 TiB of virtual address
 space and 64 TiB of physical address space. We are already bumping into
-this limit: some vendors offers servers with 64 TiB of memory today.
+this limit: some vendors offer servers with 64 TiB of memory today.
 
 To overcome the limitation upcoming hardware will introduce support for
 5-level paging. It is a straight-forward extension of the current page
-- 
2.25.1

On Tuesday, April 27, 2021 11:45:45 AM EDT Jonathan Corbet wrote:
> Carlos Bilbao <bilbao@vt.edu> writes:
> > Signed-off-by: Carlos Bilbao <bilbao@vt.edu>
> > ---
> > 
> >  Documentation/x86/x86_64/5level-paging.rst | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/Documentation/x86/x86_64/5level-paging.rst
> > b/Documentation/x86/x86_64/5level-paging.rst
> > index 44856417e6a5..b792bbdc0b01 100644
> > --- a/Documentation/x86/x86_64/5level-paging.rst
> > +++ b/Documentation/x86/x86_64/5level-paging.rst
> > @@ -6,9 +6,9 @@
> > 
> >  Overview
> >  ========
> > 
> > -Original x86-64 was limited by 4-level paing to 256 TiB of virtual
> > address
> > +Original x86-64 was limited by 4-level paging to 256 TiB of virtual
> > address> 
> >  space and 64 TiB of physical address space. We are already bumping into
> > 
> > -this limit: some vendors offers servers with 64 TiB of memory today.
> > +this limit: some vendors offer servers with 64 TiB of memory today.
> 
> So this seems like a good change, but I need to make a couple of
> requests:
> 
>  - Please include a changelog, even with relatively simple patches like
>    this.
> 
>  - Patches should be sent as plain text, inline in the mail - not as
>    attachments and *certainly* not as HTML.  Have a look at
>    Documentation/process/email-clients.rst if you need some guidance on
>    configuring your email setup.
> 
> Thanks,
> 
> jon





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

* Re: [PATCH] Fixed typo in Documentation/x86/x86_64/5level-paging.rst
  2021-04-27 17:28   ` bilbao
@ 2021-04-27 19:07     ` Jonathan Corbet
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2021-04-27 19:07 UTC (permalink / raw)
  To: bilbao, Carlos Bilbao, tglx, mingo, peterz, bp, x86, hpa, linux-kernel

bilbao@vt.edu writes:

OK, we're getting closer...

> Hello Jon, thanks a lot for your feedback, it was instructive. I attach changelog and the patch as plain text below. 

A comment like this should go below the "---" line; otherwise it has to
be edited out when the patch is applied.

> I fix two typos in the documentation (Documentation/x86/x86_64/5level-paging.rst), changing 'paing' for 
> 'paging' and using the right verbal form for plural on 'some vendors offer'. 

Please keep changelogs below the 80-column limit.  Some maintainers will
also get grumpy with you for not using the imperative form ("Fix two
typos") here.

> Signed-off-by: Carlos Bilbao <bilbao@vt.edu>
> ---
>  Documentation/x86/x86_64/5level-paging.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/x86/x86_64/5level-paging.rst b/Documentation/x86/x86_64/5level-paging.rst
> index 44856417e6a5..b792bbdc0b01 100644
> --- a/Documentation/x86/x86_64/5level-paging.rst
> +++ b/Documentation/x86/x86_64/5level-paging.rst
> @@ -6,9 +6,9 @@
>  
>  Overview
>  ========
> -Original x86-64 was limited by 4-level paing to 256 TiB of virtual address
> +Original x86-64 was limited by 4-level paging to 256 TiB of virtual address
>  space and 64 TiB of physical address space. We are already bumping into
> -this limit: some vendors offers servers with 64 TiB of memory today.
> +this limit: some vendors offer servers with 64 TiB of memory today.
>  
>  To overcome the limitation upcoming hardware will introduce support for
>  5-level paging. It is a straight-forward extension of the current page
> -- 
> 2.25.1
>
> On Tuesday, April 27, 2021 11:45:45 AM EDT Jonathan Corbet wrote:
>> Carlos Bilbao <bilbao@vt.edu> writes:
>> > Signed-off-by: Carlos Bilbao <bilbao@vt.edu>

Just about *all* maintainers will get grumpy with you for top posting;
never do that.  Especially not for patches, but just don't do it ever.

I've fixed these things up and applied (what appears to be) your first
kernel patch.  Thanks,

jon

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

end of thread, other threads:[~2021-04-27 19:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CACbHsvSta2hogK0E4AKCxsUF3bFrdQTAA-mp2MvO6Q7+rQuKCg@mail.gmail.com>
2021-04-27 15:45 ` [PATCH] Fixed typo in Documentation/x86/x86_64/5level-paging.rst Jonathan Corbet
2021-04-27 17:28   ` bilbao
2021-04-27 19:07     ` Jonathan Corbet

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