From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 128629 invoked by alias); 25 Jul 2017 13:03:50 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 128446 invoked by uid 89); 25 Jul 2017 13:03:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=company, our X-HELO: mx1.suse.de Received: from mx2.suse.de (HELO mx1.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 25 Jul 2017 13:03:48 +0000 Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id A27D3AE7B; Tue, 25 Jul 2017 13:03:45 +0000 (UTC) Date: Tue, 25 Jul 2017 13:03:00 -0000 From: Torsten Duwe To: Maxim Kuvyrkov Cc: Richard Guenther , Jan Hubicka , "Richard Earnshaw (lists)" , Sandra Loosemore , Marek Polacek , GCC Patches , Szabolcs Nagy , nd@arm.com, Li Bin , Jiri Kosina , Marcus Shawcroft , Takahiro Akashi , Andrew Wafaa Subject: Re: [PATCH v12] add -fpatchable-function-entry=N,M option Message-ID: <20170725130343.GC22969@suse.de> References: <20170706140311.GA20710@suse.de> <20170707193028.GA17752@suse.de> <20170717121046.GA22056@suse.de> <09075950-0C9D-4B43-B9BB-971A0F57B03E@linaro.org> <20170720120641.GB29907@suse.de> <395ACE66-8EB3-4B4E-A2AC-E8F38EA78D3C@linaro.org> <0F0175A3-DF40-4400-98F5-AF940513F0F9@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0F0175A3-DF40-4400-98F5-AF940513F0F9@linaro.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-SW-Source: 2017-07/txt/msg01554.txt.bz2 On Tue, Jul 25, 2017 at 10:12:00AM +0300, Maxim Kuvyrkov wrote: > > > > SuSe/Novell choose to do its assignments per engineer, not for the whole company, so I don't think you are covered as is. > > Torsten, any update on which way you are going to handle copyright assignment -- apply for a new one or have one of your SuSe colleagues commit under theirs? I have checked with our GCC guys and the code is covered by our company assignment. So it's safe to commit. Torsten