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=-5.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS 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 253D7C10F27 for ; Tue, 10 Mar 2020 17:43:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id ED1DE20727 for ; Tue, 10 Mar 2020 17:43:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726283AbgCJRnb (ORCPT ); Tue, 10 Mar 2020 13:43:31 -0400 Received: from ms.lwn.net ([45.79.88.28]:44314 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726269AbgCJRnb (ORCPT ); Tue, 10 Mar 2020 13:43:31 -0400 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 996C8823; Tue, 10 Mar 2020 17:43:29 +0000 (UTC) Date: Tue, 10 Mar 2020 11:43:28 -0600 From: Jonathan Corbet To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , linux-kernel@vger.kernel.org, Alim Akhtar , Matthew Wilcox , Adaptec OEM Raid Solutions , Kai =?UTF-8?B?TcOka2lzYXJh?= , linux-scsi@vger.kernel.org, "James E.J. Bottomley" , YOKOTA Hiroshi , megaraidlinux.pdl@broadcom.com, Sumit Saxena , esc.storagedev@microsemi.com, Doug Gilbert , "Martin K. Petersen" , HighPoint Linux Team , Michael Schmitz , Hannes Reinecke , dc395x@twibble.org, Oliver Neukum , Shivasharan S , "Juergen E. Fischer" , Khalid Aziz , Kashyap Desai , Jamie Lenehan , Ali Akcaagac , Don Brace , "James E.J. Bottomley" , Finn Thain , Avri Altman , GOTO Masanori Subject: Re: [PATCH 00/42] Manually convert SCSI documentation to ReST format Message-ID: <20200310114328.6354cffb@lwn.net> In-Reply-To: References: Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Mon, 2 Mar 2020 09:15:33 +0100 Mauro Carvalho Chehab wrote: > This patch series manually convert all SCSI documentation files to ReST. > > This is part of a bigger series that finaly finishes the migration to ReST. > After that, we can focus on more interesting tasks from the documentation > PoV, like cleaning obsolete stuff and filling the gaps. > > If you want to see how this would show at the documentation body, > a sneak peak of this series (together with the other pending > doc patches from me) is available at: > > https://www.infradead.org/~mchehab/kernel_docs/scsi/index.html > > This series is available on this devel branch: > > https://git.linuxtv.org/mchehab/experimental.git/log/?h=scsi_docs_20200228 > > and it is based on next-20200228 Any thoughts from the SCSI maintainers on this series? Assuming you're favorable, would you like to carry it or should I? Thanks, jon