Re: [RFC PATCH v2 01/14] kcov: add per-task dataflow tracking for function arguments/return values
Yunseong Kim <[email protected]>
| Newsgroups | gmane.linux.documentation,gmane.linux.kernel,gmane.linux.kernel.rust,gmane.linux.kbuild.devel,gmane.linux.kernel.mm,gmane.linux.kernel.workflows |
|---|---|
| Message-ID | <[email protected]> |
Hi Alexander, > On Thu, Jun 11, 2026 at 6:21 PM Yunseong Kim <[email protected]> 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