Re: [PATCH] ib umem: bugfix: mixed put_pid()s in ib_umem_get()
From: Leon Romanovsky <hidden>
Date: 2016-12-29 05:29:49
Also in:
lkml
Attachments
- signature.asc [application/pgp-signature] 833 bytes
From: Leon Romanovsky <hidden>
Date: 2016-12-29 05:29:49
Also in:
lkml
On Thu, Dec 29, 2016 at 10:24:43AM +0800, Kenneth Lee wrote:
There are two bugfixes in this patch: 1. When the execution go to the ib_umem_odp_get() path, pid should be put back. 2. When the memory allocation fail, the pid also should be put back before exit. Signed-off-by: Kenneth Lee <liguozhu-C8/M+/jPZTeaMJb+Lgu22Q@public.gmane.org>
Hi Kenneth, Thank you for resubmitting it. This fix is important and no doubts that it will be accepted, however you need to improve the patch a little bit more. CAn you please resubmit it according to Documentation/SubmittingPatches and reviewers feedback? Haggai's Reviewed-by tag, Fixes, changelog, version in title and proper title (see it in git log for this subsystems). Thanks