Re: [PATCH v2 0/10] KFuzzTest: a new kernel fuzzing framework
From: Alexander Potapenko
Date: Fri Sep 19 2025 - 11:05:05 EST
On Fri, Sep 19, 2025 at 4:58 PM Ethan Graham <ethan.w.s.graham@xxxxxxxxx> wrote:
>
> From: Ethan Graham <ethangraham@xxxxxxxxxx>
>
> This patch series introduces KFuzzTest, a lightweight framework for
> creating in-kernel fuzz targets for internal kernel functions.
Hi Shuah,
Since these are all fundamentally test code, I was wondering if the
selftests tree would be the appropriate path for merging them?
If you agree, would you be open to picking them up once the review is done?
Thank you!