From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 71CA2C388F7 for ; Tue, 3 Nov 2020 18:39:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2299820757 for ; Tue, 3 Nov 2020 18:39:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604428785; bh=6Xps4bIUFtPepouNBqtps60Iy2leilNlFonhy3YWMkY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=fJyLdk/SbXsE6CHImEiIGPd59J8YYx+V/iQCaino/ZeE9s55jFHgzFMQi0aby/jac ekRseQ5bchB83KmbH6g9eqqJ4Hv04bEDnAPMZot9m/iDKWR2IA5QfZ6ZQhKXzytLfV PprJ1fApEVyo1F4SVxaJWJxYMhLIeKMJwptKh+y4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729349AbgKCSjn (ORCPT ); Tue, 3 Nov 2020 13:39:43 -0500 Received: from mail.kernel.org ([198.145.29.99]:49218 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728621AbgKCSjm (ORCPT ); Tue, 3 Nov 2020 13:39:42 -0500 Received: from kicinski-fedora-PC1C0HJN.hsd1.ca.comcast.net (unknown [163.114.132.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 996752074B; Tue, 3 Nov 2020 18:39:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604428782; bh=6Xps4bIUFtPepouNBqtps60Iy2leilNlFonhy3YWMkY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=h248a77653NHUhqb1KV9+o4A1pWMp00jHEw2F/2qy6d8aGuWyFbzs5I/e/VObpLu/ GLDn8k/OtOjSLHa+8/BmLvcd2b3BL/X1CPLxzFq2TflJocMmfFZdcyBR4SyeXFxm2C 2u5QTZGEIChOwklxepD8Sg/3taUJAVzO3T3lSjkY= Date: Tue, 3 Nov 2020 10:39:40 -0800 From: Jakub Kicinski To: Paul Menzel Cc: Jesse Brandeburg , Tony Nguyen , Jeffrey Townsend , "David S . Miller" , intel-wired-lan@lists.osuosl.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, John W Linville Subject: Re: [PATCH 2/2] ethernet: igb: e1000_phy: Check for ops.force_speed_duplex existence Message-ID: <20201103103940.2ed27fa2@kicinski-fedora-PC1C0HJN.hsd1.ca.comcast.net> In-Reply-To: <36ce1f2e-843c-4995-8bb2-2c2676f01b9d@molgen.mpg.de> References: <20201102231307.13021-1-pmenzel@molgen.mpg.de> <20201102231307.13021-3-pmenzel@molgen.mpg.de> <20201102161943.343586b1@kicinski-fedora-PC1C0HJN.hsd1.ca.comcast.net> <36ce1f2e-843c-4995-8bb2-2c2676f01b9d@molgen.mpg.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Tue, 3 Nov 2020 08:35:09 +0100 Paul Menzel wrote: > According to *Developer's Certificate of Origin 1.1* [3], it=E2=80=99s my= =20 > understanding, that it is *not* required. The items (a), (b), and (c)=20 > are connected by an *or*. >=20 > > (b) The contribution is based upon previous work that, to the b= est > > of my knowledge, is covered under an appropriate open source > > license and I have the right under that license to submit t= hat > > work with modifications, whether created in whole or in par= t=20 > > by me, under the same open source license (unless I am > > permitted to submit under a different license), as indicated > > in the file; or =20 Ack, but then you need to put yourself as the author, because it's you certifying that the code falls under (b). At least that's my understanding.