_kstrtol
int __must_check _kstrtol(const char *s, unsigned int base, long *res);
return _kstrtol(s, base, res);
EXPORT_SYMBOL(_kstrtol);