All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH resend] mm/page_alloc: fix comment is __get_free_pages
@ 2017-11-27 11:09 ` JianKang Chen
  0 siblings, 0 replies; 32+ messages in thread
From: JianKang Chen @ 2017-11-27 11:09 UTC (permalink / raw)
  To: akpm, mhocko, mgorman, hillf.zj
  Cc: hannes, linux-mm, linux-kernel, xieyisheng1, guohanjun,
	wangkefeng.wang, chenjiankang1

From: Jiankang Chen <chenjiankang1@huawei.com>

__get_free_pages will return an virtual address, 
but it is not just 32-bit address, for example a 64-bit system. 
And this comment really confuse new bigenner of mm.

reported-by: Hanjun Guo <guohanjun@huawei.com>
Signed-off-by: Jiankang Chen <chenjiankang1@huawei.com>
---
 mm/page_alloc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index 77e4d3c..5a7c432 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -4240,7 +4240,7 @@ unsigned long __get_free_pages(gfp_t gfp_mask, unsigned int order)
 	struct page *page;
 
 	/*
-	 * __get_free_pages() returns a 32-bit address, which cannot represent
+	 * __get_free_pages() returns a virtual address, which cannot represent
 	 * a highmem page
 	 */
 	VM_BUG_ON((gfp_mask & __GFP_HIGHMEM) != 0);
-- 
1.7.12.4

^ permalink raw reply related	[flat|nested] 32+ messages in thread
* [PATCH resend] mm/page_alloc: fix comment is __get_free_pages
@ 2017-11-25  7:20 ` JianKang Chen
  0 siblings, 0 replies; 32+ messages in thread
From: JianKang Chen @ 2017-11-25  7:20 UTC (permalink / raw)
  To: akpm, mhocko, mgorman, hillf.zj
  Cc: hannes, linux-mm, linux-kernel, xieyisheng1, guohanjun,
	wangkefeng.wang, chenjiankang1

From: Jiankang Chen <chenjiankang1@huawei.com>

__get_free_pages will return an 64bit address in 64bit System
like arm64 or x86_64. And this comment really confuse new bigenner of
mm.

Signed-off-by: Jiankang Chen <chenjiankang1@huawei.com>
---
 mm/page_alloc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index 77e4d3c..5a7c432 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -4240,7 +4240,7 @@ unsigned long __get_free_pages(gfp_t gfp_mask, unsigned int order)
 	struct page *page;
 
 	/*
-	 * __get_free_pages() returns a 32-bit address, which cannot represent
+	 * __get_free_pages() returns a virtual address, which cannot represent
 	 * a highmem page
 	 */
 	VM_BUG_ON((gfp_mask & __GFP_HIGHMEM) != 0);
-- 
1.7.12.4

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

end of thread, other threads:[~2018-04-06 19:58 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-27 11:09 [PATCH resend] mm/page_alloc: fix comment is __get_free_pages JianKang Chen
2017-11-27 11:09 ` JianKang Chen
2017-11-27 11:33 ` Michal Hocko
2017-11-27 11:33   ` Michal Hocko
2017-11-29 16:04   ` Michal Hocko
2017-11-29 16:04     ` Michal Hocko
2017-11-29 21:41     ` Andrew Morton
2017-11-29 21:41       ` Andrew Morton
2017-11-30  6:53       ` Michal Hocko
2017-11-30  6:53         ` Michal Hocko
2017-11-30 21:17         ` Andrew Morton
2017-11-30 21:17           ` Andrew Morton
2017-12-01  7:24           ` Michal Hocko
2017-12-01  7:24             ` Michal Hocko
2017-12-01 11:18             ` Michal Hocko
2017-12-01 11:18               ` Michal Hocko
2017-12-14 14:06               ` Michal Hocko
2017-12-14 14:06                 ` Michal Hocko
2017-12-14 20:33                 ` Andrew Morton
2017-12-14 20:33                   ` Andrew Morton
2017-12-15  9:36                   ` Michal Hocko
2017-12-15  9:36                     ` Michal Hocko
2017-12-15 20:57                     ` Andrew Morton
2017-12-15 20:57                       ` Andrew Morton
2017-12-16 11:52                       ` Michal Hocko
2017-12-16 11:52                         ` Michal Hocko
2018-04-06 10:02     ` Michal Hocko
2018-04-06 19:58       ` Andrew Morton
  -- strict thread matches above, loose matches on Subject: below --
2017-11-25  7:20 JianKang Chen
2017-11-25  7:20 ` JianKang Chen
2017-11-27  6:22 ` Anshuman Khandual
2017-11-27  6:22   ` Anshuman Khandual

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.