Re: [PATCH v4 5/5] Input: hv: Remove dependencies on PAGE_SIZE for ring buffer

2019-07-14 Thread Dmitry Torokhov
On Fri, Jul 12, 2019 at 08:30:27AM +, Maya Nakamura wrote: > Define the ring buffer size as a constant expression because it should > not depend on the guest page size. > > Signed-off-by: Maya Nakamura > Reviewed-by: Michael Kelley Applied, thank you. > --- > drivers/input/serio/hyperv-ke

[PATCH v4 5/5] Input: hv: Remove dependencies on PAGE_SIZE for ring buffer

2019-07-12 Thread Maya Nakamura
Define the ring buffer size as a constant expression because it should not depend on the guest page size. Signed-off-by: Maya Nakamura Reviewed-by: Michael Kelley --- drivers/input/serio/hyperv-keyboard.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/input/seri