public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* ptrace-tests
@ 2016-08-31 15:36 Yao Qi
  2016-08-31 16:38 ` ptrace-tests David Smith
  0 siblings, 1 reply; 6+ messages in thread
From: Yao Qi @ 2016-08-31 15:36 UTC (permalink / raw)
  To: GDB, systemtap

Hi,
we have a ptrace regression tests here
https://sourceware.org/systemtap/wiki/utrace/tests, and I can
still checkout code from cvs repo.  What is the mailing list to
post patches?

ptrace-tests was written for utrace development, and utrace
is deprecated.  However, it is still useful to maintain ptrace-tests.

-- 
Yao (齐尧)

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

* Re: ptrace-tests
  2016-08-31 15:36 ptrace-tests Yao Qi
@ 2016-08-31 16:38 ` David Smith
  2016-08-31 16:44   ` ptrace-tests Jan Kratochvil
  0 siblings, 1 reply; 6+ messages in thread
From: David Smith @ 2016-08-31 16:38 UTC (permalink / raw)
  To: Yao Qi, GDB, systemtap

On 08/31/2016 10:36 AM, Yao Qi wrote:
> Hi,
> we have a ptrace regression tests here
> https://sourceware.org/systemtap/wiki/utrace/tests, and I can
> still checkout code from cvs repo.  What is the mailing list to
> post patches?
> 
> ptrace-tests was written for utrace development, and utrace
> is deprecated.  However, it is still useful to maintain ptrace-tests.

I didn't know those tests existed. It looks like no one has touched them
since around 2012.

If anyone would be still interested in them, I'd say it would be the
ptrace() syscall kernel maintainers.

-- 
David Smith
dsmith@redhat.com
Red Hat
http://www.redhat.com
256.217.0141 (direct)
256.837.0057 (fax)

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

* Re: ptrace-tests
  2016-08-31 16:38 ` ptrace-tests David Smith
@ 2016-08-31 16:44   ` Jan Kratochvil
  2016-09-02  9:47     ` ptrace-tests Yao Qi
  0 siblings, 1 reply; 6+ messages in thread
From: Jan Kratochvil @ 2016-08-31 16:44 UTC (permalink / raw)
  To: David Smith; +Cc: Yao Qi, GDB, systemtap

On Wed, 31 Aug 2016 18:38:25 +0200, David Smith wrote:
> On 08/31/2016 10:36 AM, Yao Qi wrote:
> > we have a ptrace regression tests here
> > https://sourceware.org/systemtap/wiki/utrace/tests, and I can
> > still checkout code from cvs repo.  What is the mailing list to
> > post patches?

I do not know about a mailing list.  The contact person may be myself.


> I didn't know those tests existed. It looks like no one has touched them
> since around 2012.

The last CVS ChangeLog entry is:
2015-11-23 10:00  jkratoch
        * tests/bogus-echild.c:
        tests/bogus-echild.c: Fix env(TESTTIME) not to be multiplied by DEFAULT_TESTTIME.
          Make DEFAULT_TESTTIME unconditional.
          Remove DEFAULT_LOOPS support.


> If anyone would be still interested in them, I'd say it would be the
> ptrace() syscall kernel maintainers.

It should be probably moved to linux-2.6/tools/testing/selftests/ptrace/ but
it needs some cleanups first which nobody has done so far.


Jan

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

* Re: ptrace-tests
  2016-08-31 16:44   ` ptrace-tests Jan Kratochvil
@ 2016-09-02  9:47     ` Yao Qi
  2016-09-02 10:09       ` ptrace-tests Jan Kratochvil
  0 siblings, 1 reply; 6+ messages in thread
From: Yao Qi @ 2016-09-02  9:47 UTC (permalink / raw)
  To: Jan Kratochvil; +Cc: David Smith, GDB, systemtap

On Wed, Aug 31, 2016 at 5:44 PM, Jan Kratochvil
<jan.kratochvil@redhat.com> wrote:
>> If anyone would be still interested in them, I'd say it would be the
>> ptrace() syscall kernel maintainers.
>
> It should be probably moved to linux-2.6/tools/testing/selftests/ptrace/ but
> it needs some cleanups first which nobody has done so far.
>

OK, thanks for the pointer.  I'd like to port these tests to arm and
aarch64 first.
kernel/tools/testing/selftests/ptrace/ is a good place for these tests, and I'll
think about how to move some useful and clean tests there.

-- 
Yao (齐尧)

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

* Re: ptrace-tests
  2016-09-02  9:47     ` ptrace-tests Yao Qi
@ 2016-09-02 10:09       ` Jan Kratochvil
  2016-09-02 10:15         ` ptrace-tests Yao Qi
  0 siblings, 1 reply; 6+ messages in thread
From: Jan Kratochvil @ 2016-09-02 10:09 UTC (permalink / raw)
  To: Yao Qi; +Cc: David Smith, GDB, systemtap

On Fri, 02 Sep 2016 11:47:08 +0200, Yao Qi wrote:
> OK, thanks for the pointer.  I'd like to port these tests to arm and aarch64 first.
> kernel/tools/testing/selftests/ptrace/ is a good place for these tests, and I'll
> think about how to move some useful and clean tests there.

If some real work starts with it one should also be move it to GIT.


Jan

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

* Re: ptrace-tests
  2016-09-02 10:09       ` ptrace-tests Jan Kratochvil
@ 2016-09-02 10:15         ` Yao Qi
  0 siblings, 0 replies; 6+ messages in thread
From: Yao Qi @ 2016-09-02 10:15 UTC (permalink / raw)
  To: Jan Kratochvil; +Cc: David Smith, GDB, systemtap

On Fri, Sep 2, 2016 at 11:09 AM, Jan Kratochvil
<jan.kratochvil@redhat.com> wrote:
> On Fri, 02 Sep 2016 11:47:08 +0200, Yao Qi wrote:
>> OK, thanks for the pointer.  I'd like to port these tests to arm and aarch64 first.
>> kernel/tools/testing/selftests/ptrace/ is a good place for these tests, and I'll
>> think about how to move some useful and clean tests there.
>
> If some real work starts with it one should also be move it to GIT.
>

GIT repository on sourceware.org?  I suppose I need to send the request to
oversears@sourceware.org?

-- 
Yao (齐尧)

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

end of thread, other threads:[~2016-09-02 10:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-31 15:36 ptrace-tests Yao Qi
2016-08-31 16:38 ` ptrace-tests David Smith
2016-08-31 16:44   ` ptrace-tests Jan Kratochvil
2016-09-02  9:47     ` ptrace-tests Yao Qi
2016-09-02 10:09       ` ptrace-tests Jan Kratochvil
2016-09-02 10:15         ` ptrace-tests Yao Qi

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 read-only IMAP folder(s) and NNTP newsgroup(s).