<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Jun 23, 2019 at 6:34 PM Dmitry V. Levin <<a href="mailto:ldv@altlinux.org">ldv@altlinux.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Sun, Jun 23, 2019 at 02:44:16PM +0800, Zhibin Li wrote:<br>
[...]<br>
> BTW may I ask what's the problem/concern of convincing strace to call device<br>
> specific decoders by overwriting the internal tcp->_priv_data? It is no<br>
> injection but what about adding another option, may be something like -e priv=i915.<br>
<br>
tcp->_priv_data is something so internal to strace implementation that<br>
nothing else should bother about it.<br>
<br>
> I am not sure what the option should look like, but there should be a way to<br>
> specify a specific device when running strace command, right? Any thoughts?<br>
<br>
Do you suggest to add an option telling strace to ignore drm_is_driver()<br>
and treat all drm ioctls as if drm_is_driver(tcp, ARG) returned ARG?<br>
<br>
Do you thing such an option might be useful beyond the strace test suite?</blockquote><div>No, it's not. I should have realized that I kind of messed things up. Now perhaps I </div><div>should find some other solutions and pay more attention to writing the decoders</div><div>instead. Thanks for the explanation.</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"> </blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"> <br></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
-- <br>
ldv<br>
-- <br>
Strace-devel mailing list<br>
<a href="mailto:Strace-devel@lists.strace.io" target="_blank">Strace-devel@lists.strace.io</a><br>
<a href="https://lists.strace.io/mailman/listinfo/strace-devel" rel="noreferrer" target="_blank">https://lists.strace.io/mailman/listinfo/strace-devel</a><br>
</blockquote></div></div>