On Wed, May 13, 2026 at 8:13 AM Steven Rostedt <[email protected]> wrote: > > On Sun, 3 May 2026 21:51:49 +0200 > Alexei Starovoitov <[email protected]> wrote: > > > Nack. > > > > Please stop this spam. > > We're not doing it. These helpers have been around for a long time. > > There was no need to taint then. There is no need to taint now. > > Hi Alexei, > > I'm wondering if there's a way to see what modifications BPF programs are > doing to the kernel? I try to make it easy to see what modifications ftrace > has done (like the enabled_functions file), because I like to know how my > kernel is modified since boot up.
It's impossible to track all modifications. See what sched-ext is doing. What does it modify? Everything.
