On Sat, 14 Jan 2023 10:39:11 +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 kvm-x86 mmu, thanks! [1/1] KVM: x86/mmu: Use kstrtobool() instead of strtobool() https://github.com/kvm-x86/linux/commit/48350639019f -- https://github.com/kvm-x86/linux/tree/next https://github.com/kvm-x86/linux/tree/fixes