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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 87058C43219 for ; Wed, 2 Nov 2022 06:57:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229752AbiKBG5g (ORCPT ); Wed, 2 Nov 2022 02:57:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51910 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230188AbiKBG5b (ORCPT ); Wed, 2 Nov 2022 02:57:31 -0400 Received: from smtp.smtpout.orange.fr (smtp-28.smtpout.orange.fr [80.12.242.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7130927166 for ; Tue, 1 Nov 2022 23:57:28 -0700 (PDT) Received: from [192.168.1.18] ([86.243.100.34]) by smtp.orange.fr with ESMTPA id q7ghoDgDmjJi0q7ghoGZUx; Wed, 02 Nov 2022 07:57:26 +0100 X-ME-Helo: [192.168.1.18] X-ME-Auth: Y2hyaXN0b3BoZS5qYWlsbGV0QHdhbmFkb28uZnI= X-ME-Date: Wed, 02 Nov 2022 07:57:26 +0100 X-ME-IP: 86.243.100.34 Message-ID: Date: Wed, 2 Nov 2022 07:57:23 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Subject: Re: [PATCH 06/30] nvme: Use kstrtobool() instead of strtobool() To: Christoph Hellwig Cc: Keith Busch , Jens Axboe , Sagi Grimberg , Chaitanya Kulkarni , linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-nvme@lists.infradead.org References: <2e8d7f2f3cb754982f5fe99f2e13cf72db9d6dba.1667336095.git.christophe.jaillet@wanadoo.fr> <20221102064747.GA8903@lst.de> Content-Language: fr, en-US From: Christophe JAILLET In-Reply-To: <20221102064747.GA8903@lst.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Le 02/11/2022 à 07:47, Christoph Hellwig a écrit : > What are th other 29 patches doing in this series? Due to the lack of > context individual patches from series have to through /dev/null here, > sorry. > Hi, in each patch, in order to give some context, I wrote: --- This patch is part of a serie that axes all usages of strtobool(). Each patch can be applied independently from the other ones. The last patch of the serie removes the definition of strtobool(). You may not be in copy of the cover letter. So, if needed, it is available at [1]. [1]: https://lore.kernel.org/all/cover.1667336095.git.christophe.jaillet@wanadoo.fr/ What is the best strategy for sending such patches? Should I send only individual patches? Should everybody be in copy of all patches? Or at least of the cover letter? Some patches have already been Acked or even applied. So I'll wait a bit so that things stabilize before resending what is remaining. CJ