Re: [PATCH] kernel/trace/ftrace: introduce ftrace module notifier

From: Song Liu

Date: Tue Apr 21 2026 - 18:41:04 EST


Hi,

I am replying partially to make sure folks know there are two
persons with the same first name.

On Sun, Apr 12, 2026 at 7:11 AM Song Chen <chensong_2000@xxxxxx> wrote:
[...]
> >
> > + We would need to make sure that it does not break some
> > existing "hidden" dependencies.
> >
> Thanks so much, this is the solution i'm working on. I replaced next
> with a list_head in notifier_block and implemented
> anotifier_call_chain_reverse to address the order issues, like your
> suggestion. And a new robust revision for rolling back.

I personally don't think there is strong enough motivation to make
changes like the following. If there is indeed strong motivations,
please make it clear in the next revision.

Thanks,
Song