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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id DC15DC46467 for ; Mon, 16 Jan 2023 18:41:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=/0Zt4YV6EPNwMreqTa71Fb6CH+nuPt1G0JHtMdY3HH4=; b=WtN4L8tL9NE/yy NkAeXKv6cm6Emz8W+0j5SIdIKJnE88cUCLuQ9r3qhgRH9RCbjs7TMOLnmGbAFtu5f5IxWT0SH1eeH aNiB3auwcVc95KJHCM9VoqPGaX9ry5pqg8FfRCxdNkHJ1qLscGzlH771M7e/5eaPg5zcCiTF79EVb GjeZfh0sGNoNtwiEgOKNJEKY61xGF6AdftpIYv8b2YatNpGu072Wn+zifJ8o4reBCam0Z89eH18g6 KUwM91USiCatIvPpyC6d4JJvJA7EzsWEsCCh0E6oMHiTdBMAJu2Vkk2l8miBK4VJPtud3FIgQQkPP D2hOprNM6ztwrXfXussw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pHUPl-00BkDQ-9T; Mon, 16 Jan 2023 18:41:01 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pHUPh-00BkCl-5e for linux-arm-kernel@lists.infradead.org; Mon, 16 Jan 2023 18:40:58 +0000 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 87C3AB8106C; Mon, 16 Jan 2023 18:40:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 437E8C433EF; Mon, 16 Jan 2023 18:40:51 +0000 (UTC) Date: Mon, 16 Jan 2023 18:40:48 +0000 From: Catalin Marinas To: Christophe JAILLET Cc: Will Deacon , linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 24/30] arm64: cpufeature: Use kstrtobool() instead of strtobool() Message-ID: References: <5a1b329cda34aec67615c0d2fd326eb0d6634bf7.1667336095.git.christophe.jaillet@wanadoo.fr> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230116_104057_371087_27DD01BE X-CRM114-Status: GOOD ( 20.21 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sat, Jan 14, 2023 at 02:29:46PM +0100, Christophe JAILLET wrote: > Le 02/11/2022 =E0 14:46, Catalin Marinas a =E9crit=A0: > > On Tue, Nov 01, 2022 at 10:14:12PM +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, switc= h to > > > the other function name. > > > = > > > While at it, include the corresponding header file () > > > = > > > Signed-off-by: Christophe JAILLET > > = > > Acked-by: Catalin Marinas > = > This has been A-b 2 months ago, 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? When large tree-wide series turn up on the list, there's always a confusion on how they'd get merged. I guess you are expecting such patches to go in via individual maintainer trees. It wasn't obvious from to me (I can now see there was some text in the patch description). I'll add it to my list for 6.3. -- = Catalin _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel