Re: [RFC PATCH v2 01/14] kcov: add per-task dataflow tracking for function arguments/return values
From: Yunseong Kim
Date: Fri Jun 12 2026 - 08:51:57 EST
Hi Alexander,
> On Thu, Jun 11, 2026 at 6:21 PM Yunseong Kim <yunseong.kim@xxxxxxxx> wrote:
>>
>> [snip...]
>> ---
>> include/linux/sched.h | 10 ++
>> kernel/Makefile | 3 +
>> kernel/kcov.c | 2 +
>> kernel/kcov_dataflow.c | 324 +++++++++++++++++++++++++++++++++++++++++++++++++
>
> I think the total size of kcov_dataflow.c doesn't justify splitting it
> in multiple patches.
Thanks for the feedback. I'll combine the changes into a single patch for the
next version.
Best regards,
Yunseong