Re: [PATCH v3 1/6] binder: Fix selftest page indexing

2025-07-16 Thread Tiffany Yang
Kees Cook writes: On Mon, Jul 14, 2025 at 11:53:14AM -0700, Tiffany Yang wrote: The binder allocator selftest was only checking the last page of buffers that ended on a page boundary. Correct the page indexing to account for buffers that are not page-aligned. Signed-off-by: Tiffany Yang --

Re: [PATCH v3 1/6] binder: Fix selftest page indexing

2025-07-16 Thread Kees Cook
On Mon, Jul 14, 2025 at 11:53:14AM -0700, Tiffany Yang wrote: > The binder allocator selftest was only checking the last page of buffers > that ended on a page boundary. Correct the page indexing to account for > buffers that are not page-aligned. > > Signed-off-by: Tiffany Yang > --- > drivers/

Re: [PATCH v3 1/6] binder: Fix selftest page indexing

2025-07-14 Thread Carlos Llamas
On Mon, Jul 14, 2025 at 11:53:14AM -0700, Tiffany Yang wrote: > The binder allocator selftest was only checking the last page of buffers > that ended on a page boundary. Correct the page indexing to account for > buffers that are not page-aligned. > > Signed-off-by: Tiffany Yang > --- > drivers/a

[PATCH v3 1/6] binder: Fix selftest page indexing

2025-07-14 Thread Tiffany Yang
The binder allocator selftest was only checking the last page of buffers that ended on a page boundary. Correct the page indexing to account for buffers that are not page-aligned. Signed-off-by: Tiffany Yang --- drivers/android/binder_alloc_selftest.c | 2 +- 1 file changed, 1 insertion(+), 1 de