From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 73731 invoked by alias); 31 Aug 2016 16:44:37 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 73711 invoked by uid 89); 31 Aug 2016 16:44:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.4 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:961, H*MI:sk:7d05062, H*i:sk:7d05062, H*f:sk:7d05062 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 31 Aug 2016 16:44:26 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 50AB88124B; Wed, 31 Aug 2016 16:44:25 +0000 (UTC) Received: from host1.jankratochvil.net (ovpn-116-34.ams2.redhat.com [10.36.116.34]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u7VGiKCq020958 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 31 Aug 2016 12:44:22 -0400 Date: Wed, 31 Aug 2016 16:44:00 -0000 From: Jan Kratochvil To: David Smith Cc: Yao Qi , GDB , systemtap@sourceware.org Subject: Re: ptrace-tests Message-ID: <20160831164420.GA18750@host1.jankratochvil.net> References: <7d05062f-2998-c10e-1006-0b9a267ecf4e@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7d05062f-2998-c10e-1006-0b9a267ecf4e@redhat.com> User-Agent: Mutt/1.7.0 (2016-08-17) X-IsSubscribed: yes X-SW-Source: 2016-08/txt/msg00063.txt.bz2 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