From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 40471 invoked by alias); 2 Dec 2016 23:50:13 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 40069 invoked by uid 89); 2 Dec 2016 23:49:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=H*Ad:D*chromium.org, blanket X-HELO: mail-io0-f180.google.com Received: from mail-io0-f180.google.com (HELO mail-io0-f180.google.com) (209.85.223.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 02 Dec 2016 23:49:49 +0000 Received: by mail-io0-f180.google.com with SMTP id j65so509500010iof.0 for ; Fri, 02 Dec 2016 15:49:49 -0800 (PST) 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; bh=dAeqt8WDi2xBLGdZd7oPB0LDfjLfwc/Bu5eCGzKPzBg=; b=B+MauvD6qAvJMyulg/cz5XeIfWsSJvYz6XJMfHII5yAiQP90krDMg13CRlVIM4gLIo KewcDdqnWJ2YFz5tp786Lgi6cZ3qnGO1yh/1dHGuD1Wv6OCnXeCkn3RJHiSg859H0+Bk wxRcORcHoMShOlTDzLAYpcCbbcVfg6SGvRfj/AyZ/25hiv/09U3zJJO+y/hNcPcbAv3b Gqx2ydyU8nIvyAj+MX5oZUHmLq3nBlBCw4YO9OUbW2bNQouYKNMwcJCBV/PTmyVrSkWE sNJxdpqlVGGIWCuVw0i7Mp5Se+XNizU1jathm65UmRYH9mXqKKjutH3f4+YzwZJT3pXV H3vw== X-Gm-Message-State: AKaTC03wGSLwOeESWM6HTC/PM5Iw47rJnFnDMmWiQ6LyPS4C5Lb3N2H4+8GCI3vlA8IsoaxGlSDMlNymbplaeEUX X-Received: by 10.107.7.96 with SMTP id 93mr41724149ioh.136.1480722588089; Fri, 02 Dec 2016 15:49:48 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.31.213 with HTTP; Fri, 2 Dec 2016 15:49:07 -0800 (PST) In-Reply-To: <20161202224952.panaxwmmrx4emord@localhost> References: <20161202214613.GA54717@beast> <20161202224952.panaxwmmrx4emord@localhost> From: Doug Evans Date: Fri, 02 Dec 2016 23:50:00 -0000 Message-ID: Subject: Re: [PATCH] Fix PTRACE_GETREGSET failure for compat inferiors on arm64 To: Yao Qi Cc: Kees Cook , gdb-patches , brian.murray@canonical.com, matthias.klose@canonical.com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2016-12/txt/msg00123.txt.bz2 On Fri, Dec 2, 2016 at 2:49 PM, Yao Qi wrote: > On 16-12-02 13:46:13, Kees Cook wrote: >> gdb/ChangeLog: >> >> 2016-12-02 Kees Cook > > You don't have FSF copyright assignment. Hi. Google has a blanket copyright assignment, so this is ok in that regard.