[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220607105958.382076-1-bhe@redhat.com>
Date: Tue, 7 Jun 2022 18:59:54 +0800
From: Baoquan He <bhe@...hat.com>
To: akpm@...ux-foundation.org, urezki@...il.com
Cc: linux-mm@...ck.org, linux-kernel@...r.kernel.org,
hch@...radead.org, Baoquan He <bhe@...hat.com>
Subject: [PATCH v2 0/4] Cleanup patches of vmalloc
Some cleanup patches found when reading vmalloc code.
v1->v2:
- In Patch 1, Uladzislau suggested a better way to improve code logic,
and the NOTHING_FIT redundant checking issue naturally goes away.
- Take off the old patch 5 in v1. Instead convert to use generic
ioremap code in arch codes, then rename the left ioremap_page_range().
This should be done in later patches. This is suggested by Christoph.
Baoquan He (4):
mm/vmalloc: invoke classify_va_fit_type() in adjust_va_to_fit_type()
mm/vmalloc: remove the redundant boundary check
mm/vmalloc: fix typo in local variable name
mm/vmalloc: Add code comment for find_vmap_area_exceed_addr()
mm/vmalloc.c | 46 +++++++++++++++++-----------------------------
1 file changed, 17 insertions(+), 29 deletions(-)
--
2.34.1
Powered by blists - more mailing lists