2016-11-24 14:35 GMT+03:00 David Howells <dhowe...@redhat.com>: > Andrey Ryabinin <ryabinin....@gmail.com> wrote: > >> I'm also made a fix for this yesterday - >> http://lkml.kernel.org/r/1479918484-31952-1-git-send-email-aryabi...@virtuozzo.com > > I should add a record to the MAINTAINERS file that directs patches to MPI to > keyri...@vger.kernel.org so that I see things like this. >
Would be nice. It was unclear who maintains it. Since all recent changes to mpi were merged through crypto tree, I send this to crypto maintainers. >> The only small difference is that in my the limb space is not >> allocated when it's not needed, i.e. when res->nlimbs == 0. > > I guess if nlimbs is 0 then the value is 0, right? > Right, as far as I understand. > David