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 C2DF6C3DA78 for ; Sat, 14 Jan 2023 13:32:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229958AbjANNc4 (ORCPT ); Sat, 14 Jan 2023 08:32:56 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47902 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229932AbjANNcs (ORCPT ); Sat, 14 Jan 2023 08:32:48 -0500 Received: from smtp.smtpout.orange.fr (smtp-22.smtpout.orange.fr [80.12.242.22]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4084395 for ; Sat, 14 Jan 2023 05:32:45 -0800 (PST) Received: from [192.168.1.18] ([86.243.2.178]) by smtp.orange.fr with ESMTPA id GgeIpQmdRVDZbGgeJpIxxi; Sat, 14 Jan 2023 14:32:43 +0100 X-ME-Helo: [192.168.1.18] X-ME-Auth: Y2hyaXN0b3BoZS5qYWlsbGV0QHdhbmFkb28uZnI= X-ME-Date: Sat, 14 Jan 2023 14:32:43 +0100 X-ME-IP: 86.243.2.178 Message-ID: <7677faba-bd82-d49a-ad06-c42179b456cc@wanadoo.fr> Date: Sat, 14 Jan 2023 14:32:42 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: [PATCH 18/30] module: Use kstrtobool() instead of strtobool() Content-Language: fr To: Luis Chamberlain , atomlin@redhat.com Cc: linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-modules@vger.kernel.org References: From: Christophe JAILLET In-Reply-To: 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 à 19:41, Luis Chamberlain a écrit : > On Tue, Nov 01, 2022 at 10:14:06PM +0100, Christophe JAILLET wrote: >> strtobool() is the same as kstrtobool(). >> However, the latter is more used within the kernel. >> >> In order to remove strtobool() and slightly simplify kstrtox.h, switch to >> the other function name. >> >> While at it, include the corresponding header file () >> >> Signed-off-by: Christophe JAILLET > > Reviewed-by: Luis Chamberlain > > Luis > Hi, This has been R-b 2 months ago by 2 persons, and I've just resent patches in this serie that have neither been merged in -next, nor A-b or R-b. So for this one, it is just a polite reminder. 😄 Do you have visibility on when it should be merged? CJ