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 5E996C25B50 for ; Mon, 23 Jan 2023 20:26:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232304AbjAWUZ7 (ORCPT ); Mon, 23 Jan 2023 15:25:59 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56664 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232213AbjAWUZz (ORCPT ); Mon, 23 Jan 2023 15:25:55 -0500 Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 38CFF212E; Mon, 23 Jan 2023 12:25:53 -0800 (PST) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1674505551; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=qA/YV51x0NzBgSINPoR//MrOdoxZaOLSq8U1gyTnrk4=; b=qWEhA45TXBuxhF+vl52y/3zWz2cXV0daunb7EabtOQLzm/+kO+uQ0jESmd/SEjh/Ii4Qk9 MPmSWGPb8HuPmdypo59cKjmFeLA4/Ga4oKmEgz8V/nX4YThMMdHFf8KTIeCg8qBzIHc2Oj nEh2g9uT4hX0yUZwC/a/90FiWxJHVoY= From: Oliver Upton To: Marc Zyngier , James Morse , Christophe JAILLET , Suzuki K Poulose , Zenghui Yu , Catalin Marinas , Will Deacon Cc: Oliver Upton , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kvmarm@lists.linux.dev, kernel-janitors@vger.kernel.org, kvmarm@lists.cs.columbia.edu Subject: Re: [PATCH v2] KVM: arm64: vgic-v3: Use kstrtobool() instead of strtobool() Date: Mon, 23 Jan 2023 20:25:37 +0000 Message-Id: <167450419464.2571033.6082403533536145707.b4-ty@linux.dev> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 14 Jan 2023 14:26:15 +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 () > > [...] Applied to kvmarm/next, thanks! [1/1] KVM: arm64: vgic-v3: Use kstrtobool() instead of strtobool() https://git.kernel.org/kvmarm/kvmarm/c/016cbbd2ba55 -- Best, Oliver