On Fri, Jan 06, 2023 at 02:59:00PM +0100, 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@xxxxxxxxxxxxxxxxxxxx> > Cc: Vitaly Wool <vitaly.wool@xxxxxxxxxxxx> > Cc: Miaohe Lin <linmiaohe@xxxxxxxxxx> > Cc: Minchan Kim <minchan@xxxxxxxxxx> > Cc: Sergey Senozhatsky <senozhatsky@xxxxxxxxxxxx> > Cc: linux-mm@xxxxxxxxx > Cc: linux-kernel@xxxxxxxxxxxxxxx > Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Acked-by: Minchan Kim <minchan@xxxxxxxxxx>