Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp5931343imu; Sun, 20 Jan 2019 23:42:56 -0800 (PST) X-Google-Smtp-Source: ALg8bN7saJAbKbK/rcNoW6PJis2EjSDonJXHIdydXotLVMi04ncFLAzIbweYqw83ToLaIXiQG3/4 X-Received: by 2002:a17:902:f81:: with SMTP id 1mr28226661plz.174.1548056576855; Sun, 20 Jan 2019 23:42:56 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1548056576; cv=none; d=google.com; s=arc-20160816; b=rFW9wFbF49q3MUenkB8L33t/EO3sKwdSWstxgEtllKb/PIiG82Jtp+BwHrbediRRFg unsfPDHsCVKRm1YA5x7Yp693c+uHfMiZoXxKgT1PuioNMzSZ7Tivr/GyrSgbo8aoTxy9 zkOgcwdTXTcJl+BDYOh+33n6BASHAt0tlK4g2bwnMS2qzDGQK8Cpt0VkDkl4E83jKPsE hxSjHVli1qc2ulBnC6dNSXSmpOaoJoyzAJ+Vowh4hR8WFCuFhvlTzYrI5c7HZ5nFwkdb WbDpIwJ3Abzz0ilv74HFhlPH7KucrpP0FmUiwYj4CRc5FTYIBgRWbiadM7NoM97J7CLl KB2g== 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; bh=HNlIprLjsIRuhq4IwBy8JSY2devs1bB8kusT6P+TnCg=; b=X8RsN/gssxxF0TRFZSlMaEWmIBfhbn12q8EzT7XNO/0Y32w6APrQAyTEEwDXlrSkMp zG/tBN+TjqhBUB+bmh2rScnq257k6FGTBQcFk5Sz7sk1vFcC8uuQTvIV80ZjsPlKv1w6 ttK9ZM3Pp5PV23ZewoaXn/uaWzW3m/IqG3jCnsKuV4Chx4mO1/8mJvmSekF+AlnFJ9DK rWvmgt0D79p6fNnR/O7vfvuGXro7TPwDcX5P2Wi2rkiiEezs2qzs7/BO//E3BAh887lE 5HGy2v/+Ac5BS/k+59I1I/X2b+t5YFuYO4cnM0Eaxy7oTuW4f30wS3R58HiQRIS3iSeS Z/eg== 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 z12si11788483plk.90.2019.01.20.23.42.41; Sun, 20 Jan 2019 23:42:56 -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 S1728970AbfAUHjz (ORCPT + 99 others); Mon, 21 Jan 2019 02:39:55 -0500 Received: from ms.lwn.net ([45.79.88.28]:32976 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728460AbfAUHjy (ORCPT ); Mon, 21 Jan 2019 02:39:54 -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 66D242D0; Mon, 21 Jan 2019 01:43:43 +0000 (UTC) Date: Sun, 20 Jan 2019 18:43:38 -0700 From: Jonathan Corbet To: Federico Vaga Cc: Greg KH , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] doc:process: remove note from 'stable api nonsense' Message-ID: <20190120184338.01cd4ef9@lwn.net> In-Reply-To: <20190118215804.3340-1-federico.vaga@vaga.pv.it> References: <20190118215804.3340-1-federico.vaga@vaga.pv.it> Organization: LWN.net X-Mailer: Claws Mail 3.17.3 (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, 18 Jan 2019 22:58:04 +0100 Federico Vaga wrote: > The link referred by the note can't be retrieved: this patch just > remove that old note. > > Signed-off-by: Federico Vaga > --- > Documentation/process/stable-api-nonsense.rst | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/Documentation/process/stable-api-nonsense.rst b/Documentation/process/stable-api-nonsense.rst > index 24f5aeecee91..57d95a49c096 100644 > --- a/Documentation/process/stable-api-nonsense.rst > +++ b/Documentation/process/stable-api-nonsense.rst > @@ -171,8 +171,7 @@ 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 > -under this category, good luck, you are on your own here, you leech > -.) If your > +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 > up by the person who did the kernel change in the first place. This > ensures that your driver is always buildable, and works over time, with I've applied this. I do wonder if the "you leech" should maybe come out too, though. I don't think that parasitic worms are a protected class under the CoC, but they might still suffer emotionally from being compared to the purveyors of proprietary modules... jon