Re: [PATCH v4 0/6] binder: Set up KUnit tests for alloc

2025-07-21 Thread Joel Fernandes
On 7/16/2025 9:10 PM, Tiffany Yang wrote: > Hello, > > binder_alloc_selftest provides a robust set of checks for the binder > allocator, but it rarely runs because it must hook into a running binder > process and block all other binder threads until it completes. The test > itself is a good can

Re: [PATCH v4 0/6] binder: Set up KUnit tests for alloc

2025-07-17 Thread Greg Kroah-Hartman
On Wed, Jul 16, 2025 at 06:10:03PM -0700, Tiffany Yang wrote: > Hello, > > binder_alloc_selftest provides a robust set of checks for the binder > allocator, but it rarely runs because it must hook into a running binder > process and block all other binder threads until it completes. The test > its

[PATCH v4 0/6] binder: Set up KUnit tests for alloc

2025-07-16 Thread Tiffany Yang
Hello, binder_alloc_selftest provides a robust set of checks for the binder allocator, but it rarely runs because it must hook into a running binder process and block all other binder threads until it completes. The test itself is a good candidate for conversion to KUnit, and it can be further iso