Message ID | 20230120230518.17697-1-beaub@linux.microsoft.com (mailing list archive) |
---|---|
Headers | show |
Series | tracing/user_events: Remote write ABI | expand |
On Fri, 20 Jan 2023 15:05:07 -0800 Beau Belgrave <beaub@linux.microsoft.com> wrote: > Documentation/trace/user_events.rst | 177 ++-- > fs/exec.c | 2 + > include/linux/sched.h | 5 + > include/linux/user_events.h | 101 +- > include/uapi/linux/user_events.h | 81 ++ > kernel/exit.c | 2 + > kernel/fork.c | 2 + There's several files that are touched outside of the tracing subsystem. You may need to run get_maintainers on this to get their input. I started playing a little with this, but it won't mean anything if we get push back from these maintainers. -- Steve > kernel/trace/Kconfig | 5 +- > kernel/trace/trace_events_user.c | 863 +++++++++++++++--- > samples/user_events/example.c | 47 +- > tools/testing/selftests/user_events/Makefile | 2 +- > .../testing/selftests/user_events/abi_test.c | 226 +++++ > .../testing/selftests/user_events/dyn_test.c | 2 +- > .../selftests/user_events/ftrace_test.c | 162 ++-- > .../testing/selftests/user_events/perf_test.c | 39 +- > 15 files changed, 1317 insertions(+), 399 deletions(-) > create mode 100644 include/uapi/linux/user_events.h > create mode 100644 tools/testing/selftests/user_events/abi_test.c > > > base-commit: 5dc4c995db9eb45f6373a956eb1f69460e69e6d4
On Mon, Feb 20, 2023 at 05:01:35PM -0500, Steven Rostedt wrote: > On Fri, 20 Jan 2023 15:05:07 -0800 > Beau Belgrave <beaub@linux.microsoft.com> wrote: > > > > Documentation/trace/user_events.rst | 177 ++-- > > fs/exec.c | 2 + > > include/linux/sched.h | 5 + > > include/linux/user_events.h | 101 +- > > include/uapi/linux/user_events.h | 81 ++ > > kernel/exit.c | 2 + > > kernel/fork.c | 2 + > > There's several files that are touched outside of the tracing > subsystem. You may need to run get_maintainers on this to get their > input. I started playing a little with this, but it won't mean anything > if we get push back from these maintainers. > > -- Steve > Would you prefer I start another version and include the key maintainers from fs/exec.c, kernel/exit.c, and kernel/fork.c? I've added akpm and brauner in these patches. I've pinged akpm privately about these, but didn't get any responses. It seems like Eric Biederman, Kees Cook, and linux-mm would be good folks to add here from get_maintainers outputs. Thoughts? Thanks, -Beau > > > kernel/trace/Kconfig | 5 +- > > kernel/trace/trace_events_user.c | 863 +++++++++++++++--- > > samples/user_events/example.c | 47 +- > > tools/testing/selftests/user_events/Makefile | 2 +- > > .../testing/selftests/user_events/abi_test.c | 226 +++++ > > .../testing/selftests/user_events/dyn_test.c | 2 +- > > .../selftests/user_events/ftrace_test.c | 162 ++-- > > .../testing/selftests/user_events/perf_test.c | 39 +- > > 15 files changed, 1317 insertions(+), 399 deletions(-) > > create mode 100644 include/uapi/linux/user_events.h > > create mode 100644 tools/testing/selftests/user_events/abi_test.c > > > > > > base-commit: 5dc4c995db9eb45f6373a956eb1f69460e69e6d4
On Tue, 21 Feb 2023 09:42:51 -0800 Beau Belgrave <beaub@linux.microsoft.com> wrote: > Would you prefer I start another version and include the key maintainers > from fs/exec.c, kernel/exit.c, and kernel/fork.c? Yeah, you could just do a "[RESEND]" patch set, if nothing has changed (or maybe just rebase if needed. > > I've added akpm and brauner in these patches. I've pinged akpm privately > about these, but didn't get any responses. Yeah, I think he'd rather see what others think before doing anything. > > It seems like Eric Biederman, Kees Cook, and linux-mm would be good > folks to add here from get_maintainers outputs. Sure. And yes, definitely include linux-mm. -- Steve