All of lore.kernel.org
 help / color / mirror / Atom feed
* mm/hugetlb.c: Fix typos in comments
@ 2021-02-02  8:34 Zhiyuan Dai
  2021-02-02  8:37 ` Miaohe Lin
  0 siblings, 1 reply; 6+ messages in thread
From: Zhiyuan Dai @ 2021-02-02  8:34 UTC (permalink / raw)
  To: mike.kravetz, akpm; +Cc: linux-mm, linux-kernel, Zhiyuan Dai

Signed-off-by: Zhiyuan Dai <daizhiyuan@phytium.com.cn>
---
 mm/hugetlb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/hugetlb.c b/mm/hugetlb.c
index 18f6ee3..35db386 100644
--- a/mm/hugetlb.c
+++ b/mm/hugetlb.c
@@ -3990,7 +3990,7 @@ void unmap_hugepage_range(struct vm_area_struct *vma, unsigned long start,
 
 /*
  * This is called when the original mapper is failing to COW a MAP_PRIVATE
- * mappping it owns the reserve page for. The intention is to unmap the page
+ * mapping it owns the reserve page for. The intention is to unmap the page
  * from other VMAs and let the children be SIGKILLed if they are faulting the
  * same region.
  */
-- 
1.8.3.1


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

* Re: mm/hugetlb.c: Fix typos in comments
  2021-02-02  8:34 mm/hugetlb.c: Fix typos in comments Zhiyuan Dai
@ 2021-02-02  8:37 ` Miaohe Lin
  2021-02-02  8:46     ` 戴志远
  0 siblings, 1 reply; 6+ messages in thread
From: Miaohe Lin @ 2021-02-02  8:37 UTC (permalink / raw)
  To: Zhiyuan Dai; +Cc: linux-mm, linux-kernel, mike.kravetz, akpm

On 2021/2/2 16:34, Zhiyuan Dai wrote:
> Signed-off-by: Zhiyuan Dai <daizhiyuan@phytium.com.cn>

No patch description ?

> ---
>  mm/hugetlb.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/mm/hugetlb.c b/mm/hugetlb.c
> index 18f6ee3..35db386 100644
> --- a/mm/hugetlb.c
> +++ b/mm/hugetlb.c
> @@ -3990,7 +3990,7 @@ void unmap_hugepage_range(struct vm_area_struct *vma, unsigned long start,
>  
>  /*
>   * This is called when the original mapper is failing to COW a MAP_PRIVATE
> - * mappping it owns the reserve page for. The intention is to unmap the page
> + * mapping it owns the reserve page for. The intention is to unmap the page
>   * from other VMAs and let the children be SIGKILLed if they are faulting the
>   * same region.
>   */
> 


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

* Re: Re: mm/hugetlb.c: Fix typos in comments
  2021-02-02  8:37 ` Miaohe Lin
@ 2021-02-02  8:46     ` 戴志远
  0 siblings, 0 replies; 6+ messages in thread
From: 戴志远 @ 2021-02-02  8:46 UTC (permalink / raw)
  To: Miaohe Lin; +Cc: linux-mm, linux-kernel, mike.kravetz, akpm

Sorry.


> -----原始邮件-----
> 发件人: "Miaohe Lin" <linmiaohe@huawei.com>
> 发送时间: 2021-02-02 16:37:20 (星期二)
> 收件人: "Zhiyuan Dai" <daizhiyuan@phytium.com.cn>
> 抄送: linux-mm@kvack.org, linux-kernel@vger.kernel.org, mike.kravetz@oracle.com, akpm@linux-foundation.org
> 主题: Re: mm/hugetlb.c: Fix typos in comments
> 
> On 2021/2/2 16:34, Zhiyuan Dai wrote:
> > Signed-off-by: Zhiyuan Dai <daizhiyuan@phytium.com.cn>
> 
> No patch description ?
> 
> > ---
> >  mm/hugetlb.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/mm/hugetlb.c b/mm/hugetlb.c
> > index 18f6ee3..35db386 100644
> > --- a/mm/hugetlb.c
> > +++ b/mm/hugetlb.c
> > @@ -3990,7 +3990,7 @@ void unmap_hugepage_range(struct vm_area_struct *vma, unsigned long start,
> >  
> >  /*
> >   * This is called when the original mapper is failing to COW a MAP_PRIVATE
> > - * mappping it owns the reserve page for. The intention is to unmap the page
> > + * mapping it owns the reserve page for. The intention is to unmap the page
> >   * from other VMAs and let the children be SIGKILLed if they are faulting the
> >   * same region.
> >   */
> > 






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

* Re: Re: mm/hugetlb.c: Fix typos in comments
@ 2021-02-02  8:46     ` 戴志远
  0 siblings, 0 replies; 6+ messages in thread
