Re: [PATCH 4/5] kunit: kfence: Make KFENCE_TEST_REQUIRES macro available for all kunit case

From: Alexander Potapenko
Date: Tue Sep 10 2024 - 10:20:08 EST


On Tue, Sep 10, 2024 at 4:14 PM Feng Tang <feng.tang@xxxxxxxxx> wrote:
>
> On Tue, Sep 10, 2024 at 03:17:10PM +0200, Vlastimil Babka wrote:
> > On 9/9/24 03:29, Feng Tang wrote:
> > > KFENCE_TEST_REQUIRES macro is convenient for judging if a prerequisite of a
> > > test case exists. Lift it into kunit/test.h so that all kunit test cases
> > > can benefit from it.
> > >
> > > Signed-off-by: Feng Tang <feng.tang@xxxxxxxxx>
Reviewed-by: Alexander Potapenko <glider@xxxxxxxxxx>

(assuming KUNIT maintainers are fine with the change)