Messages in this thread |  | | Subject | Re: [PATCH] mm: remove PageMovable export | From | Miaohe Lin <> | Date | Sat, 7 Jan 2023 15:08:56 +0800 |
| |
On 2023/1/6 21:59, Greg Kroah-Hartman wrote: > The only in-kernel users that need PageMovable() to be exported are > z3fold and zsmalloc and they are only using it for dubious debugging > functionality. So remove those usages and the export so that no driver > code accidentally thinks that they are allowed to use this symbol. > > Cc: Andrew Morton <akpm@linux-foundation.org> > Cc: Vitaly Wool <vitaly.wool@konsulko.com> > Cc: Miaohe Lin <linmiaohe@huawei.com> > Cc: Minchan Kim <minchan@kernel.org> > Cc: Sergey Senozhatsky <senozhatsky@chromium.org> > Cc: linux-mm@kvack.org > Cc: linux-kernel@vger.kernel.org > Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
LGTM. Thanks.
Reviewed-by: Miaohe Lin <linmiaohe@huawei.com>
Thanks, Miaohe Lin
|  |