[PATCH] drm/tests: Add back seed value information

2022-10-27 Thread Arthur Grillo
As reported by Michał the drm_mm and drm_buddy unit tests lost the printk with seed value after they being refactored into kunit. This patch adds back this important information to assure reproducibility converting them to use the kunit api. Signed-off-by: Arthur Grillo Reported-by: Michał Winiar

Re: [PATCH] drm/tests: Add back seed value information

2022-10-26 Thread André Almeida
Hi Grillo :) On 10/26/22 18:14, Arthur Grillo wrote: As reported by Michał the drm_mm and drm_buddy unit tests lost the printk with seed value after they being refactored into kunit. This patch adds back this important information to assure reproducibility converting them to use the kunit api.

Re: [PATCH] drm/tests: Add back seed value information

2022-10-26 Thread Maíra Canal
Hi Arthur, On 10/26/22 18:14, Arthur Grillo wrote: > As reported by Michał the drm_mm and drm_buddy unit tests lost the > printk with seed value after they being refactored into kunit. This Some grammar nits: - s/being/were - s/kunit/KUnit > patch adds back this important information to assure r