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 184F6C46467 for ; Sat, 26 Nov 2022 12:47:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229600AbiKZMrP (ORCPT ); Sat, 26 Nov 2022 07:47:15 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39994 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229450AbiKZMrN (ORCPT ); Sat, 26 Nov 2022 07:47:13 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 73C8A1E709; Sat, 26 Nov 2022 04:47:12 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id EFBF9B80938; Sat, 26 Nov 2022 12:47:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 808FDC433C1; Sat, 26 Nov 2022 12:47:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1669466829; bh=aUnwiZ0T+qkgKvPuYy5lFJKnKKsQUpGXGZBorwl31mw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=b8ybiJlldDbKV7g6AiBhdysECUXbKFoXN+gntG2T9HyJOgAwS4Xexm7tUDGaZp6Jl Y0dFgcnhYiKBmCeYgjH84kL7laxTaMwDFB2a+iXxrtf39pS7G+/OwGyB6kJfta0gBz VqC90sfnekDzoqrvncY0Fl8Gpl/a/PkTV7Y2wQdwuE+K/p2uCtJBuvGSoGVlk2N63u Q+rW5gFXaeVSPfRXZtasSB3i7eIshx92gWpbUosaFj6q2hg9xlGGVNfx+GHsSZsu/d PV8oA5DP73mv2pTtGC2JSmtGDbjGEbuag0pti9Q3c7GKuRvSRmOZdvkPBGAVQw7aoV M2hk9wWLWo4Ng== Received: from sofa.misterjones.org ([185.219.108.64] helo=wait-a-minute.misterjones.org) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1oyuaJ-008iJ9-K7; Sat, 26 Nov 2022 12:47:07 +0000 Date: Sat, 26 Nov 2022 12:46:59 +0000 Message-ID: <87wn7hublo.wl-maz@kernel.org> From: Marc Zyngier To: Christophe JAILLET Cc: Thomas Gleixner , linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: Re: [PATCH 03/30] irqchip: Use kstrtobool() instead of strtobool() In-Reply-To: <755c4083122071bb27aa8ed5d98156a07bb63a39.1667336095.git.christophe.jaillet@wanadoo.fr> References: <755c4083122071bb27aa8ed5d98156a07bb63a39.1667336095.git.christophe.jaillet@wanadoo.fr> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/27.1 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-SA-Exim-Connect-IP: 185.219.108.64 X-SA-Exim-Rcpt-To: christophe.jaillet@wanadoo.fr, tglx@linutronix.de, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 01 Nov 2022 21:13:51 +0000, 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 > --- > 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]. > > > This patch has NOT been compile tested. Thanks for having the honesty to state that this hasn't been even compile tested. However, and for fairly obvious reason, I will not take such patches. Thanks, M. -- Without deviation from the norm, progress is not possible.