Re: [PATCH] arm64/kvm: fix misleading kconfig text for 16K pages

2017-06-02 Thread Christoffer Dall
On Fri, Jun 02, 2017 at 12:02:20PM +0100, Mark Rutland wrote: > We've supported KVM with 16K pages since commit: > > 02e0b7600f835007 ("arm64: kvm: Add support for 16K pages") > > ... yet the kconfig text says this combination is not supported. > > Let's fix that by deleting the misleading tex

Re: [PATCH] arm64/kvm: fix misleading kconfig text for 16K pages

2017-06-02 Thread Suzuki K Poulose
On 02/06/17 12:02, Mark Rutland wrote: We've supported KVM with 16K pages since commit: 02e0b7600f835007 ("arm64: kvm: Add support for 16K pages") ... yet the kconfig text says this combination is not supported. Let's fix that by deleting the misleading text. Signed-off-by: Mark Rutland Ac

[PATCH] arm64/kvm: fix misleading kconfig text for 16K pages

2017-06-02 Thread Mark Rutland
We've supported KVM with 16K pages since commit: 02e0b7600f835007 ("arm64: kvm: Add support for 16K pages") ... yet the kconfig text says this combination is not supported. Let's fix that by deleting the misleading text. Signed-off-by: Mark Rutland Acked-by: Marc Zyngier Cc: Christoffer Dal