From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Gunthorpe Subject: Re: [PATCH v2 for-rc 0/4] vmw_pvrdma fixes for 4.15 Date: Thu, 21 Dec 2017 17:43:52 -0700 Message-ID: <20171222004352.GB20855@ziepe.ca> References: <20171220174748.GA18149@bryantan-devbox.prom.eng.vmware.com.prom.eng.vmware.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20171220174748.GA18149-qXbCdz4EeRo1jLI2hToXVI42T8aCTgcwy4vvyvUx+exJXi8ZT2ovy+oDBWuYMCC/JZORHMmSJCU@public.gmane.org> Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Bryan Tan Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-rdma@vger.kernel.org On Wed, Dec 20, 2017 at 09:47:57AM -0800, Bryan Tan wrote: > Add in two missed macros used by the userlevel library for SRQs, > fix a missed ib_umem_release for QPs, fix an incorrect usage of > the new refcount_t type for SRQs, and fix a potential use after > free. > > v1 -> v2 changelog: > - Remove patches that are not for-rc material > - Clarify commit message for the SRQ macros patch > > v0 -> v1 changelog: > - Removed use of BIT() in UAPI header > - Make setting/usage of is_kernel consistent between QP/CQ/SRQ > - Use completions instead of wait queues for resource destroy > - Cleaned up commit messages > > Bryan Tan (4): > RDMA/vmw_pvrdma: Call ib_umem_release on destroy QP path > RDMA/vmw_pvrdma: Use refcount_dec_and_test to avoid warning > RDMA/vmw_pvrdma: Avoid use after free due to QP/CQ/SRQ destroy I applied everything to for-rc except this one: RDMA/vmw_pvrdma: Add UAR SRQ macros in ABI header file I'll probably take both ABI header changes to for-rc later.. Thanks, Jason -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html