Re: [PATCH 4/5] kunit: kfence: Make KFENCE_TEST_REQUIRES macro available for all kunit case
From: Marco Elver
Date: Tue Sep 10 2024 - 12:05:14 EST
On Tue, 10 Sept 2024 at 16:14, 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>
> >
> > I think you should have Cc'd kunit and kfence maintainers on this one.
> > But if that's necessary depends on the review for patch 5...
>
> I added Marco Elver, Shuah Khan, David Gow and kasan-dev@xxxxxxxxxxxxxxxx
> for kence and kunit review. That should be incomplete, will add more in
> next verion. Thanks for the reminder!
Reviewed-by: Marco Elver <elver@xxxxxxxxxx>
Glad to see you found this macro generally useful. But do await KUnit
maintainer Ack as well.
Thanks,
-- Marco