linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] tracing/user_events: Fix incorrect return value for
@ 2023-06-08  1:15 sunliming
  2023-06-08  1:15 ` [PATCH 1/3] tracing/user_events: Fix incorrect return value for writing operation when events are disabled sunliming
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: sunliming @ 2023-06-08  1:15 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 -EFAULT when events are disabled.

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 | 7 +++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-06-13  5:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-08  1:15 [PATCH 0/3] tracing/user_events: Fix incorrect return value for sunliming
2023-06-08  1:15 ` [PATCH 1/3] tracing/user_events: Fix incorrect return value for writing operation when events are disabled sunliming
2023-06-08 17:19   ` Beau Belgrave
2023-06-13  5:52     ` sunliming
2023-06-08  1:15 ` [PATCH 2/3] selftests/user_events: Enable the event before write_fault test in ftrace self-test sunliming
2023-06-08  1:15 ` [PATCH 3/3] selftests/user_events: Add test cases when event is disabled sunliming
2023-06-08 17:21   ` Beau Belgrave

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).