linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mm: hugetlb_vmemmap: fix reference to nonexistent file
@ 2023-10-22 18:56 Vegard Nossum
  2023-10-23 21:07 ` Mike Kravetz
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Vegard Nossum @ 2023-10-22 18:56 UTC (permalink / raw)
  To: Mike Kravetz, Muchun Song, Andrew Morton
  Cc: linux-mm, linux-doc, linux-kernel, Vegard Nossum, Mike Rapoport,
	Matthew Wilcox, Ira Weiny, Jonathan Corbet, Wu XiangCheng

The directory this file is in was renamed but the reference didn't
get updated. Fix it.

Fixes: ee65728e103b ("docs: rename Documentation/vm to Documentation/mm")
Cc: Mike Rapoport <rppt@linux.ibm.com>
Cc: Matthew Wilcox <willy@infradead.org>
Cc: Ira Weiny <ira.weiny@intel.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Wu XiangCheng <bobwxc@email.cn>
Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
---
 mm/hugetlb_vmemmap.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/hugetlb_vmemmap.h b/mm/hugetlb_vmemmap.h
index 25bd0e002431..b8fc23c8763f 100644
--- a/mm/hugetlb_vmemmap.h
+++ b/mm/hugetlb_vmemmap.h
@@ -16,7 +16,7 @@ void hugetlb_vmemmap_optimize(const struct hstate *h, struct page *head);
 
 /*
  * Reserve one vmemmap page, all vmemmap addresses are mapped to it. See
- * Documentation/vm/vmemmap_dedup.rst.
+ * Documentation/mm/vmemmap_dedup.rst.
  */
 #define HUGETLB_VMEMMAP_RESERVE_SIZE	PAGE_SIZE
 
-- 
2.34.1



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

* Re: [PATCH] mm: hugetlb_vmemmap: fix reference to nonexistent file
  2023-10-22 18:56 [PATCH] mm: hugetlb_vmemmap: fix reference to nonexistent file Vegard Nossum
@ 2023-10-23 21:07 ` Mike Kravetz
  2023-10-24  0:33 ` Rik van Riel
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Mike Kravetz @ 2023-10-23 21:07 UTC (permalink / raw)
  To: Vegard Nossum
  Cc: Muchun Song, Andrew Morton, linux-mm, linux-doc, linux-kernel,
	Mike Rapoport, Matthew Wilcox, Ira Weiny, Jonathan Corbet,
	Wu XiangCheng

On 10/22/23 20:56, Vegard Nossum wrote:
> The directory this file is in was renamed but the reference didn't
> get updated. Fix it.
> 
> Fixes: ee65728e103b ("docs: rename Documentation/vm to Documentation/mm")
> Cc: Mike Rapoport <rppt@linux.ibm.com>
> Cc: Matthew Wilcox <willy@infradead.org>
> Cc: Ira Weiny <ira.weiny@intel.com>
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: Wu XiangCheng <bobwxc@email.cn>
> Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
> ---
>  mm/hugetlb_vmemmap.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks!

Acked-by: Mike Kravetz <mike.kravetz@oracle.com>

-- 
Mike Kravetz


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

* Re: [PATCH] mm: hugetlb_vmemmap: fix reference to nonexistent file
  2023-10-22 18:56 [PATCH] mm: hugetlb_vmemmap: fix reference to nonexistent file Vegard Nossum
  2023-10-23 21:07 ` Mike Kravetz
