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=-2.5 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, T_DKIMWL_WL_HIGH,URIBL_BLOCKED,USER_AGENT_MUTT 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 03F90C28CC0 for ; Thu, 30 May 2019 18:31:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id AD89B25FB5 for ; Thu, 30 May 2019 18:31:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1559241107; bh=W5+w/AxlXSv44/8i1nMea3IXIVJmS7qrvD0T3dM7Y+s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=ZusC4uo2dYtIlcilvOmMMZb3ouwgOFPupvKctBZSUu9GfLyAXwOQkbToT7FZdYrRX LfVyK8CEBKyoW6XW/riJBFyLXz9dFixafAp+6WJXmLDzuS8n+K56ktM8qcRAdFYCMq d004EhnotprDuxfF9FeiOPNmQRVBKw1wP8gPanFk= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726446AbfE3Sbr (ORCPT ); Thu, 30 May 2019 14:31:47 -0400 Received: from mail.kernel.org ([198.145.29.99]:50148 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726328AbfE3Sbr (ORCPT ); Thu, 30 May 2019 14:31:47 -0400 Received: from localhost (unknown [207.225.69.115]) (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 AFE7125FB0; Thu, 30 May 2019 18:31:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1559241106; bh=W5+w/AxlXSv44/8i1nMea3IXIVJmS7qrvD0T3dM7Y+s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=heaLFRCLY/DLL52reKr2S4m0p6AekSs1B8MP5haJtLXXmaTCZ4lnii5DhMdMWw872 AGNw7EnsH9KMjkvbR7iTlG4JHJaEeEyyFr5ui1G45ENqDsqB9TEEtvFldZlPj0Phi8 w14WzbFAA06ocTwHU8jG/7G49g+MBZCH3RxVj9j4= Date: Thu, 30 May 2019 11:31:46 -0700 From: Greg KH To: Kate Stewart Cc: Masahiro Yamada , Thomas Gleixner , linux-spdx@vger.kernel.org Subject: Re: Missing SPDX tags for Kbuild files Message-ID: <20190530183146.GA31985@kroah.com> References: <20190530115256.GA30967@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.0 (2019-05-25) Sender: linux-spdx-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spdx@vger.kernel.org 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. greg k-h