Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2761623imu; Mon, 17 Dec 2018 07:24:39 -0800 (PST) X-Google-Smtp-Source: AFSGD/WUFniHFeedZQ9Wxyz0a6m7wM7D+gBfyHxjKnLbw64TSPb8Pl7wPepdnNn7InU4Hb2PwWRV X-Received: by 2002:a17:902:108a:: with SMTP id c10mr4172458pla.131.1545060279463; Mon, 17 Dec 2018 07:24:39 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1545060279; cv=none; d=google.com; s=arc-20160816; b=OVTf1uhPkGjoIxl+MPXfxdPGu6ZUfeE0Tf0HelZlRqS+Zv4bgMCesAFw9e1d5u4oJq KZOwbYTiD9SJC6enmU0f74Xzz2bpyrSTEM4AmJJeiqiV0mvEveNBmT3P/vIKumRaz/Ln S4Bpd4U2PThMcCHTY+uGvUmR83e+fwZlNpzxefui2wfPwlTZgALFA28ZhhOfN0ThNoje NHEO5AL33KfQpRXPXPBmEiWQEP4hoF3wJARIWtWxjZuVNbsIFXpzKXr8qVvDzsa06J5r GPyUyKUkNgr38N7il9n7W+D5A97wtlMG/uYkMevD5JgUHc60eTjwhVRFrfNS6wMvlpxn 3AsA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=j/T3DzOi5T3BCEc87IsBQTj9sVNnlwxAPikrtKhJ4Xg=; b=oMX1xFgs5eIZq+GknAMRyQUI6oZKVFAshrgq67JfQqqf0rGRDO5CQWiTWhJgAepWlM uWPqz+T6Jv/QsfHXtlnF3oagdqjT+MeDgETCTaWTLNaKdZrnIc4fNJKc8vAi76w7CAP7 HyImd8fmNkxm4PkdLznlIwwVmg2y3+oHlKa58cKSk/RFsZTnAqbj7DqEcPkocDvfRbTj h6dHdnFsQ6NBhgSi3ODmz7xTIur9da7mKk3lrz0GwlToDsUeqp9TTFE638h4BfVWOUiy ZOkUyFJbGwJOupdbB5N9604e6N7CaT4UuUefz3UTCD4dfHHumDBJ9QqPKUSaCkxZeurd muyw== 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 3si11468523plo.102.2018.12.17.07.24.23; Mon, 17 Dec 2018 07:24:39 -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 S1732723AbeLQPUq (ORCPT + 99 others); Mon, 17 Dec 2018 10:20:46 -0500 Received: from wp227.webpack.hosteurope.de ([80.237.132.234]:46910 "EHLO wp227.webpack.hosteurope.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726657AbeLQPUq (ORCPT ); Mon, 17 Dec 2018 10:20:46 -0500 Received: from ip4d142c80.dynamic.kabel-deutschland.de ([77.20.44.128] helo=truhe.fritz.box); authenticated by wp227.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1gYuhH-0007y3-BG; Mon, 17 Dec 2018 16:20:43 +0100 From: Thorsten Leemhuis To: Jonathan Corbet , linux-doc@vger.kernel.org Cc: Linux Kernel Mailing List Subject: [PATCH 0/1] RFC: Revamp admin-guide/tainted-kernels.rst to make it more comprehensible Date: Mon, 17 Dec 2018 16:20:42 +0100 Message-Id: <20181217152043.9989-1-linux@leemhuis.info> X-Mailer: git-send-email 2.18.1 X-bounce-key: webpack.hosteurope.de;linux@leemhuis.info;1545060045;69a046e8; X-HE-SMSGID: 1gYuhH-0007y3-BG Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi! Find my first contribution to the kernel documentation in the reply to this mail. Hopefully a lot more will follow. This patch got triggered while working on an update for reporting-bugs.rst, as improving the documentation around reporting bugs and regressions was one of the main things that a lot of people wanted to see while regression tracking was discussed in the kernel and maintainer summit 2017 in Prague. I'm used to writing, but not in English. Hope the result is not too bad. Needs someone to do a spell check, too, as I'm bad at finding spelling or grammatical errors in general; it's even worse when I try to proofread my own texts. :-/ Sorry for using the simple table format for the table. I only noticed the list table format is preferred after creating the table. Shall I convert it for the next submission? Sounds like a downside to me, as for a table this small the simple table format seems way easier to parse when reading the plain text file. Any feedback much appreciated. Ciao, Thorsten Thorsten Leemhuis (1): docs: Revamp tainted-kernels.rst to make it more comprehensible Documentation/admin-guide/tainted-kernels.rst | 105 ++++++++++++++++-- 1 file changed, 96 insertions(+), 9 deletions(-) -- 2.18.1