On Mon, Sep 25, 2017 at 9:46 AM, Cong Wang <xiyou.wangc...@gmail.com> wrote: > On Sat, Sep 23, 2017 at 5:15 PM, David Miller <da...@davemloft.net> wrote: >> If I read the code properly, the existing code allows IDs from '1' to >> and including '0x7ffffffe', whereas the new code allows up to and >> including '0x7ffffffff'. >> >> Whether intentional or not this is a change in behavior. If it's OK, >> it should be at least documented either in a comment or in the >> commit log itself. >> >> Similarly for your other scheduler IDR changes. > > Good catch! Obviously off-by-one. I agree we should keep > the old behavior no matter the reason. > > I will update the patches. >
By the way, same problem for commit fe2502e49b58606580c77. :)