Received: by 10.223.164.202 with SMTP id h10csp24762wrb; Wed, 22 Nov 2017 03:13:35 -0800 (PST) X-Google-Smtp-Source: AGs4zMbmQB/Nn9jdJ4EAZdgYFOGJ3vVmaMvhTDGOjoceQ9X2fRfgzNsXPulgzCO0bFAvxITtZr1w X-Received: by 10.101.76.139 with SMTP id m11mr20744043pgt.103.1511349215640; Wed, 22 Nov 2017 03:13:35 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1511349215; cv=none; d=google.com; s=arc-20160816; b=JC5F2OwAgkS9F4+28u3ZAb3e414uibhVN/H3EzNL6Hzqxdl7Qh9wM3qQeEEyzxrMoX DZQVoDVUqH5JGx2JL5AuzFApjn2Pw3lrUrXKhRmVTrFAFJmEl8ugTQTKEqdWUR361OdR fdQs76X7jP14ovvpsuNjph/wBGAoNAJ1KUm4KOe11SHDucYnkR69GLw35xJripZT3Ykc W0cTxm7B409Gcmz7NyZjdH8uw3SNyqT6nYFyyt0LiDVkgu0xCzmBcFkE1PAgeqraI4iq WLUwJmKi3Rl4nLUoZjaA2JWi18PW6vZnjce2BohvVN5E4DtGs4jH40B0TOQLhvVSj+FV PVtw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date :arc-authentication-results; bh=1ZWc3vO7Q2m6YZrFcrRw1gSpGeybS/2eIm36ZUBQGZg=; b=n6bklLF5vWNtx3R0fXdbUfoOFgKV1LNp99CtC+Ft+QFpfmTOrAzpdhN+4e0w4n8kff VZ4OdU8uYDRfj45bvOd1NZ2azlooa2jYw0qyDgzoshkz3MuQAjDm6umh6uj0qAth9xgL n0hWd33jBZYB4lIoKNTwWEZZWwyUIkaw6ySRbrR33A6XhLCfLa2Sc9Cw7IzemDKRj7Hk sBhoIEqwNI6iMr4vuXU+JaFkHApPC0VmhDBaS5Juvi+Wf21JPj6hNsBqtZrfjjNFcFrX NEnj6XNc8ljRwjSEpcaRXMpKP4Ur8BT2762kpk33xe9BYOivVw5jzpq6iAU0Cux04scz tFCg== 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 p13si13521394pgn.796.2017.11.22.03.13.23; Wed, 22 Nov 2017 03:13:35 -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 S1752199AbdKVLMQ (ORCPT + 77 others); Wed, 22 Nov 2017 06:12:16 -0500 Received: from Galois.linutronix.de ([146.0.238.70]:38186 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751356AbdKVLMP (ORCPT ); Wed, 22 Nov 2017 06:12:15 -0500 Received: from hsi-kbw-5-158-153-52.hsi19.kabel-badenwuerttemberg.de ([5.158.153.52] helo=nanos) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1eHSvr-0001hL-HZ; Wed, 22 Nov 2017 12:11:07 +0100 Date: Wed, 22 Nov 2017 12:12:04 +0100 (CET) From: Thomas Gleixner To: Christoph Hellwig cc: Mauro Carvalho Chehab , LKML , Linus Torvalds , Andrew Morton , Jonathan Corbet , Kate Stewart , Philippe Ombredanne , Greg Kroah-Hartman , Russell King , Rob Herring , Jonas Oberg , Joe Perches , linux-xfs@vger.kernel.org, Charlemagne Lasse , Carmen Bianca Bakker Subject: Re: [patch V4 01/11] Documentation: Add license-rules.rst to describe how to properly identify file licenses In-Reply-To: <20171117183946.GA28533@lst.de> Message-ID: References: <20171116183306.103584007@linutronix.de> <20171116184358.398030394@linutronix.de> <20171117150639.0e706421@vento.lan> <20171117183946.GA28533@lst.de> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 17 Nov 2017, Christoph Hellwig wrote: > On Fri, Nov 17, 2017 at 07:11:41PM +0100, Thomas Gleixner wrote: > > Introcude a MODULE_LICENSE_SPDX macro which flags the module info storage > > as 'SPDXIFY' and let the postprocessor do: > > Shouldn;t this be a FILE_LICENSE_SPDX? I'd also much prefer that over > the nasty C99 comments to start with. And while I'm a bit behind on > email I still haven't managed to find a good rationale for those to > start with. > > So it would be good to figure this out before people start spamming > the lists with all kinds of mass conversions and checkpatch fixes > for licensing.. I tried solving this with a macro in the first place and ran into issues: - Does not work in headers, especially not in UAPI ones - Breaks in assembly, boot and other special source files. There was no easy solution to that and the result would have been to have macros in some files and not in others. So the fallback was to use a comment and Linus decided the '//' style. Thanks, tglx From 1584416145838757326@xxx Sat Nov 18 14:56:24 +0000 2017 X-GM-THRID: 1584269821406855532 X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread