Re: [PATCH] RDMA/umem: minor bug fix and cleanup in error handling paths

2019-03-02 Thread kbuild test robot
Hi John, Thank you for the patch! Yet something to improve: [auto build test ERROR on rdma/for-next] [also build test ERROR on v5.0-rc8 next-20190301] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] RDMA/umem: minor bug fix and cleanup in error handling paths

2019-03-02 Thread kbuild test robot
Hi John, Thank you for the patch! Yet something to improve: [auto build test ERROR on rdma/for-next] [also build test ERROR on v5.0-rc8 next-20190301] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH] RDMA/umem: minor bug fix and cleanup in error handling paths

2019-03-01 Thread john . hubbard
From: John Hubbard 1. Bug fix: the error handling release pages starting at the first page that experienced an error. 2. Refinement: release_pages() is better than put_page() in a loop. 3. Dead code removal: the check for (user_virt & ~page_mask) is checking for a condition that can never