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=-1.0 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=ham 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 A044AC28CC0 for ; Fri, 31 May 2019 00:41:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2997125D87 for ; Fri, 31 May 2019 00:41:31 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=nifty.com header.i=@nifty.com header.b="0dUIuDUj" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726326AbfEaAla (ORCPT ); Thu, 30 May 2019 20:41:30 -0400 Received: from conssluserg-02.nifty.com ([210.131.2.81]:43567 "EHLO conssluserg-02.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726128AbfEaAla (ORCPT ); Thu, 30 May 2019 20:41:30 -0400 Received: from mail-ua1-f43.google.com (mail-ua1-f43.google.com [209.85.222.43]) (authenticated) by conssluserg-02.nifty.com with ESMTP id x4V0f2br017212 for ; Fri, 31 May 2019 09:41:03 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-02.nifty.com x4V0f2br017212 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1559263263; bh=vey6OWyam8NzSij+45zms1wfcarysM5P7I7FaQsW2A8=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=0dUIuDUjlqyYtYvdNPXNdjCiez1+C38iTYIdqh3JhQLKfOJuefYT9owFXWh9knHyv 7EKOYnMaEmFv9hRQPfTgJaXX3OwKl581uyGfjWOnl+H6F8uI55nbWHBy34eM/jdMZT vOfC5nKXg/e+12YfIsVh5wTM3sOXqcSWnUPSEi/YO/XTIvEC/SgfJBvqX8Zo9ppqOZ dn63rb6vN60YKDLecf7PKccQmRkntBa3BlohZDKA7BxvhB8+RQv371UrKj7rXDTS8K yerYsSlKp9kgCCXdBgAgtXF342BPCRN0GFwlK56Xltrx0hEr/atiiQaR3ZF4uA8y6Z XHmrpMbkTTbjw== X-Nifty-SrcIP: [209.85.222.43] Received: by mail-ua1-f43.google.com with SMTP id n2so3215652uad.8 for ; Thu, 30 May 2019 17:41:03 -0700 (PDT) X-Gm-Message-State: APjAAAVldqnBE7IdDCSbUuJa4dyd6f5chmoaAEb13go+fNphjsJFAWnA akcCpvSu++YXup92KUB4JAvqS/8c2oYDSjrT2Zo= X-Google-Smtp-Source: APXvYqwvsZ2X2dzXCudt/fCOcrJmoC7ExEMW6lHFTbsAuAMw270pahUzw2PFYnWjClp+TpJMw3X+7cdkv7vKtxMU88E= X-Received: by 2002:ab0:234d:: with SMTP id h13mr3786729uao.95.1559263262403; Thu, 30 May 2019 17:41:02 -0700 (PDT) MIME-Version: 1.0 References: <20190530115256.GA30967@kroah.com> <20190530183146.GA31985@kroah.com> In-Reply-To: <20190530183146.GA31985@kroah.com> From: Masahiro Yamada Date: Fri, 31 May 2019 09:40:26 +0900 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Missing SPDX tags for Kbuild files To: Greg KH Cc: Kate Stewart , Thomas Gleixner , linux-spdx@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Sender: linux-spdx-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spdx@vger.kernel.org On Fri, May 31, 2019 at 3:31 AM Greg KH wrote: > > On Thu, May 30, 2019 at 07:01:01AM -0500, Kate Stewart wrote: > > On Thu, May 30, 2019 at 6:53 AM Greg KH wrote: > > > > > > On Thu, May 30, 2019 at 05:58:05PM +0900, Masahiro Yamada wrote: > > > > Hi. > > > > > > > > > > > > Recently, "Makefiles", "Kconfig" files were given with SPDX License tags. > > > > > > > > Author: Thomas Gleixner > > > > Date: Sun May 19 13:07:45 2019 +0100 > > > > > > > > treewide: Add SPDX license identifier - Makefile/Kconfig > > > > > > > > > > > > > > > > > > > > But, the file name "Kbuild" is also a Makefile. > > > > > > > > Conventionally, Linux build system uses both "Kbuild" and "Makefile". > > > > > > > > > > > > For example, SPDX tag is missing in > > > > > > > > arch/x86/Kbuild > > > > arch/x86/include/uapi/asm/Kbuild > > > > arch/x86/include/asm/Kbuild > > > > > > > > > > > > Will somebody work on "Kbuild" files please ? > > > > > > Sure, how about the attached patch, any objection to me queueing it up? > > > > Thanks Greg. > > > > Thomas' initial patch fixed a bunch of these in the initial cleanup, > > but I guess > > more were added (and overlooked since then). > > > > Reviewed-by: Kate Stewart > > Thanks for the review, I'll queue this up with the next round of patches > from Thomas to go to Linus. Thanks. Bikeshed: Commit ec8f24b7faaf3d4799a7c3f4c1b87f6b02778ad1 used "GPL-2.0-only". So, I prefer avoiding the deprecated "GPL-2.0". We have been discussing here: https://lkml.org/lkml/2019/5/30/1575 -- Best Regards Masahiro Yamada