Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp1007382imu; Thu, 20 Dec 2018 08:38:48 -0800 (PST) X-Google-Smtp-Source: AFSGD/VLTRQ3vbxX1gXAiIrfubvaHy7Z7Uw+Omshn0thQEE8h2wHaJpFhAxwAsaSLbzWkw6IYCeL X-Received: by 2002:a62:2082:: with SMTP id m2mr24399572pfj.163.1545323928543; Thu, 20 Dec 2018 08:38:48 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1545323928; cv=none; d=google.com; s=arc-20160816; b=wtU2a9lu44IxDQlx1tOPYmy9NZinQ9zSgTcXFJTxHggU+cOydKr/BJKuQJw8nDxVN9 4kFbuiqbGIPvOg5cgRhcdfXJbFLBC0mRntoQZ/3Giw5h1tBN6hHOwIhkpizMU7ur8etz Oz/7Rx20UB7Lb5z+b56svZtBe4UQZfNssXyq4sL75/TwjlTrcNUp3ZImaye64T4H3jba cSwoHMecvy+lvkLjpJ4fgA3eLx1+Viy4a2m5xWtmbwinpwB++AymK2/+6sZzTsLqAY1V UbzLelw6bBJhgt9zSuRbnr41LLXoyZVcNge79Ni7QYERp+aZDpTsQbs6bYZ4EEeSwpZr viAg== 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=MrPKqcMn9HCA84kJ5/v8MOliMSfuVaRqvBPqfaXi6/U=; b=D6G75tTKA4EZHBlGjHz60fKv7tShG3rzgjNC3P8keWuM9QmGMUD+v7MxYSGZMnwK4l 1v1diqa7dnwXrNHn7CK0lb1Bcat1Vb+M7JXMhaBegX3Dzgg6LkkLWGYK26GovyoRMvvR imJeO5RYFT6Rhm3KoKYeNzK3exNie3ayzq4ny6DK9CqTmUFLjm9pM3CqwO7p+9OHa7d0 tDD1rVCaHaKEmQ47ZtRvVzkaIA3z+rVCNQk+4ryB7AuwjGSbGQcuTiVM3vjPet0CLmml Lrgtknq7lOF+ovAkc9px8kd/dkafjMwVA/LKiNjfAFPMJE3HvL6lS1AFN/hDh3mY1cfH 8fjA== 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 b26si19034981pgl.539.2018.12.20.08.38.33; Thu, 20 Dec 2018 08:38:48 -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 S1731469AbeLTP2V (ORCPT + 99 others); Thu, 20 Dec 2018 10:28:21 -0500 Received: from ms.lwn.net ([45.79.88.28]:53446 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728425AbeLTP2U (ORCPT ); Thu, 20 Dec 2018 10:28:20 -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 2C6D3182; Thu, 20 Dec 2018 15:28:20 +0000 (UTC) Date: Thu, 20 Dec 2018 08:28:19 -0700 From: Jonathan Corbet To: Thorsten Leemhuis Cc: Randy Dunlap , linux-doc@vger.kernel.org, Linux Kernel Mailing List Subject: Re: [PATCH 0/1] RFC: Revamp admin-guide/tainted-kernels.rst to make it more comprehensible Message-ID: <20181220082819.69fc3e5c@lwn.net> In-Reply-To: <96fc8865-c54f-5c6c-f6c8-d7a5a12735e6@leemhuis.info> References: <20181217152043.9989-1-linux@leemhuis.info> <20181217112437.5fe868eb@lwn.net> <8f67a8ca-bf64-c537-843a-b03bcfc3dace@infradead.org> <96fc8865-c54f-5c6c-f6c8-d7a5a12735e6@leemhuis.info> 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, 20 Dec 2018 16:23:38 +0100 Thorsten Leemhuis wrote: > While at it: Jonathan, you mentioned putting the script in scripts/, but > according to the Makefile in that directory it is "for various helper > programs used throughout the kernel for the build process". That's one > reason why it feels wrong to put it there. Another one: that script > targets users and thus we should try to make sure they can access it > easily. That's why I'm currently inclined to put it in tools/ somewhere. Yeah, tools/ is a better place. Maybe a tools/debugging directory or some such? jon