Received: by 10.223.185.116 with SMTP id b49csp2295510wrg; Mon, 12 Feb 2018 07:29:57 -0800 (PST) X-Google-Smtp-Source: AH8x226IUfSJpZU4SETQwzB9977+WzKjRNlTeO57TOJx4qvpCbEhm2/GlCbPdEboSVIm4D0N6SZb X-Received: by 10.101.100.214 with SMTP id t22mr2269271pgv.333.1518449397414; Mon, 12 Feb 2018 07:29:57 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518449397; cv=none; d=google.com; s=arc-20160816; b=Jr/STli2tKK+CWYwZlFAlXbTQ8J4HL/6o5RewYft7tEwPcOko2Neigs+ffmTkVw2V5 dhYjdEdGHPyoZ58kGiWg2ujFiFiJKMeK0HBhdoCR00yuxDvQXKPHbkJNLfzF28BLD/SP 967eDCYx0PeYQgw4gt0lgexz9dRlZ8XP/lRjmDtdKegyN8431Kt5i0lJY+cUrCRetd08 nPIGjw+GDflOBrbqB/j3mryDl8q42soHtHxmL1r2fAskMLSBOp3nLCXXFD+xY1U0QE8m ANfOM4cWlk0GFdIGlQLllBfWAwkIhgsfaUGkBa46nADyIG6Fgm2Dkt0/gjjqmjfj1S9j YOdg== 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:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date:arc-authentication-results; bh=DeiZmT+GfIS1SCQhAECgh4E8AnDnKm8H+k/9DpMX+/g=; b=FtDOkDXu/dr1HEHqthRU7GXcNFLHMFJ2wpmmKQGVrT7tvUApEX6wRquDvUHHoD/PZ1 6xuxYyiGXzSY/enQPfNYs+x5jtA3K7DO6iGVPeVj5Ws9z8RmcMrTZcOCU2Obtzl/C4Yt 0UNGtrNsJI0oLLDF7OzMI4w9LFOG8Z0yJ7dhOIhngUoIwotnRtDWQh8TSvc2qFaKKkso 9z3ydiZ8dhdzWpxFX2+7CEg04/tuhzZfiYjeQbydVcLGqI43ANkg/YznVrXeqevzmuWs yk5xm2+ICH4T98TNiAhfbrAATvLPHtxh7AGHdh3yE3xU4+X7qqmmcIEoOF9PFtjQTshZ FKaQ== 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 u29si5256092pgn.770.2018.02.12.07.29.43; Mon, 12 Feb 2018 07:29:57 -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 S1753452AbeBLP3A (ORCPT + 99 others); Mon, 12 Feb 2018 10:29:00 -0500 Received: from ms.lwn.net ([45.79.88.28]:43770 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752962AbeBLP2x (ORCPT ); Mon, 12 Feb 2018 10:28:53 -0500 Received: from localhost.localdomain (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 63F462DC; Mon, 12 Feb 2018 15:28:51 +0000 (UTC) Date: Mon, 12 Feb 2018 08:28:49 -0700 From: Jonathan Corbet To: Matthew Wilcox Cc: Igor Stoppa , jglisse@redhat.com, keescook@chromium.org, mhocko@kernel.org, labbott@redhat.com, hch@infradead.org, cl@linux.com, linux-security-module@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, kernel-hardening@lists.openwall.com Subject: Re: [PATCH 5/6] Documentation for Pmalloc Message-ID: <20180212082849.1377f7e6@lwn.net> In-Reply-To: <20180210033714.GA12711@bombadil.infradead.org> References: <20180130151446.24698-1-igor.stoppa@huawei.com> <20180130151446.24698-6-igor.stoppa@huawei.com> <20180130100852.2213b94d@lwn.net> <56eb3e0d-d74d-737a-9f85-fead2c40c17c@huawei.com> <20180210033714.GA12711@bombadil.infradead.org> Organization: LWN.net X-Mailer: Claws Mail 3.15.1-dirty (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 9 Feb 2018 19:37:14 -0800 Matthew Wilcox wrote: > I've done this as the first line of my new documentation files: > > .. SPDX-License-Identifier: CC-BY-SA-4.0 > > I think this is the CC license that's closest in spirit to the GPL without > the unintended consequences of the GPL when used on documentation. The > GFDL seems to be out of favour these days. I think that's a great license. I still fear that it is not suitable for kernel documentation, though, especially when we produce documents that include significant text from the (GPL-licensed) kernel source. The result is almost certainly not distributable, and I don't think that's a good thing. The GPL is not perfect for documentation, but I don't think that we have a better alternative for in-kernel docs. jon