On Wed, 25 Oct 2023 15:24:27 +0200, Maxime Ripard wrote: > Both the drm_buddy and drm_mm tests have been converted from selftest to > kunit recently. > > However, a significant portion of them are trying to exert some part of > their API over a huge number of iterations and with random variations of > their parameters. They are thus more a way to discover new bugs than > actual unit tests. > > [...] Applied to drm/drm-misc (drm-misc-next). Thanks! Maxime