From: Chuck Lever <chuck.lever@xxxxxxxxxx> On Tue, 27 May 2025 17:25:49 +0800, Su Hui wrote: > kstrtoint() is better because simple_strtoul() ignores overflow and the > type of 'fsidtype' is 'int' rather than 'unsigned long'. > > Applied to nfsd-testing, thanks! [1/1] nfsd: Replace simple_strtoul with kstrtoint in expkey_parse commit: 901218eec3b10a773edcdca717dfe5bedde03f46 -- Chuck Lever