From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 00C2DC433E6 for ; Thu, 25 Feb 2021 21:17:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B6F9D64EBA for ; Thu, 25 Feb 2021 21:17:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231822AbhBYVRB (ORCPT ); Thu, 25 Feb 2021 16:17:01 -0500 Received: from ms.lwn.net ([45.79.88.28]:37892 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229566AbhBYVQz (ORCPT ); Thu, 25 Feb 2021 16:16:55 -0500 Received: from localhost (unknown [IPv6:2601:281:8300:104d::5f6]) (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 45E198B2; Thu, 25 Feb 2021 21:16:13 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 45E198B2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1614287773; bh=HXpU5t4ZCsLP8BkNSkXT52ij4c0xZVCAGleignyH9bg=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=ABQS9PRvrjPCv+E6gZQLBMdV5A2FJVPv3sJNXZa96r/K8dhE4XCb+R0woxkawPqMn ziNBF7D6cDFnYnFqptQuIv7vQq/TnfkIaCkDqKpUCMOzAEqs/GWP85oevPvJagIFHl dT8SyzvvMyaey2bRPLIP5HHCcEoPCZzRdbPj4Q8ZTep2anqHTO7FItElfSQXXFPrqO /6pdiZNKelme2tLDcF38+AAoXMm09JRgGjD2gg59xkiPTeTV5dQ10HWashMAvMKyDj HmGafbew6zeDLFWTWpK3xCMCCoEHfR9uDCULBlOAqjQdZOk53OaagBv61WaKQvuqQE bJVkswBCvH1Vg== From: Jonathan Corbet To: Dwaipayan Ray , Joe Perches Cc: Mauro Carvalho Chehab , Lukas Bulwahn , linux-kernel-mentees@lists.linuxfoundation.org, linux-kernel Subject: Re: [PATCH v7 0/2] checkpatch: add verbose mode In-Reply-To: References: <20210222075205.19834-1-dwaipayanray1@gmail.com> Date: Thu, 25 Feb 2021 14:16:12 -0700 Message-ID: <87mtvrc0gz.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dwaipayan Ray writes: > On Thu, Feb 25, 2021 at 11:03 PM Joe Perches wrote: >> I don't have any real objection to this patch set, but as this >> might be added to the Documentation tree and in .rst format, >> perhaps Jonathan Corbet and/or Mauro Carvalho Chehab might have >> some opinion. >> >> Also I do not want to be a maintainer of this .rst file and >> likely neither Jon nor Mauro would either. Perhaps you? >> > > I could take it up if everybody is okay with it! > >> Ideally, the patch order would be reversed so the .rst file >> is added first, then checkpatch updated to use it. >> > > Sure, if Jonathan or Mauro has no objections to it, I will be happy > to resend it so that it can be picked up properly. So I haven't been copied on this for a while. Looking in the archives, I see that you have a manual table of contents at the top of the document; you could take that out and let Sphinx generate it (and keep it current!) for you. Either way, though, if you want to merge this via some other path, it's OK by me: Acked-by: Jonathan Corbet Thanks, jon