Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp7223351imu; Tue, 22 Jan 2019 02:25:45 -0800 (PST) X-Google-Smtp-Source: ALg8bN6TzC3kxy9gY0RNKb7l7Qhud9n1XqpoucitMa4tBHaCNghdB7iBZoNRSaiknDJ+uiK0SBeV X-Received: by 2002:a17:902:e10a:: with SMTP id cc10mr34059475plb.165.1548152745201; Tue, 22 Jan 2019 02:25:45 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1548152745; cv=none; d=google.com; s=arc-20160816; b=aDQHdbVemLBnnX+HsFhFiRSA11bwYjWf1X0gZ3MjaHBpYbFGwh1XUA6jq8wcFsihwp 6FVzabpM+rV8JKIBlosOvu9hztzEt/7U6TVgoY2vYAUtOURLRn6wFX8NcNI2F4qjGQTM RQVGLGyYpZpGJ5E/RiiR9hxE2u7Ek/J5vt5tNNrGyKSo/N2FgiW+nlNoDtwYS/PBG+9I Oy7kKg4rRotJhPeseq2K+93g/t5S/pJe3ThtNGzmPDw8M0XZEE2aM/Q44DblCi/48zQC HLDi1DarnRsxWuCgixepyGhSwxieItWekzqovR6rO597HUKpelQgA2Xam8t3RuSUYjTT y3PA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=0Pz/b6jePTOh5LMBWX5yLwXB17ijr7PWUSUx8scIhoU=; b=WTQA5I8IeMHYdrNa8Vx3p02OaLxIwBhCR9/VzZ6DV9WV4Wu9vsNb4c5lrTNJ9Qgg+5 +f+R8Aiw/zUkHtkuFJqtHSRVtgR6CBrp8NTGo9kl6Q2cOJUXTCA3YkcUoruQO/y30kZP t5udtW/ilBHmsPt87Mja740dgc14Nq65O/2VEypXkkEPE1fiatzzsnhUnXftJxw98qX1 GKmbjdxobEDEX5U4uFbyVa8ucAOkcVk9c75hlHQvbt3XDYnIyIAk2h/us5pRcpmvg4Wv Ni4nRAYoAO4hAD1qTeCQh0b2eGz94aKjuJ3U+9uEyKnThnOfwEgkBxz6QCmjtv032bx5 Gh0w== 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 cb2si16047867plb.298.2019.01.22.02.25.30; Tue, 22 Jan 2019 02:25:45 -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 S1727877AbfAVKXs (ORCPT + 99 others); Tue, 22 Jan 2019 05:23:48 -0500 Received: from mail.kernel.org ([198.145.29.99]:59394 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727469AbfAVKXr (ORCPT ); Tue, 22 Jan 2019 05:23:47 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.ziggo.nl [83.86.89.107]) (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 AB6CD2084A; Tue, 22 Jan 2019 10:23:46 +0000 (UTC) Date: Tue, 22 Jan 2019 11:23:44 +0100 From: Greg KH To: Adam Borowski Cc: Jonathan Corbet , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] doc: process: GPL -> GPL-compatible Message-ID: <20190122102344.GA31836@kroah.com> References: <20190122093408.16756-1-kilobyte@angband.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190122093408.16756-1-kilobyte@angband.pl> User-Agent: Mutt/1.11.2 (2019-01-07) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 22, 2019 at 10:34:08AM +0100, Adam Borowski wrote: > Drivers under MIT, BSD-17-clause, or uncle-Bob's-newest-take-on-PD are > all fine, not just GPL. > > Signed-off-by: Adam Borowski > --- > Not reformatting to fill lines, it'll semi-conflict with another patch > that's been acked but not yet pushed. > > Documentation/process/stable-api-nonsense.rst | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/Documentation/process/stable-api-nonsense.rst b/Documentation/process/stable-api-nonsense.rst > index 24f5aeecee91..9b69fb08b65e 100644 > --- a/Documentation/process/stable-api-nonsense.rst > +++ b/Documentation/process/stable-api-nonsense.rst > @@ -170,7 +170,8 @@ nightmare, and trying to keep up with an ever changing kernel interface > is also a rough job. > > Simple, get your kernel driver into the main kernel tree (remember we > -are talking about GPL released drivers here, if your code doesn't fall > +are talking about drivers released under a GPL-compatible license here, > +if your code doesn't fall > under this category, good luck, you are on your own here, you leech > .) If your > driver is in the tree, and a kernel interface changes, it will be fixed Nice fix: Reviewed-by: Greg Kroah-Hartman