From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 51774 invoked by alias); 2 Sep 2016 10:09:31 -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 51749 invoked by uid 89); 2 Sep 2016 10:09:30 -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=GIT, H*f:sk:w4E06ko, H*i:VTwFKvP, H*MI:sk:s-PPa1e 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; Fri, 02 Sep 2016 10:09:28 +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 A4EB6C05678C; Fri, 2 Sep 2016 10:09:24 +0000 (UTC) Received: from host1.jankratochvil.net (ovpn-116-46.ams2.redhat.com [10.36.116.46]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u82A9LGH007138 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 2 Sep 2016 06:09:23 -0400 Date: Fri, 02 Sep 2016 10:09:00 -0000 From: Jan Kratochvil To: Yao Qi Cc: David Smith , GDB , systemtap@sourceware.org Subject: Re: ptrace-tests Message-ID: <20160902100920.GA27186@host1.jankratochvil.net> References: <7d05062f-2998-c10e-1006-0b9a267ecf4e@redhat.com> <20160831164420.GA18750@host1.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.7.0 (2016-08-17) X-IsSubscribed: yes X-SW-Source: 2016-09/txt/msg00016.txt.bz2 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