From: Steven Rostedt <rostedt@goodmis.org>
To: Beau Belgrave <beaub@linux.microsoft.com>
Cc: sunliming <kelulanainsley@gmail.com>,
mhiramat@kernel.org, shuah@kernel.org,
linux-kernel@vger.kernel.org, linux-trace-kernel@vger.kernel.org,
linux-kselftest@vger.kernel.org
Subject: Re: [PATCH v2 1/3] tracing/user_events: Fix incorrect return value for writing operation when events are disabled
Date: Tue, 20 Jun 2023 11:13:39 -0400 [thread overview]
Message-ID: <20230620111339.44c84a83@gandalf.local.home> (raw)
In-Reply-To: <20230619184044.GA88@W11-BEAU-MD.localdomain>
On Mon, 19 Jun 2023 11:40:44 -0700
Beau Belgrave <beaub@linux.microsoft.com> wrote:
> > Now,when the event is disabled, the trace record appears to be lost.
>
> I'm taking this to mean, if in between the time of the bit check and the
> actual write() /writev() syscall the event becomes disabled, the event
> won't write to the buffer. Yes, that is expected.
>
> > In some situations
> > where data timing is sensitive, it may cause confusion. In this case,
> > not returning an
> > error (as mentioned in your reply, it is not considered this case an
> > actual error) and
> > returning 0 ( meaning that the number of data to be written is 0) may
> > be a good way
> > to handle it?
>
> This is where I get a little lost. What would a user process do with a
> return of 0 bytes? It shouldn't retry, since it just hit that small
> timing window. In reality, it just incurred a temporary excessive
> syscall cost, but no real data loss (the operator/admin turned the event
> off).
Note, this is similar to the race in the kernel with several tracing
activities. If a disable happens and the buffer is now off, but the trace
is still attempted, zero or NULL (depending on the function) is returned.
This just means that tracing is off, and the event should just be dropped.
-- Steve
next prev parent reply other threads:[~2023-06-20 15:14 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230620111339.44c84a83@gandalf.local.home \
--to=rostedt@goodmis.org \
--cc=beaub@linux.microsoft.com \
--cc=kelulanainsley@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=linux-trace-kernel@vger.kernel.org \
--cc=mhiramat@kernel.org \
--cc=shuah@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).