From: 戴志远 @ 2021-02-02  8:46 UTC (permalink / raw)
  To: Miaohe Lin; +Cc: linux-mm, linux-kernel, mike.kravetz, akpm

Sorry.


> -----原始邮件-----
> 发件人: "Miaohe Lin" <linmiaohe@huawei.com>
> 发送时间: 2021-02-02 16:37:20 (星期二)
> 收件人: "Zhiyuan Dai" <daizhiyuan@phytium.com.cn>
> 抄送: linux-mm@kvack.org, linux-kernel@vger.kernel.org, mike.kravetz@oracle.com, akpm@linux-foundation.org
> 主题: Re: mm/hugetlb.c: Fix typos in comments
> 
> On 2021/2/2 16:34, Zhiyuan Dai wrote:
> > Signed-off-by: Zhiyuan Dai <daizhiyuan@phytium.com.cn>
> 
> No patch description ?
> 
> > ---
> >  mm/hugetlb.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/mm/hugetlb.c b/mm/hugetlb.c
> > index 18f6ee3..35db386 100644
> > --- a/mm/hugetlb.c
> > +++ b/mm/hugetlb.c
> > @@ -3990,7 +3990,7 @@ void unmap_hugepage_range(struct vm_area_struct *vma, unsigned long start,
> >  
> >  /*
> >   * This is called when the original mapper is failing to COW a MAP_PRIVATE
> > - * mappping it owns the reserve page for. The intention is to unmap the page
> > + * mapping it owns the reserve page for. The intention is to unmap the page
> >   * from other VMAs and let the children be SIGKILLed if they are faulting the
> >   * same region.
> >   */
> > 






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

* mm/hugetlb.c: Fix typos in comments
@ 2021-02-02  8:42 Zhiyuan Dai
  0 siblings, 0 replies; 6+ messages in thread
From: Zhiyuan Dai @ 2021-02-02  8:42 UTC (permalink / raw)
  To: mike.kravetz, akpm; +Cc: linux-mm, linux-kernel, Zhiyuan Dai

    mm/hugetlb.c: Fix typos in comments

    Signed-off-by: Zhiyuan Dai <daizhiyuan@phytium.com.cn>
---
 mm/hugetlb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/hugetlb.c b/mm/hugetlb.c
index 18f6ee3..35db386 100644
--- a/mm/hugetlb.c
+++ b/mm/hugetlb.c
@@ -3990,7 +3990,7 @@ void unmap_hugepage_range(struct vm_area_struct *vma, unsigned long start,
 
 /*
  * This is called when the original mapper is failing to COW a MAP_PRIVATE
- * mappping it owns the reserve page for. The intention is to unmap the page
+ * mapping it owns the reserve page for. The intention is to unmap the page
  * from other VMAs and let the children be SIGKILLed if they are faulting the
  * same region.
  */
-- 
1.8.3.1


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

* mm/hugetlb.c: Fix typos in comments
@ 2021-02-02  8:39 Zhiyuan Dai
  0 siblings, 0 replies; 6+ messages in thread
From: Zhiyuan Dai @ 2021-02-02  8:39 UTC (permalink / raw)
  To: mike.kravetz, akpm; +Cc: linux-mm, linux-kernel, Zhiyuan Dai

    Fix typos in comments.

Signed-off-by: Zhiyuan Dai <daizhiyuan@phytium.com.cn>
---
 mm/hugetlb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/hugetlb.c b/mm/hugetlb.c
index 18f6ee3..35db386 100644
--- a/mm/hugetlb.c
+++ b/mm/hugetlb.c
@@ -3990,7 +3990,7 @@ void unmap_hugepage_range(struct vm_area_struct *vma, unsigned long start,
 
 /*
  * This is called when the original mapper is failing to COW a MAP_PRIVATE
- * mappping it owns the reserve page for. The intention is to unmap the page
+ * mapping it owns the reserve page for. The intention is to unmap the page
  * from other VMAs and let the children be SIGKILLed if they are faulting the
  * same region.
  */
-- 
1.8.3.1


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

end of thread, other threads:[~2021-02-02  8:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-02  8:34 mm/hugetlb.c: Fix typos in comments Zhiyuan Dai
2021-02-02  8:37 ` Miaohe Lin
2021-02-02  8:46   ` 戴志远
2021-02-02  8:46     ` 戴志远
2021-02-02  8:39 Zhiyuan Dai
2021-02-02  8:42 Zhiyuan Dai

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.