On Thu, May 09, 2019 at 12:03:58PM +0200, Hannes Reinecke wrote: > After calling kfree() on the bind_list we should be zeroing out > the pointer, otherwise a second call to cma_release_port() will > crash. Why would there be two calls to cma_release_port? That is a bug. Jason