Re: [PATCH] powerpc/pseries: in lmb_is_removable(), advance pfn if section is not present
From: Michael Ellerman <hidden>
Date: 2020-01-29 06:05:28
From: Michael Ellerman <hidden>
Date: 2020-01-29 06:05:28
On Fri, 2020-01-10 at 04:54:02 UTC, Pingfan Liu wrote:
In lmb_is_removable(), if a section is not present, it should continue to test the rest sections in the block. But the current code fails to do so. Signed-off-by: Pingfan Liu <redacted> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Paul Mackerras <redacted> Cc: Michael Ellerman <mpe@ellerman.id.au> To: linuxppc-dev@lists.ozlabs.org
Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/fbee6ba2dca30d302efe6bddb3a886f5e964a257 cheers