Received: by 2002:a25:7ec1:0:0:0:0:0 with SMTP id z184csp543544ybc; Fri, 22 Nov 2019 09:10:29 -0800 (PST) X-Google-Smtp-Source: APXvYqyxz1RClWCsp0zvBs4Ca39W+nK8Y9LQpmHgj0tBGevuPRn/OguybJPzVvVPM7jrQ6J9ZWJ3 X-Received: by 2002:a50:978f:: with SMTP id e15mr2351647edb.298.1574442629400; Fri, 22 Nov 2019 09:10:29 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1574442629; cv=none; d=google.com; s=arc-20160816; b=ihEGojKos/IahBBSpcdbTw+TAeT4qByQW47j4D+TAv8dpW/8O3DCQByUVTjSPc0F9T 3/kyp2R7EVEViKdVjcs1OqoqrQCOfHISVRX08BNb4tSXkWR/P6jeQtWdwUC8zCIrD2s5 wyhlfttF6iHsJHZB9xLzI2ombF4YMcmMG9ukq8a8hFT8bf+mPLOyLFYDuZraFxu3rdbK GbC9Lpx35bJOHoqecBL4Q9d9yRUTF2N0G7zb/Yb6Kr/UYpQLql+YdAnOmMq/5n+wSXZe owMFASIuUrrV746ADOgE/OWUVXwoG2RivBmRBX9VVzje+4vJiUCqjSvXjJkM/ARRLN2n fzoA== 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=9N8vpYIGhfBKg4ThxyPmeqz3IQPgw6UkP4GggG2I8ow=; b=StrMXbut6MaKp84W3WAQohfRx6E1zUpM4hIKUQGsmEpo9Z56QFC2RsOPZWNLsFvLaz dbKRYg2gCzSHju3yIjkDW09/fWLUyrHZqaEFsi6EdA4j6vUpvTAhvwN9fhFihR9bhqUv HVhYuY7Z26S9EsqRpsDXP8LRTfJMY0MFY3fjN60aqA1FCNO8jofcftS5/OSGohcFjzqa ZfPWHteWsJHMSG1OAN5cfJfOJ9AzT9apMvyHsYFbPMWa9dTBJANcXpIhF3tffVbVX2hP HW9bJffpqzw5jz6qcT36ggi5czkKSsuY8o5XEx0GkRNqVsumXPiiGW6i6cw9UoNX7lyL mTJQ== 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 r12si1227484ejx.217.2019.11.22.09.10.04; Fri, 22 Nov 2019 09:10:29 -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 S1726907AbfKVRIq (ORCPT + 99 others); Fri, 22 Nov 2019 12:08:46 -0500 Received: from ms.lwn.net ([45.79.88.28]:41366 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726046AbfKVRIp (ORCPT ); Fri, 22 Nov 2019 12:08:45 -0500 Received: from lwn.net (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 4410B6D9; Fri, 22 Nov 2019 17:08:45 +0000 (UTC) Date: Fri, 22 Nov 2019 10:08:44 -0700 From: Jonathan Corbet To: Pascal Terjan Cc: Federico Vaga , Harry Wei , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Delete obsolete magic constants from documentation Message-ID: <20191122100844.2e9b22c6@lwn.net> In-Reply-To: <20191121191536.186051-1-pterjan@google.com> References: <20191121191536.186051-1-pterjan@google.com> Organization: LWN.net 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 Thu, 21 Nov 2019 19:15:36 +0000 Pascal Terjan wrote: > Those no longer appear in the code. > I have some more patches to cleanup some of them from the code but this > is an easy first step. > > Signed-off-by: Pascal Terjan > --- > Documentation/process/magic-number.rst | 44 ------------------- > .../it_IT/process/magic-number.rst | 44 ------------------- > .../zh_CN/process/magic-number.rst | 44 ------------------- > 3 files changed, 132 deletions(-) So I absolutely love this patch; we really need to clean this kind of cruft out of the docs. Unfortunately, it doesn't apply to docs-next; did you prepare it against linux-next, perhaps? Is there any chance I could get a version against docs-next? If you're up for further work on this file, it would be nice to get rid of the 2.x "changelog" text at the beginning; I don't think that has any real value now. Thanks, jon