Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2362584imu; Thu, 29 Nov 2018 03:55:16 -0800 (PST) X-Google-Smtp-Source: AFSGD/V8fm6ubHlNrNY1vpEgEdFv6X8TTv7DGU5sp9kZH6lzxGHYrb3SCWteWLhLTz4Y4E1sGJav X-Received: by 2002:a62:18ce:: with SMTP id 197mr1143651pfy.88.1543492516764; Thu, 29 Nov 2018 03:55:16 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1543492516; cv=none; d=google.com; s=arc-20160816; b=0NzXJ7OXZ/uOMTQf2XjM/iPNJ5MFXLDswPmd1+DhyDOBCOKO+WpjWaE/5Kis0DrRsQ 22QkbgvyARopm1bVcnNSPPpHwoFewHGVVCS7O8DWM764ppsAo5/oGjdxCVJZqj4LBWMz 3Zxb7XLPHRO0FpH/zLTX6hIa1ZCUhgoHJuJ62pl9ozZj1fTDTI7UMAzsK9YYfLD+QuEl 7a0J+XJ/0nYLkF8fo6HBO8POBUguMYye7ts6F+dqe/H05gM04f0KiZuh48Xe7lIYhAQT H/sxI+BxgupLD3sJDiR+ZvOGtdida46dr6dhSceSIQH/Kfsm76jdweDCwztXcEcleMQx GHCQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:in-reply-to :mime-version:user-agent:date:message-id:from:cc:references:to :subject; bh=EqJvVUccHdrEFK3H7J2l3JkL+pRA+LUTQYd6f0n9Buk=; b=CeXG+JC0F+h5rxV62Axv5aS4+0DO0KdVC7GqjPTvtWlisX+ramk1pzCd2nfDPFqagj h/pvgI8KLa4eNJ7j2J5gl6anLbS/1sufIXocJ/gzF3K2mcPfpp3CD/1meGIxZnAdFKVo O4MUrt5xTHPaILvWOFJ9HwMyfpKHS26o/q1pnRbOU1qT0Z5zZMJ0rarTHQBHsxyKhyZw DytvdIMu8bLFGHx+8bfTWqEB7l0ppLSGpDInwnepNuHcotwrHleAQtrDysE4Tf0e2VCK 8iajVpFY9EuIO3Qn2Xxx4GzqSZYKmOSdTXA14Wpw6Wk2qNRVW3I9iGETDJSPjUjWN8Km PiXg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e6si1510745pgl.471.2018.11.29.03.55.00; Thu, 29 Nov 2018 03:55:16 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727402AbeK2W57 (ORCPT + 99 others); Thu, 29 Nov 2018 17:57:59 -0500 Received: from szxga07-in.huawei.com ([45.249.212.35]:42671 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726621AbeK2W57 (ORCPT ); Thu, 29 Nov 2018 17:57:59 -0500 Received: from DGGEMS407-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id BFB685982EAF0; Thu, 29 Nov 2018 19:52:47 +0800 (CST) Received: from [127.0.0.1] (10.202.226.41) by DGGEMS407-HUB.china.huawei.com (10.3.19.207) with Microsoft SMTP Server id 14.3.408.0; Thu, 29 Nov 2018 19:52:43 +0800 Subject: Re: [PATCH] scsi: libsas: Add missing license and update to SPDX license identifier To: Greg KH References: <1543328132-243266-1-git-send-email-john.garry@huawei.com> <20181127144333.GA11004@kroah.com> <8ae3a984-b4d4-f2eb-4aaa-b460441fa403@huawei.com> CC: , , , , From: John Garry Message-ID: <07b65f80-9b73-472f-1fb8-7c0133f1d1ab@huawei.com> Date: Thu, 29 Nov 2018 11:52:39 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <8ae3a984-b4d4-f2eb-4aaa-b460441fa403@huawei.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.202.226.41] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 27/11/2018 15:23, John Garry wrote: > On 27/11/2018 14:43, Greg KH wrote: > > Hi Greg, > >> On Tue, Nov 27, 2018 at 10:15:32PM +0800, John Garry wrote: >>> Currently sas_task.c has no license specifier, so add SPDX license >>> identifier for GPL-2.0+. >>> >>> As mentioned in commit b24413180f56 ("License cleanup: add SPDX GPL-2.0 >>> license identifier to files with no license"), files with no license in >>> the kernel are under default kernel license. >> >> The default is GPLv2, not v2+. > > So sas_task.c should be v2. Hi Greg, I also note that currently we have an inconsistency in license of sas_init.c: /* * Serial Attached SCSI (SAS) Transport Layer initialization * * Copyright (C) 2005 Adaptec, Inc. All rights reserved. * Copyright (C) 2005 Luben Tuikov * * This file is licensed under GPLv2. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA * */ ... MODULE_AUTHOR("Luben Tuikov "); MODULE_DESCRIPTION("SAS Transport Layer"); MODULE_LICENSE("GPL v2"); So the license specifies v2+ but module license states v2. I could not find a docment for guidance on this. I also note that making sas_task.c v2 would mean mixing v2 and v2+ into the module. I did find an example of someone changing the license: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/drivers/i2c/busses/i2c-designware-slave.c?h=v4.20-rc4&id=15c566fcff9cc7b8fd64461d6ee6fd1bc665b444 Then someone changes the module license (but same company): https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/sound/soc/sh/rcar/core.c?h=v4.20-rc4&id=1e0edd4deadbbacd3b35179c233efa26624ab2af At this point I'm reluctant to touch this in case I mess up, but there is still the missing license in sas_task.c . Thanks, John > >> >>> >>> While I'm at it, all other libsas source code files are updated to use >>> SPDX license identifier for GPL-2.0+. >>> >>> Signed-off-by: John Garry >>> >>> diff --git a/drivers/scsi/libsas/Kconfig b/drivers/scsi/libsas/Kconfig >>> index 13739bfa..bdc6bce 100644 >>> --- a/drivers/scsi/libsas/Kconfig >>> +++ b/drivers/scsi/libsas/Kconfig >>> @@ -4,22 +4,7 @@ >>> # Copyright (C) 2005 Adaptec, Inc. All rights reserved. >>> # Copyright (C) 2005 Luben Tuikov >>> # >>> -# This file is licensed under GPLv2. >>> -# >>> -# This program is free software; you can redistribute it and/or >>> -# modify it under the terms of the GNU General Public License as >>> -# published by the Free Software Foundation; version 2 of the >>> -# License. >>> -# >>> -# This program is distributed in the hope that it will be useful, >>> -# but WITHOUT ANY WARRANTY; without even the implied warranty of >>> -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU >>> -# General Public License for more details. >>> -# >>> -# You should have received a copy of the GNU General Public License >>> -# along with this program; if not, write to the Free Software >>> -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 >>> -# USA >>> +# SPDX-License-Identifier: GPL-2.0+ >> >> No, the above license is GPLv2 only, do NOT change the license of a file >> unless you have permission to do so. > > Of course. That was not my intention. My mistake. > >> >> Also, the spdx line goes at the first line of the file. > > JFYI, checkpatch.pl does pick up on this for .c/.h files but not this one. > >> >> >>> # >>> >>> config SCSI_SAS_LIBSAS >>> diff --git a/drivers/scsi/libsas/Makefile b/drivers/scsi/libsas/Makefile >>> index 5d51520..75998b7 100644 >>> --- a/drivers/scsi/libsas/Makefile >>> +++ b/drivers/scsi/libsas/Makefile >>> @@ -4,22 +4,7 @@ >>> # Copyright (C) 2005 Adaptec, Inc. All rights reserved. >>> # Copyright (C) 2005 Luben Tuikov >>> # >>> -# This file is licensed under GPLv2. >>> -# >>> -# This program is free software; you can redistribute it and/or >>> -# modify it under the terms of the GNU General Public License as >>> -# published by the Free Software Foundation; version 2 of the >>> -# License. >>> -# >>> -# This program is distributed in the hope that it will be useful, >>> -# but WITHOUT ANY WARRANTY; without even the implied warranty of >>> -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU >>> -# General Public License for more details. >>> -# >>> -# You should have received a copy of the GNU General Public License >>> -# along with this program; if not, write to the Free Software >>> -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 >>> -# USA >>> +# SPDX-License-Identifier: GPL-2.0+ >> >> Again you changed the license, not good :( > > I was thrown by having a different license for the Kconfig+Makefile vs > .c/.h. > >> >> Please do not make these types of changes unless you really know what >> you are doing, it is not ok to change the license of files. > > Right, of course. > >> >> greg k-h >> > > Thanks, I'll fix them properly, > John > > > > > . >