> int kstrtoul_bounded(const char *s, unsigned int base, > char **trailing, unsigned long long *res)
NO! The whole point is not have million variants of slightly different integer parsing functions. Cap it in the sysctl -- noone would care.
> int kstrtoul_bounded(const char *s, unsigned int base, > char **trailing, unsigned long long *res)
NO! The whole point is not have million variants of slightly different integer parsing functions. Cap it in the sysctl -- noone would care.