Re: [PATCH 04/21] binder: fix async space check for 0-sized buffers

From: Alice Ryhl
Date: Tue Nov 07 2023 - 04:08:16 EST


Carlos Llamas <cmllamas@xxxxxxxxxx> writes:
> Move the padding of 0-sized buffers to an earlier stage to account for
> this round up during the alloc->free_async_space check.
>
> Fixes: 74310e06be4d ("android: binder: Move buffer out of area shared with user space")
> Signed-off-by: Carlos Llamas <cmllamas@xxxxxxxxxx>

Reviewed-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>