OSDN Git Service

powerpc/pseries: Advance pfn if section is not present in lmb_is_removable()
authorPingfan Liu <kernelfans@gmail.com>
Fri, 10 Jan 2020 04:54:02 +0000 (12:54 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Feb 2020 21:29:55 +0000 (16:29 -0500)
commit65c576e72db2fe3810721015e78a277475bda24a
treeee4c404e7179f9d5cb102ccdc2640a7c6e0b4791
parent09937b5744ef814a9153bd3d8de54b188a699775
powerpc/pseries: Advance pfn if section is not present in lmb_is_removable()

commit fbee6ba2dca30d302efe6bddb3a886f5e964a257 upstream.

In lmb_is_removable(), if a section is not present, it should continue
to test the rest of the sections in the block. But the current code
fails to do so.

Fixes: 51925fb3c5c9 ("powerpc/pseries: Implement memory hotplug remove in the kernel")
Cc: stable@vger.kernel.org # v4.1+
Signed-off-by: Pingfan Liu <kernelfans@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/1578632042-12415-1-git-send-email-kernelfans@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/powerpc/platforms/pseries/hotplug-memory.c