From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 117455 invoked by alias); 2 Sep 2016 09:47:13 -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 117432 invoked by uid 89); 2 Sep 2016 09:47:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:598 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-oi0-f47.google.com Received: from mail-oi0-f47.google.com (HELO mail-oi0-f47.google.com) (209.85.218.47) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 02 Sep 2016 09:47:10 +0000 Received: by mail-oi0-f47.google.com with SMTP id r205so74212625oih.3; Fri, 02 Sep 2016 02:47:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=SO4EX86WEEJVL94dUNuaSBtpmZtXkKvT6kbBmTSU2t8=; b=Bg6HwG4dFjUEMM8JOjds/kt/jzlNGY1BjHn1uV4C9N4yweC2sSL/rtXDjABe584tB1 ziH/sEcLk62illvmQ+WcE5vjJxYDe8sHxK5V9oTzXiwQDWd4n8eGLyBnIoBBH5a6zjal q45PdotcNCRxklTCwZNOPNxAaixF75iAlNIe+ecNuEeSi3REyycbabBLatEmckap2CHe SAdqknMSqGzSTkLE5p00GyC6u3/3+xbwWPh9Iab6fP3Ly7RaXhe/dmQK0RrY9LAW/UxM vRw/JWxay57RCkjnVjFTH3by+RezhQJRo2V7GoDdVJuY7+OlmAIdFgmrBosPgZRLr3KB sGow== X-Gm-Message-State: AE9vXwPgLw5ZlVlz6lak1C0yPadyDEFzpiiHplLqlWON05nxv6+sc0j8SyqbPy4Jo7MsEgotubj9Inzi5FEGxw== X-Received: by 10.202.88.139 with SMTP id m133mr17691528oib.195.1472809628889; Fri, 02 Sep 2016 02:47:08 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.79.201 with HTTP; Fri, 2 Sep 2016 02:47:08 -0700 (PDT) In-Reply-To: <20160831164420.GA18750@host1.jankratochvil.net> References: <7d05062f-2998-c10e-1006-0b9a267ecf4e@redhat.com> <20160831164420.GA18750@host1.jankratochvil.net> From: Yao Qi Date: Fri, 02 Sep 2016 09:47:00 -0000 Message-ID: Subject: Re: ptrace-tests To: Jan Kratochvil Cc: David Smith , GDB , systemtap@sourceware.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-09/txt/msg00014.txt.bz2 On Wed, Aug 31, 2016 at 5:44 PM, Jan Kratochvil 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. --=20 Yao (=E9=BD=90=E5=B0=A7)