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 3C98BCD13D1 for ; Mon, 18 Sep 2023 06:57:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239952AbjIRG4p (ORCPT ); Mon, 18 Sep 2023 02:56:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37922 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239933AbjIRG4X (ORCPT ); Mon, 18 Sep 2023 02:56:23 -0400 Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.65]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3F809E7; Sun, 17 Sep 2023 23:56:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1695020178; x=1726556178; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=XrSfw2W0O+t/0lvXd45ewRtfb5Pv7XZcrDJN+rZoBSI=; b=gNabwxF8llHsdhIe8maUWf/t/4QlZtH0T6AVWzf8Ggs5A8mJ6Td8qXos WZMAR6CEWARYShn24DRsS9+REM5fCcyVKZWSSLrXgppDxS4jpaRAa2VP7 TXsbS/HdQjtEciMHSR0SFnxbzwz1/1k9KtIupg48kxoU1GZQ+ChWZC6EJ 7OPWnUJAe/s8oSeJykZkGDqKGpTmAW4zj7goxaXl7zQsATi0oVyKfIk1g ugx4dbWQWanywbMYOric2eUZ0Cy4SZ+F+hnbg0spqpK78Pxr3wNul9Wtj 51m3exxNTO6/ADFXRZGcM1XGlNYE22WciATmptNp3ek9f1ORJYOIMviT1 w==; X-IronPort-AV: E=McAfee;i="6600,9927,10836"; a="383402053" X-IronPort-AV: E=Sophos;i="6.02,156,1688454000"; d="scan'208";a="383402053" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Sep 2023 23:56:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10836"; a="919354263" X-IronPort-AV: E=Sophos;i="6.02,156,1688454000"; d="scan'208";a="919354263" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga005.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Sep 2023 23:56:16 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.97-RC0) (envelope-from ) id 1qi8B3-0000000DXFJ-33wO; Mon, 18 Sep 2023 09:56:13 +0300 Date: Mon, 18 Sep 2023 09:56:13 +0300 From: Andy Shevchenko To: Christophe JAILLET Cc: akpm@linux-foundation.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: Re: [PATCH resend] kstrtox: Remove strtobool() Message-ID: References: <87e3cc2547df174cd5af1fadbf866be4ef9e8e45.1694878151.git.christophe.jaillet@wanadoo.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87e3cc2547df174cd5af1fadbf866be4ef9e8e45.1694878151.git.christophe.jaillet@wanadoo.fr> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Sep 16, 2023 at 05:50:11PM +0200, Christophe JAILLET wrote: > The conversion from strtobool() to kstrtobool() is completed. > So strtobool() can now be removed. Thank you for this cleaning up and previous work you have done to make this occur! Reviewed-by: Andy Shevchenko -- With Best Regards, Andy Shevchenko