linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] tracing/user_events: Fix incorrect return value for
@ 2023-06-09  3:02 sunliming
  2023-06-09  3:03 ` [PATCH v2 1/3] tracing/user_events: Fix incorrect return value for writing operation when events are disabled sunliming
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: sunliming @ 2023-06-09  3:02 UTC (permalink / raw)
  To: mhiramat, beaub, rostedt, shuah
  Cc: linux-kernel, linux-trace-kernel, linux-kselftest, kelulanainsley,
	sunliming

Now the writing operation return the count of writes whether events are
enabled or disabled. Fix this by just return -ENOENT when events are disabled.

v1 -> v2:
- Change the returh vale from -EFAULT to -ENOENT

sunliming (3):
  tracing/user_events: Fix incorrect return value for writing operation
    when events are disabled
  selftests/user_events: Enable the event before write_fault test in
    ftrace self-test
  selftests/user_events: Add test cases when event is disabled

 kernel/trace/trace_events_user.c                  | 3 ++-
 tools/testing/selftests/user_events/ftrace_test.c | 8 ++++++++
 2 files changed, 10 insertions(+), 1 deletion(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-06-20 15:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-09  3:02 [PATCH v2 0/3] tracing/user_events: Fix incorrect return value for sunliming
2023-06-09  3:03 ` [PATCH v2 1/3] tracing/user_events: Fix incorrect return value for writing operation when events are disabled sunliming
2023-06-16 16:08   ` Beau Belgrave
2023-06-19  8:51     ` sunliming
2023-06-19 18:40       ` Beau Belgrave
2023-06-20  9:07         ` sunliming
2023-06-20 15:13         ` Steven Rostedt
2023-06-09  3:03 ` [PATCH v2 2/3] selftests/user_events: Enable the event before write_fault test in ftrace self-test sunliming
2023-06-09  3:03 ` [PATCH v2 3/3] selftests/user_events: Add test cases when event is disabled sunliming

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).