@ 2023-10-24  0:33 ` Rik van Riel
  2023-10-24  3:17 ` Muchun Song
  2023-10-24 10:04 ` Mike Rapoport
  3 siblings, 0 replies; 5+ messages in thread
From: Rik van Riel @ 2023-10-24  0:33 UTC (permalink / raw)
  To: Vegard Nossum, Mike Kravetz, Muchun Song, Andrew Morton
  Cc: linux-mm, linux-doc, linux-kernel, Mike Rapoport, Matthew Wilcox,
	Ira Weiny, Jonathan Corbet, Wu XiangCheng

On Sun, 2023-10-22 at 20:56 +0200, Vegard Nossum wrote:
> The directory this file is in was renamed but the reference didn't
> get updated. Fix it.
> 
> Fixes: ee65728e103b ("docs: rename Documentation/vm to
> Documentation/mm")
> Cc: Mike Rapoport <rppt@linux.ibm.com>
> Cc: Matthew Wilcox <willy@infradead.org>
> Cc: Ira Weiny <ira.weiny@intel.com>
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: Wu XiangCheng <bobwxc@email.cn>
> Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
> 
Reviewed-by: Rik van Riel <riel@surriel.com>

-- 
All Rights Reversed.


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

* Re: [PATCH] mm: hugetlb_vmemmap: fix reference to nonexistent file
  2023-10-22 18:56 [PATCH] mm: hugetlb_vmemmap: fix reference to nonexistent file Vegard Nossum
  2023-10-23 21:07 ` Mike Kravetz
  2023-10-24  0:33 ` Rik van Riel
@ 2023-10-24  3:17 ` Muchun Song
  2023-10-24 10:04 ` Mike Rapoport
  3 siblings, 0 replies; 5+ messages in thread
From: Muchun Song @ 2023-10-24  3:17 UTC (permalink / raw)
  To: Vegard Nossum
  Cc: Mike Kravetz, Andrew Morton, Linux-MM, Linux Doc Mailing List,
	LKML, Mike Rapoport, Matthew Wilcox, Ira Weiny, Jonathan Corbet,
	Wu XiangCheng



> On Oct 23, 2023, at 02:56, Vegard Nossum <vegard.nossum@oracle.com> wrote:
> 
> The directory this file is in was renamed but the reference didn't
> get updated. Fix it.
> 
> Fixes: ee65728e103b ("docs: rename Documentation/vm to Documentation/mm")
> Cc: Mike Rapoport <rppt@linux.ibm.com>
> Cc: Matthew Wilcox <willy@infradead.org>
> Cc: Ira Weiny <ira.weiny@intel.com>
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: Wu XiangCheng <bobwxc@email.cn>
> Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>

Reviewed-by: Muchun Song <songmuchun@bytedance.com>

Thanks.



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

* Re: [PATCH] mm: hugetlb_vmemmap: fix reference to nonexistent file
  2023-10-22 18:56 [PATCH] mm: hugetlb_vmemmap: fix reference to nonexistent file Vegard Nossum
                   ` (2 preceding siblings ...)
  2023-10-24  3:17 ` Muchun Song
@ 2023-10-24 10:04 ` Mike Rapoport
  3 siblings, 0 replies; 5+ messages in thread
From: Mike Rapoport @ 2023-10-24 10:04 UTC (permalink / raw)
  To: Vegard Nossum
  Cc: Mike Kravetz, Muchun Song, Andrew Morton, linux-mm, linux-doc,
	linux-kernel, Matthew Wilcox, Ira Weiny, Jonathan Corbet,
	Wu XiangCheng

On Sun, Oct 22, 2023 at 08:56:19PM +0200, Vegard Nossum wrote:
> The directory this file is in was renamed but the reference didn't
> get updated. Fix it.
> 
> Fixes: ee65728e103b ("docs: rename Documentation/vm to Documentation/mm")
> Cc: Mike Rapoport <rppt@linux.ibm.com>
> Cc: Matthew Wilcox <willy@infradead.org>
> Cc: Ira Weiny <ira.weiny@intel.com>
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: Wu XiangCheng <bobwxc@email.cn>
> Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>

Acked-by: Mike Rapoport (IBM) <rppt@kernel.org>

> ---
>  mm/hugetlb_vmemmap.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/mm/hugetlb_vmemmap.h b/mm/hugetlb_vmemmap.h
> index 25bd0e002431..b8fc23c8763f 100644
> --- a/mm/hugetlb_vmemmap.h
> +++ b/mm/hugetlb_vmemmap.h
> @@ -16,7 +16,7 @@ void hugetlb_vmemmap_optimize(const struct hstate *h, struct page *head);
>  
>  /*
>   * Reserve one vmemmap page, all vmemmap addresses are mapped to it. See
> - * Documentation/vm/vmemmap_dedup.rst.
> + * Documentation/mm/vmemmap_dedup.rst.
>   */
>  #define HUGETLB_VMEMMAP_RESERVE_SIZE	PAGE_SIZE
>  
> -- 
> 2.34.1
> 

-- 
Sincerely yours,
Mike.


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

end of thread, other threads:[~2023-10-24 10:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-22 18:56 [PATCH] mm: hugetlb_vmemmap: fix reference to nonexistent file Vegard Nossum
2023-10-23 21:07 ` Mike Kravetz
2023-10-24  0:33 ` Rik van Riel
2023-10-24  3:17 ` Muchun Song
2023-10-24 10:04 ` Mike Rapoport

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox