From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by sourceware.org (Postfix) with ESMTP id 1E125385800D for ; Sun, 13 Dec 2020 16:49:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 1E125385800D Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-25-rAHr9eyKNCKAyqkRVCh9aQ-1; Sun, 13 Dec 2020 11:49:28 -0500 X-MC-Unique: rAHr9eyKNCKAyqkRVCh9aQ-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 45A6A59; Sun, 13 Dec 2020 16:49:26 +0000 (UTC) Received: from localhost.localdomain (ovpn-113-227.phx2.redhat.com [10.3.113.227]) by smtp.corp.redhat.com (Postfix) with ESMTP id B6F805D9C2; Sun, 13 Dec 2020 16:49:25 +0000 (UTC) Subject: Re: [RFC] [avr] Toolchain Integration for Testsuite Execution (avr cc0 to mode_cc0 conversion) To: abebeos , Segher Boessenkool Cc: gcc-patches@gcc.gnu.org, saaadhu@gcc.gnu.org References: <9ece414d-2711-9e20-8664-ce37e62abe29@redhat.com> <20201211200026.GB2672@gate.crashing.org> <20201211205759.GC2672@gate.crashing.org> <20201211231347.GF2672@gate.crashing.org> From: Jeff Law Message-ID: <6207590e-61c4-4d39-312b-4d98317ce393@redhat.com> Date: Sun, 13 Dec 2020 09:49:25 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: en-US X-Spam-Status: No, score=-4.0 required=5.0 tests=BAYES_00, BODY_8BITS, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_SHORT, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Dec 2020 16:49:33 -0000 On 12/12/20 11:33 AM, abebeos wrote: > > > On Sat, 12 Dec 2020 at 01:15, Segher Boessenkool > > wrote: > > On Fri, Dec 11, 2020 at 11:20:01PM +0200, abebeos wrote: > > Στις Παρ, 11 Δεκ 2020 στις 11:00 μ.μ., ο/η Segher Boessenkool < > > segher@kernel.crashing.org > > έγραψε: > > > > Ok, to speed things up, is it ok if I simply pick the patch > that I've > > > > attached to the issue: > > > > > > > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92729#c21 > > > > > > > I see no patch attached there?  Just a link to github. > > > > sorry, it's on top of the issue. > > > > direct link: > > > https://gcc.gnu.org/bugzilla/attachment.cgi?bugid=92729&action=viewall > > > Ah, you linked to comment 21, so I only looked in that comment :-) > > > > I'd ask the original author, but it seems he's busy with other > work, so to > > > > avoid delays... > > > > > > Please try to ask him first?  That is always nice, > > > > contacted days ago both authors via email (naturally closing > with "feel > > free to  ignore if you're busy"), pip replied, saa not. Though > both are on > > the cc of the issue, too. > > Let's hope he replies soon after you post it.  > > > Here it is: > > https://gcc.gnu.org/pipermail/gcc-patches/2020-December/561718.html > > > My understanding is that patches are neutral (no signature, no names), > so if saaadhu signs it off and commits it, all will be fine (legal and > ethics). The FSF has very specific requirements for copyright assignments.  The author needs a copyright assignment on file with the FSF and the FSF may also require their author's employer to sign an employer disclaimer before the contributions can be accepted. Jeff