Re: [PATCH v3 5/6] binder: Convert binder_alloc selftests to KUnit

2025-07-14 Thread Carlos Llamas
On Mon, Jul 14, 2025 at 11:53:18AM -0700, Tiffany Yang wrote: > Convert the existing binder_alloc_selftest tests into KUnit tests. These > tests allocate and free an exhaustive combination of buffers with > various sizes and alignments. This change allows them to be run without > blocking or otherw

[PATCH v3 5/6] binder: Convert binder_alloc selftests to KUnit

2025-07-14 Thread Tiffany Yang
Convert the existing binder_alloc_selftest tests into KUnit tests. These tests allocate and free an exhaustive combination of buffers with various sizes and alignments. This change allows them to be run without blocking or otherwise interfering with other processes in binder. This test is refactor