Re: [PATCH v2] KVM: arm64: vgic-v3: Use kstrtobool() instead of strtobool()

From: Oliver Upton
Date: Mon Jan 23 2023 - 15:26:01 EST


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 (<linux/kstrtox.h>)
>
> [...]

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