Su Hui <suhui at nfschina.com> wrote: > kstrtoul() is better because simple_strtoul() ignores overflow which > may lead to unexpected results. Overflow in what sense? Are we talking about a mathematical overflow or not checking the text beyond the end of the number? David